Update and some fine tunning.

svn path=/trunk/; revision=167
This commit is contained in:
villate 2001-04-21 17:02:46 +00:00
parent a36f8d6be5
commit d455457e74
10 changed files with 68 additions and 116 deletions

View File

@ -1,4 +1,4 @@
pags = index.html mailinglists.html
pags = index.html mailinglists.html background.html
pags.de = index.de.html
pags.fr = index.fr.html
@ -13,4 +13,6 @@ $(pags.de): %.html: %.xml menu.de.xml fsfe.de.xsl
$(pags.fr): %.html: %.xml menu.fr.xml fsfe.fr.xsl
sabcmd fsfe.fr.xsl $< > $@
clean:
rm $(pags) $(pags.de) $(pags.fr)

View File

@ -5,7 +5,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="iso-8859-1" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
<!-- $Id: fsfe.de.xsl,v 1.1 2001-04-20 10:43:13 villate Exp $ -->
<!-- $Id: fsfe.de.xsl,v 1.2 2001-04-21 17:02:46 villate Exp $ -->
<xsl:template match="webpage">
<html>
<head>
@ -28,12 +28,12 @@
<td class="TopBody" width="99%" height="99%">
<a class="TopTitleB">FSF Europe</a>
<br />
<a class="TopTitle">Free Software is the concience of software</a>
<a class="TopTitle">Free Software - equal chances for economy and
people</a>
</td>
<td align="right" valign="bottom" class="TopBody">
<a href="http://france.fsfeurope.org/index.fr.shtml" class="T2">France</a><br/>
<a href="http://www.fsfeurope.org/index.fr.html" class="T2">Europe</a><br/>
<a href="http://www.fsf.org/home.fr.html" class="T2">Etats-Unis</a>
<td align="right" valign="top" class="TopBody"><br/>
<a href="http://france.fsfeurope.org/" class="T2">Chapter&nbsp;France</a><br/><br/>
<a name="germany.fsfeurope.org" class="T2">Chapter&nbsp;Germany</a><br/>
</td>
</tr>
</table>
@ -73,14 +73,14 @@
</table>
Last update:
<!-- timestamp start -->
$Date: 2001-04-20 10:43:13 $ $Author: villate $
$Date: 2001-04-21 17:02:46 $ $Author: villate $
<!-- timestamp end -->
</body>
</html>
</xsl:template>
<xsl:template match="webmenu">
<table summary="" width="120" border="0" cellspacing="0" cellpadding="4">
<table summary="" width="150" border="0" cellspacing="0" cellpadding="4">
<xsl:apply-templates />
</table>
</xsl:template>
@ -89,7 +89,7 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
<xsl:template match="menudiv">
<tr><td class="TopTitle" align="center"><xsl:apply-templates select="title"/></td></tr>
<tr>
<td align="right">
<td align="right"><br/>
<xsl:apply-templates select="menuentry" />
</td>
</tr>
@ -102,15 +102,16 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
</xsl:attribute>
<xsl:attribute name="class">T2</xsl:attribute>
<xsl:apply-templates/>
</xsl:element><br/>
</xsl:element><br/><br/>
</xsl:template>
<xsl:template match="webfolders">
<xsl:apply-templates />
<xsl:apply-templates select="foldersdiv[1]" mode="grey"/>
<xsl:apply-templates select="foldersdiv[2]" mode="blue"/>
</xsl:template>
<xsl:template match="foldersdiv[1]">
<xsl:template match="foldersdiv" mode="grey">
<table summary="" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr valign="middle" bgcolor="#6f6f6f">
<td><img src="images/pix.png" width="1" height="1" alt="" /></td>
@ -126,7 +127,7 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
</table>
</xsl:template>
<xsl:template match="foldersdiv[2]">
<xsl:template match="foldersdiv" mode="blue">
<table summary="" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr valign="middle" bgcolor="#6f6f6f">
<td><img src="images/pix.png" width="1" height="1" alt="" /></td>

View File

@ -5,7 +5,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="iso-8859-1" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
<!-- $Id: fsfe.fr.xsl,v 1.1 2001-04-20 10:43:13 villate Exp $ -->
<!-- $Id: fsfe.fr.xsl,v 1.2 2001-04-21 17:02:46 villate Exp $ -->
<xsl:template match="webpage">
<html>
<head>
@ -28,12 +28,12 @@
<td class="TopBody" width="99%" height="99%">
<a class="TopTitleB">FSF Europe</a>
<br />
<a class="TopTitle">Le Logiciel Libre est la conscience du logiciel</a>
<a class="TopTitle">Free Software - equal chances for economy and
people</a>
</td>
<td align="right" valign="bottom" class="TopBody">
<a href="http://france.fsfeurope.org/index.fr.shtml" class="T2">France</a><br/>
<a href="http://www.fsfeurope.org/index.fr.html" class="T2">Europe</a><br/>
<a href="http://www.fsf.org/home.fr.html" class="T2">Etats-Unis</a>
<td align="right" valign="top" class="TopBody"><br/>
<a href="http://france.fsfeurope.org/" class="T2">Chapter&nbsp;France</a><br/><br/>
<a name="germany.fsfeurope.org" class="T2">Chapter&nbsp;Germany</a><br/>
</td>
</tr>
</table>
@ -66,23 +66,22 @@
<tr>
<td class="TopBody" align="center">
<p>Copyright (C) 2001 FSF Europe</p>
<p>La reproduction exacte et la distribution intégrale
de cet article sont permises sur n'importe quel support
d'archivage, pourvu que cette notice soit
préservée.</p>
<p>La reproduction exacte et la distribution intégrale de cet
article sont permises sur n'importe quel support d'archivage,
pourvu que cette notice soit préservée.</p>
</td>
</tr>
</table>
Mis à jour:
<!-- timestamp start -->
$Date: 2001-04-20 10:43:13 $ $Author: villate $
$Date: 2001-04-21 17:02:46 $ $Author: villate $
<!-- timestamp end -->
</body>
</html>
</xsl:template>
<xsl:template match="webmenu">
<table summary="" width="120" border="0" cellspacing="0" cellpadding="4">
<table summary="" width="150" border="0" cellspacing="0" cellpadding="4">
<xsl:apply-templates />
</table>
</xsl:template>
@ -91,7 +90,7 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
<xsl:template match="menudiv">
<tr><td class="TopTitle" align="center"><xsl:apply-templates select="title"/></td></tr>
<tr>
<td align="right">
<td align="right"><br/>
<xsl:apply-templates select="menuentry" />
</td>
</tr>
@ -104,15 +103,16 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
</xsl:attribute>
<xsl:attribute name="class">T2</xsl:attribute>
<xsl:apply-templates/>
</xsl:element><br/>
</xsl:element><br/><br/>
</xsl:template>
<xsl:template match="webfolders">
<xsl:apply-templates />
<xsl:apply-templates select="foldersdiv[1]" mode="grey"/>
<xsl:apply-templates select="foldersdiv[2]" mode="blue"/>
</xsl:template>
<xsl:template match="foldersdiv[1]">
<xsl:template match="foldersdiv" mode="grey">
<table summary="" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr valign="middle" bgcolor="#6f6f6f">
<td><img src="images/pix.png" width="1" height="1" alt="" /></td>
@ -128,7 +128,7 @@ $Date: 2001-04-20 10:43:13 $ $Author: villate $
</table>
</xsl:template>
<xsl:template match="foldersdiv[2]">
<xsl:template match="foldersdiv" mode="blue">
<table summary="" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr valign="middle" bgcolor="#6f6f6f">
<td><img src="images/pix.png" width="1" height="1" alt="" /></td>

View File

@ -11,30 +11,13 @@
<sect1>
<title>Free Software Foundation Europe</title>
<para>
Hier entsteht die Webseite der <emphasis>FSF Europe</emphasis>, einer
Sie sind die Webseite der <emphasis>FSF Europe</emphasis>, einer
den europäischen Aktivitäten im Bereich Freien Software gewidmeten
Organisation. Als offizielle Schwesterorganisation der <emphasis>Free
Software Foundation</emphasis> in den Vereinigten Staaten wird sie ihren
Aktivitäten im Umkreis des <ulink url="http://www.gnu.org/">GNU
Projekts</ulink> konzentrieren, aber nicht auf diese beschränken.
</para>
<para>
Ihre zweite Aufgabe wird es sein, Verwaltung und Service für das
<emphasis>GNU Business Network</emphasis> anzubieten, welches ebenfalls
im Moment geplant wird. Für weitere Informationen über das
<emphasis>GNU Business Network</emphasis> empfehlen wir Ihnen, einen
Blick auf die <ulink
url="http://mailman.gnubiz.org">Mailingslisten</ulink> zu werfen - dort
befinden sich im Augenblick alle Informationen dazu.
</para>
<para>
Die <emphasis>FSF Europe</emphasis> ist gerade in der <quote>Realität
werden</quote>-Phase, daher ist alles was wir bis jetzt anbieten könne
die <ulink url="documents/doi.html">Absichtserklärung</ulink>. Falls
Sie mehr Informationen wünschen, empfehlen wir Ihnen zusätzlich die
Teilnahme an den <ulink
url="http://mailman.fsfeurope.org">Mailinglisten</ulink>.
</para>
</sect1>
&menu;
</webpage>

View File

@ -11,7 +11,7 @@
<sect1>
<title>Free Software Foundation Europe</title>
<para>
Ce site deviendra le site officiel de la <emphasis>FSF
Ce site est le site officiel de la <emphasis>FSF
Europe</emphasis>, organisation dont le rôle est de promouvoir le
Logiciel Libre (Free Software) en Europe. En tant qu'organisation soeur
officielle de la <emphasis>Free Software Foundation</emphasis> aux
@ -19,22 +19,6 @@
url="http://www.gnu.org/">Projet GNU</ulink>, sans y être toutefois
limitée.
</para>
<para>
Son second rôle sera de fournir une assistance et des services au
<emphasis>GNU Business Network</emphasis> (Réseau d'Affaires GNU) qui
est également en gestation. Pour de plus amples informations à propos du
<emphasis>GNU Business Network</emphasis>, vous êtes invités à consulter
les <ulink url="http://mailman.gnubiz.org">listes de diffusion</ulink> -
c'est la meilleure source d'informations à ce jour.
</para>
<para>
La <emphasis>FSF Europe</emphasis> est "sur le point" de voir le jour,
donc tout ce que nous pouvons fournir pour le moment est notre <ulink
url="documents/doi.fr.html">Déclaration d'Intention</ulink>. Si vous
desirez plus d'informations, nous vous recommandons aussi de consulter
nos <ulink url="http://mailman.fsfeurope.org">listes de
diffusion</ulink>.
</para>
</sect1>
&menu;
</webpage>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE webpage PUBLIC "-//laespiral.org//DTD LE-document 1.1//EN"
"LE-document-1.1.dtd" [<!ENTITY menu SYSTEM "menu.xml">] >
<webpage lang="fr">
<webpage lang="en">
<title>Free Software Foundation Europe - FSF Europe - Homepage</title>
<translations>
<language>English</language>
@ -19,10 +19,10 @@
it won't be limited to it.
</para>
<para>
The <emphasis>FSF Europe</emphasis> begin its activity on March 10th,
The <emphasis>FSF Europe</emphasis> began its activity on March 10th,
2001. In the <ulink url="bacground.html">background section</ulink>, you
will find general information on Free Software and the <ulink
url="documents/doi.html">Declaration of Intent</ulink>.
will find general information on Free Software, the Free Software
Foundation and FSF Europe.
</para>
</sect1>
&menu;

View File

@ -1,38 +1,29 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<webfolders>
<foldersdiv>
<folderentry url="http://www.fsf.org/home.fr.html">FSF</folderentry>
<folderentry url="http://www.fsfeurope.org/index.fr.html">FSF Europe</folderentry>
<folderentry url="http://france.fsfeurope.org/index.fr.shtml">FSF France</folderentry>
<folderentry url="http://www.gnu.org/home.fr.html">GNU</folderentry>
<folderentry url="http://es.gnu.org/">GNU Spanien</folderentry>
<folderentry url="http://www.april.org/">April</folderentry>
<folderentry url="http://www.lsfn.org/">LSFN</folderentry>
<folderentry url="http://www.fsf.org/home.de.html">FSF</folderentry>
<folderentry url="http://www.gnu.org/home.de.html">GNU</folderentry>
<folderentry url="http://es.gnu.org/">GNU Spain</folderentry>
</foldersdiv>
<foldersdiv>
<folderentry url="index.html">Home</folderentry>
<folderentry url="contact.html">Contact</folderentry>
<folderentry url="mailinglists.html">Mailing Lists</folderentry>
<folderentry url="http://france.fsfeurope.org/stats/">Documents</folderentry>
<folderentry url="contact.html">Contacts</folderentry>
<folderentry url="index.de.html">Home</folderentry>
<folderentry url="contact/index.html">Contact</folderentry>
<folderentry url="/index.de.html">FSF Europe</folderentry>
</foldersdiv>
</webfolders>
<webmenu>
<menudiv>
<title>FSF Europe</title>
<menuentry url="http://savannah.gnu.org/pm/task.php?group_project_id=53&amp;group_id=53&amp;func=browse">Tasks</menuentry>
<menuentry url="http://www.gnu.org/jobs/">Jobs</menuentry>
<menuentry url="http://mailman.fsfeurope.org/mailman/listinfo/">Mailing Lists</menuentry>
<menuentry url="http://savannah.gnu.org/project/memberlist.php?group_id=148">Who's who</menuentry>
<title>Sections</title>
<menuentry url="background.html">Background</menuentry>
<menuentry url="press/index.html">Press section</menuentry>
<menuentry url="gbn/index.html">GNU Business Network</menuentry>
</menudiv>
<menudiv>
<title>Admin</title>
<menuentry url="http://savannah.gnu.org/projects/fsfe/">Summary</menuentry>
</menudiv>
<menudiv>
<title>Webmaster</title>
<menuentry url="http://france.fsfeurope.org/server/server.en.shtml#Web">Guide</menuentry>
<menuentry url="http://www.gnu.org/server/standards/">GNU Guide GNU</menuentry>
<menuentry url="http://mailman.fsfeurope.org/mailman/listinfo/">Mailing Lists</menuentry>
<menuentry url="http://savannah.gnu.org/projects/fsfe/">Project Summary</menuentry>
<menuentry url="http://savannah.gnu.org/pm/task.php?group_id=53">Tasks</menuentry>
<menuentry url="http://www.gnu.org/server/standards/">GNU Guide</menuentry>
</menudiv>
</webmenu>

View File

@ -2,37 +2,28 @@
<webfolders>
<foldersdiv>
<folderentry url="http://www.fsf.org/home.fr.html">FSF</folderentry>
<folderentry url="http://www.fsfeurope.org/index.fr.html">FSF Europe</folderentry>
<folderentry url="http://france.fsfeurope.org/index.fr.shtml">FSF France</folderentry>
<folderentry url="http://www.gnu.org/home.fr.html">GNU</folderentry>
<folderentry url="http://es.gnu.org/">GNU Espagne</folderentry>
<folderentry url="http://www.april.org/">April</folderentry>
<folderentry url="http://www.lsfn.org/">LSFN</folderentry>
</foldersdiv>
<foldersdiv>
<folderentry url="index.html">Home</folderentry>
<folderentry url="contact.html">Contact</folderentry>
<folderentry url="mailinglists.html">Mailing Lists</folderentry>
<folderentry url="http://france.fsfeurope.org/stats/">Documents</folderentry>
<folderentry url="contact.html">Contacts</folderentry>
<folderentry url="index.fr.html">Home</folderentry>
<folderentry url="contact/index.html">Contact</folderentry>
<folderentry url="/index.fr.html">FSF Europe</folderentry>
</foldersdiv>
</webfolders>
<webmenu>
<menudiv>
<title>FSF Europe</title>
<menuentry url="http://savannah.gnu.org/pm/task.php?group_project_id=53&amp;group_id=53&amp;func=browse">Tâches</menuentry>
<menuentry url="http://www.gnu.org/jobs/">Emploi</menuentry>
<menuentry url="http://mailman.fsfeurope.org/mailman/listinfo/">Mailing Lists</menuentry>
<menuentry url="http://savannah.gnu.org/project/memberlist.php?group_id=148">Who's who</menuentry>
<title>Sections</title>
<menuentry url="background.html">Background</menuentry>
<menuentry url="press/index.html">Press section</menuentry>
<menuentry url="gbn/index.html">GNU Business Network</menuentry>
</menudiv>
<menudiv>
<title>Admin</title>
<menuentry url="http://mailman.fsfeurope.org/mailman/listinfo/">Mailing Lists</menuentry>
<menuentry url="http://savannah.gnu.org/projects/fsfe/">Comptes</menuentry>
</menudiv>
<menudiv>
<title>Webmaster</title>
<menuentry url="http://france.fsfeurope.org/server/server.en.shtml#Web">Guide</menuentry>
<menuentry url="http://www.gnu.org/server/standards/">GNU Guide GNU</menuentry>
<menuentry url="http://savannah.gnu.org/pm/task.php?group_id=53">Tâches</menuentry>
<menuentry url="http://www.gnu.org/server/standards/">GNU Guide</menuentry>
</menudiv>
</webmenu>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<webfolders>
<foldersdiv>
<folderentry url="http://www.fsf.org/home.fr.html">FSF</folderentry>
<folderentry url="http://www.gnu.org/home.fr.html">GNU</folderentry>
<folderentry url="http://www.fsf.org/home.html">FSF</folderentry>
<folderentry url="http://www.gnu.org/home.html">GNU</folderentry>
<folderentry url="http://es.gnu.org/">GNU Spain</folderentry>
</foldersdiv>
<foldersdiv>
<folderentry url="index.html">Home</folderentry>
<folderentry url="contact.html">Contact</folderentry>
<folderentry url="contact/index.html">Contact</folderentry>
<folderentry url="/index.html">FSF Europe</folderentry>
</foldersdiv>
</webfolders>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE webpage PUBLIC "-//laespiral.org//DTD LE-document 1.1//EN"
"LE-document-1.1.dtd" [<!ENTITY menu SYSTEM "menu.xml">] >
<webpage lang="fr">
<webpage lang="en">
<title>FSF Europe - </title>
<translations>
<language>English</language>