Edgewall Software

Changes between Version 29 and Version 30 of MacroBazaar


Ignore:
Timestamp:
Dec 18, 2004, 7:39:42 AM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v29 v30  
    173173=== SvnFiles ===
    174174
    175 This macro autogenerates a list of clickable file links referring to files in a given directory of the repository whose names match a given regular expression.  We needed this for a page giving an overall view of project progress for a project broken up into a shallow hierarchy, combined with ReTickets (below) it autogenerates an overview wiki page.
     175This macro autogenerates a list of clickable file links referring to files in a given directory of the repository whose names match a given regular expression.  We needed this for a page giving an overall view of project progress for a project broken up into a shallow hierarchy, combined with ReTickets (below) it autogenerates an overview wiki page. 
     176
     177''Please don't laugh at the code, I've been playing with trac for 2 days and had never touched python before writing these two...''
    176178
    177179''Usage''
     
    182184All arguments are needed, god alone knows what happens if you leave them out.
    183185
     186''Download:'' http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/SvnFiles.py
    184187''By:'' Simon Stapleton <simon@tufty.co.uk>
    185188
     
    195198}}}
    196199
     200''Download:'' http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/ReTickets.py
    197201''By:'' Simon Stapleton <simon@tufty.co.uk>
    198202