Added Spanish focus.

svn path=/trunk/; revision=6876
This commit is contained in:
Reinhard Müller 2006-08-01 15:22:02 +00:00
parent ad2645b919
commit 5285b2eaa3
3 changed files with 13 additions and 0 deletions

11
es/README Normal file
View File

@ -0,0 +1,11 @@
This directory contains the files for the Spanish focus.
Structure:
news/2006/news-*.xml ... News entries
news/2007/news-*.xml
events/2006/event-*.xml ... Events
events/2007/event-*.xml
projects/*/project.xml ... Projects

View File

@ -49,6 +49,7 @@
<option><xsl:attribute name="value">http://www.france.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://www.germany.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://www.spain.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Spain</option>
<option><xsl:attribute name="value">http://www.italy.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Italy</option>
<option><xsl:attribute name="value">http://www.sweden.fsfeurope.org<xsl:value-of select="/buildinfo/@filename" />.<xsl:value-of select="/buildinfo/@language" />.html</xsl:attribute>Sweden</option>
</select><br /><br />

View File

@ -38,6 +38,7 @@ use POSIX qw(strftime);
our %countries = (
global => 'en',
de => 'de',
es => 'es',
it => 'it',
fr => 'fr',
se => 'sv' );