Changes between Version 6 and Version 7 of EggCookingTutorial/BasicEggCooking


Ignore:
Timestamp:
Sep 30, 2005, 5:28:40 AM (19 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/BasicEggCooking

    v6 v7  
    55This 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.
    66
    7 You should be familiar with [http://projects.edgewall.com/trac/wiki/TracDev/ComponentArchitecture component architecture] and [http://projects.edgewall.com/trac/wiki/TracDev/PluginDevelopment plugin development]. This plugin is based on example in that plugin development article we just extend it a bit further.
     7You should be familiar with [trac:TracDev/ComponentArchitecture component architecture] and [trac:TracDev/PluginDevelopment plugin development]. This plugin is based on example in that plugin development article we just extend it a bit further.
    88
    99== Required items ==
     
    1111First you need ''setuptools''. For instructions and files see [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install EasyInstall] page.
    1212
    13 Then you need of course Trac 0.9. Currently, it means source checkout from Subversion repository. Instructions for getting it done are located at [http://projects.edgewall.com/trac/wiki/TracDownload#LatestDevelopmentSourceCode1 TracDownload] page.
     13Then you need of course Trac 0.9. Currently, it means source checkout from Subversion repository. Instructions for getting it done are located at [trac:TracDownload#LatestDevelopmentSourceCode1 TracDownload] page.
    1414
    1515== Directories ==