summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 17:55:18 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 17:55:18 +0000
commit5ea1d1f1e50f4068442ee6314e15a84d71e0ba6c (patch)
tree5ffb184445b762064bb46ef5e7282a70f9991e08 /website
parent42d1c18a69125fe633c89aca613673049ffa4d2b (diff)
downloadlasso-5ea1d1f1e50f4068442ee6314e15a84d71e0ba6c.tar.gz
lasso-5ea1d1f1e50f4068442ee6314e15a84d71e0ba6c.tar.xz
lasso-5ea1d1f1e50f4068442ee6314e15a84d71e0ba6c.zip
[Release] Lasso 2.3
- update the NEWS file - add abi-2.3 file - update DOAP files - update lasso website template - add temporary message to download pages, as there are no download links currently.
Diffstat (limited to 'website')
-rw-r--r--website/templates/base.ezt7
-rw-r--r--website/web/doap.rdf4
-rw-r--r--website/web/download/index.xml24
3 files changed, 20 insertions, 15 deletions
diff --git a/website/templates/base.ezt b/website/templates/base.ezt
index 591f53aa..ac877c72 100644
--- a/website/templates/base.ezt
+++ b/website/templates/base.ezt
@@ -37,8 +37,8 @@
<div id="download">
<h2>Download</h2>
<p>
- The most recent version of Lasso is <strong>2.2.91</strong> and was
- release on January 26th 2010.
+ The most recent version of Lasso is <strong>2.3</strong> and was
+ release on July 19th 2010.
</p>
<h3>Binary packages</h3>
<p>
@@ -47,8 +47,7 @@
</p>
<h3>Source</h3>
<p>
- <li><a href="http://labs.libre-entreprise.org/frs/download.php/765/lasso-2.2.91.tar.gz">.tar.gz</a></li>
- <li><a href="https://dev.entrouvert.org/projects/lasso/repository">Subversion Repository</a></li>
+ <li>Wait for 2.3 updates of download links...</li>
</p>
</div>
[end]
diff --git a/website/web/doap.rdf b/website/web/doap.rdf
index e52fa8d4..23de10d1 100644
--- a/website/web/doap.rdf
+++ b/website/web/doap.rdf
@@ -62,6 +62,10 @@
</repository>
<release>
<Version>
+ <created>2010-07-19</created>
+ <revision>2.3</revision>
+ </Version>
+ <Version>
<created>2010-01-26</created>
<revision>2.2.91</revision>
</Version>
diff --git a/website/web/download/index.xml b/website/web/download/index.xml
index b4eaebff..f061b292 100644
--- a/website/web/download/index.xml
+++ b/website/web/download/index.xml
@@ -10,8 +10,7 @@
<p>
Lasso is licensed under the GNU GPL and the latest release
is available here as a gzipped tarball:
- <a
- href="http://labs.libre-entreprise.org/frs/download.php/765/lasso-2.2.91.tar.gz">lasso-2.2.91.tar.gz</a>
+ <a href="">Wait for update of 2.3 release sources...</a>
</p>
<h2>Binary Downloads</h2>
@@ -25,14 +24,14 @@
</p>
<p>
- Additionnaly there are <i>sarge</i> packages and there may be more
+ Additionnaly there are <i>lenny</i> abd <i>karmic</i> packages and there may be more
uptodate packages available in our local apt repository. Pick the
one appropriate for your distribution:
</p>
<pre>
-deb http://deb.entrouvert.org sarge main
-deb http://deb.entrouvert.org etch main
+deb http://deb.entrouvert.org lenny main
+deb http://deb.entrouvert.org karmic main
</pre>
<p>
@@ -42,11 +41,10 @@ deb http://deb.entrouvert.org etch main
<ul>
<li>liblasso3: runtime library</li>
<li>liblasso3-dev: C development kit</li>
- <li>python2.3-lasso: Python 2.3 bindings</li>
- <li>php4-lasso: PHP bindings</li>
+ <li>python-lasso: Python 2.5 & 2.6 bindings</li>
+ <li>php5-lasso: PHP bindings</li>
<li>liblasso-java: JAVA bindings</li>
- <li>liblasso-perl: Perl bindings</li>
- <!--<li>liblasso-cil: .NET bindings</li>-->
+ <li>liblasso3-perl: Perl bindings</li>
</ul>
<p>
@@ -58,8 +56,8 @@ deb http://deb.entrouvert.org etch main
<h3>Fedora Core Packages</h3>
<p>
- There are RPM packages built on Fedora Core 6; <strong>they will soon
- be updated for 2.2.1 and a newer Fedora</strong>
+ There are RPM packages built on Fedora Core 6; <strong>beware that
+ they are from an old release</strong>
</p>
<ul>
@@ -109,6 +107,10 @@ deb http://deb.entrouvert.org etch main
<pre> svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk lasso </pre>
+ <p> We are actively moving to git for future development, the details
+ will be given here. For people who cannot use git, regular
+ tarbal of the trunk will be made. </p>
+
</body>
</html>