tfixes in dyne-web submodule - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 99dde3099c1c97923a34deef9dd0b2b91e414764
DIR parent f2b8729da1002f0ce5a4bbf0c0e176b509f30a53
HTML Author: Jaromil <jaromil@dyne.org>
Date: Wed, 26 Jan 2011 10:43:49 +0100
fixes in dyne-web submodule
Diffstat:
A .gitmodules | 3 +++
A doc/web/dyne-web-config.el | 6 ++++++
2 files changed, 9 insertions(+), 0 deletions(-)
---
DIR diff --git a/.gitmodules b/.gitmodules
t@@ -0,0 +1,3 @@
+[submodule "doc/web/dyne"]
+ path = doc/web/dyne
+ url = git://code.dyne.org/dyne-web-tmpl-muse.git
DIR diff --git a/doc/web/dyne-web-config.el b/doc/web/dyne-web-config.el
t@@ -0,0 +1,6 @@
+; simple website settings
+(provide 'dyne-web-config)
+
+(set 'name "Tomb")
+
+(set 'url "http://tomb.dyne.org")