summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-11 12:03:59 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-11 12:03:59 +0000
commitabb63e32f835f3678360485383c456e24bef95f5 (patch)
tree40254adec44eae64413cf10cb6b0004950065778 /website
parent140f8d1cae5207cbe584fb9c30508a4fcde65d37 (diff)
downloadlasso-abb63e32f835f3678360485383c456e24bef95f5.tar.gz
lasso-abb63e32f835f3678360485383c456e24bef95f5.tar.xz
lasso-abb63e32f835f3678360485383c456e24bef95f5.zip
Website: add quicklinks for download links
Diffstat (limited to 'website')
-rw-r--r--website/templates/base.ezt22
-rw-r--r--website/web/download/index.xml6
2 files changed, 23 insertions, 5 deletions
diff --git a/website/templates/base.ezt b/website/templates/base.ezt
index a502456f..591f53aa 100644
--- a/website/templates/base.ezt
+++ b/website/templates/base.ezt
@@ -32,6 +32,26 @@
</div>
<div id="quicklinks">
+[is section "download"]
+[else]
+<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.
+ </p>
+ <h3>Binary packages</h3>
+ <p>
+ There are some Debian and Ubuntu packages (for <i>lenny</i> and <i>karmic</i>)
+ available at <a href="http://deb.entrouvert.org">deb.entrouvert.org</a>.
+ </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>
+ </p>
+</div>
+[end]
<div id="morelinks">
<h2>Resources</h2>
<ul>
@@ -53,7 +73,7 @@
</div>
[end]
</div>
-
+
<div id="content">
[is section "buildbox"]<h1>Subversion Status</h1>[end]
[body]
diff --git a/website/web/download/index.xml b/website/web/download/index.xml
index e950f233..b4eaebff 100644
--- a/website/web/download/index.xml
+++ b/website/web/download/index.xml
@@ -11,7 +11,7 @@
Lasso is licensed under the GNU GPL and the latest release
is available here as a gzipped tarball:
<a
- href="https://labs.libre-entreprise.org/frs/download.php/759/lasso-2.2.90.tar.gz">lasso-2.2.90.tar.gz</a>
+ href="http://labs.libre-entreprise.org/frs/download.php/765/lasso-2.2.91.tar.gz">lasso-2.2.91.tar.gz</a>
</p>
<h2>Binary Downloads</h2>
@@ -107,9 +107,7 @@ deb http://deb.entrouvert.org etch main
href="https://dev.entrouvert.org/projects/lasso/repository">ViewCVS</a>.
</p>
- <pre>
-svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk lasso
-</pre>
+ <pre> svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk lasso </pre>
</body>
</html>