wiki:ComponentsProcessorMacro

Version 5 (modified by anonymous, 14 years ago) (diff)

--

List Project Components with Descriptions

Description

Adds a wiki macro [[Components]] which lists and describes the project's components, and links to wiki pages describing the components in more detail, and any tickets for the components.

Bugs/Feature Requests

Existing bugs and feature requests for ComponentsProcessorMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:componentsprocessormacro here].

Source

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

Example

Example 1:

This wiki page content:

This project has these components:

[[Components]]

will yield something like this:

This project has these components:

AdminIT? (tickets)
AdminProject?
DataDatabase?
DocDesign
DocImplementation?
    Documentation for developers, links to source code
    documentation and implementation specific notes, etc. 
InstallSystem?
LocalInterface
    Original proposal suggested separate local and web
    interfaces, current plan is to see if web alone
    is sufficient. 
WebInterface? (tickets)

except that the headings would be wiki page links, and the 'tickets' links would show corresponding tickets.

Example 2

The Admin related components are:

[[Components(Admin)]]

lists only components starting with "Admin" sentence, and will look like this:

The Admin related components are:

AdminIT? (tickets)
AdminProject?

Recent Changes

17035 by rjollos on 2018-02-20 18:32:02
Fix string interpolation in query

Conform to Trac coding style for database API.

17034 by rjollos on 2018-02-20 18:15:58
Branch for Trac 1.2 support
13180 by rjollos on 2013-05-20 08:56:23
Fixes #10662: Created a setuptools installer for the macro. Initial patch by gagravarr.

Note: The plugin currently does not have a license.

(more)

Author/Contributors

Author: TerryBrown
Maintainer: TerryBrown
Contributors:

Attachments (2)

Download all attachments as: .zip