changelog shortlog tags changeset files revisions annotate raw

bin/index

changeset 533: 434311a1bcf6
parent:fe68697c029e
child:2d4ec0e6b1ab
author: anonymous
date: Thu Nov 12 03:17:30 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://hackiki.codu.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 Unix People (its only chapter) and to 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 .wiki
2= Unix People Wiki
3
4Welcome to the Unix People Wiki, powered by [[http://hackiki.codu.org/|Hackiki]], the world's most [[hackable]] wiki!
5
6== Who/What are Unix People?
7
8Unix People is a meta-organization that provides certain services
9to its constituent chapters and affiliated groups.
10
11More specifically, Unix People provides a wiki and some other stuff to
12Pinellas Unix People (its only chapter) and to SLUG and Tampabay Perl Mongers (the only two affiliated groups).
13
14== Editing This Wiki
15
16The 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>
22
23The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]
24
25
26== Links
27
28* [[hello | An example page]]
29* [[runner | An arbitrary command runner]]
30* [[list | A list of all pages]]
31* [[hg | Administration]] (available to all users)