From owner-cvs-all@FreeBSD.ORG Mon Apr 6 17:56:09 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 798381065674; Mon, 6 Apr 2009 17:56:09 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4633C8FC0A; Mon, 6 Apr 2009 17:56:09 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n36Hu88p038496; Mon, 6 Apr 2009 17:56:08 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n36Hu8Ju038495; Mon, 6 Apr 2009 17:56:08 GMT (envelope-from pgj) Message-Id: <200904061756.n36Hu8Ju038495@repoman.freebsd.org> From: Gabor Pali Date: Mon, 6 Apr 2009 17:56:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/hu Makefile index.xsl www/hu/events Makefile Makefile.inc events.css rss.xsl www/hu/news Makefile www/hu/security Makefile advisories.sgml errata-rss.xsl errata.rss mkindex.xsl security-rdf.xsl security-rss.xsl security.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 17:56:12 -0000 pgj 2009-04-06 17:56:08 UTC FreeBSD doc repository Modified files: hu Makefile index.xsl hu/news Makefile hu/share/sgml libcommon.xsl navibar.l10n.ent Added files: hu/events Makefile Makefile.inc events.css rss.xsl hu/security Makefile advisories.sgml errata-rss.xsl errata.rss mkindex.xsl security-rdf.xsl security-rss.xsl security.sgml hu/share/sgml events.xml news.xml press.xml templates.events.xsl templates.news-rdf.xsl templates.news-rss.xsl templates.newsflash.xsl templates.pastevents.xsl templates.press-rss.xsl templates.press.xsl Log: Extend Hungarian main web page translation by the following items: - Project news entries, from 2009 (HTML, RSS, RDF) - Press releases, from 2008 (HTML, RSS) - Events, from 2009 (HTML, RSS) - Security advisories (HTML, RSS) - Standardize translation of "More" on the front page - Fix a link for the errata RSS Feed image Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.8 +4 -2 www/hu/Makefile 1.1 +41 -0 www/hu/events/Makefile (new) 1.1 +10 -0 www/hu/events/Makefile.inc (new) 1.1 +24 -0 www/hu/events/events.css (new) 1.1 +158 -0 www/hu/events/rss.xsl (new) 1.16 +14 -13 www/hu/index.xsl 1.2 +6 -4 www/hu/news/Makefile 1.1 +35 -0 www/hu/security/Makefile (new) 1.1 +36 -0 www/hu/security/advisories.sgml (new) 1.1 +32 -0 www/hu/security/errata-rss.xsl (new) 1.1 +32 -0 www/hu/security/errata.rss (new) 1.1 +27 -0 www/hu/security/mkindex.xsl (new) 1.1 +25 -0 www/hu/security/security-rdf.xsl (new) 1.1 +32 -0 www/hu/security/security-rss.xsl (new) 1.1 +416 -0 www/hu/security/security.sgml (new) 1.1 +3020 -0 www/hu/share/sgml/events.xml (new) 1.4 +446 -3 www/hu/share/sgml/libcommon.xsl 1.16 +6 -6 www/hu/share/sgml/navibar.l10n.ent 1.1 +279 -0 www/hu/share/sgml/news.xml (new) 1.1 +237 -0 www/hu/share/sgml/press.xml (new) 1.1 +378 -0 www/hu/share/sgml/templates.events.xsl (new) 1.1 +81 -0 www/hu/share/sgml/templates.news-rdf.xsl (new) 1.1 +107 -0 www/hu/share/sgml/templates.news-rss.xsl (new) 1.1 +89 -0 www/hu/share/sgml/templates.newsflash.xsl (new) 1.1 +323 -0 www/hu/share/sgml/templates.pastevents.xsl (new) 1.1 +134 -0 www/hu/share/sgml/templates.press-rss.xsl (new) 1.1 +89 -0 www/hu/share/sgml/templates.press.xsl (new)