Edgewall Software

Changes between Version 4 and Version 5 of WorkInProgress/PluggableDirectivesLibraries


Ignore:
Timestamp:
Jun 10, 2010, 7:35:41 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

added example library section

Legend:

Unmodified
Added
Removed
Modified
  • WorkInProgress/PluggableDirectivesLibraries

    v4 v5  
    2323
    2424 - working branch to develop this in a joint effort on g.e.o. directly
     25
     26== Example Directives Library ==
     27
     28This example serves as a skeleton for ongoing development. It also serves as the initial documentation for the
     29new feature.
     30
     31=== Example setup.py ===
     32
     33{{{
     34#!python
     35
     36}}}
     37
     38=== Example lib.py ===
     39
     40{{{
     41#!python
     42
     43}}}