[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. f39c7083e67aa8ee77408367fa2b221a0470cfd5

Thomas Sibley trs at bestpractical.com
Tue Feb 1 10:34:37 EST 2011


The branch, master has been updated
       via  f39c7083e67aa8ee77408367fa2b221a0470cfd5 (commit)
       via  0a4546817bab28525af278ef41120f1a231a9661 (commit)
       via  9c0af3cd305eaa3c58357b778ec5c224f9f54e6e (commit)
      from  2ef7ab44d39aa1c8248df3aa9372a8cb4aac6cd0 (commit)

Summary of changes:
 html/Public/RT/CPAN/About.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit 9c0af3cd305eaa3c58357b778ec5c224f9f54e6e
Author: Luc St-Louis <lucs at pobox.com>
Date:   Tue Feb 1 07:12:37 2011 -0500

    A few rephrasings.
    
    Signed-off-by: Thomas Sibley <trs at bestpractical.com>

diff --git a/html/Public/RT/CPAN/About.html b/html/Public/RT/CPAN/About.html
index 5515fb0..65392f1 100644
--- a/html/Public/RT/CPAN/About.html
+++ b/html/Public/RT/CPAN/About.html
@@ -10,7 +10,7 @@
       <a href="http://cpan.org">CPAN</a>.
     </p>
 
-    <p>Quick usage guidelines you can find on <a href="<% $RT::WebPath %>/">the main page</a></p>
+    <p>Quick usage guidelines can be found on <a href="<% $RT::WebPath %>/">the main page</a></p>
 
     <h2>Recommendations (soft rules)</h2>
     <h3>For reporters</h3>
@@ -32,27 +32,27 @@
 
     <h4>Be polite</h4>
 
-    <h4>Can a module has own bug tracker?</h4>
-    <p>Sure it can, but queue wouldn't be disabled and users still would be
+    <h4>Can a module have its own bug tracker?</h4>
+    <p>Sure it can, but that would not disable the module's RT queue and users would still be
     able to create tickets on rt.cpan.org.</p>
 
     <h2>What is used to power this service?</h2>
     <p>All parts used to build this service are open source software.
     The core is the <a href="http://www.bestpractical.com/rt/">Request Tracker</a> project
-    from Best Practical Solutions company. Everything else is either extension for this
-    project or module from the CPAN.</p>
+    from Best Practical Solutions company. Everything else is either an extension for this
+    project or a module from the CPAN.</p>
 
-    <p>rt.cpan.org has some customizations which tie it to particular RT version, at this
+    <p>rt.cpan.org has some customizations which tie it to particular RT version; at this
     moment (2009-12) it's RT 3.8.HEAD.</p>
 
-    <p>You can start from checking out from the repository:<br />
+    <p>You can explore the source code by checking out the repository:<br />
     <pre>    git clone git://github.com/bestpractical/rt-extension-rt_cpan_org.git</pre><br />
-    Or explore the source code via UI at
+    or by going to its web page, at
     <a href="http://github.com/bestpractical/rt-extension-rt_cpan_org">RT-Extension-rt_cpan_org</a>.
     There is <a href="http://github.com/bestpractical/rt-extension-rt_cpan_org/blob/master/bin/pull-live">a script in the bin directory</a>
     of the extension that installs everything.</p>
 
-    <h2>Have question about this service?</h2>
+    <h2>Have a question about this service?</h2>
     <p>
       If you have any questions <b>about rt.cpan.org</b>, feel free to send mail to
       rt-cpan-admin at bestpractical.com and we'll do our best to get back to you.

commit 0a4546817bab28525af278ef41120f1a231a9661
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Feb 1 10:28:19 2011 -0500

    Add a missing article

diff --git a/html/Public/RT/CPAN/About.html b/html/Public/RT/CPAN/About.html
index 65392f1..31a2193 100644
--- a/html/Public/RT/CPAN/About.html
+++ b/html/Public/RT/CPAN/About.html
@@ -42,7 +42,7 @@
     from Best Practical Solutions company. Everything else is either an extension for this
     project or a module from the CPAN.</p>
 
-    <p>rt.cpan.org has some customizations which tie it to particular RT version; at this
+    <p>rt.cpan.org has some customizations which tie it to a particular RT version; at this
     moment (2009-12) it's RT 3.8.HEAD.</p>
 
     <p>You can explore the source code by checking out the repository:<br />

commit f39c7083e67aa8ee77408367fa2b221a0470cfd5
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Feb 1 10:32:14 2011 -0500

    Log the user out to get to the main page
    
    Otherwise since they are logged in as the Public user (to view this
    about page!), they'll get the public search page instead of /.
    
    This is a less than optimal solution.

diff --git a/html/Public/RT/CPAN/About.html b/html/Public/RT/CPAN/About.html
index 31a2193..4b3eba3 100644
--- a/html/Public/RT/CPAN/About.html
+++ b/html/Public/RT/CPAN/About.html
@@ -10,7 +10,7 @@
       <a href="http://cpan.org">CPAN</a>.
     </p>
 
-    <p>Quick usage guidelines can be found on <a href="<% $RT::WebPath %>/">the main page</a></p>
+    <p>Quick usage guidelines can be found on <a href="<% $RT::WebPath %>/NoAuth/Logout.html">the main page</a></p>
 
     <h2>Recommendations (soft rules)</h2>
     <h3>For reporters</h3>

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list