Revision: 1325
http://panotools.svn.sourceforge.net/panotools/?rev=1325&view=rev
Author: brunopostle
Date: 2011-02-22 18:52:32 +0000 (Tue, 22 Feb 2011)
Log Message:
-----------
Some minor updates to the panotools webpage
Modified Paths:
--------------
trunk/htdocs/index.html
Modified: trunk/htdocs/index.html
===================================================================
--- trunk/htdocs/index.html 2011-02-07 21:22:00 UTC (rev 1324)
+++ trunk/htdocs/index.html 2011-02-22 18:52:32 UTC (rev 1325)
@@ -69,6 +69,23 @@
<div class="news">
+<h2>News 11<sup>th</sup> February 2011</h2>
+
+<p><strong>Switch to Mercurial</strong>. libpano13 sourcecode development has
+moved from SVN (Subversion) to HG (Mercurial), see below for instructions to
+fetch the current development code.</p>
+
+<h2>News 7<sup>th</sup> February 2011</h2>
+
+<p><strong>libpano13-2.9.18_beta1 released</strong>. libpano13 is the PanoTools
+library, this release adds the Thoby projection and is required to test recent
+Hugin snapshots.</p>
+
+<h2>News 11<sup>th</sup> September 2010</h2>
+
+<p><strong>Google Summer of Code 2010 completed</strong>. All students have
+completed successfully, Tomasz Meger has added a test suite to libpano13.</p>
+
<h2>News 10<sup>th</sup> September 2010</h2>
<p><strong>libpano13-2.9.17 released</strong>. libpano13 is the PanoTools
@@ -154,7 +171,7 @@
<dl>
<dt><a href="http://groups.yahoo.com/group/PanoToolsNG/">PanoToolsNG</a></dt>
-<dd>Questions and answers about usage of the various tools and front-ends</dd>
+<dd>Questions and answers about panorama photography and usage of the various tools.</dd>
<dt><a
href="http://lists.sourceforge.net/lists/listinfo/panotools-devel">panotools-devel</a></dt>
<dd>For questions and discussion regarding compiling the source and developing it further.</dd>
@@ -162,6 +179,8 @@
href="http://groups.yahoo.com/group/Panotools-List/">Panotools-List</a></dt>
<dd>For discussion of the management issues of the PanoToolsNG group and the
wiki.</dd>
+<dt><a href="http://groups.google.com/group/hugin-ptx">Hugin PTX</a></dt>
+<dd>For discussion of the Hugin panorama stitcher and related tools.</dd>
</dl>
<h3>Switch from CVS to subversion</h3>
@@ -169,6 +188,8 @@
<p>All the panotools projects have now switched from the CVS source-code
repository to subversion (SVN).</p>
+<p>Note that we are now moving from SVN to Mercurial, see below.</p>
+
<h3>Binary compatibility</h3>
<p>Up until now it has been possible to maintain the binary interface of the
@@ -317,12 +338,11 @@
<p>This pano13 library can be downloaded separately like so:</p>
-<pre>svn co https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/libpano pano13</pre>
+<!--pre>svn co https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/libpano pano13</pre-->
-<p>If you want the entire repository (including the pano13 library and the gimp
-and photoshop plugins) do:</p>
+<pre>hg clone http://panotools.hg.sourceforge.net:8000/hgroot/panotools/libpano</pre>
-<pre>svn co https://panotools.svn.sourceforge.net/svnroot/panotools</pre>
+<p>Note: 2011 January, pano13 development has switched from SVN (Subversion) to HG (Mercurial).</p>
<h2>Compiling the library</h2>
@@ -353,7 +373,7 @@
make
make install</pre>
-<p>If you have downloaded from SVN, you will need to bootstrap the build system first:</p>
+<p>If you have downloaded from SVN/HG, you will need to bootstrap the build system first:</p>
<pre>./bootstrap</pre>
@@ -392,7 +412,7 @@
<hr />
-<p>Last updated 18<sup>th</sup> September 2009 - Bruno Postle</p>
+<p>Last updated 22<sup>nd</sup> February 2011 - Bruno Postle</p>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|