* move templates to static/t/ ; made make install target respect this
authorWilfried Göesgens <willi@citadel.org>
Tue, 12 Aug 2008 21:56:39 +0000 (21:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 12 Aug 2008 21:56:39 +0000 (21:56 +0000)
commit836c829b448402fabc06b420bd878583a725f608
tree74b8049357d38dd83ad0e78f315aded45552b660
parentec9bc2af2a1a966456d3a4b14bfc8ae41e99a89e
* move templates to static/t/ ; made make install target respect this
* load templates on webcit start into memory
33 files changed:
webcit/Makefile.in
webcit/static/beginbox.html [deleted file]
webcit/static/beginbox.m.html [deleted file]
webcit/static/beginbox_nt.html [deleted file]
webcit/static/chatframeset.html [deleted file]
webcit/static/endbox.html [deleted file]
webcit/static/endbox.m.html [deleted file]
webcit/static/head.html [deleted file]
webcit/static/head.m.html [deleted file]
webcit/static/msgcontrols.m.html [deleted file]
webcit/static/newstartpage.html [deleted file]
webcit/static/openid_login.html [deleted file]
webcit/static/openid_manual_create.html [deleted file]
webcit/static/pushemail.html [deleted file]
webcit/static/roombanner.html [deleted file]
webcit/static/roombanner.m.html [deleted file]
webcit/static/t/beginbox.html [new file with mode: 0644]
webcit/static/t/beginbox.m.html [new file with mode: 0644]
webcit/static/t/beginbox_nt.html [new file with mode: 0644]
webcit/static/t/chatframeset.html [new file with mode: 0644]
webcit/static/t/endbox.html [new file with mode: 0644]
webcit/static/t/endbox.m.html [new file with mode: 0644]
webcit/static/t/head.html [new file with mode: 0644]
webcit/static/t/head.m.html [new file with mode: 0644]
webcit/static/t/msgcontrols.m.html [new file with mode: 0644]
webcit/static/t/newstartpage.html [new file with mode: 0644]
webcit/static/t/openid_login.html [new file with mode: 0644]
webcit/static/t/openid_manual_create.html [new file with mode: 0644]
webcit/static/t/pushemail.html [new file with mode: 0644]
webcit/static/t/roombanner.html [new file with mode: 0644]
webcit/static/t/roombanner.m.html [new file with mode: 0644]
webcit/subst.c
webcit/webserver.c