Changes between Version 12 and Version 13 of EggCookingTutorial


Ignore:
Timestamp:
Jul 30, 2009, 9:22:56 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial

    v12 v13  
    77Since Trac 0.9 it has been possible to write plugins for Trac to extend Trac functionality. Even better, you can deploy plugins as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs] that really makes plugin development fun.
    88
    9 This three step tutorial shows how to make an egg, successfully load an egg in Trac and in advanced topics how to serve templates and static content from an egg.
     9This four step tutorial shows how to make an egg, successfully load an egg in Trac and in advanced topics how to serve templates and static content from an egg.
    1010
    1111 * Step 1: [wiki:EggCookingTutorial/BasicEggCooking Basic cooking]