Switch to new project overview page.

svn path=/trunk/; revision=8701
This commit is contained in:
Reinhard Müller 2007-08-10 21:11:47 +00:00
parent 7348483793
commit dc1abe8d4c
37 changed files with 0 additions and 443 deletions

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<html>
<head>
<title>Free Software Foundation Europa - Projectes</title>
</head>
<body>
<center>
<h2>Projectes</h2>
</center>
</body>
<text id="technical">Tècnic</text>
<text id="legal">Legal</text>
<text id="community">Comunitat</text>
<text id="other">Altres</text>
</html>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projekter</title>
</head>
<body>
<center>
<h2>Projekter</h2>
</center>
</body>
<text id="technical">Teknisk</text>
<text id="legal">Juridisk</text>
<text id="community">Fællesskab</text>
<text id="other">Andet</text>
</html>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projekte</title>
</head>
<body>
<center>
<h2>Projekte</h2>
</center>
</body>
<text id="technical">Technische</text>
<text id="legal">Juristische</text>
<text id="community">Gesellschaftliche</text>
<text id="other">Andere</text>
</html>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projects</title>
</head>
<body>
<center>
<h2>Projects</h2>
</center>
</body>
<text id="technical">Technical</text>
<text id="legal">Legal</text>
<text id="community">Community</text>
<text id="other">Other</text>
</html>

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projects</title>
</head>
<body>
<center>
<h2>Proyectos</h2>
</center>
</body>
<text id="technical">Técnicos</text>
<text id="legal">Legales</text>
<text id="community">Communidad</text>
<text id="other">Otros</text>
</html>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projets</title>
</head>
<body>
<center>
<h2>Projets</h2>
</center>
</body>
<text id="technical">Techniques</text>
<text id="legal">Juridiques</text>
<text id="community">Communautaires</text>
<text id="other">Autres</text>
</html>

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Progetti</title>
</head>
<body>
<center>
<h2>Progetti</h2>
</center>
</body>
<text id="technical">Tecnici</text>
<text id="legal">Legali</text>
<text id="community">Comunitari</text>
<text id="other">Altri</text>
</html>

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>Free Software Foundation Europe - Projecten</title>
</head>
<body>
<center>
<h2>Projecten</h2>
</center>
</body>
<text id="technical">Technisch</text>
<text id="legal">Juridisch</text>
<text id="community">Gemeenschap</text>
<text id="other">Diversen</text>
</html>

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<html>
<head>
<title>Fundaţia Software-ului Liber Europa</title>
</head>
<body>
<center>
<h2>Proiecte</h2>
</center>
</body>
<translator>Adi Roiban</translator>
<text id="technical">Tehnice</text>
<text id="legal">Legislative</text>
<text id="community">Pentru comunitate</text>
<text id="other">Alte proiecte</text>
</html>

View File

@ -1,6 +0,0 @@
projects/*/project:global
de/projects/*/project:de
es/projects/*/project:es
fr/projects/*/project:fr
it/projects/*/project:it
se/projects/*/project:se

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>Free Software Foundation Europe</title>
</head>
<body>
</body>
<text id="technical">Teknike</text>
<text id="legal">Ligjore</text>
<text id="community">Bashkësia</text>
<text id="other">Të tjerë</text>
<translator>Besnik Bletën</translator>
</html>

View File

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml"
encoding="ISO-8859-1"
indent="yes"
/>
<xsl:template match="/">
<xsl:copy>
<xsl:apply-templates select="@*|node()" />
</xsl:copy>
</xsl:template>
<xsl:template match="/html/text" />
<xsl:template match="/html/body">
<body>
<xsl:apply-templates />
<table>
<tr>
<th class="projects"><xsl:value-of select="/html/text[@id='technical']" /></th>
<th class="projects"><xsl:value-of select="/html/text[@id='legal']" /></th>
<th class="projects"><xsl:value-of select="/html/text[@id='community']" /></th>
<th class="projects"><xsl:value-of select="/html/text[@id='other']" /></th>
</tr>
<tr>
<td class="projects">
<xsl:for-each select="/html/set/project[@type='technical']">
<p><a href="{link}"><xsl:value-of select="title" /></a><br />
<xsl:apply-templates select="description/node()" /></p>
</xsl:for-each>
</td>
<td class="projects">
<xsl:for-each select="/html/set/project[@type='legal']">
<p><a href="{link}"><xsl:value-of select="title" /></a><br />
<xsl:apply-templates select="description/node()" /></p>
</xsl:for-each>
</td>
<td class="projects">
<xsl:for-each select="/html/set/project[@type='community']">
<p><a href="{link}"><xsl:value-of select="title" /></a><br />
<xsl:apply-templates select="description/node()" /></p>
</xsl:for-each>
</td>
<td class="projects">
<xsl:for-each select="/html/set/project[@type='other']">
<p><a href="{link}"><xsl:value-of select="title" /></a><br />
<xsl:apply-templates select="description/node()" /></p>
</xsl:for-each>
</td>
</tr>
</table>
</body>
</xsl:template>
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="set">
</xsl:template>
</xsl:stylesheet>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>Free Software Foundation Europe - Projects</title>
</head>
<body>
<center>
<h1>Projects</h1>
</center>
<h2>Active Projects</h2>
<dynamic-content status="active"/>
<h2>Inactive And Deferred Projects</h2>
<p>
These projects have been started, but activity on these projects is
currently low because of a lack of resources. See the respective project
pages for more information on how to help with these projects.
</p>
<dynamic-content status="dormant"/>
<h2>Finished And Discontinued Projects</h2>
<p>
These projects were finished, and we keep the information here for
archiving purposes.
</p>
<dynamic-content status="finished"/>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -1,6 +0,0 @@
projects/*/project:global
de/projects/*/project:de
es/projects/*/project:es
fr/projects/*/project:fr
it/projects/*/project:it
se/projects/*/project:se

View File

@ -1,41 +0,0 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="utf-8" indent="yes"/>
<!-- Fill dynamic content -->
<xsl:template match="dynamic-content">
<xsl:variable name="status"><xsl:value-of select="@status"/></xsl:variable>
<xsl:for-each select="/html/set/project [@status = $status]">
<xsl:sort select="@date" order="descending"/>
<!-- Title -->
<xsl:element name="h3">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="link"/>
</xsl:attribute>
<xsl:value-of select="title"/>
</xsl:element>
</xsl:element>
<!-- Description -->
<xsl:element name="p">
<xsl:apply-templates select="description/node()"/>
</xsl:element>
</xsl:for-each>
</xsl:template>
<!-- Do not copy <set> to output at all -->
<xsl:template match="set"/>
<!-- For all other nodes, copy verbatim -->
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Quant a</text>
<text id="menu/projects">Projectes</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">tècnics</text>
<text id="menu/projects/other">altres</text>
<text id="menu/projects/legal">legal</text>
<text id="menu/projects/community">comunitat</text>
<text id="menu/documents">Documents</text>
<text id="menu/events">Esdeveniments</text>
<text id="menu/help">Col·laboreu</text>

View File

@ -34,10 +34,6 @@
<text id="menu/about">Om</text>
<text id="menu/projects">Projekter</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">teknisk</text>
<text id="menu/projects/other">andet</text>
<text id="menu/projects/legal">juridisk</text>
<text id="menu/projects/community">fællesskab</text>
<text id="menu/documents">Dokumenter</text>
<text id="menu/events">Begivenheder</text>
<text id="menu/help">Deltag</text>

View File

@ -38,10 +38,6 @@
<text id="menu/about">Über Uns</text>
<text id="menu/projects">Projekte</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">technische</text>
<text id="menu/projects/other">andere</text>
<text id="menu/projects/legal">juristische</text>
<text id="menu/projects/community">gesellschaftliche</text>
<text id="menu/documents">Dokumente</text>
<text id="menu/events">Veranstaltungen</text>
<text id="menu/help">Aktiv werden</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Ó÷åôéêÜ</text>
<text id="menu/projects">Åñãáóßåò</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Ôå÷íéêÝò</text>
<text id="menu/projects/other">¶ëëåò</text>
<text id="menu/projects/legal">ÍïìéêÝò</text>
<text id="menu/projects/community">Êïéíüôçôá</text>
<text id="menu/documents">¸ããñáöá</text>
<text id="menu/events">Ãåãïíüôá</text>
<text id="menu/help">ÂïÞèåéá</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">About</text>
<text id="menu/projects">Projects</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">technical</text>
<text id="menu/projects/other">other</text>
<text id="menu/projects/legal">legal</text>
<text id="menu/projects/community">community</text>
<text id="menu/documents">Documents</text>
<text id="menu/events">Events</text>
<text id="menu/help">Get Active</text>

View File

@ -33,10 +33,6 @@
<text id="menu/about">Pri Ni</text>
<text id="menu/projects">Projektoj</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Teknika</text>
<text id="menu/projects/other">Aliaj</text>
<text id="menu/projects/legal">Leĝa</text>
<text id="menu/projects/community">Komunuma</text>
<text id="menu/documents">Dokumentoj</text>
<text id="menu/events">Eventoj</text>
<text id="menu/help">Helpu</text>

View File

@ -36,10 +36,6 @@
<text id="menu/about">Acerca de</text>
<text id="menu/projects">Proyectos</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Técnicos</text>
<text id="menu/projects/other">Otros</text>
<text id="menu/projects/legal">Legales</text>
<text id="menu/projects/community">Comunidad</text>
<text id="menu/documents">Documentos</text>
<text id="menu/events">Eventos</text>
<text id="menu/help">Colabore</text>

View File

@ -37,10 +37,6 @@ préservée.
<text id="menu/about">À propos</text>
<text id="menu/projects">Projets</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Technique</text>
<text id="menu/projects/other">Autre</text>
<text id="menu/projects/legal">Droit</text>
<text id="menu/projects/community">Communauté</text>
<text id="menu/documents">Documents</text>
<text id="menu/events">Événements</text>
<text id="menu/help">Aider...</text>

View File

@ -29,10 +29,6 @@
<text id="menu/about">Rólunk</text>
<text id="menu/projects">Projektek</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">technikai</text>
<text id="menu/projects/other">egyéb</text>
<text id="menu/projects/legal">jogi</text>
<text id="menu/projects/community">közösségi</text>
<text id="menu/documents">Dokumentumok</text>
<text id="menu/events">Események</text>
<text id="menu/help">Vállaljon részt</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Informazioni</text>
<text id="menu/projects">Progetti</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Tecnici</text>
<text id="menu/projects/other">Altri</text>
<text id="menu/projects/legal">Legali</text>
<text id="menu/projects/community">Comunitari</text>
<text id="menu/documents">Documenti</text>
<text id="menu/events">Eventi</text>
<text id="menu/help">Partecipare</text>

View File

@ -31,10 +31,6 @@
<text id="menu/about">Derheq</text>
<text id="menu/projects">Projeyân</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Teknîkî</text>
<text id="menu/projects/other">Ê dîn</text>
<text id="menu/projects/legal">Hûqûqî</text>
<text id="menu/projects/community">Kom</text>
<text id="menu/documents">Dokûmanî</text>
<text id="menu/events">Events</text>
<text id="menu/help">Aktiv be</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">За</text>
<text id="menu/projects">Проекти</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Технички</text>
<text id="menu/projects/other">Други</text>
<text id="menu/projects/legal">Право</text>
<text id="menu/projects/community">Заедница</text>
<text id="menu/documents">Документи</text>
<text id="menu/events">Настани</text>
<text id="menu/help">Активирај се</text>

View File

@ -36,10 +36,6 @@
<text id="menu/about">Over FSFE</text>
<text id="menu/projects">Projecten</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Technisch</text>
<text id="menu/projects/other">Diversen</text>
<text id="menu/projects/legal">Juridisch</text>
<text id="menu/projects/community">Gemeenschap</text>
<text id="menu/documents">Documenten</text>
<text id="menu/events">Evenementen</text>
<text id="menu/help">Word Actief</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Om oss</text>
<text id="menu/projects">Prosjekter</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Teknisk</text>
<text id="menu/projects/other">Andre</text>
<text id="menu/projects/legal">Juridisk</text>
<text id="menu/projects/community">Samholdet</text>
<text id="menu/documents">Dokumenter</text>
<text id="menu/events">Begivenheter</text>
<text id="menu/help">Bli aktiv</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">O nas</text>
<text id="menu/projects">Projekty</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">techniczne</text>
<text id="menu/projects/other">pozostałe</text>
<text id="menu/projects/legal">prawne</text>
<text id="menu/projects/community">społeczne</text>
<text id="menu/documents">Dokumenty</text>
<text id="menu/events">Wydarzenia</text>
<text id="menu/help">Włącz się</text>

View File

@ -22,10 +22,6 @@
<text id="menu/about">Sobre</text>
<text id="menu/projects">Projetos</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Technical</text>
<text id="menu/projects/other">Outros</text>
<text id="menu/projects/legal">Legal</text>
<text id="menu/projects/community">Comunidade</text>
<text id="menu/documents">Documentos</text>
<text id="menu/events">Eventos</text>
<text id="menu/help">Seja Ativo</text>

View File

@ -38,10 +38,6 @@
<text id="menu/about">Despre</text>
<text id="menu/projects">Proiecte</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Tehnice</text>
<text id="menu/projects/other">Altele</text>
<text id="menu/projects/legal">Legislative</text>
<text id="menu/projects/community">Comunitate</text>
<text id="menu/documents">Documente</text>
<text id="menu/events">Evenimente</text>
<text id="menu/help">Fi activ</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">О нас</text>
<text id="menu/projects">Проекты</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Технические</text>
<text id="menu/projects/other">Другие</text>
<text id="menu/projects/legal">Юридические</text>
<text id="menu/projects/community">Сообщество</text>
<text id="menu/documents">Документы</text>
<text id="menu/events">События</text>
<text id="menu/help">Помочь</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Rreth</text>
<text id="menu/projects">Projekte</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Anë Teknike</text>
<text id="menu/projects/other">Të tjera</text>
<text id="menu/projects/legal">Anë ligjore</text>
<text id="menu/projects/community">Bashkësia</text>
<text id="menu/documents">Dokumenta</text>
<text id="menu/events">Ngjarje</text>
<text id="menu/help">Hidhuni Në Veprim</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">O nama</text>
<text id="menu/projects">Projekti</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">tehnički</text>
<text id="menu/projects/other">ostalo</text>
<text id="menu/projects/legal">pravo</text>
<text id="menu/projects/community">zajednica</text>
<text id="menu/documents">Dokumenti</text>
<text id="menu/events">Događaji</text>
<text id="menu/help">Uključite se</text>

View File

@ -35,10 +35,6 @@
<text id="menu/about">Om oss</text>
<text id="menu/projects">Projekt</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">Tekniska</text>
<text id="menu/projects/other">Övriga</text>
<text id="menu/projects/legal">Juridiska</text>
<text id="menu/projects/community">Samhälle</text>
<text id="menu/documents">Dokument</text>
<text id="menu/events">Evenemang</text>
<text id="menu/help">Hjälp</text>

View File

@ -33,10 +33,6 @@
<text id="menu/about">Hakkýmýzda</text>
<text id="menu/projects">Projeler</text>
<text id="menu/projects/1-ftf">Freedom&#160;Task&#160;Force</text>
<text id="menu/projects/technical">teknik</text>
<text id="menu/projects/other">diðer</text>
<text id="menu/projects/legal">yasal</text>
<text id="menu/projects/community">topluluk</text>
<text id="menu/documents">Belgeler</text>
<text id="menu/events">Etkinlikler</text>
<text id="menu/help">Yardýmda bulun</text>