summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 01:18:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 01:18:24 +0200
commit34fa350d1f34d5aec91c5ad5eb5d21188556052f (patch)
tree6bf27c091a40aa6c6e94e40124a6b13600e5964c /templates
parent14cb9e0d74558c7cd44bb055d3d00af136f8f51b (diff)
downloadweb-34fa350d1f34d5aec91c5ad5eb5d21188556052f.tar.gz
web-34fa350d1f34d5aec91c5ad5eb5d21188556052f.tar.bz2
web-34fa350d1f34d5aec91c5ad5eb5d21188556052f.zip
Add 'similar projects' to index
Diffstat (limited to 'templates')
-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>