Changes between Version 7 and Version 8 of EggCookingTutorial


Ignore:
Timestamp:
Jun 3, 2007, 8:02:53 AM (17 years ago)
Author:
Bhuricha Deen Sethanandha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial

    v7 v8  
    66
    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.
     8
     9Trac 0.11 uses Genshi as the new template engine. I add the example of the code that will work with Trac 0.11
    810
    911This 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.