changelog shortlog tags changeset file revisions annotate raw

bin/index

revision 235: 2d6fb035746c
parent 203:9c12bce0f82b
child 243:c213a6808c0e
       1--- a/bin/index	Wed Nov 04 18:44:31 2009 +0000
       2+++ b/bin/index	Wed Nov 04 19:34:26 2009 +0000
       3@@ -1,21 +1,30 @@
       4 #!/usr/bin/env .wiki
       5-<h1>Hackiki</h1>
       6-Welcome to Hackiki, the world's most hackable wiki!
       7-This is a wiki in which every page is a script, run in a more-or-less normal GNU/Linux environment (protected by <a href="http://plash.beasts.org/">plash</a>). It also has its own wikisyntax, although pages using this syntax are really just scripts for the ".wiki" program. Like everything else, .wiki can be edited by anyone!
       8-The source for Hackiki itself is available at https://codu.org/projects/hackiki/hg/ . The filesystem is available at https://codu.org:2888/fs (and, of course, here). Feel free to poke around! If you break something, please revert it with the administration interface (see link below). If you don't revert it, somebody else will, so don't go thinking you're a 1337 hax0r because you can edit a wiki :)
       9-
      10-All content on Hackiki is distributed under the (unmodifiable) license in <a href="/wiki/license">license</a> unless otherwise specified. By editing Hackiki without specifying another license, you are agreeing to license your edits as such.
      11-
      12-<h1>Editing Hackiki</h1>
      13-The simple interface:
      14-<form action="/wiki/medit" method="get"><input type="hidden" name="arg1" value="bin" />
      15-    Create/edit a page: <input type="text" name="arg2" value="hello" />
      16-    <input type="submit" value="Edit" />
      17-</form>
      18-The more complicated (but more complete, robust) interface: <a href="/wiki/edit">Builtin editor</a>
      19-
      20-<h1>Links</h1>
      21-[[hello | An example page]]
      22-[[runner | An arbitrary command runner]]
      23-[[list | A list of all pages]]
      24-<a href="/wiki/hg">Administration (open to all users!)</a>
      25\ No newline at end of file
      26+== Hackiki
      27+
      28+Welcome to Hackiki, the world's most hackable wiki!
      29+
      30+This is a wiki in which every page is a script, run in a more-or-less normal GNU/Linux environment (protected by [[http://plash.beasts.org/|plash]]). It also has its own wikisyntax, although pages using this syntax are really just scripts for the ".wiki" program. Like everything else, .wiki can be edited by anyone!
      31+
      32+The source for Hackiki itself is available at https://codu.org/projects/hackiki/hg/ . The filesystem is available at https://codu.org:2888/fs (and, of course, here). Feel free to poke around! If you break something, please revert it with the administration interface (see link below). If you don't revert it, somebody else will, so don't go thinking you're a 1337 hax0r because you can edit a wiki :)
      33+
      34+All content on Hackiki is distributed under the (unmodifiable) license in <a href="/wiki/license">license</a> unless otherwise specified. By editing Hackiki without specifying another license, you are agreeing to license your edits as such.
      35+
      36+
      37+== Editing Hackiki
      38+
      39+The simple interface:
      40+<form action="/wiki/medit" method="get">
      41+    <input type="hidden" name="arg1" value="bin" />
      42+    Create/edit a page: <input type="text" name="arg2" value="hello" />
      43+    <input type="submit" value="Edit" />
      44+</form>
      45+
      46+The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]
      47+
      48+
      49+== Links
      50+
      51+* [[hello | An example page]]
      52+* [[runner | An arbitrary command runner]]
      53+* [[list | A list of all pages]]
      54+* [[hg | Administration]]
      55\ No newline at end of file