Added reference to simplewiki.py to README
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 10:10:44 +0000 (06:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 10:10:44 +0000 (06:10 -0400)
README

diff --git a/README b/README
index 69ba196a2240bc5f8281b18c865792dfd85161e8..524bdebd604e39ddedac8348f9ba5d5fa274c19d 100644 (file)
--- a/README
+++ b/README
@@ -102,3 +102,10 @@ Solution for now: hide from external world, trust everyone inside, backup before
 
 Print columns in a particular order from the database with 
  $ awk -F '    ' '{print $1, "\t", $9, "\t", , "\t", $2}' current/inventory.db | less
+
+
+HISTORY
+
+The web front-end on this database is an adaptation of Adam Bachman's
+simplewiki.py
+  http://bachman.infogami.com/another_simple_wiki