From bb32119919027cdaf0426b0c76cb82545a5680c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 12 May 2010 00:51:04 +0200 Subject: Update page -- esp. mention the new version; install mechanisms to update the current version easily --- templates/pages/index.mako | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/pages/index.mako') 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 @@

Portato is a GUI for the package manager of Gentoo and Sabayon - Portage. It is mostly written in Python for the GTK+-frontend, which is used in most Linux desktop environments (except KDE).

-

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 development version.

+<%self:h2>Current version +

+ <% v = h.versions() %> + The actual version of portato is ${v.current} -- see the changelog for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all. +

+ <%self:h2>Installation

Portato is delivered with the standard portage tree and can be installed using emerge portato. -- cgit v1.2.3