| changeset 235: | 2d6fb035746c |
| parent: | 9c12bce0f82b |
| child: | c213a6808c0e |
| author: | Hackiki |
| date: | Wed Nov 04 19:34:26 2009 +0000 (2 years ago) |
| permissions: | -rwxr-xr-x |
| description: | edit/bin/index cont=#!/usr/bin/env .wiki == Hackiki Welcome to Hackiki, the world's most hackable wiki! 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! 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 :) 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. == Editing Hackiki The simple interface: <form action="/wiki/medit" method="get"> <input type="hidden" name="arg1" value="bin" /> Create/edit a page: <input type="text" name="arg2" value="hello" /> <input type="submit" value="Edit" /> </form> The more complicated (but more complete, robust) interface: [[edit|Builtin editor]] == Links * [[hello | An example page]] * [[runner | An arbitrary command runner]] * [[list | A list of all pages]] * [[hg | Administration]] mode=755 |
1#!/usr/bin/env .wiki2== Hackiki4Welcome to Hackiki, the world's most hackable wiki!6This 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!8The 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 :)10All 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.13== Editing Hackiki15The simple interface:16<form action="/wiki/medit" method="get">17 <input type="hidden" name="arg1" value="bin" />18 Create/edit a page: <input type="text" name="arg2" value="hello" />19 <input type="submit" value="Edit" />20</form>22The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]25== Links27* [[hello | An example page]]28* [[runner | An arbitrary command runner]]29* [[list | A list of all pages]]30* [[hg | Administration]]