Changes between Version 8 and Version 9 of EggCookingTutorial


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial

    v8 v9  
    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 
    9 Trac 0.11 uses Genshi as the new template engine. I add the example of the code that will work with Trac 0.11
    108
    119This 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.
     
    1715I suggest that you read steps in order. If you run in difficulties to editing files you can download complete example as tarball at the end of each step.
    1816
     17Trac 0.11 uses Genshi as the new template engine. Use EggCookingTutorialTrac0.11 tutorial if you want to cook egg for Trac 0.11.  I try to maintain similar structure that rede has so that it is easy for those who cooked egged for earlier versions.
     18
    1919== Author/Contributors ==
    2020
    2121'''Author:''' [wiki:rede rede] [[BR]]
    22 '''Contributors:'''
     22'''Contributors:''' [wiki:khundeen khundeen] [[BR]]
    2323
    2424[[TagIt(tutorial,rede,0.9)]]