Changes between Version 3 and Version 4 of YumlPreprocessorMacro


Ignore:
Timestamp:
Apr 14, 2010, 2:51:43 PM (14 years ago)
Author:
Daren Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YumlPreprocessorMacro

    v3 v4  
    1414
    1515See the yuml.me site for information on the syntax to be used.
     16
     17So far, only the ''scruffy'' diagrams can be rendered - if requested, I'll add the ''straight'' diagrams as an option.
     18
     19== Installation ==
     20
     21Just drop the file {{{YumlPreprocessor.py}}} in your plugins folder and enable it with the admin plugins interface.
    1622
    1723== Bugs/Feature Requests ==
     
    3642
    3743{{{
    38         {{{
    39         #!YumlUseCase
    40         [User]-(Login)
    41         [User]-(Logout)
    42         (Login)<(Reminder)
    43         (Login)>(Captcha)
    44         }}}
     44{{{
     45#!YumlUseCase
     46[User]-(Login)
     47[User]-(Logout)
     48(Login)<(Reminder)
     49(Login)>(Captcha)
     50}}}
    4551}}}
    4652
     
    5258
    5359{{{
    54         {{{
    55         #!YumlClass
    56         [Customer]+1->*[Order]
    57         [Order]++1-items >*[LineItem]
    58         [Order]-0..1>[PaymentMethod]
    59         }}}
     60{{{
     61#!YumlClass
     62[Customer]+1->*[Order]
     63[Order]++1-items >*[LineItem]
     64[Order]-0..1>[PaymentMethod]
     65}}}
    6066}}}
    6167
     
    6773
    6874{{{
    69         {{{
    70         #!YumlActivity
    71         (start)-><d1>logged in->(Show Dashboard)->|a|->(end)
    72         <d1>not logged in->(Show Login)->|a|
    73         }}}
     75{{{
     76#!YumlActivity
     77(start)-><d1>logged in->(Show Dashboard)->|a|->(end)
     78<d1>not logged in->(Show Login)->|a|
     79}}}
    7480}}}
    7581