changelog shortlog tags changeset files revisions annotate raw

bin/index

changeset 6: 9a0a3433fcca
child:864f6d0c5b91
author: Gregor Richards <Richards@codu.org>
date: Wed Nov 04 01:09:55 2009 +0000 (2 years ago)
permissions: -rwxr-xr-x
description: 'edit' 'bin/index'
1#!/bin/bash
2cat <<EOF
3<html>
4 <head>
5 <title>Hackiki</title>
6 </head>
7 <body>
8 <h1>Hackiki</h1>
9 <p>Welcome to Hackiki, the world's most hackable wiki!</p>
10 <form action="/wiki/edit" method="get">
11 Edit a page: <input type="text" name="arg1" value="bin/hello" /><br/>
12 <input type="submit" value="Edit" />
13 </form>
14 <p><a href="/wiki/hello">An example page</a></p>
15 </body>
16</html>