[Cpan-forum-commit] rev 72 - trunk/templates

svn at pti.co.il svn at pti.co.il
Thu Feb 3 07:13:31 IST 2005


Author: gabor
Date: 2005-02-03 07:13:31 +0200 (Thu, 03 Feb 2005)
New Revision: 72

Modified:
   trunk/templates/about.tmpl
   trunk/templates/internal_error.tmpl
Log:
specific error message in case of missing group, link to development

Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl	2005-02-03 05:06:51 UTC (rev 71)
+++ trunk/templates/about.tmpl	2005-02-03 05:13:31 UTC (rev 72)
@@ -14,6 +14,7 @@
 	<a href="http://lists.cpan.org/">Lists CPAN</a>. For even more resources visit 
 	<a href="http://www.perl.org/">Perl.org</a>.
 </div>
+<a name="tools"></a>
 <div class="about_list">
 	<p class="about_title">Tools used</p>
 	<ul>
@@ -35,6 +36,7 @@
 		<li><a href="/dist/Parse-RecDescent">Parse::RecDescent</a></li>
 	</ul>
 </div>
+<a name="statistics"></a>
 <div class="about_list">
 	<p class="about_title">Statistics</p>
 	<ul>
@@ -48,6 +50,7 @@
 		Current site version: <TMPL_VAR version>
 	</p>
 </div>
+<a name="news"></a>
 <div class="about_list">
 	<p class="about_title">News</p>
 	<ul>
@@ -56,6 +59,7 @@
 		<li> 2004 June - First version (and then a long silence fell on us)</li>
 	</ul>
 </div>
+<a name="development"></a>
 <div class="about_list">
 	<p class="about_title">Development</p>
 	<p>If you'd like to follow the development of this web site and the
@@ -68,6 +72,7 @@
       <li><a href="/dist/CPAN-Forum">Discussion</a></li>
 	</ul>
 </div>
+<a name="todo"></a>
 <div class="about_list">
 	<p class="about_title">TODO</p>
 	<ul>

Modified: trunk/templates/internal_error.tmpl
===================================================================
--- trunk/templates/internal_error.tmpl	2005-02-03 05:06:51 UTC (rev 71)
+++ trunk/templates/internal_error.tmpl	2005-02-03 05:13:31 UTC (rev 72)
@@ -10,6 +10,10 @@
 one should be here, please <a href="/dist/CPAN-Forum">drop us a line</a> with the name 
 of the distribution and maybe how did you get here.
 </p>
+<p>
+If you really have time, you could also look at <a href="/about/#development">the source code</a> 
+and let us know where is the bug.
+</p>
 <TMPL_ELSE>
 <p>
 Something went wrong here. The webmaster will be informed and will try to take action. 



More information about the Cpan-forum-commit mailing list