Edgewall Software

Changes between Version 52 and Version 53 of ProcessorBazaar


Ignore:
Timestamp:
Jan 23, 2007, 3:09:38 AM (17 years ago)
Author:
wadsworth
Comment:

Added note about the javascript processor

Legend:

Unmodified
Added
Removed
Modified
  • ProcessorBazaar

    v52 v53  
    266266[[BR]]''Version:'' 0.0.1 Tested on trac 0.10 but should work on older versions
    267267
     268=== javascript ===
     269A javascript syntax processor that uses the same Mimeview code as the pascal processor.
     270
     271Usage:
     272{{{
     273{{{
     274#!js
     275var func = function() {
     276  this.obj = new Object();
     277  this.flag = true;
     278  return 49;
     279}
     280}}}
     281}}}
     282Will produce:
     283{{{
     284#!text/x-javascript
     285
     286var func = function() {
     287  this.obj = new Object();
     288  this.flag = true;
     289  return 49;
     290}
     291}}}
     292[[BR]]''Download:'' [attachment:js-0.1.py]
     293[[BR]]''By:'' wadsworth
     294[[BR]]''Version:'' 0.1 Tested on Trac 0.10.1
    268295
    269296== Requests ==
     
    272299 * Request: A WikiProcessor for SVG [http://www.svg-whiz.com/wiki/index.php?title=SVG_FAQ]
    273300 * Request: A WikiProcessor for unified diffs ''(well, it's already there since 0.9, no? use `#!diff` in your block)''
    274  * Request: A WikiProcessor for javascript syntax highlighting
     301 * ~~Request: A WikiProcessor for javascript syntax highlighting~~
    275302 * Request: A WikiProcessor for mediawiki format
    276303 * Request: A WikiProcessor for [http://www.twiki.org twiki] format - so we can move existing docs to Trac