From f8d86726986b69e7c190de94dba085b081e00e6d Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 7 Apr 2010 03:08:54 +0200 Subject: Enhanced design --- templates/pages/index.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/pages/index.mako') diff --git a/templates/pages/index.mako b/templates/pages/index.mako index 825de7e..2ed2cd6 100644 --- a/templates/pages/index.mako +++ b/templates/pages/index.mako @@ -11,7 +11,7 @@ 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.

-

Installation

+<%self:h2>Installation

Portato is delivered with the standard portage tree and can be installed using emerge portato. If you want to use the development version, you need to do the following (given you have installed and configured layman ... if not: see this guide): @@ -24,7 +24,7 @@ echo "=app-portage/portato-9999" >> /etc/portage/package.keywords emerge -av portato -

Translations

+<%self:h2>Translations

Portato does know about the so called Native Language Support. It currently supports the following languages: Catalan, English, Italian, German, Polish, Portugese, and Turkish.

@@ -32,7 +32,7 @@ emerge -av portato If you want to add support for another language, please see the translation howto.

-

Similar projects

+<%self:h2>Similar projects

Of course there are other projects too, which do the same or at least a similar job. These are for example:

-- cgit v1.2.3-54-g00ecf og/closure.c'>
path: root/closure.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-04Allow to add implications for tagsRené 'Necoro' Neumann1-12/+30
2017-03-04FixesRené 'Necoro' Neumann1-8/+5
2017-03-04Fix Peewee Model.get() (cf. PR #1202)René 'Necoro' Neumann1-1/+25
2017-03-04Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann3-10/+4
2017-02-27Inserting DocumentsRené 'Necoro' Neumann4-16/+91
2017-02-26Refined the EnumFieldRené 'Necoro' Neumann2-24/+34
2017-02-26Introduce enum fieldsRené 'Necoro' Neumann1-2/+31
2017-02-26Introduce the closureRené 'Necoro' Neumann2-3/+102
2017-02-26Some repr and str improvements on the modelRené 'Necoro' Neumann1-3/+25
2017-02-26Move logging to extra functionRené 'Necoro' Neumann1-5/+7
2017-02-26Include sqllite closure extension in build processRené 'Necoro' Neumann4-2/+1001
2017-02-26More tag handlingRené 'Necoro' Neumann2-3/+82
2017-02-25More prefix workRené 'Necoro' Neumann3-9/+96
2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann5-121/+96
2016-08-16FixRené 'Necoro' Neumann1-1/+1
2016-08-16Use current setuputils flowRené 'Necoro' Neumann2-0/+17
2016-08-16Basic CLIRené 'Necoro' Neumann3-0/+33
2016-08-15Initial model and sqlalchemy setupRené 'Necoro' Neumann3-0/+104