Original author(s) | Chlod Alejandro |
---|---|
Developer(s) | Chlod Alejandro |
Initial release | January 6, 2020 |
Written in | JavaScript, HTML |
Engine | Modular Express Server using Node.js Apache HTTP Server (for static files) |
Type | Static file server, Application programming interface |
License |
|
Website | https://wiki.chlod.net |
wiki.chlod.net or Chlod's Wikipedia Tools (CWT) is the website where I host my rapid-testing userscript, and the tools I use for Wikipedia. Although it uses mostly open-source components, I see no use in exposing the modules I use to operate the web server. Thus, I keep the modules and managers of the server closed-source. However, if you would like a copy, feel free to send me an email or a message on my talk page.
CWT uses the Modular Express Server, a rapid-deployment Express server template I use to quickly make services available on the internet. The web server itself is open-source, and is available on GitHub. All userscripts found under /userscripts
, namely my testing userscript, are also open-source. Getting the source is tedious, however, since I don't host the userscripts on GitHub. You will have to download them manually using cURL or wget.