Changes between Version 20 and Version 21 of CodeExampleMacro


Ignore:
Timestamp:
Mar 5, 2015, 12:49:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • CodeExampleMacro

    v20 v21  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Code example box with syntax highlighting =
    32
    4 == Description ==
     3= Code example box with syntax highlighting
    54
    6 The CodeExampleMacro renders a code example box that supports syntax highlighting.  It support three types of examples: simple, correct, and incorrect.
     5== Description
     6
     7The CodeExampleMacro renders a code example box that supports syntax highlighting. It support three types of examples: simple, correct, and incorrect. The examples can be used for code review and functional testing.
    78
    89Features:
     
    1314All rights reserved by [http://codedgers.com Codedgers Inc.]
    1415
    15 == Usage ==
     16== Usage
    1617
    1718  1. Inside a wiki area you can invoke the `#!CodeExample` wiki processor to render a special formatted box containing specified source code, as shown and exemplified down:
     
    8283     }}}
    8384     * will be rendered as:[[BR]]
    84        [[Image(example4.png)]][[BR]][[BR]]
     85       [[Image(example4.png)]]
    8586
    86 == Installation ==
     87== Installation
    8788
    8889  {{{
     
    9192     i. none required
    9293
    93      * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,[[BR]][[BR]]
     94     * `[sudo]` is optional in case you have authorisation to modify your server.
    9495  }}}
    95   1. '''Install''' plugin globally:
    96      * with easy_install:
     96  1. '''Install''' plugin globally, for example with `easy_install`:
    9797       {{{
    9898       #!sh
    99        $ [sudo] easy_install https://trac-hacks.org/svn/codeexamplemacro
     99       [sudo] easy_install https://trac-hacks.org/svn/codeexamplemacro
    100100       }}}
    101         * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,
    102         * ,,You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`,,[[BR]][[BR]]
     101        * `[sudo]` is optional in case you have authorisation to modify your server.
     102        * You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`.
    103103  1. '''Enable''' this component by updating TracIni file as follows:
    104104     {{{
     
    118118     }}}
    119119     * example `plantuml_jar = /project-resources/trac/plugins`
    120      * example `java_bin = java` assumes that the Java binary is on the search path.[[BR]][[BR]]
     120     * example `java_bin = java` assumes that the Java binary is on the search path.
    121121  }}}
    122122  1. '''Restart''' web server on command line:
    123123     {{{
    124124     #!sh
    125      $ [sudo] /etc/init.d/apache2 restart
     125     [sudo] /etc/init.d/apache2 restart
    126126     }}}
    127        * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,[[BR]][[BR]]
    128   1. '''Test''' if this component is working properly.
    129      1. If the plugin is installed correct, the example shown in the [#Usage] section on this page should be displayed.[[BR]][[BR]]
     127       * `[sudo]` is optional in case you have authorisation to modify your server.
     128  1. '''Test''' if this component is working properly. If the plugin is installed correctly, the example shown in the [#Usage] section on this page should be displayed.
    130129
    131 == Bugs/Feature Requests ==
     130== Bugs/Feature Requests
    132131
    133 Existing '''[report:9?COMPONENT=CodeExampleMacro bugs and feature requests]''' for !CodeExampleMacro.
     132Existing [report:9?COMPONENT=CodeExampleMacro bugs and feature requests] for !CodeExampleMacro.
    134133
    135 If you have any issues, create a '''[/newticket?component=CodeExampleMacro&cc=rjollos&owner=nuald new ticket]'''.
     134If you have any issues, create a [/newticket?component=CodeExampleMacro&cc=rjollos&owner=nuald new ticket].
    136135
    137 == Source & Download ==
     136[[TicketQuery(component=CodeExampleMacro,group=type,format=progress)]]
    138137
    139 You can '''[http://trac-hacks.org/svn/codeexamplemacro check out]''' !CodeExampleMacro using Subversion, or '''[source:codeexamplemacro browse the source]''' with Trac, or '''[download:codeexamplemacro download]''' the zipped source.
     138== Source & Download
    140139
    141 === Recent Changes ===
     140You can [http://trac-hacks.org/svn/codeexamplemacro check out] !CodeExampleMacro using Subversion, or [source:codeexamplemacro browse the source] with Trac, or [download:codeexamplemacro download] the zipped source.
     141
     142=== Recent Changes
    142143
    143144[[ChangeLog(codeexamplemacro, 3)]]
    144145
    145 == Author/Contributors ==
     146== Author/Contributors
    146147
    147148'''Author:''' [wiki:nuald] [[BR]]