Changes between Version 17 and Version 18 of EmailProcessorMacro


Ignore:
Timestamp:
May 23, 2015, 8:26:02 AM (9 years ago)
Author:
figaro
Comment:

Removed contrived installation guidelines.

Legend:

Unmodified
Added
Removed
Modified
  • EmailProcessorMacro

    v17 v18  
    55== Description
    66
    7 [t:WikiProcessors Wiki Processor] to wrap a {{{<pre></pre>}}} text block to a specified number of columns, 72 by default.
     7This plugin is a [t:WikiProcessors Wiki Processor] to wrap a {{{<pre></pre>}}} text block to a specified number of columns, 72 by default.
    88
    99This is especially useful for pasting emails and getting blocks of text that don't scroll horizontally.
     
    1111[[Image(email_formatter_example.png)]]
    1212
    13 The EmailProcessorMacro is installed on Trac-Hacks, so you can test it out. Please do so only by previewing, not submitting tickets.
     13The EmailProcessorMacro is installed on Trac-Hacks, so you can test it out. Please do so only by previewing, not by submitting tickets.
    1414
    1515== Bugs/Feature Requests
     
    2626== Installation
    2727
    28 While this is a wiki macro, it is in the new macro format, which is actually a single-file plugin. As of 0.11, old style macros (those installed in the wiki-macros folder and only consisting of an `execute` function) are no longer supported. This means that this `macro` needs to be installed in the global plugin directory, or in the trac environment's `plugins` directory.
     28This `macro` needs to be installed in the global plugin directory, or in the Trac environment's `plugins` directory:
    2929
    3030 * Copy `emailprocessor.py` into the environment's `plugins` directory.
    3131 * Add the following to the environment's `trac.ini` file:
    32 {{{
     32{{{#!ini
    3333[components]
    3434emailprocessor.emailmacro = enabled