Changes between Version 6 and Version 7 of YumlPreprocessorMacro


Ignore:
Timestamp:
Aug 27, 2015, 9:16:59 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed superfluous license notice

Legend:

Unmodified
Added
Removed
Modified
  • YumlPreprocessorMacro

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = yuml.me preprocessor macro =
     3= yuml.me preprocessor macro
    44
    5 == Description ==
     5== Description
    66
    7 A preprocessor for including UML diagrams using the http://yuml.me service.
     7A preprocessor for including UML diagrams using the [http://yuml.me yUML service], a platform for creating and sharing UML diagrams.
    88
    9 Following diagrams are supported:
     9The following types of diagrams are supported:
    1010
    1111  * use case diagrams
     
    1717So far, only the ''scruffy'' diagrams can be rendered - if requested, I'll add the ''straight'' diagrams as an option.
    1818
    19 == Installation ==
    20 
    21 Just drop the file {{{YumlPreprocessor.py}}} in your plugins folder and enable it with the admin plugins interface.
    22 
    23 == Bugs/Feature Requests ==
     19== Bugs/Feature Requests
    2420
    2521Existing bugs and feature requests for YumlPreprocessorMacro are
     
    2723
    2824If you have any issues, create a
    29 [http://trac-hacks.org/newticket?component=YumlPreprocessorMacro&owner=dthomas new ticket].
     25[/newticket?component=YumlPreprocessorMacro new ticket].
    3026
    31 == Download ==
     27[[TicketQuery(component=YumlPreprocessorMacro&group=type,format=progress)]]
     28
     29== Download
    3230
    3331Download the zipped source from [download:yumlpreprocessormacro here].
    3432
    35 == Source ==
     33== Source
    3634
    3735You can check out YumlPreprocessorMacro from [http://trac-hacks.org/svn/yumlpreprocessormacro here] using Subversion, or [source:yumlpreprocessormacro browse the source] with Trac.
    3836
    39 == Example ==
     37== Installation
    4038
    41 === Use Case diagrams ===
     39Just drop the file {{{YumlPreprocessor.py}}} in your plugins folder and enable it with the admin plugins interface.
     40
     41== Example
     42
     43=== Use Case diagrams
    4244
    4345{{{
     
    5557[[Image(usecase_example.png)]]
    5658
    57 === Class diagrams ===
     59=== Class diagrams
    5860
    5961{{{
     
    7072[[Image(class_example.png)]]
    7173
    72 === Activity diagrams ===
     74=== Activity diagrams
    7375
    7476{{{
     
    8486[[Image(activity_example.png)]]
    8587
    86 
    87 == Recent Changes ==
     88== Recent Changes
    8889
    8990[[ChangeLog(yumlpreprocessormacro, 3)]]
    9091
    91 == Author/Contributors ==
     92== Author/Contributors
    9293
    9394'''Author:''' [wiki:dthomas] [[BR]]
    94 '''Maintainer:''' [wiki:dthomas] [[BR]]
     95'''Maintainer:''' [[Maintainer]] [[BR]]
    9596'''Contributors:''' [[BR]]
    96 '''License:''' 3-Clause BSD