Changes between Version 2 and Version 3 of ReadmePlugin


Ignore:
Timestamp:
Mar 10, 2015, 6:45:51 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ReadmePlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
     2
    23= Display README files, especially Markdown, in Browse Source
    34
    4 == Description ==
     5== Description
    56
    6 Plugin to display README files in Browse Source directory listings, and preview .md files as rendered Markdown
     7Plugin to display README files in Browse Source directory listings, and preview .md files as rendered Markdown.
    78
    8 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    910
    1011Please use [https://github.com/Southen/trac-readme-plugin/issues GitHub] for any issues you have with this plugin.
    1112
    12 == Download ==
     13== Download
    1314
    1415Download the zipped source from [https://github.com/Southen/trac-readme-plugin/archive/master.zip here].
    1516
    16 == Source ==
     17== Source
    1718
    1819You can clone from [https://github.com/Southen/trac-readme-plugin.git here] using git, or [https://github.com/Southen/trac-readme-plugin browse the source] on GitHub.
    1920
    20 == Installation ==
     21== Installation
    2122
    2223Deploy to a specific Trac environment:
    2324{{{
    24 $ cd /path/to/pluginsource
    25 $ python setup.py bdist_egg
    26 $ cp dist/*.egg /path/to/projenv/plugins
     25cd /path/to/pluginsource
     26python setup.py bdist_egg
     27cp dist/*.egg /path/to/projenv/plugins
    2728}}}
    2829
    29 Enable plugin in trac.ini:
     30Enable plugin in `trac.ini`:
    3031{{{
     32#!ini
    3133[components]
    3234readme_renderer.* = enabled
    3335}}}
    3436
    35 Configuration in trac.ini:
     37Configuration in `trac.ini`:
    3638{{{
     39#!ini
    3740[mimeviewer]
    3841mime_map = ...,text/x-trac-wiki:wiki,text/x-markdown:md
     
    5255
    5356'''Author:''' [wiki:Southen] [[BR]]
    54 '''Maintainer:''' [wiki:Southen] [[BR]]
     57'''Maintainer:''' [[Maintainer]] [[BR]]
    5558'''Contributors:''' [wiki:osimons] [[BR]]