head	1.4;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2;
locks; strict;
comment	@# @;


1.4
date	2007.11.07.09.01.09;	author gabor;	state dead;
branches;
next	1.3;

1.3
date	2006.08.19.21.22.31;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.04.16.36.12;	author jesusr;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.11.19.49.25;	author jesusr;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- MFen:
   applications.sgml			--> r1.34
   copyright/copyright.sgml		--> r1.12
   copyright/daemon.sgml		--> r1.29
   copyright/freebsd-license.sgml	--> r1.6
   index.xsl				--> r1.160
   share/sgml/header.l10n.ent		--> r1.6
   share/sgml/l10n.ent			--> r1.1
   share/sgml/navibar.l10n.ent		--> r1.11
- Remove ancient files
- Remove untranslated files and link them from www/en
- Entity fixes

Reviewed by:	carvay
@
text
@# $FreeBSD: www/es/gnome/Makefile,v 1.3 2006/08/19 21:22:31 hrs Exp $

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

SUBDIR=		docs
#SUBDIR+=	images

DOCS=	screenshots.sgml
DOCS+=	contact.sgml

DATA=	index.html newsflash.html

CLEANFILES=	index.html
CLEANFILES+=	newsflash.html

XML.DEFAULT=	news.xml

XMLDOCS=	index
XSLTPROCOPTS.index=	${XSLTPROCOPTS:N--nonet}

XMLDOCS+=	newsflash

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


1.3
log
@www cleanup mega commit:

 - Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
@
text
@d1 1
a1 1
# $FreeBSD: www/es/gnome/Makefile,v 1.2 2004/03/04 16:36:12 jesusr Exp $
@


1.2
log
@Update content.

Still there is to fix the format of some files, but the content
is updated.
@
text
@d1 1
a1 1
# $FreeBSD: www/es/gnome/Makefile,v 1.13 2003/08/25 21:05:31 marcus Exp $
d16 1
a16 1
DATA=	index.html newsflash.html news.rdf
a19 1
CLEANFILES+=	news.rdf
d21 1
a21 6
index.html! index.xsl news.xml includes.xsl ../includes.xsl
	${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o index.html \
		${.CURDIR}/index.xsl ${.CURDIR}/news.xml
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} index.html
.endif
d23 2
a24 6
news.rdf: rss.xsl news.xml includes.xsl ../includes.xsl
	${XSLTPROC} ${XSLTPROCOPTS} -o news.rdf \
		${.CURDIR}/rss.xsl ${.CURDIR}/news.xml
.if !defined(NO_TIDY)
	-${TIDY} -xml -wrap 0 ${TIDYOPTS} news.rdf
.endif
d26 1
a26 6
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif
@


1.1
log
@FreeBSD GNOME Project spanish translation.

Submitted by: freebsd@@aztlansystems.net
@
text
@d1 1
a1 1
# $FreeBSD$
d29 2
a30 2
news.rdf! rss.xsl news.xml includes.xsl ../includes.xsl
	${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o news.rdf \
@

