CVS: tmda/htdocs download.ht, 1.29, 1.29.2.1 download.html, 1.65.2.2, 1.65.2.3
"Jason R. Mastaler" <[email protected]> Mon, 09 Feb 2004 15:44:34 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24150
Modified Files:
Tag: release-1-0
download.ht download.html
Log Message:
new download page.
Index: download.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/download.ht,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -r1.29 -r1.29.2.1
--- download.ht 19 Dec 2003 20:39:56 -0000 1.29
+++ download.ht 9 Feb 2004 23:44:32 -0000 1.29.2.1
@@ -5,57 +5,94 @@
Please make sure you've read the <a href="requirements.html">Requirements</a> page first!
<br><br>
-<u>Latest Release:</u><br>
-Download the <a href="releases/" TARGET="Resource Window">
-latest release</a> as a gzipped tarball.
-<br><br>
+Releases from the <a href="#branches">stable and unstable branches</a> are available.
+<br>
+<hr>
+
+<u>Sources:</u><br>
-<u>Packages:</u><br>
-(<strong>NOTE:</strong> Packages maintained by extraneous parties may not be caught up
-with the latest release)<br>
<ul>
-<li>Linux RPM: See the <a href="install.html">installation</a> page for how to
-easily build an RPM directly from the source tarball.<br><br>
-<li><a href="http://packages.debian.org/tmda" TARGET="Resource Window">
-Debian Linux Package</a> <strong>NOTE:</strong> Please use the most
-recent TMDA package available; the <i>unstable</i> package should
-install and work fine under <i>testing</i> and <i>stable</i>.
-<br><br>
+<li><a href="releases/stable/tmda.tgz">Latest stable release</a> (Source tarball in gzip)
+<li><a href="releases/unstable/tmda.tgz">Latest unstable release</a> (Source tarball in gzip)
-<li>TMDA is part of <a href="http://www.mandrakelinux.com/"
-TARGET="Resource Window">Mandrake Linux</a> Contribs<br><br>
+</ul>
-<li><a href="http://www.gentoo.org/dyn/pkgs/net-mail/tmda.xml"
-TARGET="Resource Window">Gentoo Linux Package</a><br><br>
+<u>Packages:</u><br>
-<li>*BSD ports/packages:<br><br>
<ul>
-<li>FreeBSD
-<a href="http://www.freshports.org/mail/tmda/"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="install.html">Red Hat Linux RPM</a><br>
-<li>NetBSD
-<a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/mail/tmda/README.html"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="http://packages.debian.org/tmda" TARGET="Resource Window">Debian GNU/Linux</a><br>
-<li>OpenBSD
-<a href="http://www.OpenBSD.org/cgi-bin/cvsweb/ports/mail/tmda/"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="http://www.gentoo.org/dyn/pkgs/net-mail/tmda.xml"
+TARGET="Resource Window">Gentoo Linux</a><br>
+
+<li>FreeBSD:<a href="http://www.freshports.org/mail/tmda/"
+TARGET="Resource Window">mail/tmda</a><br>
+
+<li>NetBSD:<a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/mail/tmda/README.html"
+TARGET="Resource Window">mail/tmda</a><br>
+
+<li>OpenBSD:<a href="http://www.OpenBSD.org/cgi-bin/cvsweb/ports/mail/tmda/"
+TARGET="Resource Window">mail/tmda</a><br>
-</ul>
</ul>
-<u>rsync access:</u><br>
+<u>rsync:</u><br>
<ul>
<li>The TMDA web site is available via anonymous rsync at
<em>rsync://tmda.net/tmdaweb/</em><br>
This includes all the HTML pages as well as the <em>releases/</em>
directory.
+<br>
+</ul>
+
+<hr>
+<h3><a name="branches">TMDA 'stable' vs. 'unstable'</a></h3>
+
+Because TMDA follows the open source development model, all new
+versions will be released to the public, whether or not they are
+considered ``production quality''. Two branches are maintained
+simultaneously to balance user preference between stability vs. rapid
+development and new features.
<br><br>
-</ul>
\ No newline at end of file
+
+<u>TMDA stable branch</u>:<br><br>
+
+Stable, well-tested, production quality releases. The feature set is
+frozen, and only bugfixes are applied. New point releases are made
+only when enough bugfixes have accumulated to warrant one.
+<br><br>
+
+Stable releases have version numbers in which the second digit is even
+(e.g, 1.0.3).
+<br><br>
+
+[ <a href="index.html">Stable homepage</a>
+| <a href="releases/stable">Stable download</a>
+| Stable discussion: <a href="http://wiki.tmda.net/index.cgi/TmdaMailingListsAndNewsgroups">
+tmda-USERS mailing list</a> ]
+
+<br><br>
+
+<u>TMDA unstable branch</u>:<br><br>
+
+Beta-quality releases with a continually evolving and fluctuating code
+base. This is where all new TMDA features are added and tested.
+Because unstable code is subject to change at any time, it is
+generally not considered ``production quality'', but many users find
+it reliable in their daily use, and a concerted effort is made to
+maintain this during each release.
+<br><br>
+
+Unstable releases have version numbers in which the second digit is
+odd (e.g, 1.1.28).
+<br><br>
+
+[ <a href="unstable">Unstable homepage</a>
+| <a href="releases/unstable">Unstable download</a>
+| Unstable discussion: <a href="http://wiki.tmda.net/index.cgi/TmdaMailingListsAndNewsgroups">
+tmda-WORKERS mailing list</a> ]
Index: download.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/download.html,v
retrieving revision 1.65.2.2
retrieving revision 1.65.2.3
diff -u -r1.65.2.2 -r1.65.2.3
--- download.html 9 Feb 2004 21:15:51 -0000 1.65.2.2
+++ download.html 9 Feb 2004 23:44:32 -0000 1.65.2.3
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Mon Feb 9 14:16:00 2004 -->
+<!-- Mon Feb 9 16:44:02 2004 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -211,60 +211,98 @@
Please make sure you've read the <a href="requirements.html">Requirements</a> page first!
<br><br>
-<u>Latest Release:</u><br>
-Download the <a href="releases/" TARGET="Resource Window">
-latest release</a> as a gzipped tarball.
-<br><br>
+Releases from the <a href="#branches">stable and unstable branches</a> are available.
+<br>
+<hr>
+
+<u>Sources:</u><br>
-<u>Packages:</u><br>
-(<strong>NOTE:</strong> Packages maintained by extraneous parties may not be caught up
-with the latest release)<br>
<ul>
-<li>Linux RPM: See the <a href="install.html">installation</a> page for how to
-easily build an RPM directly from the source tarball.<br><br>
-<li><a href="http://packages.debian.org/tmda" TARGET="Resource Window">
-Debian Linux Package</a> <strong>NOTE:</strong> Please use the most
-recent TMDA package available; the <i>unstable</i> package should
-install and work fine under <i>testing</i> and <i>stable</i>.
-<br><br>
+<li><a href="releases/stable/tmda.tgz">Latest stable release</a> (Source tarball in gzip)
+<li><a href="releases/unstable/tmda.tgz">Latest unstable release</a> (Source tarball in gzip)
-<li>TMDA is part of <a href="http://www.mandrakelinux.com/"
-TARGET="Resource Window">Mandrake Linux</a> Contribs<br><br>
+</ul>
-<li><a href="http://www.gentoo.org/dyn/pkgs/net-mail/tmda.xml"
-TARGET="Resource Window">Gentoo Linux Package</a><br><br>
+<u>Packages:</u><br>
-<li>*BSD ports/packages:<br><br>
<ul>
-<li>FreeBSD
-<a href="http://www.freshports.org/mail/tmda/"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="install.html">Red Hat Linux RPM</a><br>
-<li>NetBSD
-<a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/mail/tmda/README.html"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="http://packages.debian.org/tmda" TARGET="Resource Window">Debian GNU/Linux</a><br>
-<li>OpenBSD
-<a href="http://www.OpenBSD.org/cgi-bin/cvsweb/ports/mail/tmda/"
-TARGET="Resource Window">(mail/tmda)</a>
-<br>
+<li><a href="http://www.gentoo.org/dyn/pkgs/net-mail/tmda.xml"
+TARGET="Resource Window">Gentoo Linux</a><br>
+
+<li>FreeBSD:<a href="http://www.freshports.org/mail/tmda/"
+TARGET="Resource Window">mail/tmda</a><br>
+
+<li>NetBSD:<a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/mail/tmda/README.html"
+TARGET="Resource Window">mail/tmda</a><br>
+
+<li>OpenBSD:<a href="http://www.OpenBSD.org/cgi-bin/cvsweb/ports/mail/tmda/"
+TARGET="Resource Window">mail/tmda</a><br>
-</ul>
</ul>
-<u>rsync access:</u><br>
+<u>rsync:</u><br>
<ul>
<li>The TMDA web site is available via anonymous rsync at
<em>rsync://tmda.net/tmdaweb/</em><br>
This includes all the HTML pages as well as the <em>releases/</em>
directory.
-<br><br>
+<br>
</ul>
+
+<hr>
+<h3><a name="branches">TMDA 'stable' vs. 'unstable'</a></h3>
+
+Because TMDA follows the open source development model, all new
+versions will be released to the public, whether or not they are
+considered ``production quality''. Two branches are maintained
+simultaneously to balance user preference between stability vs. rapid
+development and new features.
+<br><br>
+
+<u>TMDA stable branch</u>:<br><br>
+
+Stable, well-tested, production quality releases. The feature set is
+frozen, and only bugfixes are applied. New point releases are made
+only when enough bugfixes have accumulated to warrant one.
+<br><br>
+
+Stable releases have version numbers in which the second digit is even
+(e.g, 1.0.3).
+<br><br>
+
+[ <a href="index.html">Stable homepage</a>
+| <a href="releases/stable">Stable download</a>
+| Stable discussion: <a href="http://wiki.tmda.net/index.cgi/TmdaMailingListsAndNewsgroups">
+tmda-USERS mailing list</a> ]
+
+<br><br>
+
+<u>TMDA unstable branch</u>:<br><br>
+
+Beta-quality releases with a continually evolving and fluctuating code
+base. This is where all new TMDA features are added and tested.
+Because unstable code is subject to change at any time, it is
+generally not considered ``production quality'', but many users find
+it reliable in their daily use, and a concerted effort is made to
+maintain this during each release.
+<br><br>
+
+Unstable releases have version numbers in which the second digit is
+odd (e.g, 1.1.28).
+<br><br>
+
+[ <a href="unstable">Unstable homepage</a>
+| <a href="releases/unstable">Unstable download</a>
+| Unstable discussion: <a href="http://wiki.tmda.net/index.cgi/TmdaMailingListsAndNewsgroups">
+tmda-WORKERS mailing list</a> ]
+
</td><!-- end of body cell -->
</tr><!-- end of sidebar/body row -->
</table><!-- end of page table -->