Unix People
/
/meetings
/license
/source
Edit the meta-editor
(Python code)
Log in
-
View
-
Builtin editor
-
History
index
= Welcome to The One and Only Unix People Wiki Welcome to the Unix People Wiki, powered by [[http://hackiki.org/|Hackiki]], the world's most [[hackable]] wiki! == Who/What are Unix People? Unix People is a meta-organization that provides certain services to its constituent chapters and affiliated groups. More specifically, Unix People provides a wiki and some other stuff to [[pinellas | Pinellas Unix People]] (its only chapter) and to [[slug | SLUG]] and Tampabay Perl Mongers (the only two affiliated groups). == Editing This Wiki 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 * [[hello | An example page]] * [[runner | An arbitrary command runner]] * [[list | A list of all pages]] * [[hg | Administration]] (available to all users)