Edgewall Software

Changes between Initial Version and Version 1 of ProcessorBazaar


Ignore:
Timestamp:
Nov 26, 2004, 11:37:23 AM (19 years ago)
Author:
Jan Finell
Comment:

Added the first wiki-processor to the processor bazaar.

Legend:

Unmodified
Added
Removed
Modified
  • ProcessorBazaar

    v1 v1  
     1= The Processor Bazaar =
     2Looking for fresh wiki processor goodness for your Trac installation? Have you written a clever wiki-processor you're dying to share with the world? This is the place.
     3
     4The wiki-processor bazaar is for sharing information about user-developed processors and links to source code and requests.
     5
     6'''Note:''' ''Please state your name, email, and version of Trac your wiki-processor is developed for.''
     7----
     8=== LegendBox ===
     9A wiki-processor for encapsulating wiki text inside a box.
     10The box will have a legend and a modifiable color.
     11
     12Example:
     13{{{
     14{{{
     15#!LegendBox
     16#!color: blue
     17#!legend: My Title
     18Here comes the actual text that will be inside the box.
     19You can even use wiki-formatting in here.
     20}}}
     21}}}
     22You can modify the default ''COLOR'' and ''LEGEND'' and the ''STYLE'' in the plugin file.
     23[[BR]]''Download:'' http://projects.edgewall.com/trac/attachment/wiki/ProcessorBazaar/LegendBox.py
     24[[BR]]''By:'' Jan Finell  (finell at cenix-bioscience.com)
     25[[BR]]''Required ver:'' > 0.8pre (though changing the import of the ''wiki_to_html'' function will make it work on older versions)
     26
     27----
     28See also:  WikiProcessors, MacroBazaar