| changeset 565: | 9795d358b7c4 |
| parent: | 2d4ec0e6b1ab |
| child: | 0fdf33d86644 |
| author: | anonymous |
| date: | Fri Nov 13 01:43:17 2009 +0000 (2 years ago) |
| permissions: | -rwxr-xr-x |
| description: | medit/bin/index chebang=#!/usr/bin/env .wiki cont== Unix People Wiki Welcome to the Unix People Wiki, powered by [[http://www.google.com/|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: <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]] (available to all users) |
1#!/usr/bin/env .wiki2= Unix People Wiki4Welcome to the Unix People Wiki, powered by [[http://www.google.com/|Hackiki]], the world's most [[hackable]] wiki!6== Who/What are Unix People?8Unix People is a meta-organization that provides certain services9to its constituent chapters and affiliated groups.11More specifically, Unix People provides a wiki and some other stuff to12[[pinellas | Pinellas Unix People]] (its only chapter) and to [[slug | SLUG]] and Tampabay Perl Mongers (the only two affiliated groups).14== Editing This Wiki16The simple interface:17<form action="/wiki/medit" method="get">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>23The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]26== Links28* [[hello | An example page]]29* [[runner | An arbitrary command runner]]30* [[list | A list of all pages]]31* [[hg | Administration]] (available to all users)