Author: ask
Date: Sun Feb  8 18:42:31 2009
New Revision: 968

Modified:
   web/get.html
   web/index.html

Log:
change svn links to git

Modified: web/get.html
==============================================================================
--- web/get.html        (original)
+++ web/get.html        Sun Feb  8 18:42:31 2009
@@ -4,34 +4,36 @@
 Latest release: <a href="files/qpsmtpd-0.40.tar.gz">0.40</a> (June 11, 
2007)<br />
 Previous release: <a href="files/qpsmtpd-0.32.tar.gz">0.32</a> (February 26, 
2006)<br />
 <br />
-See the <a href="http://svn.perl.org/qpsmtpd/tags/0.40/Changes";>Change log</a>
+See the <a 
href="http://git.develooper.com/?p=qpsmtpd.git;a=blob;f=Changes;hb=HEAD";>Change 
log</a>
 
 <p>
 
-You can also get qpsmtpd with Subversion (svn):
+You can also get qpsmtpd with Git:
 
 <pre>
-   <b># Development branch:</b>
-   svn co http://svn.perl.org/qpsmtpd/trunk qpsmtpd
+   git clone git://git.develooper.com/qpsmtpd.git
+   <i>or</I>
+   git clone git://github.com/abh/qpsmtpd.git
 </pre>
 
 <p>
 
-You can <a href="http://svn.perl.org/viewcvs/qpsmtpd/";>browse the Subversion 
repository</a>.
+You can <a href="http://git.develooper.com/qpsmtpd.git";>browse the
+repository</a> (also on <a href="http://github.com/abh/qpsmtpd/";>github</a>).
 
 <p>
 
-qpsmtpd as checked out from CVS has been used for the primary perl.org
-mail servers since 2001.  apache.org and lists.mysql.com are also using qpsmtpd
-for their mail services.  A happy user wrote and told that qpsmtpd is
-rejecting several hundred thousand spams a day on his server.
+qpsmtpd has been used for the primary perl.org mail servers since
+2001.  At apache.org they are also using qpsmtpd for their
+mail services.  A happy user wrote and told that qpsmtpd is rejecting
+several hundred thousand spams a day on his server.
 
 
 <h4>Install</h4>
 
 See the new installation instructions in the <a
-href="http://svn.perl.org/qpsmtpd/trunk/README";>README file</a>.  It's
-really easy if you are familiar with your MTA system (qmail or
+href="http://git.develooper.com/?p=qpsmtpd.git;a=blob;f=README;h=bf7aae729e2c5571651aa8116d2ea553700aa40a;hb=HEAD";>README
+file</a>.  It's really easy if you are somewhat familiar with your MTA system 
(for example qmail or
 postfix).
 
 

Modified: web/index.html
==============================================================================
--- web/index.html      (original)
+++ web/index.html      Sun Feb  8 18:42:31 2009
@@ -41,7 +41,7 @@
 Maildir), greylisting, SPF, etc etc.
 
 <li>Plugin directories:
-<a href="http://svn.perl.org/viewcvs/qpsmtpd/trunk/plugins/";>current SVN</a>,
+<a href="http://git.develooper.com/?p=qpsmtpd.git;a=tree;f=plugins";>current 
development repository</a>,
 <a href="http://www.hjp.at/projekte/qpsmtpd/index.en.rxml";>Peter J. Holzer</a>,
 <a href="http://www.openfusion.com.au/labs/qpsmtpd/";>Gavin Carr</a>.
  
@@ -62,14 +62,14 @@
 <ul>
    <li>Innovative spam fighting ideas can easily be implemented and
    tested with qpsmtpd plugins.  One successful examples is the <a
-   
href="http://svn.perl.org/qpsmtpd/trunk/plugins/check_earlytalker";>check_earlytalker</a>
+   
href="http://git.develooper.com/?p=qpsmtpd.git;a=blob;f=plugins/check_earlytalker;hb=HEAD";>check_earlytalker</a>
    plugin (disconnects most viruses and many spam engines before we
    even say hello!).
    <li>Support for DNS Black Lists like the <a 
href="http://www.spamhaus.org/";>Spamhaus</a> lists.
    <li>Support for <a 
href="http://www.rfc-ignorant.org/how_to_domain.php";>Domain-Based Blacklist 
Zones</a> lists.
-   <li>Support for <a href="http://www.milter.org/";>Milter</a> filters (yes, 
those written for sendmail) with the <a 
href="http://svn.perl.org/qpsmtpd/trunk/plugins/milter";>milter plugin</a>
+   <li>Support for <a href="http://www.milter.org/";>Milter</a> filters (yes, 
those written for sendmail) with the <a 
href="http://git.develooper.com/?p=qpsmtpd.git;a=blob;f=plugins/milter;hb=HEAD";>milter
 plugin</a>
    <li><a href="http://projects.puremagic.com/greylisting/";>Greylisting</a> 
with Gavin Carr's <a 
href="http://www.openfusion.com.au/labs/qpsmtpd/denysoft_greylist";>denysoft_greylist
 plugin</a>
-   <li><a href="http://spf.pobox.com/";>SPF</a> support with the <a 
href="http://svn.perl.org/viewcvs/qpsmtpd/trunk/plugins/sender_permitted_from?view=markup";>sender
 permitted from</a> plugin 
+   <li>DomainKeys support with the <a 
href="http://git.develooper.com/?p=qpsmtpd.git;a=blob;f=plugins/domainkeys;hb=HEAD";>domainkeys</a>
 plugin 
    <li>Integrated support for <a 
href="http://www.spamassassin.org/";>SpamAssassin</a> 
    <li>Virus scanning with <a href="http://www.clamav.net/";>ClamAV</a>
    <li>Many others ...</li>

Reply via email to