head	1.8;
access;
symbols;
locks; strict;
comment	@# @;


1.8
date	2009.04.06.17.56.08;	author pgj;	state Exp;
branches;
next	1.7;

1.7
date	2008.05.02.08.56.08;	author pgj;	state Exp;
branches;
next	1.6;

1.6
date	2007.11.06.12.44.24;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.10.21.43.26;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.20.20.01.29;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.26.15.22.53;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.09.17.09.54;	author keramida;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.07.22.44.46;	author keramida;	state Exp;
branches;
next	;


desc
@@


1.8
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
@
text
@# $FreeBSD: www/hu/Makefile,v 1.7 2008/05/02 08:56:08 pgj Exp $

###################################################
# The FreeBSD Hungarian Documentation Project     #
###################################################

.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# These are turned into validated, normalized HTML files.

DOCS=	about.sgml
DOCS+=	administration.sgml
DOCS+=	applications.sgml
DOCS+=	art.sgml
DOCS+=	docs.sgml
DOCS+=	features.sgml
DOCS+=	internet.sgml
DOCS+=	logo.sgml
DOCS+=	mailto.sgml
DOCS+=	send-pr.sgml
DOCS+=	support.sgml
DOCS+=	where.sgml

# Subdirectories
# SGML
SUBDIR+=	advocacy
SUBDIR+=	community
SUBDIR+=	copyright
SUBDIR+=	developers
SUBDIR+=	docproj
SUBDIR+=	docs
SUBDIR+=	events
SUBDIR+=	news
SUBDIR+=	platforms
SUBDIR+=	projects
SUBDIR+=	search
SUBDIR+=	security
SUBDIR+=	support
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+=	doc
.endif

WEBDIR?=	data/hu

## index.html is special, and generated from index.xsl and news/news.xml
DATA+=		index.html
CLEANFILES+=	index.html

XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
DEPENDSET.index=	transtable mirrors news press events \
			advisories notices

XMLDOCS+=	community::${XML_EVENTS_EVENTS}:
DEPENDSET.community=usergroups events

DATESUBST=	's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date	"Utols\&oacute\; m\&oacute\;dos\&iacute\;t\&aacute\;s: \1">/'

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.7
log
@MFen:
 1.3   (new)       community.xsl
       (removed)   community.sgml
 1.32   --> 1.35   doc/books.sgml
 1.38   --> 1.39   internet.sgml
 1.207  --> 1.209  projects/projects.sgml
 1.28   --> 1.29   search/index-site.sgml
 1.9    --> 1.10   search/search-mid.sgml
 1.110  --> 1.111  search/search.sgml
 1.9    --> 1.10   search/searchhints.sgml
 1.59   --> 1.60   send-pr.sgml

Approved by: gabor (mentor)
Obtained from: The FreeBSD Hungarian Documentation Project
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.6 2007/11/06 12:44:24 gabor Exp $
d37 1
d40 1
d42 1
a42 1
SUBDIR+=	projects
@


1.6
log
@MFen:
	administration.sgml				1.10  -> 1.12
	features.sgml					1.29  -> 1.33
	index.xsl					1.160 -> 1.161
	where.sgml					1.89  -> 1.91
	docs/books.sgml					1.27  -> 1.29 + fixes
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.5 2007/09/10 21:43:26 gabor Exp $
a19 1
DOCS+=	community.sgml
d56 3
@


1.5
log
@MFen:
	news/news.sgml			new translation
	news/pressreleases.sgml		new translation
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.4 2007/04/20 20:01:29 gabor Exp $
d57 2
@


1.4
log
@- Add doc "meta directory" for building hu_HU.ISO8859-2 documents
  on the webserver

Approved by:	keramida (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.3 2007/03/26 15:22:53 gabor Exp $
d38 1
@


1.3
log
@MFen:

	administration.sgml		new translation
	index.xsl			1.159 -> 1.160
	internet.sgml			1.37 -> 1.38
	mailto.sgml			1.31 -> 1.32
	advocacy/myths.sgml		1.39 -> 1.41
	platforms/amd64.sgml		1.16 -> 1.17
	projects/projects.sgml		1.203 -> 1.204
	search/search.sgml		1.107 -> 1.108
	share/sgml/navibar.l10n.ent	1.5 -> 1.7
	support/bugreports.sgml		1.3 -> 1.4

Approved by:	keramida (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.2 2007/01/09 17:09:54 keramida Exp $
d42 3
a56 3

# Workaround against the wrong auto-detection of this path
XML_MIRRORS:=	${XML_MIRRORS:S@@hu*@@.@@}
@


1.2
log
@Use XMLDOCS= to build index.xsl instead of a hardcoded call to xsltproc.

Submitted by:	gabor
@
text
@d1 1
a1 1
# $FreeBSD: www/hu/Makefile,v 1.1 2007/01/07 22:44:46 keramida Exp $
d17 1
@


1.1
log
@Add new translation of our web site, in Hungarian.

PR:		106417
Submitted by:	gabor
@
text
@d1 1
a1 1
# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/en/Makefile,v 1.135 2006/05/08 23:15:37 kuriyama Exp $
d48 4
d54 2
a55 20
index.html: index.xsl ${XML_INCLUDES}\
		${XML_NEWS_INCLUDES} \
		${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \
		${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \
		${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \
		${XML_MIRRORS} ${XML_TRANSTABLE} \
		${XML_ADVISORIES} ${XML_NOTICES}
	${XSLTPROC} ${XSLTPROCOPTS} \
		-o $@@ \
		--param advisories.xml "'${XML_ADVISORIES}'" \
		--param mirrors.xml "'${XML_MIRRORS}'" \
		--param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \
		--param news.press.xml "'${XML_NEWS_PRESS}'" \
		--param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \
		--param news.project.xml "'${XML_NEWS_NEWS}'" \
		--param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
		--param curdate.xml "'${XML_EVENTS_CURDATE}'" \
		--param notices.xml "'${XML_NOTICES}'" \
		--param transtable.xml "'${XML_TRANSTABLE}'" \
		${.CURDIR}/index.xsl ${XML_NEWS_NEWS} ${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE}
@

