projects
/
matthijs
/
projects
/
wipi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b4639
)
exodus: Set 'Site' as the frontpage.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 19 Apr 2010 19:53:13 +0000
(21:53 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 19 Apr 2010 19:53:13 +0000
(21:53 +0200)
This used to be 'Home', but since we're hardly using the wipi as a wiki
and mostly as a site, just point to the site homepage.
conf/exodus.py
patch
|
blob
|
history
diff --git
a/conf/exodus.py
b/conf/exodus.py
index aad10e22f5a121fbf442ebab587d0c33348bffb1..607d2797451401e52a32c155684eb93c9f2ee72a 100644
(file)
--- a/
conf/exodus.py
+++ b/
conf/exodus.py
@@
-14,7
+14,7
@@
class Config(FarmConfig):
interwikiname = 'Exodus'
# name of entry page
- page_front_page = u"
Hom
e"
+ page_front_page = u"
Sit
e"
data_dir = data_dir_root + '/exodus/'