wiki:ReposReadMePlugin

Repository Readme File Rendering

Description

This plugin will render any file in listing starting with 'readme(*)' in some form, when browsing directories using the 'Browse Source' menu item (repository browser).

It uses the default Trac Mimeview rendering, and will render text (and source files) as usual (less line numbers). However, any supported output format can be used to provide HTML, like:

  • .rst files (restructured text)
  • wiki markup by setting file mime-type to text/x-trac-wiki (or making for instance .wiki file extension default by trac.ini setting [mimeviewer] mime_map = ...., text/x-trac-wiki:wiki)

Plugin supports any Trac > 0.11 (including 0.12 and 0.13dev, and including multi-repository).

Bugs/Feature Requests

Existing bugs and feature requests for ReposReadMePlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

Download

Download the zipped source from here.

Source

You can check out ReposReadMePlugin from here using Subversion, or browse the source with Trac.

Installation

  1. Install or easy_install plugin as usual.
  2. Enable the plugin by adding the following to your trac.ini file:
    [components]
    reposreadme.* = enabled
    

Recent Changes

9323 by osimons on 2010-10-18 01:04:55
ReposReadMePlugin: Visual follow-up for #7795, specifically some spacing and double-boxing of the plain text files.
9278 by osimons on 2010-10-10 22:19:25
ReposReadMePlugin: Added filename as heading and wrapped content into a box for nicer visual effects. Also made filename into an anchor to allow directly linking to each individual readme file.

Closes #7795.

9257 by osimons on 2010-10-06 11:25:19
ReposReadMePlugin: Updated to support 0.12 multi-repository, fetching correct repos from current data when available.
(more)

Author/Contributors

Author: osimons
Maintainer: osimons
Contributors:

Last modified 20 months ago Last modified on Aug 24, 2022, 6:56:31 AM