Added associates.

svn path=/trunk/; revision=3155
This commit is contained in:
jonas 2003-02-03 07:57:26 +00:00
parent 33c7233b7a
commit 615e01ba1b
10 changed files with 142 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="affs">
<name>Association For Free Software</name>
<description>
<p>
The Association for Free Software (AFFS) is a membership organization
which promotes and defends Free Software in the UK.
</p>
</description>
<link>http://www.affs.org.uk/</link>
</associate>
</associateset>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="ansol">
<name>National Association for Free Software</name>
<description>
<p>
ANSOL is the "National Association for Free Software". It is a Portuguese non-profit association dedicated to the promotion, development, research and study of Computing Freedom and its social, political philosophical, cultural, technical and scientific implications.
</p>
</description>
<link>http://www.ansol.org/</link>
</associate>
</associateset>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="april">
<name>Association for Promotion and Research in Libre Computing</name>
<description>
<p>
APRIL has as its goal to undertake any appropriate action in french-speaking areas in order to facilitate promotion, development, research and democratisation of libre computing.
</p>
</description>
<link>http://www.april.org/</link>
</associate>
</associateset>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
<title>FSF Europe - Associate Organisations</title>
</head>
<body>
<!-- Begin page content -->
<center><h2>Associate Organisations of the FSF Europe</h2></center>
</body>
<timestamp>
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->

View File

@ -0,0 +1 @@
associates/*/associate:global

31
associates/associates.xsl Normal file
View File

@ -0,0 +1,31 @@
<?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="/">
<html>
<xsl:apply-templates select="html/head" />
<body>
<xsl:apply-templates select="html/body/node()" />
<xsl:for-each select="html/set/association">
<xsl:sort select="@id" />
<h3><a href="{link}"><xsl:value-of select="name" /></a></h3>
<xsl:apply-templates select="description" />
</xsl:for-each>
</body>
</html>
</xsl:template>
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="assoli">
<name>Associazione Software Libero</name>
<description>
</description>
<link>http://www.softwarelibero.it/</link>
</associate>
</associateset>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="ffii">
<name>Foundation for a Free Information Infrastructure</name>
<description>
<p>
A non-profit association under german law that promotes a sustainable development of public information goods based on copyright, free competition and open standards.
</p>
</description>
<link>http://www.ffii.org/index.en.html</link>
</associate>
</associateset>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="ffs">
<name>Verein zur Förderung Freier Software</name>
<description>
</description>
<link>http://www.ffs.or.at/</link>
</associate>
</associateset>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<associateset>
<associate id="ofset">
<name>Organization for Free Software in Education and Teaching</name>
<description>
<p>
OFSET is a not for profit French international association under the law of 1901. It has been set up in response to the slow development of free educational software for the GNU system. It will promote all possible forms of development and localisations needed by the world wide education system.
</p>
</description>
<link>http://www.ofset.org/</link>
</associate>
</associateset>