Changes between Version 2 and Version 3 of TracXsdPlotMacro


Ignore:
Timestamp:
Aug 10, 2015, 2:40:30 PM (9 years ago)
Author:
Theodor Norup
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracXsdPlotMacro

    v2 v3  
    88Produce a graphical depiction of the data structure defined by an XML Schema (XSD) file.
    99
    10 Input files can be source files in an SVN repository, attachements to tickets or placed in the Trac server file system
     10Input files can be source files in an SVN repository, attachements to tickets or placed in the Trac server file system.
    1111
    12 Example to appear.
     12Output is as indicated in this example:
     13
     14[[Image(trac-hacks-example.png,width=300)]]
    1315
    1416=== Assumptions ===
     
    4143`ElementTree` must be installed for XSD parsing
    4244
    43 So far only tested with Trac 1.0.6. Older Trac versions cannot access specific source file revisions.
     45So far only tested with Trac 1.0.6 on linux. Older Trac versions cannot access specific source file revisions.
    4446
    4547=== Configuration ===
     
    5153}}}
    5254
    53 To convert files in the server's file system, set these in trac.ini:
     55To access and convert files in the server's file system, set these in trac.ini:
    5456 
    5557{{{
    56     [tracxsdplot]
    57     file.prepath = /relative/entry/directory
    58     file.preurl  = http://example.com/entrydir
     58[tracxsdplot]
     59file.prepath = /relative/entry/directory
     60file.preurl  = http://example.com/entrydir
    5961}}}
    6062
     
    7880== Credits
    7981
    80 Thanks to [wiki:https://trac-hacks.org/wiki/ursaw] for most of the macro argument parsing and trac infrastructure
     82Thanks to [wiki:ursaw] for most of the macro argument parsing and trac infrastructure that is stolen from PdfImagePlugin