Changes between Version 7 and Version 8 of ManPageRendererPlugin


Ignore:
Timestamp:
Nov 16, 2015, 9:51:19 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ManPageRendererPlugin

    v7 v8  
    55== Description
    66
    7 A plugin for rendering unix manual pages to HTML, so they are human readable when browsing the repository.
     7This is a plugin for rendering Unix manual pages to HTML, so they are human readable when browsing the repository.
    88
    99Specifically it extends the IHTMLPreviewRenderer component of the mimeviewer to pass the nroff man page through groff, which generates an HTML version of the page.
    1010
    11 Originally submitted as a [http://trac.edgewall.org/ticket/7067 new enhancement to Trac], but currently hosted on trac-hacks.
     11Originally submitted as a [t:#7067 new enhancement to Trac], it is currently hosted on trac-hacks.
    1212
    1313== Bugs/Feature Requests
     
    2323== Download
    2424
    25 Download the zipped source from [download:manpagerendererplugin here].
     25Download the zipped source from [export:manpagerendererplugin here].
    2626
    2727== Source
    2828
    29 You can check out ManPageRendererPlugin from [http://trac-hacks.org/svn/manpagerendererplugin here] using Subversion, or [source:manpagerendererplugin browse the source] with Trac.
     29You can check out ManPageRendererPlugin from [/svn/manpagerendererplugin here] using Subversion, or [source:manpagerendererplugin browse the source] with Trac.
    3030
    3131== Installation
     
    3636}}}
    3737
    38 This plugin uses groff, so it needs to be installed on your machine, usually installed as a standard on most unixes. If it is not in the usual place of `/usr/bin/groff`, you can specify its location in your `trac.ini` file:
     38This plugin uses groff, so it needs to be installed on your machine, usually installed as a standard on most Unixes. If it is not in the usual place of `/usr/bin/groff`, you can specify its location in your `trac.ini` file:
    3939{{{#!ini
    4040groff_path = /your_path/groff
    4141}}}
    4242
    43 You will need also to enable this plugin in your `trac.ini` file:
     43You will also need to enable this plugin in your `trac.ini` file:
    4444{{{#!ini
    4545[components]