diff options
author | baffo32@98e7415a3f52ebbdc8571b2c304ea973e78e454f <baffo32@98e7415a3f52ebbdc8571b2c304ea973e78e454f@web> | 2016-06-11 16:16:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-11 16:16:12 +0000 |
commit | 14996fed386a1a08d9039ec407f3155f8728702c (patch) | |
tree | 9068b34bbbac7241b1b1b4de5eec5fcee701fd59 /wiki | |
parent | 4593eb5cb7c05e0c32cc0bd7e95c622755b14a71 (diff) | |
download | standingwithresilience-14996fed386a1a08d9039ec407f3155f8728702c.tar.gz standingwithresilience-14996fed386a1a08d9039ec407f3155f8728702c.zip |
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. |