changelog shortlog tags changeset files file revisions raw

Annotate bin/index

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

Hackiki@99 1
#!/usr/bin/env .wiki
Hackiki@235 2
== Hackiki
Hackiki@235 3
Hackiki@235 4
Welcome to Hackiki, the world's most hackable wiki!
Hackiki@235 5
Hackiki@235 6
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!
Hackiki@235 7
Hackiki@235 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 :)
Hackiki@235 9
Hackiki@235 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.
Hackiki@235 11
Hackiki@235 12
Hackiki@235 13
== Editing Hackiki
Hackiki@235 14
Hackiki@235 15
The simple interface:
Hackiki@235 16
<form action="/wiki/medit" method="get">
Hackiki@235 17
    <input type="hidden" name="arg1" value="bin" />
Hackiki@235 18
    Create/edit a page: <input type="text" name="arg2" value="hello" />
Hackiki@235 19
    <input type="submit" value="Edit" />
Hackiki@235 20
</form>
Hackiki@235 21
Hackiki@235 22
The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]
Hackiki@235 23
Hackiki@235 24
Hackiki@235 25
== Links
Hackiki@235 26
Hackiki@235 27
* [[hello | An example page]]
Hackiki@235 28
* [[runner | An arbitrary command runner]]
Hackiki@235 29
* [[list | A list of all pages]]
Hackiki@235 30
* [[hg | Administration]]