A citation generator tool for Wikipedia. Currently accessible from:
https://citer.toolforge.org/ (the English version)
https://yadfa.toolforge.org/ (the Persian version)
Citer is especially useful for generating citations from Google Books URLs, DOIs (Any Digital object Identifiers) and ISBNs (International Standard Book Numbers). Additionally, URLs of many major news websites are supported, including:
Special support for the URLs of the Wayback Machine is also implemented.
Some other tested and supported Persian websites:
To run Citer on your local computer:
pip install --user -r requirements.txt
config.py.example
to config.py
(You might want to get an NCBI API key and add it to the config file if you're going to use its services)python3 app.py
If you see HTML output to your console, this probably means you have flup installed. You'll need to uninstall it for Citer to run.
If there are no warnings or error messages (and no HTML is displayed), the main page will be accessible from:
http://localhost:5000/
If you experience any problems or have questions, please open an issue on this repo.
The default language is English and can be changed to Persian using the setting in the config.py file.
A Python library to parse MediaWiki WikiText
Takes a number and converts it to Persian word form
A tool to search adopted words of Academy of Persian Language and Literature and create citations for them to be used on Persian Wikipedia.