[Mvblog-commits] r742 - branches/website/site/pages

mvblog-commits at lists.three-dimensional.net mvblog-commits at lists.three-dimensional.net
Mon Dec 24 15:24:24 CET 2007


Author: michiel
Date: 2007-12-24 15:24:24 +0100 (Mon, 24 Dec 2007)
New Revision: 742

Modified:
   branches/website/site/pages/download.php
Log:
new release



Modified: branches/website/site/pages/download.php
===================================================================
--- branches/website/site/pages/download.php	2007-12-24 14:13:36 UTC (rev 741)
+++ branches/website/site/pages/download.php	2007-12-24 14:24:24 UTC (rev 742)
@@ -4,8 +4,7 @@
 <ul>
     <li><a href="http://www.php.net">PHP5</a> (tested with apache2 cgi and apache2 module) with the following modules installed:
         <ul style="margin: 8px 0px 8px 0px;">
-            <li><a href="http://pear.php.net/package/DB">PEAR::DB</a></li>
-			<li><em>For trunk:</em> <a href="http://pear.php.net/package/MDB2">PEAR::MDB2</a></li>
+			<li><a href="http://pear.php.net/package/MDB2">PEAR::MDB2</a></li>
             <li><em>Optional:</em> <a href="http://pear.php.net/package/HTTP_Request">PEAR::HTTP_Request</a> (for trackbacks)</li>
         </ul>
         Depending on which database you want to use (see below), you'll also have to have one of the database modules installed:
@@ -32,6 +31,12 @@
 		<th>MD5sum</th>
     </tr>
 	<tr>
+		<td><a href="http://downloads.sourceforge.net/mvblog/MvBlog-3.0.tar.gz?big_mirror=0">MvBlog v3.0</a></td>
+		<td>2007-12-24 14:18</td>
+		<td>1,037,075 bytes</td>
+		<td>72ff56e5230dc363796fb4a5e271ea7f</td>
+	</tr>
+	<tr>
 		<td><a href="http://downloads.sourceforge.net/mvblog/MvBlog-2.3.tar.gz?big_mirror=0">MvBlog v2.3</a></td>
 		<td>2007-09-15 18:09</td>
 		<td>957,341 bytes</td>
@@ -70,6 +75,6 @@
 </table>
 <h3>Subversion</h3>
 <p>You can also get releases from Subversion:</p>
-<p><code>svn co <a href="https://svn.three-dimensional.net/mvblog/tags/MvBlog-2.2.1">https://svn.three-dimensional.net/mvblog/tags/MvBlog-2.2.1</a></code></p>
+<p><code>svn co <a href="https://svn.three-dimensional.net/mvblog/tags/MvBlog-3.0">https://svn.three-dimensional.net/mvblog/tags/MvBlog-3.0</a></code></p>
 <p>If you want to develop MvBlog, or want the latest, bleeding edge version of MvBlog, you can try the SVN trunk version.</p>
 <p><code>svn co <a href="https://svn.three-dimensional.net/mvblog/trunk mvblog">https://s0vn.three-dimensional.net/mvblog/trunk</a></code></p>



More information about the Mvblog-commits mailing list