OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web                      Date:   24-Feb-2005 11:58:28
  Branch: HEAD                             Handle: 2005022410582701

  Modified files:
    openpkg-web             page.inc
    openpkg-web/security    page.pl

  Log:
    flush pending changes

  Summary:
    Revision    Changes     Path
    1.45        +7  -7      openpkg-web/page.inc
    1.41        +1  -1      openpkg-web/security/page.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/page.inc
  ============================================================================
  $ cvs diff -u -r1.44 -r1.45 page.inc
  --- openpkg-web/page.inc      16 Jan 2005 10:36:17 -0000      1.44
  +++ openpkg-web/page.inc      24 Feb 2005 10:58:28 -0000      1.45
  @@ -143,12 +143,12 @@
           <a href="http://www.openpkg.org/";><img src="$(ROOT)openpkg.gif" 
border=0></a>
         </td>
         <td align=right valign=bottom>
  -        <table cellspacing=0 cellpadding=0><tr><td>
  -        <a href="http://www.cw.com/";><img src="$(ROOT)cw.jpg" alt="Cable & 
Wireless" border=0></a><br>
  -        <font color="#cccccc">(primary sponsor)</font>
  -        <br>
  -        <br>
  -        </td></tr></table>
  +        #<table cellspacing=0 cellpadding=0><tr><td>
  +        #<a href="http://www.cw.com/";><img src="$(ROOT)cw.jpg" alt="Cable & 
Wireless" border=0></a><br>
  +        #<font color="#cccccc">(primary sponsor)</font>
  +        #<br>
  +        #<br>
  +        #</td></tr></table>
         </td>
       </tr>
       </table>
  @@ -223,7 +223,7 @@
             <font color="#cccccc">
             Copyright &copy; 2000-2005 The OpenPKG Project<br>
             Copyright &copy; 2000-2005 Ralf S. Engelschall<br>
  -          Copyright &copy; 2000-2005 Cable &amp; Wireless
  +          #Copyright &copy; 2000-2005 Cable &amp; Wireless
             </font>
         </td>
         <!--*Robots Index-->
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/page.pl
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 page.pl
  --- openpkg-web/security/page.pl      29 Oct 2004 14:20:10 -0000      1.40
  +++ openpkg-web/security/page.pl      24 Feb 2005 10:58:27 -0000      1.41
  @@ -20,7 +20,7 @@
       $sidebar .= "<a href=\"$base.html\">$name</a><br>";
   }
   
  -foreach my $sa (@SA) {
  +foreach my $sa (reverse sort @SA) {
       $sa =~ s|\.txt$||s;
   
       print "$sa";
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to