Open lemzwerg opened 9 years ago
Is there any news/opinion on this from @wummel? I would also love to have an --enable-plugin
.
Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker for more details please see: #708 Also please close this issue and report it freshly on the new repo https://github.com/linkcheck/linkchecker/issues if your issue still persists
From a UNIX perspective, activating plug-ins via a resource file only is bad. The right thing IMHO is a command line option. To activate plug-ins, I can imagine an option
which should be equivalent to
Consequently – and for backwards compatibility –
--anchors
should be the same as--enable-plugin=AnchorCheck
.Of course, having this option makes only sense if the
AnchorCheck
plugin does work, which is currently not the case, cf. issue #557.