summaryrefslogtreecommitdiff
path: root/wiki/ZeroNet.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/ZeroNet.mdwn')
-rw-r--r--wiki/ZeroNet.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/wiki/ZeroNet.mdwn b/wiki/ZeroNet.mdwn
index c2e76d3..888c8d6 100644
--- a/wiki/ZeroNet.mdwn
+++ b/wiki/ZeroNet.mdwn
@@ -1,7 +1,12 @@
-<a href="https://zeronet.io">ZeroNet</a> is a network focused around providing a decentralized, uncensorable web using bittorrent.
+[ZeroNet](https://zeronet.io) is a network focused around providing a decentralized, uncensorable web using bittorrent.
-Once you have ZeroNet installed and running, you can visit <a href="http://127.0.0.1:43110/1L363bqJnCG63SnV83kfV7izZXbmentctD">Standing With Resilience on ZeroNet</a> or <a href="http://127.0.0.1:43110/1GtQ8bkFkhYtKerSdXHKe1z4j9VTmFR5d4">Standing With Resilience Public</a>.
+Once you have ZeroNet installed and running, you can visit [Standing With Resilience on ZeroNet](http://127.0.0.1:43110/1L363bqJnCG63SnV83kfV7izZXbmentctD) or [Standing With Resilience Public](http://127.0.0.1:43110/1GtQ8bkFkhYtKerSdXHKe1z4j9VTmFR5d4).
Viewing the website on ZeroNet helps the site survive if there is ever an issue with your normal access to the internet.
-If you are familiar with Git and Linux, the source of this website may be edited on ZeroNet. It may be fetched from either http://127.0.0.1:43110/1GtQ8bkFkhYtKerSdXHKe1z4j9VTmFR5d4/.git or http://127.0.0.1:43110/1L363bqJnCG63SnV83kfV7izZXbmentctD/.git and changes may be pushed with backend/update.py if ZERONETDIR is set to the path to the linux ZeroNet bundle.
+If you are familiar with Git and Linux, the source of this website may be edited on ZeroNet. Fetch urls:
+
+* http://127.0.0.1:43110/1GtQ8bkFkhYtKerSdXHKe1z4j9VTmFR5d4/.git
+* http://127.0.0.1:43110/1L363bqJnCG63SnV83kfV7izZXbmentctD/.git
+
+To push changes back to ZeroNet, commit them locally, then export ZERONETDIR=zeronetbundlepath and run backend/update.py . Somebody else can do this, too, if you push the changes to one of the other locations.