changelog shortlog tags changeset files revisions annotate raw

bin/index

changeset 0: c3bc2c8ad67d
child:4dc32b1db08e
author: Gregor Richards <Richards@codu.org>
date: Tue Nov 17 16:30:13 2009 +0000 (2 years ago)
permissions: -rwxr-xr-x
description: Initial import.
1#!/usr/bin/env .wiki
2= Hackiki
3
4This is a wiki powered by [[http://hackiki.codu.org/|Hackiki]], the world's most hackable wiki!
5
6It 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!
7
8All 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.
9
10
11== Editing
12
13The simple interface:
14{{{
15#!/bin/sh
16echo '<form action="'$HACKIKI_BASE'/medit" method="get">'
17}}}
18 <input type="hidden" name="arg1" value="bin" />
19 Create/edit a page: <input type="text" name="arg2" value="hello" />
20 <input type="submit" value="Edit" />
21</form>
22
23The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]
24
25
26== Links
27
28* [[runner | An arbitrary command runner]]
29* [[list | A list of all pages]]
30* [[hg | Administration]] (available to all users)