#!/usr/bin/env .wiki
= Hackiki

This is a wiki powered by [[http://hackiki.codu.org/|Hackiki]], the world's most hackable wiki!

You may [[mlogin|log in]] using OpenID, or various popular login providers (Google, Yahoo, etc).

It also has [[wikisyntax]], although pages using this syntax are really just scripts for the ".wiki" program, which is really just an implementation of [[http://wikicreole.org/wiki/Creole1.0|WikiCreole]]. Like everything else, [[edit/bin/.wiki|.wiki]] can be edited by anyone!

All content on this wiki is distributed under the (unmodifiable) license in [[license]] unless otherwise specified. By editing this wiki without specifying another license, you are agreeing to license your edits as such.


== Editing

The simple interface:
{{{
#!/bin/sh
echo '<form action="'$HACKIKI_BASE'/medit" method="get">
    <fieldset>
        <input type="hidden" name="arg1" value="bin" />
        Create/edit a page: <input type="text" name="arg2" value="hello" />
        <input type="submit" value="Edit" />
    </fieldset>
</form>'
}}}

The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]


== Links

* [[runner | An arbitrary command runner]]
* [[list | A list of all pages]]
* [[hg | Administration]] (available to all users)

