[Rt-commit] [rtir] 03/07: README cleanups

Kevin Falcone falcone at bestpractical.com
Wed Sep 17 17:14:13 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch master
in repository rtir.

commit 853e60beac3d8a48b890d40b547ee51cfd11768e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Aug 29 12:48:40 2014 -0500

    README cleanups
    
    Use modern Plugin syntax
    Remind folks about docs.bestpractical.com
    Better explain the UPGRADING files
---
 README | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/README b/README
index fd8421c..7ef9d15 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ Installation instructions:
 
 6) Activate the RTIR extension in the RT_SiteConfig.pm file:
 
-    Set(@Plugins, 'RT::IR');
+    Plugins('RT::IR');
 
 7) Stop and start your web server.
 
@@ -118,24 +118,30 @@ o  If you're configuring RTIR with support for multiple constituencies, please
 Documentation for RTIR
 ----------------------
 
+   * Documents included with RTIR are also available for browsing at
+        http://www.bestpractical.com/docs/rtir/3.2/
+
    * This README file
 
-   * UPGRADING 
-        Instructions for users upgrading from 1.0 or 2.0
+   * docs/UPGRADING
+
+   * docs/UPGRADING-* 
+        Version specific upgrading files. If upgrading from 2.6, you
+        would read the UPGRADING-2.6, UPGRADING-3.0 and UPGRADING-3.2 files.
 
-   * perldoc docs/DocIndex.pod
+   * docs/DocIndex.pod
         ( also at http://bestpractical.com/docs/rtir/latest/DocIndex )
         Links to documentation specific to RTIR
 
-   * perldoc docs/Tutorial.pod
+   * docs/Tutorial.pod
         ( also at http://bestpractical.com/docs/rtir/latest/Tutorial )
         Extended information about ticket merging
 
-   * perldoc docs/Constituencies.pod
+   * docs/Constituencies.pod
         ( also at http://bestpractical.com/docs/rtir/latest/Constituencies )
         Information about setting up RTIR with multiple user constituencies
 
-   * perldoc docs/AdministrationTutorial.pod
+   * docs/AdministrationTutorial.pod
         ( also at http://bestpractical.com/docs/rtir/latest/AdministrationTutorial )
         Information about setting up RTIR for Administrators
         
@@ -143,11 +149,11 @@ Documentation for RTIR
      documentation via the Web UI.  This includes the Tutorial.pod and other .pod files
      mentioned above.
 
-   * perldoc RT::Extension::TicketAging
+   * RT::Extension::TicketAging
         (also at https://metacpan.org/module/RT::Extension::TicketAging )
         Information about configuring and using RT and RTIR Ticket Aging.
 
-   * perldoc RT::Extension::TicketLocking
+   * RT::Extension::TicketLocking
         (also at https://metacpan.org/module/RT::Extension::TicketLocking )
         Information about configuring and using RT and RTIR Ticket Locking.
 
@@ -157,9 +163,6 @@ Documentation for RTIR
    * RTIR mailing list 
         Subscribe by sending mail to rtir-request at lists.bestpractical.com
 
-   * http://wiki.bestpractical.com/view/RTIR
-        The RTIR section of the community-developed RT wiki is still in its infancy.  
-
 
 DEVELOPMENT
 -----------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list