about summary refs log tree commit diff
path: root/other/website/src/make_page.py
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-14 21:59:16 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-14 21:59:16 +0000
commitf1f9d455f271d216fb73ecee6181b49030078777 (patch)
treee425d5c19a75fec42e26b6d8c070a9e9ce7b1467 /other/website/src/make_page.py
parent4fc2c927dd178ac4f460ce5a4f99be097a029c69 (diff)
downloadzcatch-f1f9d455f271d216fb73ecee6181b49030078777.tar.gz
zcatch-f1f9d455f271d216fb73ecee6181b49030078777.zip
moved /trunk/other to /assets
Diffstat (limited to 'other/website/src/make_page.py')
-rw-r--r--other/website/src/make_page.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/other/website/src/make_page.py b/other/website/src/make_page.py
deleted file mode 100644
index 57d6ef51..00000000
--- a/other/website/src/make_page.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import sys
-
-template = "".join(file("template.html").readlines())
-content = "".join(sys.stdin.readlines())
-final_page = template.replace("%CONTENT%", content)
-print final_page
\ No newline at end of file