Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denniscorvers/luadependencyfinder
Application that scans and downloads required modules from a Mediawiki installation.
https://github.com/denniscorvers/luadependencyfinder
lua mediawiki module scribuntu wiki
Last synced: 20 days ago
JSON representation
Application that scans and downloads required modules from a Mediawiki installation.
- Host: GitHub
- URL: https://github.com/denniscorvers/luadependencyfinder
- Owner: DennisCorvers
- License: mit
- Created: 2024-09-25T15:11:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T23:19:52.000Z (2 months ago)
- Last Synced: 2024-10-25T13:55:05.544Z (2 months ago)
- Topics: lua, mediawiki, module, scribuntu, wiki
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuaDependencyFinder
This application scans provided .Lua files and searches for required dependencies based on the MediaWiki Scribuntu Extension. It scans files for the "require" keyword and downloads all missing modules recursively. The "Module:" prefix is also stripped from the .lua files, as this prefix isn't valid as a directory name.
External dependencies such as the mw libraries are not automatically retrieved.
There is also a functionality to update the already downloaded files, if the targeted Mediawiki has newer revisions.
For the application to function properly, the generated configuration file needs to be filled out with the targeted Mediawiki API information. This can be found on the specific Mediawiki on the Special:Version page.