Changes between Version 17 and Version 18 of EggCookingTutorial


Ignore:
Timestamp:
Sep 3, 2016, 8:02:53 AM (8 years ago)
Author:
figaro
Comment:

Removed tag 0.9

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial

    v17 v18  
    55== Description
    66
    7 Since Trac 0.9 it has been possible to write plugins for Trac to extend Trac functionality. Moreover, you can even deploy plugins as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs] that makes plugin development fun.
     7Since Trac 0.9 it is possible to write plugins for Trac to extend Trac's functionality. Moreover, you can even deploy plugins as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs] that makes plugin development fun.
    88
    99This 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:
     
    1616Read the tutorials in order. If you run into difficulties editing files, you can download the complete example as a tarball at the end of each step.
    1717
    18 Trac 0.11 uses Genshi as the new template engine. Use the [wiki:EggCookingTutorialTrac0.11] tutorial if you want to cook egg for Trac 0.11. A similar structure has been used there, so that it is easy to follow for those who cooked eggs for earlier versions.
     18Trac 0.11 uses Genshi as the new template engine. Use the [wiki:EggCookingTutorialTrac0.11] tutorial if you want to cook an egg for Trac 0.11. A similar structure has been used there, so that it is easy to follow for those who cooked eggs for earlier versions.
    1919
    2020== Author/Contributors