Koozali.org: home of the SME Server

Linkchecker

Offline holck

  • *
  • 322
  • +1/-0
Linkchecker
« on: February 03, 2015, 08:30:53 PM »
For SME 8 I installed and used the linkchecker Python program https://github.com/wummel/linkchecker. It was very handy for checking all links on local web pages. I could point it to a newly created web page, and it would check that all, both local and remote, links were functional. But I can't install linkchecker on SME 9, because it requires other Python versions than SME 9's standard Python 2.6.6.

Do you know of good alternatives to linkchecker? or a way to indeed install and run linkchecker on SME 9?
......

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Linkchecker
« Reply #1 on: February 03, 2015, 09:42:23 PM »
holck

For sme9 64 bit look at Software Collections wiki Howto article.

There is limited support for 32 bit systems using other repos.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline mmccarn

  • *
  • 2,651
  • +10/-0
Re: Linkchecker
« Reply #2 on: February 04, 2015, 01:32:44 PM »
I use a firefox add-on named 'Linkchecker 0.6.7': http://frayd.us/

- load any page in firefox
- right-click, 'Check page links'
- the page is reloaded, with links re-styled with a red background if broken, green if working.

Offline holck

  • *
  • 322
  • +1/-0
Re: Linkchecker
« Reply #3 on: February 06, 2015, 12:10:36 PM »
Thanks a lot for your suggestions

I have looked into Software Collections, but linkchecker requires a proper install via rpm, and I have not been able to do this, even using Software Collections. If I try to simply run  the linkchecker Python program without a proper install, it fails.

The Firefox add-on seems to do just what I need - thanks :-)

......