[Rt-commit] [rtir] 02/04: README cleanups

Kevin Falcone falcone at bestpractical.com
Fri Aug 29 17:28:21 EDT 2014


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

falcone pushed a commit to branch 3.2/siteconfig-cleanups
in repository rtir.

commit d605f5ac35a0e430849c792077ae3eb264536c55
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 | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README b/README
index fd8421c..ccc005e 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,10 +118,14 @@ 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
+   * 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
         ( also at http://bestpractical.com/docs/rtir/latest/DocIndex )

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


More information about the rt-commit mailing list