changelog shortlog tags changeset files file revisions raw

Annotate bin/index

changeset 203: 9c12bce0f82b
parent:e723a6b97170
child:2d6fb035746c
author: Hackiki
date: Wed Nov 04 18:44:31 2009 +0000 (2 years ago)
permissions: -rwxr-xr-x
description: medit/bin/index chebang=#!/usr/bin/env .wiki cont=<h1>Hackiki</h1>
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 <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!
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.

<h1>Editing Hackiki</h1>
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: <a href="/wiki/edit">Builtin editor</a>

<h1>Links</h1>
[[hello | An example page]]
[[runner | An arbitrary command runner]]
[[list | A list of all pages]]
<a href="/wiki/hg">Administration (open to all users!)</a>

Hackiki@99 1
#!/usr/bin/env .wiki
Hackiki@161 2
<h1>Hackiki</h1>
Hackiki@161 3
Welcome to Hackiki, the world's most hackable wiki!
Hackiki@172 4
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!
Hackiki@171 5
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 :)
Hackiki@196 6
Hackiki@203 7
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.
Hackiki@173 8
Hackiki@173 9
<h1>Editing Hackiki</h1>
Hackiki@173 10
The simple interface:
Hackiki@161 11
<form action="/wiki/medit" method="get"><input type="hidden" name="arg1" value="bin" />
Hackiki@161 12
    Create/edit a page: <input type="text" name="arg2" value="hello" />
Hackiki@161 13
    <input type="submit" value="Edit" />
Hackiki@161 14
</form>
Hackiki@173 15
The more complicated (but more complete, robust) interface: <a href="/wiki/edit">Builtin editor</a>
Hackiki@161 16
Hackiki@174 17
<h1>Links</h1>
Hackiki@161 18
[[hello | An example page]]
Hackiki@161 19
[[runner | An arbitrary command runner]]
Hackiki@161 20
[[list | A list of all pages]]
Hackiki@142 21
<a href="/wiki/hg">Administration (open to all users!)</a>