Creating a backup allows you to keep accessing the information on this wiki, even if it goes down.
Get git-scm
Skip any steps involving git, download the wiki as a zip (You will lose all information relating to the history!)
Install git
in your package manager.
Just get the newest version
You want to grab Python 3.8.10
Get Python 3.4.4
Install python3
or python
in your package manager.
Run py -m pip install markdown
Run python3 -m pip install markdown
Go to a directory, like Documents, run a terminal and enter git clone https://github.com/Fierelier/nfs-modding-wiki
. The wiki, and its history will be saved in a directory called nfs-modding-wiki
.
The wiki will have to be converted from Markdown to HTML, to be readable in a browser. To do this, run create.py
. The final page is in the output directory, which is next to create.py.
Put the output folder on your hoster of choice.