Added Spanish focus.
svn path=/trunk/; revision=6876
This commit is contained in:
11
es/README
Normal file
11
es/README
Normal 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
|
@@ -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.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.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.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>
|
<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 />
|
</select><br /><br />
|
||||||
|
@@ -38,6 +38,7 @@ use POSIX qw(strftime);
|
|||||||
our %countries = (
|
our %countries = (
|
||||||
global => 'en',
|
global => 'en',
|
||||||
de => 'de',
|
de => 'de',
|
||||||
|
es => 'es',
|
||||||
it => 'it',
|
it => 'it',
|
||||||
fr => 'fr',
|
fr => 'fr',
|
||||||
se => 'sv' );
|
se => 'sv' );
|
||||||
|
Reference in New Issue
Block a user