[Bps-public-commit] r19737 - in RT-Extension-rt_cpan_org/html: Callbacks/rt_cpan_org/Elements/Login Public/RT
ruz at bestpractical.com
ruz at bestpractical.com
Wed May 20 09:23:32 EDT 2009
Author: ruz
Date: Wed May 20 09:23:28 2009
New Revision: 19737
Added:
RT-Extension-rt_cpan_org/html/Public/RT/
RT-Extension-rt_cpan_org/html/Public/RT/CPAN/
RT-Extension-rt_cpan_org/html/Public/RT/CPAN/About.html
Modified:
RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm
Log:
* update docs
Modified: RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm
==============================================================================
--- RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm (original)
+++ RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm Wed May 20 09:23:28 2009
@@ -64,7 +64,7 @@
<h2>... report a bug in a module using web-interface?</h2>
<p>
- Use <a href="https://www.bitcard.org/">Bitcard</a> account.
+ Use <a href="https://www.bitcard.org/">Bitcard</a> or OpenID account.
Module authors can use PAUSE credentials.
</p>
@@ -93,10 +93,9 @@
rt-cpan-admin at bestpractical.com at your earliest convenience.
</p>
- <h2>... ask question about this service?</h2>
+ <h2>... know more 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.
+ Read <a href="<% $RT::WebBaseURL %>/Public/RT/CPAN/About.html">this document</a>.
</p>
<p>
Added: RT-Extension-rt_cpan_org/html/Public/RT/CPAN/About.html
==============================================================================
--- (empty file)
+++ RT-Extension-rt_cpan_org/html/Public/RT/CPAN/About.html Wed May 20 09:23:28 2009
@@ -0,0 +1,31 @@
+
+<div id="rtcpan-explanation">
+
+ <h2>What is this all about?</h2>
+ <p>
+ This site tracks bugs in every distribution released through
+ <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>
+
+ <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>
+
+ <p>rt.cpan.org has some customizations which tie it to particular RT version, at this
+ moment (2009-05) it's RT 3.6.HEAD.</p>
+
+ <p>You can start exploring the source code from
+ <a href="http://svn.bestpractical.com/cgi-bin/index.cgi/bps/browse/RT-Extension-rt_cpan_org">RT-Extension-rt_cpan_org</a>.
+ There is <a href="http://svn.bestpractical.com/cgi-bin/index.cgi/bps/view/RT-Extension-rt_cpan_org/bin/pull-live">a script in the bin directory</a>
+ of the extension that installs everything.</p>
+
+ <h2>Have 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.
+ </p>
+</div>
More information about the Bps-public-commit
mailing list