You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/05 09:35:10 UTC

svn commit: r1564669 - in /spamassassin/site: devel/index.html downloads.html main.wmk released/index.html weblist.pl

Author: kmcgrail
Date: Wed Feb  5 08:35:09 2014
New Revision: 1564669

URL: http://svn.apache.org/r1564669
Log:
clarified that 3.2.5 is EOL and also cleaned up .svn showing up in weblists

Modified:
    spamassassin/site/devel/index.html
    spamassassin/site/downloads.html
    spamassassin/site/main.wmk
    spamassassin/site/released/index.html
    spamassassin/site/weblist.pl

Modified: spamassassin/site/devel/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/devel/index.html?rev=1564669&r1=1564668&r2=1564669&view=diff
==============================================================================
--- spamassassin/site/devel/index.html (original)
+++ spamassassin/site/devel/index.html Wed Feb  5 08:35:09 2014
@@ -166,7 +166,7 @@
                               </td>
                               <td>
                                 <nobr>
-                                  &nbsp; 5-Feb-2014 08:10
+                                  &nbsp; 5-Feb-2014 08:33
                                 </nobr>
                               </td>
                               <td align="right">
@@ -207,22 +207,6 @@
                                 </nobr>
                               </td>
                             </tr>
-                            <tr>
-                              <td>
-                                &nbsp;
-                                <a href=".svn">.svn/</a>
-                              </td>
-                              <td>
-                                <nobr>
-                                  &nbsp; 5-Feb-2014 08:09
-                                </nobr>
-                              </td>
-                              <td align="right">
-                                <nobr>
-                                  &nbsp; &nbsp; -
-                                </nobr>
-                              </td>
-                            </tr>
                           </table>
                         </div>
                       </td>

Modified: spamassassin/site/downloads.html
URL: http://svn.apache.org/viewvc/spamassassin/site/downloads.html?rev=1564669&r1=1564668&r2=1564669&view=diff
==============================================================================
--- spamassassin/site/downloads.html (original)
+++ spamassassin/site/downloads.html Wed Feb  5 08:35:09 2014
@@ -228,6 +228,10 @@
                         </li>
                       </ul>
                       <a name="Previous_Released_version_prevbranchrelversion" id="Previous_Released_version_prevbranchrelversion"><h3>Previous Released version, 3.2.5</h3></a><p>
+                        <em>NOTE: </em>This version is no longer supported. See <a href="http://wiki.apache.org/spamassassin/ReleaseGoal" target="_blank">http://wiki.apache.org/spamassassin/ReleaseGoals> for more information. <br />
+                        
+                      </p>
+                      <p>
                         <!-- use "relhomehref" links for the signatures; that way if a mirror
                         </p><p>is compromised, the sigs are not and they will mismatch.
                         </p>-->

Modified: spamassassin/site/main.wmk
URL: http://svn.apache.org/viewvc/spamassassin/site/main.wmk?rev=1564669&r1=1564668&r2=1564669&view=diff
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Wed Feb  5 08:35:09 2014
@@ -520,6 +520,8 @@ Released version, ${relversion}
 Previous Released version, ${prevbranchrelversion}
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+NOTE: This version is no longer supported.  See <a href=http://wiki.apache.org/spamassassin/ReleaseGoal target=_blank>http://wiki.apache.org/spamassassin/ReleaseGoals> for more information.
+
 <!-- use ''relhomehref'' links for the signatures; that way if a mirror
   is compromised, the sigs are not and they will mismatch.
   -->
@@ -1117,7 +1119,9 @@ urchinTracker();
 
     print "<div align=center>";
 
-    use Cwd; my $old = getcwd; chdir $dir;
+    use Cwd; 
+    my $old = getcwd; 
+    chdir $dir;
     weblist ("/".$dir."/");
     chdir $old;
 

Modified: spamassassin/site/released/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/released/index.html?rev=1564669&r1=1564668&r2=1564669&view=diff
==============================================================================
--- spamassassin/site/released/index.html (original)
+++ spamassassin/site/released/index.html Wed Feb  5 08:35:09 2014
@@ -166,7 +166,7 @@
                               </td>
                               <td>
                                 <nobr>
-                                  &nbsp; 5-Feb-2014 08:10
+                                  &nbsp; 5-Feb-2014 08:33
                                 </nobr>
                               </td>
                               <td align="right">
@@ -2882,22 +2882,6 @@
                             <tr>
                               <td>
                                 &nbsp;
-                                <a href=".svn">.svn/</a>
-                              </td>
-                              <td>
-                                <nobr>
-                                  &nbsp; 5-Feb-2014 08:09
-                                </nobr>
-                              </td>
-                              <td align="right">
-                                <nobr>
-                                  &nbsp; &nbsp; -
-                                </nobr>
-                              </td>
-                            </tr>
-                            <tr>
-                              <td>
-                                &nbsp;
                                 <a href="ancient">ancient/</a>
                               </td>
                               <td>

Modified: spamassassin/site/weblist.pl
URL: http://svn.apache.org/viewvc/spamassassin/site/weblist.pl?rev=1564669&r1=1564668&r2=1564669&view=diff
==============================================================================
--- spamassassin/site/weblist.pl (original)
+++ spamassassin/site/weblist.pl Wed Feb  5 08:35:09 2014
@@ -101,7 +101,9 @@ sub fline {
  my $name = shift;
  #return if (lc $name eq lc $scriptname);
  return if ($name =~ /\.dsc$/i or $name =~ /\.\$\$\$$/i);
-return if ($name =~ /^index\.html$/);
+ #Skip SVN dirs
+ return if ($name =~ /\.svn$/);
+ return if ($name =~ /^index\.html$/);
   # If you're using Programmer's File Editor, you know why I leave out *.$$$ :-)
 
  if ($showdescription and open FILE,"<$name.dsc") {