-
89dd8c08 :Anonymous
2005-02-12 21:59
-
YukiWikiなどで有名な結城浩さんのサイトはかっこいい。
色合いが柔らかでいい。
http://www.hyuki.com/
このサイトはWiki風のテキストファイルから
XHTMLを自動生成しているのだそうな。
http://www.hyuki.com/makeweb/
ところで、僕はHTMLの記法が割と好きだ。
思ったけど、単にヘッダとフッタを別ファイルにしておいて、
cppで組み合わせるというのはどうだろう。
% cat index.txt
#include "doctype.txt"
<title>なんとか</title>
#include "head.txt"
<p>かんとか</p>
#include "foot.txt"
% cpp -Itemplate -P index.txt > index.html
Powered by shinGETsu.