From 5f79da0ae4fba67fa95d015ea048225b619fb4ff Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Mon, 25 May 2009 13:53:31 -0700 Subject: Move the recipes into their own directory for better organization Signed-off-by: R. Tyler Ballance --- WikiRoot.html | 2 +- WikiRoot.tmpl | 2 +- community.html | 2 +- developers.html | 2 +- docs.html | 2 +- download.html | 2 +- index.html | 2 +- recipes.html | 109 ----------------------------------------------------- recipes.tmpl | 19 ---------- recipes/index.html | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++ recipes/index.tmpl | 19 ++++++++++ roadmap.html | 2 +- 12 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 recipes.html delete mode 100644 recipes.tmpl create mode 100644 recipes/index.html create mode 100644 recipes/index.tmpl diff --git a/WikiRoot.html b/WikiRoot.html index c48aa3f..5a358d7 100644 --- a/WikiRoot.html +++ b/WikiRoot.html @@ -44,7 +44,7 @@
  • - + Recipes
  • 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 @@
  • - + Recipes
  • diff --git a/developers.html b/developers.html index 07f7907..0744d83 100644 --- a/developers.html +++ b/developers.html @@ -44,7 +44,7 @@
  • - + Recipes
  • diff --git a/docs.html b/docs.html index 3081624..fceb759 100644 --- a/docs.html +++ b/docs.html @@ -44,7 +44,7 @@
  • - + Recipes
  • diff --git a/download.html b/download.html index f12fcb4..cd6e64d 100644 --- a/download.html +++ b/download.html @@ -44,7 +44,7 @@
  • - + Recipes
  • diff --git a/index.html b/index.html index f1ae28b..e787aec 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
  • - + Recipes
  • diff --git a/recipes.html b/recipes.html deleted file mode 100644 index 44d9d37..0000000 --- a/recipes.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Community Cheetah - The Python-Powered Template Engine - Recipes - - - - - - - - - - - Fork me on GitHub - -
    - -
    - Home |  - Issues |  - Source |  - Roadmap |  -
    -
    - - - - - -
    -

    Cheetah Recipes

    -

    This page hasn't been fully fleshed out unfortunately :(

    -

    If you're really hungry for some Cheetah recipies, you can check out the -out-of-date Cheetah recipes page -from the old Wiki

    -
    - -
    - - -
    - -
      - - follow Cheetah on Twitter -
      - - - -
      - -
      -
      - - Python-powered -
      -
      - - - - - - - - - - - - - - diff --git a/recipes.tmpl b/recipes.tmpl deleted file mode 100644 index 354465a..0000000 --- a/recipes.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -#import WikiRoot -#from Cheetah.Filters import Markdown -#extends WikiRoot.WikiRoot - -#def pagename() - #return 'Recipes' -#end def - -#def content() -#transform Markdown -Cheetah Recipes -=============== - -This page hasn't been fully fleshed out unfortunately :( - -If you're really hungry for some Cheetah recipies, you can check out the -out-of-date [Cheetah recipes page](http://wiki.cheetahtemplate.org/cheetah-recipes.html?) -from the old Wiki -#end def diff --git a/recipes/index.html b/recipes/index.html new file mode 100644 index 0000000..44d9d37 --- /dev/null +++ b/recipes/index.html @@ -0,0 +1,109 @@ + + + + + + Community Cheetah - The Python-Powered Template Engine - Recipes + + + + + + + + + + + Fork me on GitHub + +
      + +
      + Home |  + Issues |  + Source |  + Roadmap |  +
      +
      + + + + + +
      +

      Cheetah Recipes

      +

      This page hasn't been fully fleshed out unfortunately :(

      +

      If you're really hungry for some Cheetah recipies, you can check out the +out-of-date Cheetah recipes page +from the old Wiki

      +
      + +
      + + +
      + +
        + + follow Cheetah on Twitter +
        + + + +
        + +
        +
        + + Python-powered +
        +
        + + + + + + + + + + + + + + diff --git a/recipes/index.tmpl b/recipes/index.tmpl new file mode 100644 index 0000000..3b0edce --- /dev/null +++ b/recipes/index.tmpl @@ -0,0 +1,19 @@ +#import WikiRoot +#from Cheetah.Filters import Markdown +#extends WikiRoot.WikiRoot + +#def pagename() + #return 'Recipes' +#end def + +#def content() +#transform Markdown +Cheetah Recipes +=============== + +This page hasn't been fully fleshed out unfortunately :( + +If you're really hungry for some Cheetah recipies, you can check out the +out-of-date [Cheetah recipes page](http://wiki.cheetahtemplate.org/cheetah-recipes.html?) +from the old Wiki +#end def diff --git a/roadmap.html b/roadmap.html index 1357661..ebc8283 100644 --- a/roadmap.html +++ b/roadmap.html @@ -44,7 +44,7 @@
      • - + Recipes
      • -- cgit v1.2.1