doc/hu/community.xsl
Gabor Pali c8ac1ccb6a Major rework and update of the Hungarian web pages
Obtained from:	The FreeBSD Hungarian Documentation Project
2008-08-04 20:24:52 +00:00

115 lines
4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-2" ?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY title "A &os; k&ouml;z&ouml;ss&eacute;g">
<!ENTITY email "freebsd-www">
<!ENTITY % navinclude.community "INCLUDE">
]>
<!-- $FreeBSD: www/hu/community.xsl,v 1.2 2008/06/25 11:31:16 gabor Exp $ -->
<!-- The FreeBSD Hungarian Documentation Project
Translated by: Gabor Kovesdan <gabor@FreeBSD.org>
%SOURCE% en/community.xsl
%SRCID% 1.5
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
</xsl:variable>
<xsl:output method="xml" encoding="&xml.encoding;"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
<xsl:key name="last-year-event-by-country" match="event[number(enddate/year) = (number($curdate.year) - 1)]"
use="location/country" />
<xsl:key name="event-by-year" match="event" use="enddate/year" />
<xsl:template match="events">
<html>
&header1;
<body>
<div id="CONTAINERWRAP">
<div id="CONTAINER">
&header2;
<div id="CONTENT">
<div id="SIDEWRAP">
&nav;
</div> <!-- SIDEWRAP -->
<div id="CONTENTWRAP">
&header3;
<p>A &os; m&ouml;g&ouml;tt egy akt&iacute;v
fejleszt&#245;i k&ouml;z&ouml;ss&eacute;g
&aacute;ll.</p>
<p>T&ouml;bb mint sz&aacute;z <a
href="&base;/community/mailinglists.html">levelez&eacute;si
lista</a> &eacute;s sz&aacute;mos <a
href="&base;/community/newsgroups.html">h&iacute;rcsoport</a>
&aacute;ll rendelkez&eacute;sre. Ezenk&iacute;v&uuml;l
<xsl:value-of
select="count(document($usergroups.xml)//entry)"
/><xsl:text> </xsl:text><a
href="&base;/usergroups.html">felhaszn&aacute;l&oacute;i
csoport</a> l&eacute;tezik a vil&aacute;g <xsl:value-of
select="count(document($usergroups.xml)//country)" />
orsz&aacute;g&aacute;ban, &eacute;s rendelkez&uuml;nk
egy akt&iacute;v <a
href="&base;/community/irc.html">IRC</a>
k&ouml;z&ouml;ss&eacute;ggel is. Ezenk&iacute;v&uuml;l
m&eacute;g sok fejleszt&#245; &iacute;r <a
href="http://planet.freebsdish.org">blogot</a> a
&os;-vel kapcsolatos munk&aacute;j&aacute;r&oacute;l. A
fejleszt&#245;k &eacute;s a jelent&#245;sebb
t&aacute;mogat&oacute;k tov&aacute;bb&aacute; egy <a
href="http://wiki.FreeBSD.org/">wikit</a> is
fenntartanak, ahol a &os; fejleszt&eacute;s&eacute;vel
&eacute;s a hozz&aacute;kapcsol&oacute;d&oacute;
projektekr&#245;l olvashatunk. Emellett a &os;-vel
m&eacute;g sz&aacute;mos <a
href="&base;/community/social.html">ismerts&eacute;gi
h&aacute;l&oacute;zaton</a> is
tal&aacute;lkozhatunk.</p>
<p>Tavaly a &os;-vel kapcsolatban <xsl:value-of
select="count(event[number(enddate/year) =
(number($curdate.year) -1)])" /> esem&eacute;ny zajlott
le a vil&aacute;g <xsl:value-of
select="count(event[(number(enddate/year) =
(number($curdate.year) -1)) and (generate-id() =
generate-id(key('last-year-event-by-country',
location/country)[1]))])" /> orsz&aacute;g&aacute;ban.
A k&ouml;zelg&#245; esem&eacute;nyekr&#245;l a <a
href="&base;/events/events.html"> r&oacute;luk
sz&oacute;l&oacute; lapon</a> tal&aacute;lhat&oacute;,
folyamatosan friss&uuml;l&#245; <a
href="&base;/events/events.ics">kalend&aacute;riumban</a>
&eacute;s <a
href="&base;/events/rss.xml">RSS feedeken</a>
kereszt&uuml;l &eacute;rtes&uuml;lhet&uuml;nk.</p>
</div> <!-- CONTENTWRAP -->
<br class="clearboth" />
</div> <!-- CONTENT -->
<div id="FOOTER">
&copyright;<br />
&date;
</div> <!-- FOOTER -->
</div> <!-- CONTAINER -->
</div> <!-- CONTAINERWRAP -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>