Changes between Version 1 and Version 2 of TracListTicketsScript


Ignore:
Timestamp:
Mar 5, 2010, 3:25:34 PM (14 years ago)
Author:
anonymous
Comment:

Example: Processed the &##; sequences to make readable. Put in {{{.

Legend:

Unmodified
Added
Removed
Modified
  • TracListTicketsScript

    v1 v2  
    2626== Example ==
    2727
    28 Alias /tickets "/created_folder"
    29 <Directory "/created_folder">
     28Alias /tickets "/created_folder"
     29{{{
     30<Directory "/created_folder">
    3031  AddHandler mod_python .py
    3132  PythonHandler mod_python.publisher
    32 &lt;/Directory&gt;
    33 
     33</Directory>
     34}}}
    3435
    3536== Recent Changes ==