Changes between Version 4 and Version 5 of GenshiMacro


Ignore:
Timestamp:
Mar 12, 2015, 7:06:45 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, rearranged paragraphs

Legend:

Unmodified
Added
Removed
Modified
  • GenshiMacro

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Genshi Macro =
    4 
    5 == Description ==
     3= Plugin to render Genshi templates directly in wiki pages
    64
    75{{{#!box warn
    8 **Notice:** This plugin is deprecated.
     6**Notice:** This plugin has not been developed with security considerations in mind.
    97}}}
    108
    11 == Genshi processor for wiki pages ==
     9== Description
    1210
    13 === Description ===
     11The GenshiMacro allows you to write and render Genshi templates directly in wiki pages with a new `Genshi` processor.
    1412
    15 The GenshiMacro allows you to write and render Genshi templates directly
    16 in wiki pages with a new ``Genshi`` processor.
     13Your templates will have access to the request as `req`, which can be useful for tasks like URL generation, rendering form tokens for POST requests, and checking for a logged-in user.
    1714
    18 Your templates will have access to the request as ``req``, which can be
    19 useful for tasks like URL generation, rendering form tokens for POST
    20 requests, and checking for a logged-in user.
     15'''Note: no security considerations whatsoever went into the making of this plugin. If you happen to know how it can be improved, please let me know.'''
    2116
    22 '''Note: no security considerations whatsoever went into the making of
    23 this plugin.  It might be a terrible idea.  If you happen to know that
    24 it is, please let me know.'''
    25 
    26 === Configuration and Usage ===
    27 
    28 To use the plugin, install it in your Trac environment and enable its
    29 components in ``trac.ini``::
    30 
    31 {{{
    32   [components]
    33   genshimacro.* = enabled
    34 }}}
    35 
    36 You can then write Genshi templates directly in wiki pages.
    37 
    38 
    39 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    4018
    4119Existing bugs and feature requests for GenshiMacro are
     
    4523[http://trac-hacks.org/newticket?component=GenshiMacro&owner=ejucovy new ticket].
    4624
    47 == Download ==
     25== Download
    4826
    4927Download the zipped source from [https://github.com/ejucovy/trac-GenshiMacro/tags here].
    5028
    51 == Source ==
     29== Source
    5230
    5331You can clone GenshiMacro from [git://github.com/ejucovy/trac-GenshiMacro.git here] using Git, or [https://github.com/ejucovy/trac-GenshiMacro browse the source] with Github.
    5432
    55 == Example ==
     33== Configuration and Usage
     34
     35To use the plugin, install it in your Trac environment and enable its components in `trac.ini`:
     36
     37{{{
     38[components]
     39genshimacro.* = enabled
     40}}}
     41
     42You can then write Genshi templates directly in wiki pages.
     43
     44== Example
    5645
    5746{{{
     
    8170}}}
    8271
    83 == Recent Changes ==
     72== Recent Changes
    8473
    8574[[ChangeLog(genshimacro, 3)]]
    8675
    87 == Author/Contributors ==
     76== Author/Contributors
    8877
    8978'''Author:''' [wiki:ejucovy] [[BR]]