chiark / gitweb /
Half way through rewriting web interface. Don't even think about
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 5 May 2008 19:26:38 +0000 (20:26 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 5 May 2008 19:26:38 +0000 (20:26 +0100)
commit9faa7a88b7419b2d6151ac2c3fa52261c876ee8d
tree04fe72428f8555bd77f2b71badad3e75b8a5af13
parentcf451c90a160d8764b5e8ff6b0c1c10d038e59a1
Half way through rewriting web interface.  Don't even think about
trying to compile this.
36 files changed:
lib/cgi.c
lib/cgi.h
lib/hash.c
lib/hash.h
lib/macros-builtin.c
lib/macros.c
lib/macros.h
lib/t-cgi.c
scripts/macro-docs
server/Makefile.am
server/cgi.c
server/cgimain.c
server/dcgi.c
server/macros-disorder.c [new file with mode: 0644]
server/macros-disorder.h [new file with mode: 0644]
server/options.c [new file with mode: 0644]
server/options.h [new file with mode: 0644]
server/server-cgi.h [moved from server/cgi.h with 100% similarity]
templates/Makefile.am
templates/about.tmpl [moved from templates/about.html with 100% similarity]
templates/choose.tmpl [moved from templates/choose.html with 100% similarity]
templates/choosealpha.tmpl [moved from templates/choosealpha.html with 100% similarity]
templates/credits.tmpl [moved from templates/credits.html with 100% similarity]
templates/error.tmpl [moved from templates/error.html with 100% similarity]
templates/help.tmpl [moved from templates/help.html with 100% similarity]
templates/login.tmpl [moved from templates/login.html with 100% similarity]
templates/macros.tmpl [new file with mode: 0644]
templates/new.tmpl [moved from templates/new.html with 100% similarity]
templates/playing.tmpl [moved from templates/playing.html with 100% similarity]
templates/prefs.tmpl [moved from templates/prefs.html with 100% similarity]
templates/recent.tmpl [moved from templates/recent.html with 100% similarity]
templates/search.tmpl [moved from templates/search.html with 100% similarity]
templates/stdhead.tmpl [moved from templates/stdhead.html with 100% similarity]
templates/stylesheet.tmpl [moved from templates/stylesheet.html with 100% similarity]
templates/topbar.tmpl [moved from templates/topbar.html with 100% similarity]
templates/topbarend.tmpl [moved from templates/topbarend.html with 100% similarity]