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.mako10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/pages/index.mako b/templates/pages/index.mako
index 5a08fa7..825de7e 100644
--- a/templates/pages/index.mako
+++ b/templates/pages/index.mako
@@ -31,3 +31,13 @@ emerge -av portato
<p>
If you want to add support for another language, please see the <a href="/translating">translation howto</a>.
</p>
+
+<h2>Similar projects</h2>
+<p>
+ Of course there are other projects too, which do the same or at least a similar job. These are for example:
+</p>
+<ul>
+ <li><a href="http://www.haskell.org/himerge">Himerge</a> - a frontend written in Haskell (yeah ;P)</li>
+ <li><a href="http://porthole.sourceforge.net/">Porthole</a> - also written in Python and using GTK+. This frontend inspired me to do my own ;). I also suggest this one as the alternative if Portato does not work as expected.</li>
+ <li><a href="http://www.kuroo.org/">Kuroo</a> - a frontend especially aimed for the KDE environment. <em>(Development seems to have stopped)</em>
+</ul>