summaryrefslogtreecommitdiff
path: root/templates/pages/index.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/index.mako')
-rw-r--r--templates/pages/index.mako7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/pages/index.mako b/templates/pages/index.mako
index f12a77f..02d4a48 100644
--- a/templates/pages/index.mako
+++ b/templates/pages/index.mako
@@ -6,11 +6,16 @@
<p>
Portato is a GUI for the package manager of <a href="http://www.gentoo.org">Gentoo</a> and <a href="http://www.sabayonlinux.org">Sabayon</a> - Portage. It is mostly written in <a href="http://www.python.org">Python</a> for the GTK+-frontend, which is used in most Linux desktop environments (except KDE).
</p>
-
<p>
As the current portage development is quite fast-paced, Portato is not able to keep step. Thus it might be that the released version(s) do not behave as expected. In these cases also try the <a href=${"/development" | url}>development version</a>.
</p>
+<%self:h2>Current version</%self:h2>
+<p>
+ <% v = h.versions() %>
+ The actual version of portato is <strong>${v.current}</strong> -- see <a href=${"/changelog#%s" % v.current | url}>the changelog</a> for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all.
+</p>
+
<%self:h2>Installation</%self:h2>
<p>
Portato is delivered with the standard portage tree and can be installed using <code>emerge portato</code>.