Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moodlehq/linkchecker
For checking links
https://github.com/moodlehq/linkchecker
Last synced: 14 days ago
JSON representation
For checking links
- Host: GitHub
- URL: https://github.com/moodlehq/linkchecker
- Owner: moodlehq
- Created: 2014-03-14T04:08:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T10:44:19.000Z (about 9 years ago)
- Last Synced: 2024-11-11T23:20:17.165Z (2 months ago)
- Language: PHP
- Size: 327 KB
- Stars: 0
- Watchers: 24
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Hi,
This is NOT a real moodle plugin (but it conveniently reuses the db connection $DB !). This is only here to keep track of the link checker code that runs against the hub's table.Note that the hub's table is in slightly different format when compared to registry table in moodle.org
The linkchecker will obtain data from hub table and work on it, however it wants to (in memory, or its own table etc) and then update the hub (directly via mysql for now, later on maybe via a web service so we can normalise (to registry table or mdl_hub_site_directory table's format) )
Note: perhaps this could become a plugin in future where automatic link checking/fingerprinting can happen from everywhere. This is so that with a ton of sites - this can be scaleable in future.