diff options
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/Editing.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wiki/Editing.mdwn b/wiki/Editing.mdwn new file mode 100644 index 0000000..de9ab22 --- /dev/null +++ b/wiki/Editing.mdwn @@ -0,0 +1,5 @@ +On the normal internet, editing this wiki is easy as clicking the 'Edit' button to make changes. You may be required to make a user account, depending on the service. + +The site may also be edited with [git](https://en.wikipedia.org/wiki/Git_%28software%29), which is required for now when on [[Freenet]], [[ZeroNet]], or some other alternative network. An explanation of git has not been added yet. + +If git is already familiar to you, visit the wiki page for the network you are on. Clone urls for that network should be listed there. A python script `backend/update.py` is included after you clone, which can help in uploading changes. The script has only been tested on Linux. |