Updated symlinks.

svn path=/trunk/; revision=3112
This commit is contained in:
jonas 2003-02-01 11:32:33 +00:00
parent 52d4867707
commit 375b4d9234
41 changed files with 15 additions and 784 deletions

View File

@ -1,2 +0,0 @@
siae law/siae
help/donate-2002.de.html spenden.html

View File

@ -1,3 +0,0 @@
constitutions.en.html constitutions.html
about.html index.html

View File

@ -1,2 +0,0 @@
graphics.en.html graphics.html
graphics.en.html index.html

View File

@ -1,2 +0,0 @@
sponsoring.en.html sponsoring.html
sponsoring.en.html index.html

View File

@ -1,4 +0,0 @@
contact.html index.html
contact.de.html index.de.html
contact.fr.html index.fr.html
contact.pt.html index.pt.html

View File

@ -1 +0,0 @@
index.de.html index.html

View File

@ -5,4 +5,3 @@ article-25.04.2002.de.html article-25.04.2001.de.html
article-25.04.2002.de.html article-25.04.2001.html
article-13.12.2001.de.html article-13.12.2001.html
article-24.9.2001.de.html article-24.9.2001.html
index.de.html index.html

View File

@ -1,4 +1,3 @@
konzept.de.html konzept.html
spielregeln.de.html spielregeln.html
buergerturm.de.html buergerturm.html
buergerturm.de.html index.html

View File

@ -1,4 +1,2 @@
../images images
../blue.css blue.css
whyfs.en.html whyfs.html
whyfs-howto.en.html whyfs-howto.html

View File

@ -1,2 +1 @@
events.en.html events.html
events.en.html index.html

View File

@ -1 +0,0 @@
index.en.html index.html

View File

@ -48,7 +48,6 @@
<option><xsl:attribute name="value">http://france.new.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>France</option>
<option><xsl:attribute name="value">http://germany.new.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Germany</option>
<option><xsl:attribute name="value">http://sweden.new.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Sweden</option>
</select>
</form>
</td>

View File

@ -1,57 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">
<!ENTITY eur "&#128;">]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"
encoding="ISO-8859-2"
doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"
indent="yes"
/>
<xsl:param name="fsffrance">http://france.fsfeurope.org</xsl:param>
<xsl:param name="fsfeurope">http://www.fsfeurope.org</xsl:param>
<xsl:param name="fsf">http://www.fsf.org</xsl:param>
<xsl:param name="gnu">http://www.gnu.org</xsl:param>
<xsl:param name="filebase">nofile.html</xsl:param>
<xsl:param name="path">nofile.html</xsl:param>
<xsl:param name="langlinks">[ English ]</xsl:param>
<xsl:template match="/">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="/html/body">
<body>
<xsl:comment>
DO NOT MODIFY THIS DOCUMENT. IT WAS GENERATED BY XSLT PROCESSING
AND YOUR MODIFICATIONS WILL BE LOST. THE SOURCE OF THE DOCUMENT
IS IN THE .xhtml FILE USE make all TO REGENERATE
</xsl:comment>
<xsl:apply-templates select="node()"/>
</body>
</xsl:template>
<xsl:template match="/html/head">
<head>
<link rel="stylesheet" type="text/css" href="{$fsfeurope}/blue.css" />
<xsl:apply-templates select="@*|node()"/>
</head>
</xsl:template>
<xsl:include href="navigation.cs.xsl" />
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

View File

@ -1,62 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">
<!ENTITY eur "&#128;">]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"
encoding="ISO-8859-1"
doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"
indent="yes"
/>
<xsl:param name="fsffrance">http://france.fsfeurope.org</xsl:param>
<xsl:param name="fsfeurope">http://www.fsfeurope.org</xsl:param>
<xsl:param name="fsf">http://www.fsf.org</xsl:param>
<xsl:param name="gnu">http://www.gnu.org</xsl:param>
<xsl:param name="filebase">nofile.html</xsl:param>
<xsl:param name="path">nofile.html</xsl:param>
<xsl:param name="langlinks">[ English ]</xsl:param>
<xsl:template match="/">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="/html/body">
<body>
<xsl:comment>
DO NOT MODIFY THIS DOCUMENT. IT WAS GENERATED BY XSLT PROCESSING
AND YOUR MODIFICATIONS WILL BE LOST. THE SOURCE OF THE DOCUMENT
IS IN THE .xhtml FILE USE make all TO REGENERATE
</xsl:comment>
<xsl:apply-templates select="node()"/>
</body>
</xsl:template>
<xsl:template match="/html/head">
<head>
<link rel="stylesheet" type="text/css" href="{$fsfeurope}/blue.css" />
<xsl:apply-templates select="@*|node()"/>
</head>
</xsl:template>
<xsl:include href="navigation.de.xsl" />
<xsl:include href="navigation.en.xsl" />
<xsl:include href="navigation.fr.xsl" />
<xsl:include href="navigation.it.xsl" />
<xsl:include href="navigation.pt.xsl" />
<xsl:include href="navigation.es.xsl" />
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

View File

@ -1,8 +1,7 @@
help.html index.html
thankgnus-2003.html thankgnus.html
thankgnus-2003.de.html thankgnus.de.html
thankgnus-2003.it.html thankgnus.it.html
donate-2002.html donate.html
donate-2002.de.html donate.de.html
donate-2002-de.de.html donate-de.de.html
donate-2002-de.de.html spenden.html
donate-2002.cs.html donate.cs.html
donate-2002.it.html donate.it.html

View File

@ -1,162 +0,0 @@
<?xml version="1.0" encoding="iso-8859-2" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="cs">
<head>
<title>FSF Europe - Dary FSF Europe</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<h2>Dary FSF Europe</h2>
<p>Existuje mnoho způsobů, kterými lidé mohou podporovat
<a href="../documents/whatwedo.cs.html">činnost</a> a <a
href="../documents/whyweexist.cs.html">cíle</a> FSF
Evropa. Nejpřímějším z nich je dobrovolně vytvářet
svobodný software nebo psát svobodnou dokumentaci. Také potřebujeme
lidi, kteří by pomohli s ostatními činnostmi, jako
jsou stánky na veletrzích apod. Jestliže vás to zaujalo,
podívejte se na stránku
,,<a href="help.cs.html">Co potřebujeme udělat?</a>''.</p>
<p>Jiný způsob podpory FSF Europe představují peněžní dary,
které dovolují pokrýt naše výdaje a zaplatit lidi,
aby pracovali na svobodném software.</p>
<p>FSF Europe je celoevropská organizace, která, kdykoliv
je to možné, požaduje od místních autorit uznání
statutu charitativní organizace. Zda si můžete dar
odepsat z daní pak závisí na místních zákonech.
Detaily si můžete ověřit v níže uvedeném seznamu.
</p>
<h3>Staňte se patronem FSF Europe</h3>
<p>Evropská Nadace pro svobodný software dává viditelně
najevo, kdo ji podporuje a přispívá na její práci.
Proto budeme rádi, když nám pošlete o vašem příspěvku
mail na adresu
<code><a
href="mailto:office@fsfeurope.org">&lt;office@fsfeurope.org&gt;</a></code>
a řeknete nám, kam máme odeslat doklad o zaplacení a děkovný
dopis. Také bychom vás rádi uvedli v
"<a
href="thankgnus-2002.cs.html">děkovném seznamu GNU</a>". Jestliže
ale dáváte přednost anonymitě, dejte nám prosím
na sebe nějaký kontakt, abychom vám mohli poděkovat
soukromě.
</p>
<p>Jestliže darujete:
<ul>
<li>10 EUR měsíčně <em>NEBO</em> 120 EUR ročně, stanete se
<b>podporovatelem</b> FSF Europe.</li>
<li>50 EUR měsíčně <em>NEBO</em> 600 EUR ročně, budete
<b>přispěvatelem</b> FSF Europe.</li>
<li>100 EUR měsíčně <em>NEBO</em> 1200 EUR ročně, stanete se
<b>velkým přispěvatelem </b> FSF Europe.</li>
<li>500 EUR měsíčně <em>NEBO</em> 6000 EUR ročně, budete
<b>patronem</b> FSF Europe.</li>
</ul></p>
<p>Dárci, kteří přispívají měsíčně, a začali v pozdější části
roku, mají v seznamu uvedenu příponu ,,(měsíc/rok-)''
analogicky ti, kteří přestanou během roku přispívat mají uvedeno
,,(-měsíc/rok)''.
Dárci, kteří v průběhu roku začnou a také skončí jsou zapsáni
s ,,(měsíc/rok-měsíc/rok)''.</p>
<h3>Jak přispívat</h3>
<p>FSF Europe stále roste, tudíž ještě nemusí být založen
nějaký místvní účet, na který by bylo možné posílat dary odepsatelné
z daní, a to i přestože by to zákony dané země
umožnily. V takovém případě příspěvky poukazujte na centrální
bankovní účet (viz. níže) nebo kontaktujte
<a href="mailto:office@fsfeurope.org">naši centrálu</a>,
která vám poskytne všechny potřebné informace.</p>
<p><b>Prosíme respektujte, že odpisy z daní jsou možné pouze
je-li to níže výslovně uvedeno.</b></p>
<p>Jestliže nežijete v Evropě, můžete také zvážit, zda nebudete
podporovat naše sesterské organizace Nadace pro svobodný software v
<a href="http://www.gnu.org/help/donate.cs.html">USA</a>
nebo v <a href="http://fsf.org.in">Indii</a>.</p>
<p>Dary mohou být převedeny přímo na jeden z následujících bankovních
účtů:</p>
<ul>
<li><p><b>France</b></p>
<ul><code>
FSF Europe - Chapter France<br />
BNP PARIBAS <br />
27 av Parmentier <br />
75011 Paris <br />
Compte: 30004 01252 00000665761 39 <br />
IBAN (international): FR76 3000 4012 5200 0006 6576 139<br />
</code></ul></li>
<li><p><b>Německo</b><br />
<b>[v Německu je možné využít daňové doklady k odpisu]</b></p>
<!--
<ul><code>
Free Software Foundation Europe e.V.<br/>
Account No: 3004732<br/>
National-Bank Essen, Germany<br/>
BLZ: 36020030<br />
IBAN (international): DE 69 36020030 000 3004732<br />
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul> -->
<ul><code>
FSF Europe - Chapter Germany e.V.<br/>
Account No: 3004724<br/>
National-Bank Essen<br/>
BLZ: 36020030<br/>
IBAN (international): DE 69 36020030 000 3004724<br />
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul>
</li>
<li><p><b>Všechny ostatní země:</b></p>
<ul><code>
Free Software Foundation Europe e.V.<br/>
IBAN (international): DE 69 36020030 000 3004732<br />
National-Bank Essen, Germany<br/>
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul>
</li></ul>
<p>Jestliže upřednostňujete zasílání šeků poštou, pošlete je na<br/>
<ul><ul><address>
Free Software Foundation Europe e.V.<br/>
Villa Vogelsang<br/>
Antonienallee 1<br/>
45279 Essen<br/>
Germany<br/>
</address></ul></ul></p>
<p>FSF Europe děkuje všem <a
href="thankgnus-2002.cs.html">dárcům</a>. Vaše příspěvky nám umožňují pracovat.</p>
<!-- End page content -->
</div> <!-- The footer will be inserted here -->
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -1,149 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de">
<head>
<title>FSF Europe - Spenden an die FSF Europe</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<h2>Spenden an die FSF Europe</h2>
<p>Es gibt viele Wege, die <a
href="../documents/whatwedo.de.html">Arbeit</a> und <a
href="../documents/whyweexist.html">Ziele</a> der FSF Europe zu
unterstützen. Der direkteste Weg ist, als Freiwilliger beim
Schreiben von Software oder Dokumentation zu helfen. Wir brauchen
ebenfalls Freiwillige für andere Aufgaben wie die Betreuung von
Ständen aus Messen u.Ä. - wer sich auf diese Weise einbringen
möchte, dem sei die &quot;<a href="/help/help.de.html">Was gibt es zu
tun?</a>&quot; Seite empfohlen.</p>
<p>Eine andere essentielle Möglichkeit, die FSF Europe zu
unterstützen, ist durch Spenden, die es uns erlauben, unsere
Ausgaben zu decken und Leute für ihre Arbeit an und für Freie
Software zu bezahlen.</p>
<p>Die FSF Europe ist eine europaweite Organisation, die die
Anerkennung als gemeinnützige Organisation durch die lokalen
Behörden sucht, wo immer dies möglich ist. In Abhängigkeit der
lokalen Gesetzgebung kann dies bedeuten, daß Ihre Spende
steuerlich abzugsfähig ist. Bitte beachten Sie hierzu die Liste
am Ende dieser Seite.</p>
<h3>Werden Sie zum Mäzen der FSF Europe</h3>
<p>Die FSF Europe möchte ihren Spendern und Helfern auf sichtbare
Art und Weise danken. Daher bitten wir Sie, eine Email an
<code><a
href="mailto:office@fsfeurope.org">&lt;office@fsfeurope.org&gt;</a></code>
zu schicken und uns mitzuteilen, wohin die Spendenquittung und
der Dankesbrief geschickt werden sollen. Weiterhin möchten wir
Ihnen gerne auf unserer "<a href="/help/thankgnus.de.html">Thank
GNUs</a>" Seite danken. Auch wenn Sie es vorziehen, anonym zu
bleiben, so bitten wir Sie, uns wissen zu lassen, wie wir Sie
erreichen können, damit wir Ihnen privat danken können.
</p>
<p>Sollten Sie daran interessiert sein, Ihre Unterstützung auch
öffentlich bekanntzumachen, so stellt die FSF Europe Ihnen zu
diesem Zweck gerne <a
href="/about/graphics/sponsoring/sponsoring.de.html">
Sponsoren-Grafiken</a> zur Verfügung.</p>
<p>Wenn Ihre Spende
<ul>
<li>EUR 10 pro Monat <em>ODER</em> EUR 120 pro Jahr beträgt,
macht Sie das zum <b>Unterstützer</b> der FSF Europe.</li>
<li>EUR 50 pro Monat <em>ODER</em> EUR 600 pro Jahr beträgt,
macht Sie das zum <b>Träger</b> der FSF Europe.</li>
<li>EUR 100 pro Monat <em>ODER</em> EUR 1200 pro Jahr beträgt,
macht Sie das zum <b>Substantiellen Träger</b> der FSF Europe.</li>
<li>EUR 500 pro Monat <em>ODER</em> EUR 6000 pro Jahr beträgt,
macht Sie das zum <b>Mäzen</b> der FSF Europe.</li>
</ul></p>
<p>Monatliche Spender, die später im Jahr beginnen, erhalten ein
&quot;(mm/jj-)&quot; Suffix, monatliche Spender, die früher im
Jahr die Spenden einstellen, erhalten ein &quot;(-mm/jj)&quot;.
Später startende, früher beendende Spender erhalten ein
&quot;(mm/jj-mm/jj)&quot; Suffix.</p>
<h3>Wie können Sie spenden?</h3>
<p>Die FSF Europe befindet sich noch im Ausbau, daher ist es
möglich, daß noch keine lokale Bankverbindung existiert, die
steuerlich abzugsfähige Spenden annehmen kann, auch wenn Ihre
lokalen Gesetze dies prinzipiell vorsehen. In diesem Fall können
Sie Ihre Spende an die zentrale Bankverbindung (s.u.) richten
oder unser <a href="mailto:office@fsfeurope.org">Büro</a>
kontaktieren, um sich darüber zu informieren, wie Sie möglichst
unkompliziert spenden können.</p>
<p><strong>Bitte beachten Sie, daß die FSF Europe steuerlich
abzugsfähige Quittungen nur in den unten explizit ausgeführten
Fällen ausstellen kann.</strong></p>
<p>Sollten Sie außerhalb Europas leben, ist es auch sinnvoll,
über eine Spende an unsere Schwesterorganisationen, die Free
Software Foundations in den <a
href="http://www.gnu.org/help/donate.html">Vereinigten
Staaten</a> oder in <a href="http://fsf.org.in">Indien</a>
nachzudenken.</p>
<p>Detaillierte Informationen zu Spenden in den folgenden Ländern
finden Sie auf den folgenden Seiten:
<ul>
<li><a
href="http://france.fsfeurope.org/donations/donate.fr.html">Frankreich</a> [Spenden
steuerlich abzugsfähig]</li>
<li><a href="/help/donate-2002-de.de.html">Deutschland</a> [Spenden
steuerlich abzugsfähig]</li>
</ul></p>
<p>Spenden aus anderen Ländern können direkt auf das folgende
Konto überwiesen werden:</p>
<ul><code>
Free Software Foundation Europe e.V.<br/>
IBAN (international): DE 69 36020030 000 3004732<br />
National-Bank Essen, Germany<br/>
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul>
<p>Sollten Sie es vorziehen, einen Verrechnungscheck per
Post zu schicken, so können Sie diesen an <br/>
<ul><ul><address>
Free Software Foundation Europe e.V.<br/>
Villa Vogelsang<br/>
Antonienallee 1<br/>
45279 Essen<br/>
Germany
</address></ul></ul><br/>
richten.
</p>
<p>Die FSF Europe dankt allen <a
href="thankgnus.de.html">Spendern</a>. Ihre Unterstützung erlaubt es
uns, weiter für Freie Software zu arbeiten.</p>
<!-- End page content -->
</div> <!-- The footer will be inserted here -->
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -1,136 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>FSF Europe - Donations to the FSF Europe</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<h2>Donations to the FSF Europe</h2>
<p>There are many ways for people to support the <a
href="../documents/whatwedo.html">work</a> and <a
href="../documents/whyweexist.html">goals</a> of the FSF
Europe. The most direct one is to help us as a volunteer by
writing free software or free documentation. We also need people to help us
with other tasks like manning tradeshow booths and such. If you
are interested, you can take a look at the &quot;<a
href="help.html">What needs to be done?</a>&quot; page.</p>
<p>Another crucial way of supporting the FSF Europe is by
donating money that will allow us to cover our expenses and pay
people to work on and for Free Software.</p>
<p>The FSF Europe is a Europe-wide organization that seeks
official recognition by local authorities as a charity whenever
possible. Depending on local laws, this may allow deducing your
donation from taxes. Please refer to the list below for
details.</p>
<h3>Become a patron of the FSF Europe</h3>
<p>The Free Software Foundation Europe wants to acknowledge its
supporters and contributors in a visible fashion. Therefore we
would like to ask you to send mail to <code><a
href="mailto:office@fsfeurope.org">&lt;office@fsfeurope.org&gt;</a></code>
and let us know where to send the receipt and thank-you
letter. Also we'd like to list you on our "<a
href="thankgnus.html">Thank GNUs</a>" page. Even if you prefer to
remain anonymous, please let us know how to reach you, so we can
thank you privately.</p>
<p>If you are interested in announcing your contribution
publicly, the FSF Europe also provides some
<a href="/about/graphics/sponsoring/sponsoring.en.html">sponsoring
buttons</a> for its donors.</p>
<p>If you donate:
<ul>
<li>EUR 10 every month <em>OR</em> EUR 120 in a year, you'll become a
<b>Supporter</b> of the FSF Europe.</li>
<li>EUR 50 every month <em>OR</em> EUR 600 in a year, you'll
become a <b>Contributor</b> of the FSF Europe.</li>
<li>EUR 100 every month <em>OR</em> EUR 1200 in a year, you'll
become a <b>Sustaining Contributor</b> of the FSF Europe.</li>
<li>EUR 500 every month <em>OR</em> EUR 6000 in a year, you'll
become a <b>Patron</b> of the FSF Europe.</li>
</ul></p>
<p>Monthly donors starting late in the year will get a
&quot;(mm/yy-)&quot; suffixed to their listing, monthly donors
stopping early in the year get a &quot;(-mm/yy).&quot;
Late-starting, early-stopping donors are suffixed with a
&quot;(mm/yy-mm/yy).&quot;</p>
<h3>How to donate</h3>
<p>The FSF Europe is still growing and there may not yet be a
local bank account that is capable of accepting tax-deductable
donations even if your local laws allow for them. In this case
you can donate to the central bank account (see below) or contact
<a href="mailto:office@fsfeurope.org">our office</a> for
information on how to donate in the most convenient way.</p>
<p><b>Please understand that tax-deductability is only possible
when stated explicitly below.</b></p>
<p>If you live outside Europe, you might also consider donating
to our sister organizations, the Free Software Foundations in the
<a href="http://www.gnu.org/help/donate.html">United States</a>
or in <a href="http://fsf.org.in">India</a>.</p>
<p>Detailed information about donations in the following
countries can be found on the following pages:
<ul>
<li><a
href="http://france.fsfeurope.org/donations/donate.fr.html">France</a>
[tax-deductable donations possible]</li>
<li><a href="donate-2002-de.de.html">Germany</a> [tax-deductable donations possible]</li>
</ul></p>
<p>Donations from other countries can be transferred directly to
the following bank account:</p>
<ul>
<code>
Free Software Foundation Europe e.V.<br/>
IBAN (international): DE 69 36020030 000 3004732<br />
National-Bank Essen, Germany<br/>
SWIFT/BIC-No: NBAG DE 3E<br/>
</code>
</ul>
<p>If you prefer to mail a check instead, you can send it to <br/>
<ul><ul><address>
Free Software Foundation Europe e.V.<br/>
Villa Vogelsang<br/>
Antonienallee 1<br/>
45279 Essen<br/>
Germany<br/>
</address></ul></ul></p>
<p>The FSF Europe thanks all <a
href="thankgnus.html">donors</a>. Your contribution allows us to
work.</p>
<!-- End page content -->
</div> <!-- The footer will be inserted here -->
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -1,158 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="it">
<head>
<title>FSF Europe - Donazioni a FSF Europe</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<h2>Donazioni a FSF Europe</h2>
<p>Ci sono molti modi per supportare il <a
href="../documents/whatwedo.it.html">lavoro</a> e gli <a
href="../documents/whyweexist.it.html">obiettivi</a> di FSF
Europe. Il modo più diretto è di aiutarci come volontario
scrivendo software libero o documentazione libera. Abbiamo
anche bisogno di persone che ci aiutino con altri lavori come
gestire stand alle fiere e cose simili. Se sei interessato, puoi
guardare alla pagina &quot;<a href="help.it.html">Come puoi
aiutarci?</a>&quot;.</p>
<p>Una altra via fondamentale per supportare FSF Europe è
donare dei soldi che ci permettono di coprire le nostre spese
e pagare persone per lavorare su e per il Software Libero.</p>
<p>La FSF Europe è un organizzazione paneuropea che cerca di
farsi registrarsi come noprofit dalle autorità locali quando
possibile. A seconda delle leggi locali, questo può permettere
di dedurre le donazioni dalle tasse. Vedi la lista seguente per
i dettagli.</p>
<h3>Diventa un Patron di FSF Europe</h3>
<p> Free Software Foundation Europe vuole dare riconoscimento ai
propri supporter e contributori in modo visibile. Quindi vi
chiediamo di mandare una e-mail a <code><a
href="mailto:office@fsfeurope.org">&lt;office@fsfeurope.org&gt;</a></code>
e farci sapere dove mandare la ricevuta e la lettera di
ringraziamento. Vogliamo anche listarvi sulla nostra pagina &quot;
<a href="thankgnus.html">Thank GNUs</a>&quot;. Anche se vuoi restare
anonimo, per favore facci sapere come rintracciarti, così possiamo
ringraziarti privatamente.
</p>
<p>Se doni:
<ul>
<li>EUR 10 ogni mese <em>O</em> EUR 120 in un anno, diventerai un
<b>Supporter</b> di FSF Europe.</li>
<li>EUR 50 ogni mese <em>O</em> EUR 600 in un anno, diventerai un
<b>Contributor</b> di FSF Europe.</li>
<li>EUR 100 ogni mese <em>O</em> EUR 1200 in un anno, diventerai
un <b>Sustaining Contributor</b> di FSF Europe.</li>
<li>EUR 500 ogni mese <em>O</em> EUR 6000 in un anno, diventerai
un <b>Patron</b> di FSF Europe.</li>
</ul></p>
<p>I donatori mensili che inizieranno a fine anno avranno il
suffisso &quot;(mm/yy-)&quot; sulla lista, donatori mensili che
smettono prima della fine dell'anno avranno &quot;(-mm/yy).&quot;
Donatori che iniziano e finiscono presto avranno il suffisso
&quot;(mm/yy-mm/yy).&quot;</p>
<h3>Come donare</h3>
<p>FSF Europe sta ancora crescendo e potrebbe non essere ancora
disponibile un conto bancario che è in grado di accettare donazioni
deducibili anche se le vostre leggi locali lo permettono. In questo
caso potete fare la donazione sul conto bancario centrale (vedi
sotto) o contattare <a href="mailto:office@fsfeurope.org">il nostro
ufficio</a> per avere informazioni su come donare nel modo più
conveniente.</p>
<p><b>Per favore notate che la deduzione dalle tasse è possibile
solo quando indicato esplicitamente.</b></p>
<p>Se vivi al di fuori dell'Europa, puoi anche considerare l'opzione
di donare alle nostre organizzazioni consociate, la Free Software
Foundation negli <a href="http://www.gnu.org/help/donate.html">
Stati Uniti</a> o in <a href="http://fsf.org.in">India</a>.</p>
<p>Le donazioni possono essere effettuate direttamente ad uno dei
seguenti conti bancari:</p>
<ul>
<li><p><b>France</b></p>
<ul><code>
FSF Europe - Chapter France<br />
BNP PARIBAS <br />
27 av Parmentier <br />
75011 Paris <br />
Compte: 30004 01252 00000665761 39 <br />
IBAN (international): FR76 3000 4012 5200 0006 6576 139<br />
</code></ul></li>
<li><p><b>Germania</b><br />
<b>[Ricevute deducibili dalle tasse disponibili in Germania]</b></p>
<!--
<ul><code>
Free Software Foundation Europe e.V.<br/>
Account No: 3004732<br/>
National-Bank Essen, Germany<br/>
BLZ: 36020030<br />
IBAN (international): DE 69 36020030 000 3004732<br />
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul> -->
<ul><code>
FSF Europe - Chapter Germany e.V.<br/>
Account No: 3004724<br/>
National-Bank Essen<br/>
BLZ: 36020030<br/>
IBAN (international): DE 69 36020030 000 3004724<br />
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul>
</li>
<li><p><b>Tutti gli altri paesi:</b></p>
<ul><code>
Free Software Foundation Europe e.V.<br/>
IBAN (international): DE 69 36020030 000 3004732<br />
National-Bank Essen, Germany<br/>
SWIFT/BIC-No: NBAG DE 3E<br/>
</code></ul>
</li></ul>
<p>Se preferisci invece spedire un assegno, puoi farlo mandandolo a<br/>
<ul><ul><address>
Free Software Foundation Europe e.V.<br/>
Villa Vogelsang<br/>
Antonienallee 1<br/>
45279 Essen<br/>
Germany<br/>
</address></ul></ul></p>
<p>FSF Europe ringrazia tutti i <a
href="thankgnus.html">donatori</a>. Il tuo contributo ci permette di
lavorare.</p>
<!-- End page content -->
</div> <!-- The footer will be inserted here -->
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -6,6 +6,7 @@
</patrons>
<contributors>
<li>tarent GmbH</li>
<li>BYTEWISE Software GmbH</li>
</contributors>
<supporters>
<li>Thiemo Nagel</li>
@ -18,6 +19,7 @@
<sustainingcontributors>
<li>LF.NET</li>
<li>Intevation GmbH</li>
<li>Heinrich Berndes Haushaltstechnik GmbH &amp; Co. KG</li>
</sustainingcontributors>
</donorset>

View File

@ -1,2 +0,0 @@
../images images
../blue.css blue.css

View File

@ -1 +0,0 @@
news.en.html index.html

View File

@ -5,21 +5,20 @@
<title>FSF Europe - News</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<div align="center">
<h2>News Archive</h2>
</div>
</div> <!-- The footer will be inserted here -->
</body>
<text id="more">Read more...</text>
<timestamp>
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</body>
</timestamp>
</html>
<!--
Local Variables: ***

View File

@ -24,7 +24,7 @@
<xsl:value-of select="body" />
<xsl:variable name="link"><xsl:value-of select="link" /></xsl:variable>
<xsl:if test="$link!=''">
<br /><a href="$link">--></a>
[<a href="$link"><xsl:value-of select="/html/text[@id='more']" />]</a>
</xsl:if>
</p>
</xsl:for-each>

View File

@ -1,6 +1 @@
order.en.html order.html
order.en.html index.en.html
order.de.html index.de.html
order.en.html index.html

View File

@ -1,2 +0,0 @@
../images images
../blue.css blue.css

View File

@ -1,2 +1 @@
agnula.en.html agnula.html
agnula.en.html index.html

View File

@ -1 +0,0 @@
index.en.html index.html

View File

@ -5,6 +5,6 @@
<title>FSF Geographical Positioning System</title>
<description>
</description>
<link>/coposys/coposys.html</link>
<link>/projects/coposys/coposys.html</link>
</project>
</projectset>

View File

@ -1,3 +1,2 @@
education.html index.html
education.de.html index.de.html
education.fr.html index.fr.html

View File

@ -5,6 +5,6 @@
<title>Education</title>
<description>
</description>
<link>/education/education.html</link>
<link>/projects/education/education.html</link>
</project>
</projectset>

View File

@ -1,3 +1,2 @@
tgs.en.html index.en.html
tgs.de.html index.de.html
tgs.en.html index.html

View File

@ -5,6 +5,6 @@
<title>EUCD - Copyright extensions that harm</title>
<description>
</description>
<link>/law/eucd/eucd.html</link>
<link>/projects/eucd/eucd.html</link>
</project>
</projectset>

View File

@ -1,2 +1 @@
fla.en.html fla.html
fla.en.html index.html

View File

@ -1,2 +0,0 @@
../images images
../blue.css blue.css

View File

@ -5,6 +5,6 @@
<title>GNU Business Network</title>
<description>
</description>
<link>/gbn/index.html</link>
<link>/projects/gbn/index.html</link>
</project>
</projectset>

View File

@ -1,3 +0,0 @@
../images images
../blue.css blue.css
mankind.en.html index.html

View File

@ -1,3 +0,0 @@
../../images images
../../blue.css blue.css
index.en.html index.html

View File

@ -5,6 +5,6 @@
<title>The Italian law 248/2000</title>
<description>
</description>
<link>/law/siae/siae.html</link>
<link>/projects/siae/siae.html</link>
</project>
</projectset>

View File

@ -5,6 +5,6 @@
<title>Software Patents in Europe</title>
<description>
</description>
<link>/swpat/swpat.html</link>
<link>/projects/swpat/swpat.html</link>
</project>
</projectset>

View File

@ -1,3 +1,2 @@
speakers.html index.html
speakers.html index.fr.html
speakers.de.html index.de.html