NAME
RT-OnlineDocs - Provides developer documentation in RT itself
DESCRIPTION
This extension 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.
INSTALLATION
This extension is works with RT 4.0. You can also find the documentation for your version at https://bestpractical.com/docs/rt/
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
Best Practical Solutions, LLC <modules@bestpractical.com>
Original code by Audrey Tang.
BUGS
All bugs should be reported via email to
L<bug-RT-OnlineDocs@rt.cpan.org|mailto:bug-RT-OnlineDocs@rt.cpan.org>
or via the web at
L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-OnlineDocs>.
COPYRIGHT
This software is copyright (c) 1996-2015 by Best Practical Solutions, LLC.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991