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: 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T23:19:52.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:15:53.348Z (over 1 year 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.