Update of /cvsroot/fink/web/pdb
In directory usw-pr-cvs1:/tmp/cvs-serv2416/pdb

Modified Files:
        nomaintainer.php package.php 
Log Message:
added mailto links for the 'last changed' field; scramble email address on legal page

Index: nomaintainer.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/nomaintainer.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nomaintainer.php    10 Jun 2002 13:03:20 -0000      1.4
+++ nomaintainer.php    19 Oct 2002 13:05:56 -0000      1.5
@@ -24,7 +24,7 @@
 maintainer who brought the package to Fink is no longer able to maintain
 it.  If you are interested in taking on one of these packages, and you are
 not already a core Fink developer, please <a
-href="mailto:fink-devel@;lists.sourceforge.net">contact the Fink
+href="mailto:fink-develATlistsDOTsourceforgeDOTnet";>contact the Fink
 developers</a> and volunteer!</p>
 <p>Core Fink developers are welcome to adopt a package by changing the
 maintainer name in the package's .info file to their own.</p>

Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.php 18 Apr 2002 13:02:18 -0000      1.10
+++ package.php 19 Oct 2002 13:05:56 -0000      1.11
@@ -57,7 +57,7 @@
   }
   // If there was an email specified, make the maintainer field a mailto: link
   if ($email) {
-    $email = str_replace(array("@","."), array(" AT "," DOT "), $email);
+    $email = str_replace(array("@","."), array("AT","DOT"), $email);
     it_item("Maintainer:", $maintainer.' &lt;'.$email.'&gt;');
 #    it_item("Maintainer:", '<a href="mailto:'.$email.'">'.$maintainer.'</a>');
   } else {



-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to