Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-onlinedocs
https://github.com/bestpractical/rt-onlinedocs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-onlinedocs
- Owner: bestpractical
- Created: 2011-09-30T18:49:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T17:32:06.000Z (about 10 years ago)
- Last Synced: 2023-04-13T18:31:29.824Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/rt-onlinedocs
- Size: 217 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
NAME
RT-OnlineDocs - Provides developer documentation in RT itselfDESCRIPTION
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 atperl Makefile.PL
make
make install
May need root permissionsEdit 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/objRestart your webserver
AUTHOR
Best Practical Solutions, LLCOriginal code by Audrey Tang.
BUGS
All bugs should be reported via email toL
or via the web at
L.
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