tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 99dde3099c1c97923a34deef9dd0b2b91e414764
parent f2b8729da1002f0ce5a4bbf0c0e176b509f30a53
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 26 Jan 2011 10:43:49 +0100

fixes in dyne-web submodule

Diffstat:
A.gitmodules | 3+++
Adoc/web/dyne-web-config.el | 6++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/web/dyne"] + path = doc/web/dyne + url = git://code.dyne.org/dyne-web-tmpl-muse.git diff --git a/doc/web/dyne-web-config.el b/doc/web/dyne-web-config.el @@ -0,0 +1,6 @@ +; simple website settings +(provide 'dyne-web-config) + +(set 'name "Tomb") + +(set 'url "http://tomb.dyne.org")