wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

Please give us `--anchors` back #585

Open lemzwerg opened 9 years ago

lemzwerg commented 9 years ago

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

--enable-plugin=plugin1,plugin2,...

which should be equivalent to

--enable-plugin=plugin1 --enable-plugin=plugin2 ...

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.

remko commented 8 years ago

Is there any news/opinion on this from @wummel? I would also love to have an --enable-plugin.

dpalic commented 7 years ago

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