summaryrefslogtreecommitdiff
path: root/templates/pages/download.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/download.mako')
-rw-r--r--templates/pages/download.mako14
1 files changed, 12 insertions, 2 deletions
diff --git a/templates/pages/download.mako b/templates/pages/download.mako
index 349c0fc..757fe34 100644
--- a/templates/pages/download.mako
+++ b/templates/pages/download.mako
@@ -2,9 +2,19 @@
title = "Download"
%>
<%inherit file="/page.mako" />
+<% v = h.versions().current %>
+
<p>
- In most cases, it should be ok to install portato via emerge. But if you want to download it by hand nevertheless, you can do it <a href="http://sourceforge.net/projects/portato/files/">via sourceforge.net</a>.
+ <span class="hstart">» </span><strong>Current version:</strong> ${v} (<a href=${"/changelog#" + v | url}>Changelog</a>)
</p>
<p>
- A condensed changelog is available <a href=${"/changelog" | url}>here</a>.
+ In most cases, it should be ok to install portato via emerge. But if you want to download it by hand nevertheless, you can do it <a href="https://sourceforge.net/projects/portato/files/Portato/${v}/portato-${v}.tar.gz/download">via sourceforge.net</a>.
</p>
+
+<p>
+ Note though, that the release bundles are not created with a local installation in mind, but shaped in a way that it is easy for portage to handle. Thus you might encounter difficulties. If you <em>really</em> want to have a local version, consider using
+</p>
+<ul>
+ <li><a href="https://git.necoro.eu/portato.git/snapshot/portato-${v}.tar.gz">snapshots of the current version tag</a></li>
+ <li>local git checkout as described in the <a href=${"/development" | url}>development section</a>.</li>
+</ul>