From Anonetwiki, 11 Years ago, written in Plain Text.
Embed
  1. ---
  2. categories: HowTo
  3. ...
  4.  
  5. How to edit this wiki
  6. =====================
  7.  
  8. Cloning Hidden Wiki repo
  9. ----------------------
  10.  
  11. * [Anonet]()
  12.  
  13.     git clone git://1.1.7.55/wikidata
  14.        
  15. * Tor
  16.  
  17.     torsocks git clone git://yaiaqf3te6khr3nd.onion/wikidata
  18.  
  19. * [IcannNet]()
  20.  
  21.     git clone git://anonet2.biz/wiki.negromancy.ano.git wikidata
  22.  
  23. * [Hyperboria]()
  24.  
  25.     git clone 'git://[fcbe:f9a7:3566:57a9:6ba9:edf8:d7f2:f778]/wikidata'
  26.  
  27.   *Warning*: You will not be able to push your changes to anonet2.biz
  28.  
  29. Congratulations, you now have a hidden wiki mirror in [Markdown]() and can serve it as you wish!
  30.  
  31. Editing the Wiki
  32. ----------------
  33.  
  34.     git checkout master
  35.     vim MyPage.page
  36.  
  37.  
  38. Pushing to Hidden Wiki repo
  39. ---------------------------
  40.  
  41.     ./git-commit
  42.     # through tor: torsocks ./git-commit
  43.  
  44.  
  45. # Alternatively: Editing through web interface