From cf9398e99cf2c99eb227a83a4b61f589ecff7c3a Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Sun, 5 Apr 2009 22:05:35 -0700 Subject: Add generated HTML files Signed-off-by: R. Tyler Ballance --- .gitignore | 1 - WikiRoot.html | 93 ++++++++++++++++++++++++++++++++++++ developers.html | 122 ++++++++++++++++++++++++++++++++++++++++++++++ docs.html | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ download.html | 106 ++++++++++++++++++++++++++++++++++++++++ index.html | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++ recipes.html | 97 +++++++++++++++++++++++++++++++++++++ 7 files changed, 700 insertions(+), 1 deletion(-) create mode 100644 WikiRoot.html create mode 100644 developers.html create mode 100644 docs.html create mode 100644 download.html create mode 100644 index.html create mode 100644 recipes.html diff --git a/.gitignore b/.gitignore index 7fada59..a467c70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.pyc *.swp *.so -*.html *.bak diff --git a/WikiRoot.html b/WikiRoot.html new file mode 100644 index 0000000..4a12f4e --- /dev/null +++ b/WikiRoot.html @@ -0,0 +1,93 @@ + + + + + Community Cheetah - WikiRoot + + + + + + + + + +
+ +
+ Home |  + Issues |  + Source |  + Mailing List |  +
+
+ + + + + +
+ +
+ +
+ + +
+ +
    + + follow Cheetah on Twitter +
    + + + +
    + +
    +
    + + + + + + + + + + + + + + + diff --git a/developers.html b/developers.html new file mode 100644 index 0000000..91634e6 --- /dev/null +++ b/developers.html @@ -0,0 +1,122 @@ + + + + + Community Cheetah - Developers + + + + + + + + + +
    + +
    + Home |  + Issues |  + Source |  + Mailing List |  +
    +
    + + + + + +
    +

    Contributing to Cheetah

    +

    Cheetah is the work of many volunteers. If you use Cheetah, share your experiences, tricks, customizations, and frustrations. +Please join the mailing list.

    +

    Fork Me!

    +

    Community Cheetah is hosted by GitHub which encourages forking of projects in order +to facilitate truly distributed and decentralized development. That is not to say that Community Cheetah is +"decentralized" per sé but rather it's ready for community involvement from the get-go! To get started +with contributing to Community Cheetah, it's a good idea to clone the "central" Git repo here.

    +

    Development Process

    +

    The typical development workflow for Community Cheetah revolves around two primary branches maint and next. +The next branch is where development planned for the next release of Community Cheetah is. The maint branch +on the otherhand is where backported fixes and patches will be applied for the current release of Community Cheetah +will go, it's common for a patch to be applied to maint and next at the same time.

    +

    Bug reports and patches

    +

    If you have stubmled across a bug or have an improvement to suggest in Cheetah please consider reporting +the issue into Community Cheetah's bug tracker or emailing the +mailing list.

    +

    Please try to include the following bits of information:

    +
      +
    • A description of what you were trying to do, and what happened (i.e. reproduction steps)
    • +
    • Any and all tracebacks or compiler errors
    • +
    • The version of Cheetah you're using
    • +
    • The version of Python you're using
    • +
    • The operating system you're running Cheetah on
    • +
    • Any other pieces of information you might think are relevant
    • +
    +

    Example sites and tutorials

    +

    If you're developing a website with Cheetah, please send a link to the email list so we can keep track of Cheetah sites. Also, if you discover new and interesting ways to use Cheetah please share your experience and write a quick tutorial about your technique.

    +

    Test cases

    +

    Cheetah is packaged with a regression testing suite that is run with each new release to ensure that everything is working as expected and that recent changes haven't broken anything. The test cases are in the Cheetah.Tests module. If you find a reproduceable bug please consider writing a test case that will pass only when the bug is fixed. Send any new test cases to the email list with the subject-line "new test case for Cheetah."

    +
    + +
    + + +
    + +
      + + follow Cheetah on Twitter +
      + + + +
      + +
      +
      + + + + + + + + + + + + + + + diff --git a/docs.html b/docs.html new file mode 100644 index 0000000..28049f3 --- /dev/null +++ b/docs.html @@ -0,0 +1,146 @@ + + + + + Community Cheetah - Documentation + + + + + + + + + +
      + +
      + Home |  + Issues |  + Source |  + Mailing List |  +
      +
      + + + + + +
      +

      Cheetah Documentation

      +

      Currently the Community Cheetah documentation is in a state-of flux, you can however +still refer to the older Cheetah v2.0.1 documentation for most of the basics

      + +

      Unofficial Documentation and Articles

      +

      Building and filling out templates with Python and Cheetah by Leonard Richardson, Software Engineer +at CollabNet. Published in IBM Developer Works, August 9th, 2005. Leonard +Richardson is the author of many Python applications and libraries, including +NewsBruiser and Beautiful Soup. He is a co-author of the new tome Beginning +Python, from Wrox.

      +

      Python-Powered Templates with Cheetah +by Andrew Glover, founder and CTO of Vanward +Technologies, a company specializing in building automated testing frameworks. +Published in O'Reilly's ONLamp.com, January 13th, 2005

      +

      Templating with Cheetah +A DevShed article by Peyton McCullough. Published in December 2005.

      +

      Templating in Python A +Linux Gazette article by Mike Orr. Published in Issue 117 of Linux Gazette, +August 2005.

      +

      Regular Expressions: CherryPy proves its worth +An Unix Review article by Miki Tebeka and Cameron Laid. They build a small addressbook application in less +than 150 lines of code using the CherryPy web framework and Cheetah. +Published May 2006.

      +

      How to install Cheetah on Dreamhost +A blog article published by Bruce Kroeze in January 2006.

      +

      Tierisch gut Das Cheetah Templating-System in der Praxis +A German-language article by Markus Jais. Published in the +December 2004 edition of linuxenterprise.de

      +

      Python Success Stories: Python Enterprise-Wide at the University of St Andrews in Scotland +by Hamish Lawson. Cheetah is used for the presentation +layer. Hamish Lawson is a software developer in the IT Services department at +the University of St Andrews, Scotland. Published January 17th, 2003.

      +

      Code Generation Network - Case Study with Peter White +An interview that discusses using Cheetah for generating Java code in a financial services +application. "Given my recent experience with Python and Cheetah, I can't +imagine an easier way to generate code!" Published March 1st, 2004.

      +

      In Literature

      +

      Cheetah is covered in Python in a Nutshell +by Alex Martelli. Alex writes on the Cheetah list: "Nutshell +readers looking for templating engines will be tempted by my ultra-brief +coverage enough to come visit the Cheetah site and get stunned. Indeed, I'm +impressed enough that I plan to cover only Cheetah as the one tool for any +serious templating need."

      +

      It is also introduced in the New Riders book Python Web Programming +by Steve Holden. Steve writes "Although the software is still in beta at the +time of writing, it is already stable and easy to use either with or without +Webware. It looks as though Cheetah will be useful to many web projects, as +well as any others that need flexible template substitution of a general +nature." Published Jan 8th, 2002.

      +
      + +
      + + +
      + +
        + + follow Cheetah on Twitter +
        + + + +
        + +
        +
        + + + + + + + + + + + + + + + diff --git a/download.html b/download.html new file mode 100644 index 0000000..6c90f39 --- /dev/null +++ b/download.html @@ -0,0 +1,106 @@ + + + + + Community Cheetah - Downloads + + + + + + + + + +
        + +
        + Home |  + Issues |  + Source |  + Mailing List |  +
        +
        + + + + + +
        +

        Cheetah Downloads

        +

        The most recent stable release of Community Cheetah is Cheetah v2.1.0.1 which was released +on March 27th, 2009. The most recent "mainstream" release of Cheetah (i.e. from SourceForge and the original +author) was released on November 16th, 2007 (v2.0.1).

        +

        Download v2.1.0.1

        + +

        You can keep up to date with release candidates, and other misc downloads provided by Community Cheetah +by visiting the GitHub downloads page

        +

        Important note to Windows users: You should install the compiled version of Cheetah's NameMapper. +It is dramatically faster than the pure Python version! Python 2.4: namemapper.pyd2.4, Python 2.5: namemapper.pyd2.5. +Install it wherever your system puts Cheetah/NameMapper.py. Strip the version numbers off the filename.

        +
        + +
        + + +
        + +
          + + follow Cheetah on Twitter +
          + + + +
          + +
          +
          + + + + + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..914207c --- /dev/null +++ b/index.html @@ -0,0 +1,136 @@ + + + + + Community Cheetah - Home + + + + + + + + + +
          + +
          + Home |  + Issues |  + Source |  + Mailing List |  +
          +
          + + + + + +
          +

          Community Cheetah

          +

          Community Cheetah is an active fork of the Cheetah Template engine. +The Cheetah Templating engine is a fully Python-powered templating engine +that can output or generate practically any text-based format (including Python itself!)

          +

          The primary motivations for the Community Cheetah fork is to maintain active development outside of +the currently-stale Cheetah CVS tree. Community Cheetah +isn't meant to diverge from the main goals of Cheetah: speed, ease of use and stability, but rather Community +Cheetah is meant to reinvirgorate the community surrounding Cheetah and provide monthly releases incorporating +patches and improvements to the engine.

          +

          Cheetah already has a large and active user community, and there are a number of products built with Cheetah in the +Fortune 500, as well startups in Silicon Valley (like reddit)

          +

          Why should I use Cheetah?

          +
            +
          • +

            Cheetah is supported by every major Python web framework.

            +
          • +
          • +

            It is fully documented and is supported by an active user community.

            +
          • +
          • +

            It can output/generate any text-based format.

            +
          • +
          • +

            Cheetah compiles templates into optimized, yet readable, Python code.

            +
          • +
          • +

            It blends the power and flexibility of Python with a simple template language that non-programmers can understand.

            +
          • +
          • +

            It gives template authors full access to any Python data structure, module, function, object, or method in their templates. Meanwhile, it provides a way for administrators to selectively restrict access to Python when needed.

            +
          • +
          • +

            Cheetah makes code reuse easy by providing an object-oriented interface to templates that is accessible from Python code or other Cheetah templates. One template can subclass another and selectively reimplement sections of it. Cheetah templates can be subclasses of any Python class and vice-versa.

            +
          • +
          • +

            It provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website.

            +
          • +
          • +

            It encourages clean separation of content, graphic design, and program code. This leads to highly modular, flexible, and reusable site architectures, shorter development time, and HTML and program code that is easier to understand and maintain. It is particularly well suited for team efforts.

            +
          • +
          • +

            Cheetah can be used to generate static html via its command-line tool.

            +
          • +
          +
          + +
          + + +
          + +
            + + follow Cheetah on Twitter +
            + + + +
            + +
            +
            + + + + + + + + + + + + + + + diff --git a/recipes.html b/recipes.html new file mode 100644 index 0000000..f59ef34 --- /dev/null +++ b/recipes.html @@ -0,0 +1,97 @@ + + + + + Community Cheetah - Recipes + + + + + + + + + +
            + +
            + Home |  + Issues |  + Source |  + Mailing List |  +
            +
            + + + + + +
            +

            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 +
              + + + +
              + +
              +
              + + + + + + + + + + + + + + + -- cgit v1.2.1