summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/pages/index.mako6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/pages/index.mako b/templates/pages/index.mako
index 2ed2cd6..0affea4 100644
--- a/templates/pages/index.mako
+++ b/templates/pages/index.mako
@@ -32,6 +32,12 @@ emerge -av portato
If you want to add support for another language, please see the <a href="/translating">translation howto</a>.
</p>
+<%self:h2>Forums</%self:h2>
+<p>
+ This project itself does not have any forums. But there are a couple of threads in other forums:<br>
+ If you are using Gentoo look into <a href="http://forums.gentoo.org/viewtopic-t-502350.html">this forum thread (engl)</a> or into <a href="http://forums.gentoo.org/viewtopic-t-495971.html">the German one</a>. If you are using Sabayon, use <a href="http://sabayonlinux.org/forum/viewtopic.php?f=54&t=10158">this one</a>.
+</p>
+
<%self:h2>Similar projects</%self:h2>
<p>
Of course there are other projects too, which do the same or at least a similar job. These are for example:
09-07-27 01:14:43 +0200'>2009-07-27Implemented vectors and soRené 'Necoro' Neumann1-2/+35 2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann6-142/+115 2009-07-26Add libeix to setup.pyRené 'Necoro' Neumann1-2/+9 2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102 2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0 2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133 2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412 2009-07-05TypoRené 'Necoro' Neumann1-1/+1 2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2 2009-07-05DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14