Edgewall Software

Changes between Version 94 and Version 95 of GenshiTutorial


Ignore:
Timestamp:
Oct 2, 2007, 9:38:51 AM (17 years ago)
Author:
cmlenz
Comment:

Improved formatting a tiny bit

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v94 v95  
    9090{{{
    9191$ PYTHONPATH=. python geddit/controller.py geddit.db
    92 
    93 NOTE:  On some Windows systems you may have to enter two lines:
    94 SET PYTHONPATH=.
    95 python geddit/controller.py geddit.db
    96 }}}
     92}}}
     93
     94  ''Note: On some Windows systems you may have to enter two lines:
     95  {{{
     96  SET PYTHONPATH=.
     97  python geddit/controller.py geddit.db
     98  }}}
    9799
    98100You should see a log message pointing you to the URL where the application is being served, which is usually http://localhost:8080/. Visiting that page will respond with just the string “Geddit”, as that's what the `index()` method of the `Root` object returns.