wiki:WikiStart

Version 21 (modified by Alec Thomas, 19 years ago) (diff)

--

Welcome to Trac Hacks

The purpose of TracHacks is to provide a Subversion repository for all of the community created hacks for the Trac source code project management system.

TracHacks uses the excellent tags hack, which adds basic categorisation to Trac. All hacks are tagged with one or more of the available tags?. At the very least, each hack should have a tag for the type of hack it is (eg. macro, patch, etc.) and whether it is for Trac stable? or trunk?.

How to use this site

  1. Register a user name.
  2. Create a page reflecting the name of your hack and the broad class of hack. eg. TocMacro, AnchorPatch, etc.

Macros

Macros are simple enhancements to Trac's Wiki engine. Examples include SubWiki, TOC, FootNote, etc.

ListTags(macro)?

Patches

Modifications to the Trac source in the form of patches. This can include simple changes to Clear Silver templates, patches to the Python code,etc.

ListTags(patch)?

Scripts

Scripts that enhance the functionality of Trac. This could include things like wrappers around creation of Subversion and Trac projects, post-commit hooks, etc.

ListTags(script)?

Plugins

As part of the move to a component architecture, Trac trunk is now extensible via components. Components can be used to add functionality to Trac that some companies can't do without, like extended milestone facilities, multi-project functionality, etc.

ListTags(plugin)?