# RT-Extension-MobileUI **Repository Path**: mirrors_gitpan/RT-Extension-MobileUI ## Basic Information - **Project Name**: RT-Extension-MobileUI - **Description**: Read-only release history for RT-Extension-MobileUI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME RT::Extension::MobileUI - DEPRECATED A phone friendly web interface for RT DEPRECATED 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 install Add 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 apache AUTHOR Jesse Vincent LICENSE GPL version 2.