The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RT-OnlineDocs - Provides a browseable interface to the developer documentation

DESCRIPTION

RT::OnlineDocs adds a "Developer Documentation" menu to the RT user interface. This tool provides a browsable user interface to the RT API documentation for the running RT instance. I'm indebted to Audrey Tang who contributed the first version of this code.

INSTALLATION

This extension is intended for RT4 only. If you wish to run this extension on RT 3.8 or earlier, please install version .10.

perl Makefile.PL
make
make install

May need root permissions

Edit your /opt/rt4/etc/RT_SiteConfig.pm

Add this line:

    Set(@Plugins, qw(RT::OnlineDocs));

or add RT::OnlineDocs to your existing @Plugins line.

Clear your mason cache
    rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver

AUTHOR

Jesse Vincent - <jesse@bestpractical.com> Audrey Tang - <audreyt@audreyt.org>

LICENCE AND COPYRIGHT

This software is copyright (c) 1996-2011 by Best Practical Solutions.

This module is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License.