summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-25 13:53:31 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-05-25 13:53:31 -0700
commit5f79da0ae4fba67fa95d015ea048225b619fb4ff (patch)
tree72862ec34335fdd2fbfc2ed814bf8db805f593ca
parent063e65a0484735f52e657d4121b97470bbb7e601 (diff)
downloadpython-cheetah-5f79da0ae4fba67fa95d015ea048225b619fb4ff.tar.gz
Move the recipes into their own directory for better organization
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--WikiRoot.html2
-rw-r--r--WikiRoot.tmpl2
-rw-r--r--community.html2
-rw-r--r--developers.html2
-rw-r--r--docs.html2
-rw-r--r--download.html2
-rw-r--r--index.html2
-rw-r--r--recipes/index.html (renamed from recipes.html)0
-rw-r--r--recipes/index.tmpl (renamed from recipes.tmpl)2
-rw-r--r--roadmap.html2
10 files changed, 9 insertions, 9 deletions
diff --git a/WikiRoot.html b/WikiRoot.html
index c48aa3f..5a358d7 100644
--- a/WikiRoot.html
+++ b/WikiRoot.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/WikiRoot.tmpl b/WikiRoot.tmpl
index 2efd997..82a4ed4 100644
--- a/WikiRoot.tmpl
+++ b/WikiRoot.tmpl
@@ -7,7 +7,7 @@
('Home', 'index.html', True),
('Download', 'download.html', True),
('Documentation', 'docs.html', True),
- ('Recipes', 'recipes.html', True),
+ ('Recipes', 'recipes/', True),
('Community', 'community.html', True),
('Developers', 'developers.html', True),
('Issues', 'http://bugs.communitycheetah.org', False),
diff --git a/community.html b/community.html
index ee57d6d..3043df3 100644
--- a/community.html
+++ b/community.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/developers.html b/developers.html
index 07f7907..0744d83 100644
--- a/developers.html
+++ b/developers.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/docs.html b/docs.html
index 3081624..fceb759 100644
--- a/docs.html
+++ b/docs.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/download.html b/download.html
index f12fcb4..cd6e64d 100644
--- a/download.html
+++ b/download.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/index.html b/index.html
index f1ae28b..e787aec 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>
diff --git a/recipes.html b/recipes/index.html
index 44d9d37..44d9d37 100644
--- a/recipes.html
+++ b/recipes/index.html
diff --git a/recipes.tmpl b/recipes/index.tmpl
index 354465a..3b0edce 100644
--- a/recipes.tmpl
+++ b/recipes/index.tmpl
@@ -3,7 +3,7 @@
#extends WikiRoot.WikiRoot
#def pagename()
- #return 'Recipes'
+ #return 'Recipes'
#end def
#def content()
diff --git a/roadmap.html b/roadmap.html
index 1357661..ebc8283 100644
--- a/roadmap.html
+++ b/roadmap.html
@@ -44,7 +44,7 @@
</a>
</li>
<li>
- <a href="recipes.html" title="Recipes">
+ <a href="recipes/" title="Recipes">
<span>Recipes</span>
</a>
</li>