Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-mobileui
A mobile-friendly interface for RT
https://github.com/bestpractical/rt-extension-mobileui
Last synced: about 1 month ago
JSON representation
A mobile-friendly interface for RT
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-mobileui
- Owner: bestpractical
- Created: 2010-08-05T19:11:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T20:31:58.000Z (over 10 years ago)
- Last Synced: 2023-04-13T18:31:29.364Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 266 KB
- Stars: 13
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT::Extension::MobileUI - DEPRECATED A phone friendly web interface for
RTDEPRECATED
A version of this module was integrated into RT in 4.0.0. RT will
automatically serve a mobile-friendly web interface on 4.0.0 or greater.DESCRIPTION
This RT extension adds a mobile interface for RT.INSTALLATION
# perl Makefile.PL
# make
# make installAdd RT::Extension::MobileUI to your /opt/rt3/etc/RT_SiteConfig.pm file
Set(@Plugins, qw(RT::Extension::MobileUI));If you have more than one Plugin enabled, you must enable them as one
Set(@Plugins, qw(Foo Bar)); command# clear mason cache
# restart apacheAUTHOR
Jesse VincentLICENSE
GPL version 2.