freebsd-ports/www/trac-tweakui/files/pkg-message.in
Greg Larkin 70488963ea This plugin implements a Javascript deployment platform, enabling
Trac administrators to easily tweak Trac pages with Javascript
expressions.

The plugin supports the Trac web admin system, and it can apply
Javascript tweaks to multiple pages by matching their names with
regular expressions.

WWW:    http://trac-hacks.org/wiki/TracTweakUiPlugin
2008-12-09 23:44:15 +00:00

24 lines
621 B
Text

**************************************************
To complete the installation, please add:
[components]
tractweakui.* = enabled
to your trac.ini to enable the plugin.
Next, visit:
http://trac-hacks.org/wiki/TracTweakUiPlugin#Example
for usage examples.
If you have installed the examples into
%%EXAMPLESDIR%%,
you can incorporate them into your Trac project
with the following command:
cp -Rp %%EXAMPLESDIR%%/* \
$TRAC_ENV/htdocs
$TRAC_ENV is the root directory of your Trac
project. You can copy the TweakUi examples into
as many Trac projects as you like.
**************************************************