Changes between Version 27 and Version 28 of PlantUmlMacro


Ignore:
Timestamp:
Feb 17, 2016, 8:14:35 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PlantUmlMacro

    v27 v28  
    77}}}
    88
    9 = Render PlantUML Diagrams
     9= Render PlantUML diagrams in wiki pages
    1010
    1111== Description
    1212
    13 [http://plantuml.sourceforge.net/ PlantUML] is a Java utility that allows generation of different types of UML diagrams (sequence, activity, state, use cases, objects, ...) from a simple text description file.
     13This plugin allows the integration of PlantUML on Trac wiki pages, where the diagrams are dynamically generated and embedded. See below for examples.
    1414
    15 This plugin allows the integration of PlantUML on Trac Wiki pages, dynamically generating and embedding the diagrams.
     15[http://plantuml.sourceforge.net/ PlantUML] is a Java utility that allows generation of different types of [wikipedia:Unified_Modeling_Language UML] diagrams (such as sequence, activity, state, use cases, objects) from a simple text description file.
    1616
    1717== Bugs/Feature Requests
     
    3737'''Notes''':
    3838     1. Below instructions should be specific to some operating systems. Please help expanding these instructions.
    39      1. `[sudo]` is optional in case you already have enough authorisation to modify your server.
     39     1. `[sudo]` is optional in case you already have authorisation to modify your server.
    4040
    41 '''Installation steps:'''
     41'''Installation steps''':
    4242  1. '''Check''' dependencies:
    4343     1. A valid Java runtime environment.
    44      1. [http://plantuml.sourceforge.net/download.html plantuml.jar]: save it to the location that you'll specify in the configuration section `/path/to/plantuml.jar`.
     44     1. [http://plantuml.sourceforge.net/download.html plantuml.jar]: save it to the location that you'll specify in the configuration section `/path/to/plantuml.jar`:
    4545        * {{{#!sh
    4646          [sudo] wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download
     
    7878       * example: `plantuml_jar = /project-resources/trac/plugins`.
    7979       * example: `java_bin = java`, assumes that the Java binary is on the search path.
    80      * or accessing your Admin panel (under selected Trac environment {{{..admin/general/plugins}}}).
     80     * or accessing your Admin panel under selected Trac environment {{{..admin/general/plugins}}}.
    8181  1. '''Restart''' web server:
    8282     * Apache on Ubuntu, example command line: