Edgewall Software

Changes between Version 16 and Version 17 of GenshiTutorial


Ignore:
Timestamp:
Aug 29, 2007, 5:22:31 PM (17 years ago)
Author:
michael@…
Comment:

Turning 1st paragraph of Getting Started into a numbered list.

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v16 v17  
    2828== Getting Started ==
    2929
    30 Next, set up the basic !CherryPy application. Create a directory that should contain the application, and inside that directory create a Python package named `geddit` (basically a `geddit` directory containing an empty file called `__init__.py`. Inside that package, create a file called `controller.py` with the following content:
     30Next, set up the basic !CherryPy application.
     31 
     32 1. Create a directory that should contain the application
     33 1. Inside that directory create a Python package named geddit by doing the following:
     34  * Create a {{{geddit}}} directory
     35  * Create an empty file called {{{__init__.py}}} inside the {{{geddit}}} directory
     36 1. Inside that package, create a file called {{{controller.py}}} with the following content:
    3137
    3238{{{