www cleanup mega commit:

- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.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.
This commit is contained in:
Hiroki Sato 2006-08-19 21:20:54 +00:00
parent fb0b3eec96
commit cfd9e12239
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28473
529 changed files with 4335 additions and 4252 deletions

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/about.sgml,v 1.4 2006/08/03 21:22:50 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/about.sgml,v 1.5 2006/08/03 21:45:06 blackend Exp $">
<!ENTITY title "About FreeBSD"> <!ENTITY title "About FreeBSD">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/advocacy/index.sgml,v 1.15 2005/12/19 12:56:43 pav Exp $"> <!ENTITY date "$FreeBSD: www/en/advocacy/index.sgml,v 1.16 2005/12/19 13:40:06 pav Exp $">
<!ENTITY title "FreeBSD Advocacy Project"> <!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/advocacy/letter.sgml,v 1.4 2004/08/08 16:51:54 mheinen Exp $"> <!ENTITY date "$FreeBSD: www/en/advocacy/letter.sgml,v 1.5 2005/10/04 07:04:23 murray Exp $">
<!ENTITY title "FreeBSD Advocacy Project"> <!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.36 2006/07/12 19:47:16 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.37 2006/07/20 15:50:56 joel Exp $">
<!ENTITY title "FreeBSD Advocacy Project"> <!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles"> <!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
]> ]>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/applications.sgml,v 1.30 2006/02/10 15:02:33 keramida Exp $"> <!ENTITY date "$FreeBSD: www/en/applications.sgml,v 1.31 2006/02/10 15:05:22 keramida Exp $">
<!ENTITY title "About Applications for FreeBSD"> <!ENTITY title "About Applications for FreeBSD">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/art.sgml,v 1.6 2005/10/04 17:03:59 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/art.sgml,v 1.7 2006/02/10 14:37:07 keramida Exp $">
<!ENTITY title "FreeBSD Art"> <!ENTITY title "FreeBSD Art">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "developers.sgml"> %developers; <!ENTITY % developers SYSTEM "developers.sgml"> %developers;
]> ]>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.33 2003/08/11 20:44:50 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.34 2005/10/04 07:06:29 murray Exp $">
<!ENTITY title "About FreeBSD's availability"> <!ENTITY title "About FreeBSD's availability">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/commercial/Makefile,v 1.16 2004/05/05 07:56:31 josef Exp $ # $FreeBSD: www/en/commercial/Makefile,v 1.17 2005/09/18 04:33:45 hrs Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -7,37 +7,38 @@
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
DOCS= commercial.sgml DOCS= commercial.sgml
INDEXLINK= commercial.html INDEXLINK= commercial.html
SRCS.DEFAULT= ../includes.xsl XSLT.DEFAULT= ${XSL_ENTRIES}
XSLT.DEFAULT= entries.xsl DEPENDSET.DEFAULT= commercial
XMLDOCS= consult XMLDOCS= consult::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult= --param pagename "'Consulting Services'" PARAMS.consult= --param pagename "'Consulting Services'" \
--param basename "'consult.html'"
XMLDOCS+= consult_bycat::consult.xml: XMLDOCS+= consult_bycat::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult_bycat=\
--param pagename "'Consulting Services'" \
--param basename "'consult.html'" \
--param sort "'bycat'"
XMLDOCS+= hardware XMLDOCS+= hardware::${XML_COMMERCIAL_HARDWARE}:
PARAMS.hardware= --param pagename "'Hardware Vendors'" PARAMS.hardware= --param pagename "'Hardware Vendors'"
XMLDOCS+= isp XMLDOCS+= isp::${XML_COMMERCIAL_ISP}:
PARAMS.isp= --param pagename "'Internet Service Providers'" PARAMS.isp= --param pagename "'Internet Service Providers'"
XMLDOCS+= misc XMLDOCS+= misc::${XML_COMMERCIAL_MISC}:
PARAMS.misc= --param pagename "'Miscellaneous Vendors'" PARAMS.misc= --param pagename "'Miscellaneous Vendors'"
XMLDOCS+= software XMLDOCS+= software::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software=--param pagename "'Software Vendors'" PARAMS.software=--param pagename "'Software Vendors'"
XMLDOCS+= software_bycat:soft_bycat.xsl:software.xml: XMLDOCS+= software_bycat::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software_bycat=\
lint: --param pagename "'Software Vendors'" \
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/consult.xml --param basename "'software.html'" \
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/hardware.xml --param sort "'bycat'"
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/isp.xml
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/misc.xml
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/software.xml
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/commercial/commercial.sgml,v 1.40 2004/12/08 23:17:18 brueffer Exp $"> <!ENTITY date "$FreeBSD: www/en/commercial/commercial.sgml,v 1.41 2005/10/04 16:33:22 simon Exp $">
<!ENTITY title "Commercial Vendors"> <!ENTITY title "Commercial Vendors">
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes; <!ENTITY % navinclude.support "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,146 +0,0 @@
<?xml version="1.0"?>
<!-- Copyright (c) 2004 Josef El-Rayes <josef@FreeBSD.org>
Copyright (c) 2003, 2004 Hiten Pandya <hmp@FreeBSD.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
$FreeBSD: www/en/commercial/consult_bycat.xsl,v 1.4 2005/10/04 16:33:22 simon Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
exclude-result-prefixes="cvs">
<xsl:import href="../includes.xsl"/>
<xsl:variable name="section" select="'support'"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
</xsl:variable>
<xsl:variable name="email" select="'freebsd-www'"/>
<xsl:variable name="title" select="'Commercial Vendors'"/>
<xsl:output method="xml" encoding="iso-8859-1"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
<xsl:template match="entries">
<html>
<xsl:copy-of select="$header1"/>
<body>
<div id="containerwrap">
<div id="container">
<xsl:copy-of select="$header2"/>
<div id="content">
<xsl:copy-of select="$sidenav"/>
<div id="contentwrap">
<xsl:copy-of select="$header3"/>
<p>The power, flexibility, and reliability of FreeBSD attract a wide
variety of users and vendors. Here you will find vendors offering
commercial products and/or services for FreeBSD.</p>
<p>For your convenience, we have divided our growing commercial listing
into several sections. If your company supports a FreeBSD-compatible
product or service that should be added to this page, please
fill out a <a href="http://www.freebsd.org/send-pr.html">problem report</a>
for category www. Submissions should be in HTML and a medium-sized
paragraph in length.</p>
<h2>Consulting Services</h2>
<p>This file has been divided into sub-categories for your convenience.
The following shortcuts will take you to the proper gallery entries.</p>
<h3>Africa</h3>
<xsl:for-each select="entry[@continent='africa']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Asia</h3>
<xsl:for-each select="entry[@continent='asia']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Australia</h3>
<xsl:for-each select="entry[@continent='australia']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Europe</h3>
<xsl:for-each select="entry[@continent='europe']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>New Zealand</h3>
<xsl:for-each select="entry[@continent='nzealand']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>North America</h3>
<xsl:for-each select="entry[@continent='namerica']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>South America</h3>
<xsl:for-each select="entry[@continent='samerica']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
</div> <!-- contentwrap -->
<br class="clearboth" />
</div> <!-- content -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
</body>
</html>
</xsl:template>
<xsl:template name="entry">
<li><a href="consult.html#{@id}">
<xsl:value-of select="name"/>
</a></li>
</xsl:template>
</xsl:stylesheet>

View file

@ -1,108 +0,0 @@
<?xml version="1.0"?>
<!-- Copyright (c) 2004 Josef El-Rayes <josef@FreeBSD.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
$FreeBSD: www/en/commercial/entries.xsl,v 1.6 2005/11/26 19:28:02 remko Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
exclude-result-prefixes="cvs">
<xsl:import href="../includes.xsl"/>
<xsl:variable name="section" select="'support'"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
</xsl:variable>
<xsl:variable name="email" select="'freebsd-www'"/>
<xsl:variable name="title" select="'Commercial Vendors'"/>
<xsl:variable name="upperCase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
<xsl:variable name="lowerCase" select="'abcdefghijklmnopqrstuvwxyz'"/>
<xsl:param name="pagename" select="''"/>
<xsl:output method="xml" encoding="iso-8859-1"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
<xsl:template match="entries">
<html>
<xsl:copy-of select="$header1"/>
<body>
<div id="containerwrap">
<div id="container">
<xsl:copy-of select="$header2"/>
<div id="content">
<xsl:copy-of select="$sidenav"/>
<div id="contentwrap">
<xsl:copy-of select="$header3"/>
<p>The power, flexibility, and reliability of FreeBSD attract
a wide variety of users and vendors. Here you will find
vendors offering commercial products and/or services for
FreeBSD.</p>
<p>For your convenience, we have divided our growing
commercial listing into several sections. If your company
supports a FreeBSD-compatible product or service that should
be added to this page, please fill out a <a
href="http://www.freebsd.org/send-pr.html">problem report</a>
for category www. Submissions should be in HTML and a medium-sized
paragraph in length.</p>
<h2><xsl:value-of select="$pagename"/></h2>
<xsl:for-each select="entry">
<xsl:sort select="translate(./name, $upperCase, $lowerCase)"
order="ascending"/>
<a name="{@id}" href="{url}">
<xsl:value-of select="name"/>
</a><br/>
<xsl:copy-of select="description/child::node()"/><br/><br/>
</xsl:for-each>
</div> <!-- contentwrap -->
<br class="clearboth" />
</div> <!-- content -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>

View file

@ -1,161 +0,0 @@
<?xml version="1.0"?>
<!-- Copyright (c) 2004 Josef El-Rayes <josef@FreeBSD.org>
Copyright (c) 2003, 2004 Hiten Pandya <hmp@FreeBSD.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
$FreeBSD: www/en/commercial/soft_bycat.xsl,v 1.4 2005/10/04 16:33:22 simon Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
exclude-result-prefixes="cvs">
<xsl:import href="../includes.xsl"/>
<xsl:variable name="section" select="'support'"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
</xsl:variable>
<xsl:variable name="email" select="'freebsd-www'"/>
<xsl:variable name="title" select="'Commercial Vendors'"/>
<xsl:output method="xml" encoding="iso-8859-1"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
<xsl:template match="entries">
<html>
<xsl:copy-of select="$header1"/>
<body>
<div id="containerwrap">
<div id="container">
<xsl:copy-of select="$header2"/>
<div id="content">
<xsl:copy-of select="$sidenav"/>
<div id="contentwrap">
<xsl:copy-of select="$header3"/>
<p>The power, flexibility, and reliability of FreeBSD attract
a wide variety of users and vendors. Here you will find
vendors offering commercial products and/or services for
FreeBSD.</p>
<p>For your convenience, we have divided our growing
commercial listing into several sections. If your company
supports a FreeBSD-compatible product or service that should
be added to this page, please fill out a
<a href="http://www.FreeBSD.org/send-pr.html">problem report</a> for
category www. Submissions should be in HTML and a medium-sized
paragraph in length.</p>
<h2>Software Vendors</h2>
<p>This file has been divided into sub-categories for your
convenience. The following shortcuts will take you to the
proper gallery entries.</p>
<h3>Databases</h3>
<xsl:for-each select="entry[@category='DATABASE']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Development Tools</h3>
<xsl:for-each select="entry[@category='DEV']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>E-Commerce Solutions and Tools</h3>
<xsl:for-each select="entry[@category='ECOMMERCE']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Miscellaneous</h3>
<xsl:for-each select="entry[@category='MISC']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Multimedia</h3>
<xsl:for-each select="entry[@category='MULTIMEDIA']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Network Systems and Applications</h3>
<xsl:for-each select="entry[@category='NETWORK']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Scientific and Language Tools</h3>
<xsl:for-each select="entry[@category='SCIENTIFIC']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>Security</h3>
<xsl:for-each select="entry[@category='SECURITY']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
<h3>System Administration / ISP</h3>
<xsl:for-each select="entry[@category='SYSADMIN']">
<xsl:sort select="name"/>
<xsl:call-template name="entry"/>
</xsl:for-each>
</div> <!-- contentwrap -->
<br class="clearboth" />
</div> <!-- content -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
</body>
</html>
</xsl:template>
<xsl:template name="entry">
<li><a href="software.html#{@id}">
<xsl:value-of select="name"/>
</a></li>
</xsl:template>
</xsl:stylesheet>

View file

@ -1,8 +1,7 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!doctype HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/community.sgml,v 1.1 2005/10/04 15:48:54 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/community.sgml,v 1.2 2005/10/04 16:21:21 simon Exp $">
<!ENTITY title "FreeBSD Community"> <!ENTITY title "FreeBSD Community">
<!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes; <!ENTITY % navinclude.community "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/community/irc.sgml,v 1.1 2005/10/04 05:44:55 murray Exp $"> <!ENTITY date "$FreeBSD: www/en/community/irc.sgml,v 1.2 2005/10/04 17:30:33 hrs Exp $">
<!ENTITY title "IRC"> <!ENTITY title "IRC">
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes; <!ENTITY % navinclude.community "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.8 2006/01/26 11:07:05 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.9 2006/07/14 19:00:23 joel Exp $">
<!ENTITY title "Mailing Lists"> <!ENTITY title "Mailing Lists">
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes; <!ENTITY % navinclude.community "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/community/newsgroups.sgml,v 1.3 2005/10/06 15:20:01 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/community/newsgroups.sgml,v 1.4 2005/11/26 20:27:36 remko Exp $">
<!ENTITY title "Newsgroups"> <!ENTITY title "Newsgroups">
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes; <!ENTITY % navinclude.community "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/community/webresources.sgml,v 1.2 2005/10/04 17:30:33 hrs Exp $"> <!ENTITY date "$FreeBSD: www/en/community/webresources.sgml,v 1.3 2006/05/07 17:17:02 delphij Exp $">
<!ENTITY title "Web Resources"> <!ENTITY title "Web Resources">
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes; <!ENTITY % navinclude.community "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/copyright.sgml,v 1.10 2004/06/10 10:46:06 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/copyright.sgml,v 1.11 2005/10/04 17:03:59 blackend Exp $">
<!ENTITY title "FreeBSD Copyright and Legal Information"> <!ENTITY title "FreeBSD Copyright and Legal Information">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/daemon.sgml,v 1.27 2004/06/18 15:38:32 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/daemon.sgml,v 1.28 2005/10/04 17:03:59 blackend Exp $">
<!ENTITY title "The BSD Daemon"> <!ENTITY title "The BSD Daemon">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-doc-license.sgml,v 1.4 2005/10/04 17:03:59 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/freebsd-doc-license.sgml,v 1.5 2006/03/02 19:16:08 brueffer Exp $">
<!ENTITY title "The FreeBSD Documentation License"> <!ENTITY title "The FreeBSD Documentation License">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.17 2005/10/04 17:03:59 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.18 2006/03/02 19:16:08 brueffer Exp $">
<!ENTITY title "The FreeBSD Copyright"> <!ENTITY title "The FreeBSD Copyright">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/license.sgml,v 1.10 2003/08/31 10:30:34 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/license.sgml,v 1.11 2005/10/04 21:22:44 simon Exp $">
<!ENTITY title "The 4.4BSD Copyright"> <!ENTITY title "The 4.4BSD Copyright">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/trademarks.sgml,v 1.17 2006/05/21 10:31:54 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/copyright/trademarks.sgml,v 1.18 2006/06/28 16:24:18 pav Exp $">
<!ENTITY title "Trademark Legend"> <!ENTITY title "Trademark Legend">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.4 2005/12/11 10:47:23 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.5 2006/02/06 19:33:05 jcamou Exp $">
<!ENTITY title "CVS Repository"> <!ENTITY title "CVS Repository">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes; <!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/current.sgml,v 1.86 2006/01/27 11:08:25 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/current.sgml,v 1.87 2006/05/14 20:43:32 blackend Exp $">
<!ENTITY title "FreeBSD Documentation Project: Current projects"> <!ENTITY title "FreeBSD Documentation Project: Current projects">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
<!ENTITY imagebase "&base;/gifs"> <!ENTITY imagebase "&base;/gifs">

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/doc-set.sgml,v 1.15 2005/11/28 13:19:21 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/doc-set.sgml,v 1.16 2005/11/30 21:43:43 pav Exp $">
<!ENTITY title "FreeBSD Documentation Project: Documentation Set"> <!ENTITY title "FreeBSD Documentation Project: Documentation Set">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,11 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/docproj.sgml,v 1.19 2004/07/22 23:10:07 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/docproj.sgml,v 1.20 2005/10/04 17:14:02 blackend Exp $">
<!ENTITY title "FreeBSD Documentation Project"> <!ENTITY title "FreeBSD Documentation Project">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/docproj/docproj.sgml,v 1.19 2004/07/22 23:10:07 ceri Exp $ --> <!-- $FreeBSD: www/en/docproj/docproj.sgml,v 1.20 2005/10/04 17:14:02 blackend Exp $ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook.sgml,v 1.16 2004/04/04 21:49:39 phantom Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/handbook.sgml,v 1.17 2005/10/04 06:22:24 murray Exp $">
<!ENTITY title "FreeBSD Documentation Project: Current projects"> <!ENTITY title "FreeBSD Documentation Project: Current projects">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY done "<font color='green'>Done</font>"> <!ENTITY done "<font color='green'>Done</font>">
<!ENTITY inprogress "<font color='blue'>In Progress</font>"> <!ENTITY inprogress "<font color='blue'>In Progress</font>">

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook3.sgml,v 1.38 2004/09/21 03:10:33 trhodes Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/handbook3.sgml,v 1.39 2005/10/04 06:22:24 murray Exp $">
<!ENTITY title "FreeBSD Documentation Project: Handbook 3rd Edition"> <!ENTITY title "FreeBSD Documentation Project: Handbook 3rd Edition">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY done "<font color='green'>Done</font>"> <!ENTITY done "<font color='green'>Done</font>">
<!ENTITY inprogress "<font color='blue'>In Progress</font>"> <!ENTITY inprogress "<font color='blue'>In Progress</font>">

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/sgml.sgml,v 1.25 2005/09/15 16:09:08 garys Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/sgml.sgml,v 1.26 2005/10/04 17:14:02 blackend Exp $">
<!ENTITY title "FreeBSD Documentation Project: SGML"> <!ENTITY title "FreeBSD Documentation Project: SGML">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles"> <!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.16 2005/09/18 14:01:21 garys Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.17 2005/10/04 17:14:02 blackend Exp $">
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation"> <!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY email 'freebsd-doc'> <!ENTITY email 'freebsd-doc'>
<!ENTITY date "$FreeBSD: www/en/docproj/todo.sgml,v 1.14 2006/06/09 19:36:49 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/todo.sgml,v 1.15 2006/06/11 19:58:30 joel Exp $">
<!ENTITY title "FreeBSD Documentation Project TODO list"> <!ENTITY title "FreeBSD Documentation Project TODO list">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
<!-- Status levels --> <!-- Status levels -->
<!ENTITY status.na "<font color=green>N/A</font>"> <!ENTITY status.na "<font color=green>N/A</font>">

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.83 2006/01/15 15:03:06 remko Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.84 2006/05/18 18:42:16 delphij Exp $">
<!ENTITY title "FreeBSD Documentation Project: Translations"> <!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/who.sgml,v 1.12 2004/04/05 14:46:17 phantom Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/who.sgml,v 1.13 2005/10/04 17:14:02 blackend Exp $">
<!ENTITY title "FreeBSD Documentation Project: Who are we?"> <!ENTITY title "FreeBSD Documentation Project: Who are we?">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.192 2005/08/17 07:19:59 linimon Exp $"> <!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.194 2005/10/04 16:07:27 simon Exp $">
<!ENTITY title "FreeBSD Documentation"> <!ENTITY title "FreeBSD Documentation">
<!ENTITY % navincludes SYSTEM "includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.21 2006/05/30 19:22:33 bmah Exp $"> <!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.22 2006/07/23 13:44:26 joel Exp $">
<!ENTITY title "Books and Articles Online"> <!ENTITY title "Books and Articles Online">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles"> <!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
<!ENTITY url.books "../doc/en_US.ISO8859-1/books"> <!ENTITY url.books "../doc/en_US.ISO8859-1/books">

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docs/man.sgml,v 1.6 2006/05/25 15:08:27 bmah Exp $"> <!ENTITY date "$FreeBSD: www/en/docs/man.sgml,v 1.7 2006/05/25 16:13:51 bmah Exp $">
<!ENTITY title "Manual Pages"> <!ENTITY title "Manual Pages">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi"> <!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi">
]> ]>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docs/webresources.sgml,v 1.5 2005/12/31 10:32:39 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/docs/webresources.sgml,v 1.6 2006/06/06 05:10:03 jkoshy Exp $">
<!ENTITY title "Web Resources"> <!ENTITY title "Web Resources">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.318 2006/06/06 14:13:11 brueffer Exp $"> <!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.319 2006/06/14 15:42:22 brueffer Exp $">
<!ENTITY title "Hardware Donors Page"> <!ENTITY title "Hardware Donors Page">
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]> ]>

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/donations/index.sgml,v 1.12 2005/01/05 10:04:43 keramida Exp $"> <!ENTITY date "$FreeBSD: www/en/donations/index.sgml,v 1.13 2005/10/04 20:06:58 hrs Exp $">
<!ENTITY title "FreeBSD Donations Liaison"> <!ENTITY title "FreeBSD Donations Liaison">
<!ENTITY email 'donations'> <!ENTITY email 'donations'>
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.409 2006/08/10 10:00:50 jkoshy Exp $"> <!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.410 2006/08/13 16:08:48 brueffer Exp $">
<!ENTITY title "FreeBSD Developers Want List"> <!ENTITY title "FreeBSD Developers Want List">
<!ENTITY email 'donations'> <!ENTITY email 'donations'>
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/events/2002/bsdcon-devsummit.sgml,v 1.10 2003/10/17 16:51:08 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/events/2002/bsdcon-devsummit.sgml,v 1.11 2005/10/04 17:22:00 blackend Exp $">
<!ENTITY email 'hackers'> <!ENTITY email 'hackers'>
<!ENTITY title "BSDCon 2002 FreeBSD Developer Summit"> <!ENTITY title "BSDCon 2002 FreeBSD Developer Summit">
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
]> ]>

View file

@ -1,11 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/events/2002/usenix-devsummit.sgml,v 1.13 2004/04/04 21:49:39 phantom Exp $"> <!ENTITY date "$FreeBSD: www/en/events/2002/usenix-devsummit.sgml,v 1.14 2005/10/04 17:22:00 blackend Exp $">
<!ENTITY email 'hackers'> <!ENTITY email 'hackers'>
<!ENTITY break '<hr><center>BREAK</center><hr>'> <!ENTITY break '<hr><center>BREAK</center><hr>'>
<!ENTITY title "Usenix 2002 FreeBSD Developer Summit III"> <!ENTITY title "Usenix 2002 FreeBSD Developer Summit III">
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
]> ]>

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/events/2003/bsdcon-devsummit.sgml,v 1.1 2003/09/22 07:41:56 murray Exp $"> <!ENTITY date "$FreeBSD: www/en/events/2003/bsdcon-devsummit.sgml,v 1.2 2005/10/04 17:22:00 blackend Exp $">
<!ENTITY email 'hackers'> <!ENTITY email 'hackers'>
<!ENTITY title "BSDCon 2003 FreeBSD Developer Summit"> <!ENTITY title "BSDCon 2003 FreeBSD Developer Summit">
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
]> ]>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/events/Makefile,v 1.10 2005/10/04 18:28:28 hrs Exp $ # $FreeBSD: www/en/events/Makefile,v 1.11 2005/10/05 04:55:34 murray Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -9,40 +9,13 @@
SUBDIR= 2002 SUBDIR= 2002
SUBDIR+= 2003 SUBDIR+= 2003
DATE?= /bin/date
TR?= /usr/bin/tr
DATA= events.css DATA= events.css
CLEANFILES+= curdate.xml XMLDOCS+= events:${XSL_EVENTS}:${XML_EVENTS_EVENTS}:
DEPENDSET.events= events
XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2. XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
DEPENDSET.events_ics= events
XMLDOCS+= events
DEPENDSET.events= events curdate.xml
SRCS.events= ../includes.xsl curdate.xml
XMLDOCS+= events_ics:${WEB_PREFIX}/share/sgml/events2ics.xsl:events.xml:events.ics
lint:
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/events.xml
.if !make(install)
.PHONY: curdate.xml
.endif
curdate.xml:
@${ECHO} "Generating ${.TARGET}"
@${ECHO_CMD} '<?xml version="1.0"?>' > ${.TARGET}
@${ECHO_CMD} '<curdate>' >> ${.TARGET}
@${ECHO_CMD} -n ' <year>' >> ${.TARGET}
@${DATE} +%Y | ${TR} -d "\n" >> ${.TARGET}
@${ECHO_CMD} '</year>' >> ${.TARGET}
@${ECHO_CMD} -n ' <month>' >> ${.TARGET}
@${DATE} +%m | ${TR} -d "\n" >> ${.TARGET}
@${ECHO_CMD} '</month>' >> ${.TARGET}
@${ECHO_CMD} -n ' <day>' >> ${.TARGET}
@${DATE} +%d | ${TR} -d "\n" >> ${.TARGET}
@${ECHO_CMD} '</day>' >> ${.TARGET}
@${ECHO_CMD} '</curdate>' >> ${.TARGET}
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,102 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
$FreeBSD$
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- Generate a unique anchor for this event. -->
<xsl:template name="generate-event-anchor">
<xsl:text>event:</xsl:text>
<xsl:value-of select="@id"/>
</xsl:template>
<!-- Generic templates: -->
<!-- Convert a month number to the corresponding long English name. -->
<xsl:template name="gen-long-en-month">
<xsl:param name="nummonth"/>
<xsl:variable name="month" select="number($nummonth)"/>
<xsl:choose>
<xsl:when test="$month=1">January</xsl:when>
<xsl:when test="$month=2">February</xsl:when>
<xsl:when test="$month=3">March</xsl:when>
<xsl:when test="$month=4">April</xsl:when>
<xsl:when test="$month=5">May</xsl:when>
<xsl:when test="$month=6">June</xsl:when>
<xsl:when test="$month=7">July</xsl:when>
<xsl:when test="$month=8">August</xsl:when>
<xsl:when test="$month=9">September</xsl:when>
<xsl:when test="$month=10">October</xsl:when>
<xsl:when test="$month=11">November</xsl:when>
<xsl:when test="$month=12">December</xsl:when>
<xsl:otherwise>Invalid month</xsl:otherwise>
</xsl:choose>
</xsl:template>
<!-- Generate a date interval. -->
<!-- Sample: 27 November, 2002 - 29 December, 2003 -->
<xsl:template name="gen-date-interval">
<xsl:param name="startdate"/>
<xsl:param name="enddate"/>
<xsl:value-of select="startdate/day"/>
<xsl:if test="number(startdate/month) != number(enddate/month) or
number(startdate/day) != number(enddate/day) or
number(startdate/year) != number(enddate/year)">
<xsl:if test="number(startdate/month) != number(enddate/month) or
number(startdate/year) != number(enddate/year)">
<xsl:text> </xsl:text>
<xsl:call-template name="gen-long-en-month">
<xsl:with-param name="nummonth" select="startdate/month"/>
</xsl:call-template>
</xsl:if>
<xsl:if test="number(startdate/year) != number(enddate/year)">
<xsl:text>, </xsl:text>
<xsl:value-of select="startdate/year"/>
</xsl:if>
<xsl:text> - </xsl:text>
<xsl:if test="number(startdate/day) != number(enddate/day) or
number(startdate/month) != number(enddate/month) or
number(startdate/year) != number(enddate/year)">
<xsl:value-of select="enddate/day"/>
</xsl:if>
</xsl:if>
<xsl:text> </xsl:text>
<xsl:call-template name="gen-long-en-month">
<xsl:with-param name="nummonth" select="enddate/month"/>
</xsl:call-template>
<xsl:text>, </xsl:text>
<xsl:value-of select="enddate/year"/>
</xsl:template>
</xsl:stylesheet>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.26 2005/07/16 06:26:38 rushani Exp $"> <!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.27 2005/10/04 20:06:57 hrs Exp $">
<!ENTITY title "About FreeBSD's Technological Advances"> <!ENTITY title "About FreeBSD's Technological Advances">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/Makefile,v 1.23 2006/01/01 20:32:17 adamw Exp $ # $FreeBSD: www/en/gnome/Makefile,v 1.24 2006/04/30 19:27:32 marcus Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -15,10 +15,6 @@ DOCS+= contact.sgml
DATA= gnomelogalyzer.sh DATA= gnomelogalyzer.sh
SGML_INCLUDES+= includes.navgnome.sgml
SRCS.DEFAULT= includes.xsl
SRCS.DEFAULT+= includes.navgnome.xsl
XML.DEFAULT= news.xml XML.DEFAULT= news.xml
XMLDOCS= index XMLDOCS= index

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.30 2005/10/04 20:06:58 hrs Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.31 2005/12/29 06:42:27 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: Contact Us"> <!ENTITY title "FreeBSD GNOME Project: Contact Us">
<!ENTITY % navincludes SYSTEM "includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes; <!ENTITY email "freebsd-gnome">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.19 2006/01/01 20:32:17 adamw Exp $ # $FreeBSD: www/en/gnome/docs/Makefile,v 1.20 2006/04/30 05:20:38 marcus Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -21,6 +21,4 @@ DOCS+= volunteer.sgml
DOCS+= develfaq.sgml DOCS+= develfaq.sgml
DOCS+= example-Makefile.sgml DOCS+= example-Makefile.sgml
SGML_INCLUDES+= ../includes.navgnome.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.25 2006/01/07 18:06:51 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.26 2006/01/16 18:24:09 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: Reporting a Bug"> <!ENTITY title "FreeBSD GNOME Project: Reporting a Bug">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.42 2006/02/05 06:39:52 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.43 2006/03/23 15:42:33 pav Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Development Branch FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME Development Branch FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.9 2006/04/30 23:38:56 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.10 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile"> <!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
@ -17,7 +15,7 @@
# Date created: 27 December 2003 # Date created: 27 December 2003
# Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt; # Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt;
# #
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.9 2006/04/30 23:38:56 marcus Exp $ # $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.10 2006/05/29 18:12:05 mezz Exp $
# #
# For this example, assume there was already a gnomeapp in the tree, and that this # For this example, assume there was already a gnomeapp in the tree, and that this

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.110 2006/04/30 23:34:46 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.111 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../"> <!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq210.sgml,v 1.10 2005/10/04 20:06:58 hrs Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq210.sgml,v 1.11 2005/12/29 06:42:28 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../"> <!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq212.sgml,v 1.3 2005/11/07 18:19:36 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq212.sgml,v 1.4 2005/12/29 06:42:28 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../"> <!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq214.sgml,v 1.8 2006/05/29 18:12:05 mezz Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq214.sgml,v 1.9 2006/08/05 12:47:42 jkoshy Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../"> <!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq28.sgml,v 1.6 2005/10/04 20:06:58 hrs Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq28.sgml,v 1.7 2005/12/29 06:42:28 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome1_porting.sgml,v 1.6 2005/12/29 06:42:28 adamw Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome1_porting.sgml,v 1.7 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1 Components"> <!ENTITY title "FreeBSD GNOME Project: GNOME 1 Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.24 2006/04/30 06:14:48 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.25 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2 Components"> <!ENTITY title "FreeBSD GNOME Project: GNOME 2 Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.19 2006/05/13 20:05:49 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.20 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Desktop-Independent Components"> <!ENTITY title "FreeBSD GNOME Project: GNOME Desktop-Independent Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.50 2005/12/29 06:42:28 adamw Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.51 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port"> <!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/volunteer.sgml,v 1.17 2005/12/29 06:42:28 adamw Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/volunteer.sgml,v 1.18 2006/05/01 04:53:45 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Help"> <!ENTITY title "FreeBSD GNOME Project: How To Help">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,25 +0,0 @@
<!-- $FreeBSD: www/en/gnome/includes.navgnome.sgml,v 1.3 2006/05/03 00:21:41 marcus Exp $ -->
<!ENTITY nav '<div id="SIDENAV">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="&base;/gnome/index.html">FreeBSD/GNOME</a>
<ul>
<li><a href="&base;/gnome/docs/faq2.html#q1">Installation Instructions</a></li>
<li><a href="&base;/gnome/docs/faq214.html#q2">Upgrade Instructions</a></li>
<li><a href="&base;/gnome/../ports/gnome.html">Available Applications</a></li>
<li><a href="&base;/gnome/docs/volunteer.html">How to Help</a></li>
<li><a href="&base;/gnome/docs/bugging.html">Reporting a Bug</a></li>
<li><a href="&base;/gnome/screenshots.html">Screenshots</a></li>
<li><a href="&base;/gnome/contact.html">Contact Us</a></li>
</ul>
<li><a href="&base;/gnome/index.html">Documentation</a>
<ul>
<li><a href="&base;/gnome/docs/faq2.html">FAQ</a></li>
<li><a href="&base;/gnome/docs/faq214.html">2.12 to 2.14 Upgrade FAQ</a></li>
<li><a href="&base;/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
<li><a href="&base;/gnome/docs/porting.html">Creating Ports</a></li>
<li><a href="&base;/gnome/docs/faq214.html#q5">Known Issues</a></li>
</ul>
</ul>
</div> <!-- sidenav -->'>

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/gnome/includes.navgnome.xsl,v 1.5 2006/04/30 22:12:51 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="gnome_sidenav">
<div id="SIDEWRAP">
<div id="SIDENAV">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="{$base}/gnome/index.html">FreeBSD/GNOME</a>
<ul>
<li><a href="{$base}/gnome/docs/faq2.html#q1">Installation Instructions</a></li>
<li><a href="{$base}/gnome/docs/faq214.html#q2">Upgrade Instructions</a></li>
<li><a href="{$base}/gnome/../ports/gnome.html">Available Applications</a></li>
<li><a href="{$base}/gnome/docs/volunteer.html">How to Help</a></li>
<li><a href="{$base}/gnome/docs/bugging.html">Reporting a Bug</a></li>
<li><a href="{$base}/gnome/screenshots.html">Screenshots</a></li>
<li><a href="{$base}/gnome/contact.html">Contact Us</a></li>
</ul>
</li>
<li><a href="{$base}/gnome/index.html">Documentation</a>
<ul>
<li><a href="{$base}/gnome/docs/faq2.html">FAQ</a></li>
<li><a href="{$base}/gnome/docs/faq214.html">2.12 to 2.14 Upgrade FAQ</a></li>
<li><a href="{$base}/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
<li><a href="{$base}/gnome/docs/porting.html">Creating Ports</a></li>
<li><a href="{$base}/gnome/docs/faq214.html#q5">Known Issues</a></li>
</ul>
</li>
</ul>
</div> <!-- sidenav -->
</div> <!-- sidewrap -->
</xsl:variable>
</xsl:stylesheet>

View file

@ -1,6 +0,0 @@
<!-- $FreeBSD: www/en/gnome/includes.sgml,v 1.12 2006/01/21 12:03:38 pav Exp $ -->
<!ENTITY email 'freebsd-gnome'>
<!ENTITY gnomeoldver '2.12'>
<!ENTITY gnomever '2.14'>
<!ENTITY gnomedevelver '2.15'>

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/gnome/includes.xsl,v 1.12 2006/01/21 12:03:38 pav Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="newshome">
<a href="{$base}/news/news.html">FreeBSD News Home</a>
</xsl:variable>
<xsl:variable name="gnomever">
2.14
</xsl:variable>
<xsl:variable name="gnomedevelver">
2.15
</xsl:variable>
<!-- Generate a unique anchor for this event -->
<xsl:template name="generate-event-anchor">
<xsl:text>event</xsl:text>
<xsl:value-of select="ancestor::year/name"/>
<xsl:value-of select="ancestor::month/name"/>
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
</xsl:template>
</xsl:stylesheet>

View file

@ -1,36 +1,36 @@
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.86 2006/04/30 05:11:20 marcus Exp $ --> <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY base "..">
<!ENTITY title "The FreeBSD GNOME Project">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.87 2006/05/09 19:36:59 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/" xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
exclude-result-prefixes="rdf rdf1" version="1.0"> exclude-result-prefixes="rdf rdf1" version="1.0">
<xsl:import href="includes.navgnome.xsl"/> <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:import href="../includes.xsl"/>
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/> <xsl:output type="html" encoding="&xml.encoding;"
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.86 2006/04/30 05:11:20 marcus Exp $'"/>
<xsl:variable name="section" select="'gnome'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/> doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<xsl:copy-of select="$header1"/> &header1;
<body> <body>
<div id="containerwrap"> <div id="CONTAINERWRAP">
<div id="container"> <div id="CONTAINER">
<xsl:copy-of select="$header2"/> &header2;
<div id="content"> <div id="CONTENT">
<xsl:copy-of select="$gnome_sidenav"/> <div id="SIDEWRAP">
&nav;
</div> <!-- SIDEWRAP -->
<div id="contentwrap"> <div id="CONTENTWRAP">
<div id="rightwrap"> <div id="rightwrap">
<div class="rightnav"> <div class="rightnav">
@ -92,11 +92,11 @@
</div> <!-- rightnav --> </div> <!-- rightnav -->
</div> <!-- rightwrap --> </div> <!-- rightwrap -->
<xsl:copy-of select="$header3"/> &header3;
<h2>What is GNOME?</h2> <h2>What is GNOME?</h2>
<img src="{$base}/gnome/images/gnome.png" align="right" <img src="&base;/gnome/images/gnome.png" align="right"
border="0" alt="GNOME Logo"/> border="0" alt="GNOME Logo"/>
<p>GNOME is a complete desktop environment, and a <p>GNOME is a complete desktop environment, and a
@ -167,7 +167,10 @@
<br class="clearboth" /> <br class="clearboth" />
</div> <!-- content --> </div> <!-- content -->
<xsl:copy-of select="$footer"/> <div id="FOOTER">
&copyright;<br />
&date;
</div> <!-- FOOTER -->
</div> <!-- container --> </div> <!-- container -->
</div> <!-- containerwrap --> </div> <!-- containerwrap -->
</body> </body>

View file

@ -1,5 +1,7 @@
<?xml version="1.0" <?xml version="1.0" encoding="ISO-8859-1" ?>
encoding="ISO-8859-1" ?> <!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/news.dtd">
<!-- Simple schema for FreeBSD Project news. <!-- Simple schema for FreeBSD Project news.
Divide time in to <year>, <month>, and <day> elements, each of which Divide time in to <year>, <month>, and <day> elements, each of which
@ -8,10 +10,7 @@ encoding="ISO-8859-1" ?>
each <day> element contains one or more <event> elements. each <day> element contains one or more <event> elements.
Each <event> contains an optional <title>, and then a <p>. <p> elements Each <event> contains an optional <title>, and then a <p>. <p> elements
can contain <a> anchors. Within the "href" attribute of the anchor can contain <a> anchors.
$base will be replaced with the base URI necessary to reach the FreeBSD
document root, and should always be used to start URLs at www.FreeBSD.org
or one of the mirrors.
Use the <title> element if the <p> content is lengthy. When generating Use the <title> element if the <p> content is lengthy. When generating
synopses of this information (e.g., for syndication using RDF files), synopses of this information (e.g., for syndication using RDF files),
@ -133,7 +132,7 @@ encoding="ISO-8859-1" ?>
<p>GNOME 2.14.2 has been released, and all the updates have <p>GNOME 2.14.2 has been released, and all the updates have
made it into the FreeBSD ports tree. made it into the FreeBSD ports tree.
<a href="$base/gnome/docs/faq2.html#q21">Packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Packages</a>
are still being built. Be sure to read the 2.14.2 are still being built. Be sure to read the 2.14.2
<a href="http://gnomedesktop.org/node/2693">release <a href="http://gnomedesktop.org/node/2693">release
@ -157,11 +156,11 @@ encoding="ISO-8859-1" ?>
<p>Even though 5.5 and 6.1 have not been released, the ports <p>Even though 5.5 and 6.1 have not been released, the ports
freeze has been lifted, and GNOME 2.14 has been merged into freeze has been lifted, and GNOME 2.14 has been merged into
the ports tree. the ports tree.
<a href="$base/gnome/docs/faq2.html#q21">Packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Packages</a>
built against the update ports tree will be available built against the update ports tree will be available
shortly. Be sure to check out the list of shortly. Be sure to check out the list of
<a href="$base/gnome/docs/faq214.html#q5">known issues</a> <a href="&base;/gnome/docs/faq214.html#q5">known issues</a>
as well as the 2.14 as well as the 2.14
<a href="http://www.gnome.org/start/2.14/notes/en/">release <a href="http://www.gnome.org/start/2.14/notes/en/">release
@ -199,11 +198,11 @@ encoding="ISO-8859-1" ?>
<p>While we are still waiting for the releases of FreeBSD 5.5 <p>While we are still waiting for the releases of FreeBSD 5.5
and 6.1, GNOME 2.14.1 has been released, an we are and 6.1, GNOME 2.14.1 has been released, an we are
maintaining it in the ports module of the maintaining it in the ports module of the
<a href="$base/gnome/docs/develfaq.html">MarcusCom CVS <a href="&base;/gnome/docs/develfaq.html">MarcusCom CVS
repository</a> repository</a>
. Ports and . Ports and
<a href="$base/gnome/docs/faq2.html#q21">packages</a> <a href="&base;/gnome/docs/faq2.html#q21">packages</a>
are ready, and we have hammered out quite a few known issues are ready, and we have hammered out quite a few known issues
for this release. Primarily, problems with GStreamer and OSS for this release. Primarily, problems with GStreamer and OSS
@ -230,7 +229,7 @@ encoding="ISO-8859-1" ?>
for all the new goodies, fixes, and most importantly, for all the new goodies, fixes, and most importantly,
performance improvements. Instructions for upgrading can be performance improvements. Instructions for upgrading can be
found on our found on our
<a href="$base/gnome/docs/develfaq.html">development branch <a href="&base;/gnome/docs/develfaq.html">development branch
FAQ</a> FAQ</a>
. After 5.5 and 6.1 are released, we will put out the . After 5.5 and 6.1 are released, we will put out the
@ -248,7 +247,7 @@ encoding="ISO-8859-1" ?>
<p>The GNOME 2.14 Release Candidate is out, and ports and <p>The GNOME 2.14 Release Candidate is out, and ports and
packages are packages are
<a href="$base/gnome/docs/develfaq.html">ready</a> <a href="&base;/gnome/docs/develfaq.html">ready</a>
. It looks like GNOME 2.14.0 will be out on time on March . It looks like GNOME 2.14.0 will be out on time on March
15th. Now is the time to report any serious problems as well 15th. Now is the time to report any serious problems as well
@ -268,7 +267,7 @@ encoding="ISO-8859-1" ?>
<p>Get your BETA 2 here! That's right, GNOME 2.14 Beta 2 has <p>Get your BETA 2 here! That's right, GNOME 2.14 Beta 2 has
been released, and FreeBSD ports and packages are been released, and FreeBSD ports and packages are
<a href="$base/gnome/docs/develfaq.html">ready</a> <a href="&base;/gnome/docs/develfaq.html">ready</a>
. We are trying to document (and hopefully eliminate) any and . We are trying to document (and hopefully eliminate) any and
all bugs (especially crashers). So if you find anything wrong all bugs (especially crashers). So if you find anything wrong
@ -335,7 +334,7 @@ encoding="ISO-8859-1" ?>
<p>If you are wondering what to get for that special GNOME <p>If you are wondering what to get for that special GNOME
user on your Christmas list, look no further. GNOME 2.13.3 user on your Christmas list, look no further. GNOME 2.13.3
has been released, and ports and packages are has been released, and ports and packages are
<a href="$base/gnome/docs/develfaq.html">ready</a> <a href="&base;/gnome/docs/develfaq.html">ready</a>
. Most of the kinks from GNOME 2.13.2 have been worked out . Most of the kinks from GNOME 2.13.2 have been worked out
(in particular, all games should be functional now).</p> (in particular, all games should be functional now).</p>
@ -350,7 +349,7 @@ encoding="ISO-8859-1" ?>
<p>The latest stable GNOME release, 2.12.2, is now ready for <p>The latest stable GNOME release, 2.12.2, is now ready for
your upgrading pleasure in both ports and your upgrading pleasure in both ports and
<a href="$base/gnome/docs/faq2.html#q21">packages</a> <a href="&base;/gnome/docs/faq2.html#q21">packages</a>
formats. This is primarily a bug-fix release, but a few formats. This is primarily a bug-fix release, but a few
<a <a
@ -377,7 +376,7 @@ encoding="ISO-8859-1" ?>
fast-user-switch-applet, and gnome-screensaver, along with fast-user-switch-applet, and gnome-screensaver, along with
Firefox 1.5 as the base for Epiphany and Yelp. Testers to Firefox 1.5 as the base for Epiphany and Yelp. Testers to
their mark, their mark,
<a href="$base/gnome/docs/develfaq.html">go!</a> <a href="&base;/gnome/docs/develfaq.html">go!</a>
</p> </p>
</event> </event>
</day> </day>
@ -419,10 +418,10 @@ encoding="ISO-8859-1" ?>
<p>Even though we are still waiting for 6.0 to be released, <p>Even though we are still waiting for 6.0 to be released,
GNOME 2.12.1 has been released, and GNOME 2.12.1 has been released, and
<a href="$base/gnome/docs/develfaq.html">ports</a> <a href="&base;/gnome/docs/develfaq.html">ports</a>
and and
<a href="$base/gnome/docs/faq2.html#q21">packages</a> <a href="&base;/gnome/docs/faq2.html#q21">packages</a>
have been updated. At this point, most (if not all) of the have been updated. At this point, most (if not all) of the
FreeBSD-specific known issues have been resolved.</p> FreeBSD-specific known issues have been resolved.</p>
@ -468,10 +467,10 @@ encoding="ISO-8859-1" ?>
! Man were there a lot of problems to tackle in this one. ! Man were there a lot of problems to tackle in this one.
Fortunately, everything should now be ironed out, and GNOME Fortunately, everything should now be ironed out, and GNOME
2.12 is shaping up to be a solid release. Please 2.12 is shaping up to be a solid release. Please
<a href="$base/gnome/docs/develfaq.html">test</a> <a href="&base;/gnome/docs/develfaq.html">test</a>
our ports and our ports and
<a href="$base/gnome/docs/faq2.html#q21">packages</a> <a href="&base;/gnome/docs/faq2.html#q21">packages</a>
.</p> .</p>
</event> </event>
@ -489,10 +488,10 @@ encoding="ISO-8859-1" ?>
upon us</a> upon us</a>
, and , and
<a href="$base/gnome/docs/develfaq.html">ports</a> <a href="&base;/gnome/docs/develfaq.html">ports</a>
are now ready for FreeBSD. are now ready for FreeBSD.
<a href="$base/gnome/docs/faq2.html#q21">Packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Packages</a>
for amd64 and i386 are forthcoming. For this release, we have for amd64 and i386 are forthcoming. For this release, we have
introduced a new feature that "normalizes" the shared library introduced a new feature that "normalizes" the shared library
@ -514,11 +513,11 @@ encoding="ISO-8859-1" ?>
<title>GNOME 2.11.90 available for FreeBSD</title> <title>GNOME 2.11.90 available for FreeBSD</title>
<p>That's right, folks. GNOME 2.12 Beta 1 is now out, and <p>That's right, folks. GNOME 2.12 Beta 1 is now out, and
<a href="$base/gnome/docs/develfaq.html">ports</a> <a href="&base;/gnome/docs/develfaq.html">ports</a>
have been updated for your testing pleasure. We also have a have been updated for your testing pleasure. We also have a
complete set of complete set of
<a href="$base/gnome/docs/faq2.html#q21">Desktop packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Desktop packages</a>
available for i386 and amd64. Don't forget to checkout the available for i386 and amd64. Don't forget to checkout the
<a href="http://www.gnome.org/~davyd/gnome-2-12/">GNOME 2.12 <a href="http://www.gnome.org/~davyd/gnome-2-12/">GNOME 2.12
@ -537,11 +536,11 @@ encoding="ISO-8859-1" ?>
<p>GNOME 2.11.5 has been officially released, and ports are <p>GNOME 2.11.5 has been officially released, and ports are
available for FreeBSD. available for FreeBSD.
<a href="$base/gnome/docs/faq2.html#q21">Packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Packages</a>
for i386 and amd64 are cooking as we speak. New modules for for i386 and amd64 are cooking as we speak. New modules for
this release include evince and libgnomecups. this release include evince and libgnomecups.
<a href="$base/gnome/docs/develfaq.html">Test it</a> <a href="&base;/gnome/docs/develfaq.html">Test it</a>
already!</p> already!</p>
</event> </event>
@ -561,7 +560,7 @@ encoding="ISO-8859-1" ?>
official release announcement</a> official release announcement</a>
. .
<a href="$base/gnome/docs/faq2.html#q21">Packages</a> <a href="&base;/gnome/docs/faq2.html#q21">Packages</a>
for i386 and amd64 are forthcoming.</p> for i386 and amd64 are forthcoming.</p>
</event> </event>
@ -583,7 +582,7 @@ encoding="ISO-8859-1" ?>
Unfortunately, the GNOME project has not made any official Unfortunately, the GNOME project has not made any official
release announcements, so this release only has one new release announcements, so this release only has one new
module, gnomekeyringmanager. Get your copy now from our module, gnomekeyringmanager. Get your copy now from our
<a href="$base/gnome/docs/develfaq.html">development branch <a href="&base;/gnome/docs/develfaq.html">development branch
FAQ</a> FAQ</a>
.</p> .</p>
@ -647,14 +646,14 @@ encoding="ISO-8859-1" ?>
changes</a> changes</a>
, including some brand new , including some brand new
<a href="$base/gnome/docs/faq212.html#q1">goodies</a> <a href="&base;/gnome/docs/faq212.html#q1">goodies</a>
now available on FreeBSD. Be sure to check out our now available on FreeBSD. Be sure to check out our
<a href="$base/gnome/docs/faq212.html">upgrade FAQ</a> <a href="&base;/gnome/docs/faq212.html">upgrade FAQ</a>
prior to jumping in. For those that do not want to spend time prior to jumping in. For those that do not want to spend time
compiling, packages for i386 are almost done building on our compiling, packages for i386 are almost done building on our
<a href="$base/gnome/docs/faq2.html#q21">Tinderbox</a> <a href="&base;/gnome/docs/faq2.html#q21">Tinderbox</a>
.</p> .</p>
</event> </event>
@ -1291,7 +1290,7 @@ encoding="ISO-8859-1" ?>
work out all the bugs before the end of the month release work out all the bugs before the end of the month release
date. All the details on upgrading to GNOME 2.6 Beta 1 can be date. All the details on upgrading to GNOME 2.6 Beta 1 can be
found found
<a href="$base/gnome/docs/develfaq.html">here</a> <a href="&base;/gnome/docs/develfaq.html">here</a>
. Note: the release identifies itself as 2.5.90, but it is, . Note: the release identifies itself as 2.5.90, but it is,
in fact, GNOME 2.6 Beta 1.</p> in fact, GNOME 2.6 Beta 1.</p>
@ -1313,7 +1312,7 @@ encoding="ISO-8859-1" ?>
some more bugs before the first 2.6 beta release. The low some more bugs before the first 2.6 beta release. The low
down on obtaining this version and upgrading from GNOME 2.4 down on obtaining this version and upgrading from GNOME 2.4
can be found in the can be found in the
<a href="$base/gnome/docs/develfaq.html">development FAQ</a> <a href="&base;/gnome/docs/develfaq.html">development FAQ</a>
.</p> .</p>
</event> </event>
@ -1329,7 +1328,7 @@ encoding="ISO-8859-1" ?>
FreeBSD. This latest development release is slated to be the FreeBSD. This latest development release is slated to be the
last before the GNOME 2.6 beta cycle begins. Those interested last before the GNOME 2.6 beta cycle begins. Those interested
in joining the testing effort should read the in joining the testing effort should read the
<a href="$base/gnome/docs/develfaq.html">development FAQ</a> <a href="&base;/gnome/docs/develfaq.html">development FAQ</a>
for details on obtaining GNOME 2.5 and upgrading from 2.4</p> for details on obtaining GNOME 2.5 and upgrading from 2.4</p>
</event> </event>
@ -1362,7 +1361,7 @@ encoding="ISO-8859-1" ?>
with broken icons. Evolution users will be happy to find the with broken icons. Evolution users will be happy to find the
Calendar and Contacts functionality also works now. For those Calendar and Contacts functionality also works now. For those
wanting to ride the walrus, read the wanting to ride the walrus, read the
<a href="$base/gnome/docs/develfaq.html">FAQ</a> <a href="&base;/gnome/docs/develfaq.html">FAQ</a>
on how to get GNOME 2.5, merge it into your ports tree, and on how to get GNOME 2.5, merge it into your ports tree, and
even upgrade from GNOME 2.4.</p> even upgrade from GNOME 2.4.</p>
@ -1382,7 +1381,7 @@ encoding="ISO-8859-1" ?>
<p>The GNOME 2.5.2 desktop, "You want me to blow on your <p>The GNOME 2.5.2 desktop, "You want me to blow on your
toes?" release, is now available for FreeBSD. To accompany toes?" release, is now available for FreeBSD. To accompany
this release, the FreeBSD GNOME team has setup an this release, the FreeBSD GNOME team has setup an
<a href="$base/gnome/docs/develfaq.html">FAQ</a> <a href="&base;/gnome/docs/develfaq.html">FAQ</a>
on how to track the GNOME development branches. Please read on how to track the GNOME development branches. Please read
that to familiarize yourself with what is involved. This that to familiarize yourself with what is involved. This

View file

@ -1,66 +1,58 @@
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY base "..">
<!ENTITY title "FreeBSD GNOME News Flash">
<!ENTITY email "freebsd-gnome">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.7 2005/12/29 07:27:05 adamw Exp $ --> <!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.8 2006/01/21 14:58:35 pav Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs"> xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
<xsl:import href="includes.navgnome.xsl"/> <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:import href="../includes.xsl"/>
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="title" select="'FreeBSD GNOME News Flash'"/>
<xsl:variable name="date"> <xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/> <xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
</xsl:variable> </xsl:variable>
<xsl:variable name="section" select="'developers'"/>
<xsl:output type="html" encoding="iso-8859-1"/> <xsl:output type="html" encoding="&xml.encoding;"/>
<xsl:template match="news"> <xsl:template match="news">
<html> <html>
&header1;
<xsl:copy-of select="$header1"/>
<body> <body>
<div id="containerwrap"> <div id="CONTAINERWRAP">
<div id="container"> <div id="CONTAINER">
&header2;
<xsl:copy-of select="$header2"/> <div id="CONTENT">
<div id="SIDEWRAP">
&nav;
</div> <!-- SIDEWRAP -->
<div id="content"> <div id="CONTENTWRAP">
<xsl:copy-of select="$gnome_sidenav"/> &header3;
<div id="contentwrap"> <img src="&base;/gifs/news.jpg" align="right" border="0" width="193"
<xsl:copy-of select="$header3"/> height="144" alt="FreeBSD GNOME News"/>
<!-- Notice how entity references in SGML become variable references <xsl:apply-templates select="descendant::month"/>
in the stylesheet, and that the syntax for referring to variables
inside an attribute is "{$variable}".
This is just dis-similar enough to Perl and the shell that you <xsl:call-templates name="html-news-list-homelink" />
end up writing ${variable} all the time, and then scratch your
head wondering why the stylesheet isn't working.-->
<!-- Also notice that because this is now XML and not SGML, empty
elements, like IMG, must have a trailing "/" just inside the
closing angle bracket, like this " ... />" -->
<img src="{$base}/gifs/news.jpg" align="right" border="0" width="193"
height="144" alt="FreeBSD GNOME News"/>
<xsl:apply-templates select="descendant::month"/>
<xsl:copy-of select="$newshome"/>
</div> <!-- contentwrap --> </div> <!-- contentwrap -->
<br class="clearboth" /> <br class="clearboth" />
</div> <!-- content --> </div> <!-- content -->
<xsl:copy-of select="$footer"/> <div id="FOOTER">
&copyright;<br />
&date;
</div> <!-- FOOTER -->
</div> <!-- container --> </div> <!-- container -->
</div> <!-- containerwrap --> </div> <!-- containerwrap -->
</body> </body>
@ -94,35 +86,11 @@
<xsl:text> </xsl:text> <xsl:text> </xsl:text>
<xsl:value-of select="ancestor::month/name"/>, <xsl:value-of select="ancestor::month/name"/>,
<xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text> <xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text>
<xsl:apply-templates select="p"/> <xsl:copy-of select="p"/>
</p> </p>
</li> </li>
</xsl:template> </xsl:template>
<xsl:template match="date"/> <!-- Deliberately left blank --> <xsl:template match="date"/> <!-- Deliberately left blank -->
<xsl:template match="i">
<i><xsl:value-of select="self::i"/></i>
</xsl:template>
<!-- When the href attribute contains a '$base', expand it to the current
value of the $base variable. -->
<!-- All your $base are belong to us. Ho ho ho -->
<xsl:template match="a">
<a><xsl:attribute name="href">
<xsl:choose>
<xsl:when test="contains(@href, '$base')">
<xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="@href"/>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:apply-templates/>
</a>
</xsl:template>
</xsl:stylesheet> </xsl:stylesheet>

View file

@ -1,15 +1,17 @@
<!-- $FreeBSD: www/en/gnome/rss.xsl,v 1.3 2004/01/24 07:58:44 marcus Exp $ --> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY base "..">
<!ENTITY title "FreeBSD GNOME Project News System">
]>
<!-- $FreeBSD: www/en/gnome/rss.xsl,v 1.4 2005/09/20 23:35:29 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
version="1.0"> version="1.0">
<xsl:import href="../includes.xsl"/> <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/rss.xsl,v 1.3 2004/01/24 07:58:44 marcus Exp $'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project News System'"/>
<xsl:output type="xml" /> <xsl:output type="xml" />

View file

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.64 2006/04/04 18:11:47 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.65 2006/04/30 05:38:57 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Screenshots"> <!ENTITY title "FreeBSD GNOME Project: Screenshots">
<!ENTITY % navincludes SYSTEM "includes.navgnome.sgml"> %navincludes; <!ENTITY % navinclude.gnome "INCLUDE">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>
&header; &header;

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navabout.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navabout.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navcommunity.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navcommunity.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navdevelopers.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navdevelopers.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navdocs.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navdocs.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navdownload.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navdownload.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD$ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navports.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,26 +0,0 @@
<!-- $FreeBSD: www/en/includes.navsupport.sgml,v 1.1 2005/10/04 07:35:59 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY % includes.nav SYSTEM "../share/sgml/includes.navsupport.sgml">
%includes.nav;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,32 +0,0 @@
<!-- $FreeBSD: www/en/includes.sgml,v 1.61 2003/10/03 22:42:03 simon Exp $ -->
<!ENTITY url.doc.langcode 'en_US.ISO8859-1'>
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY base CDATA ".">
<!-- Language-specific entities should be put above this line -->
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
%includes.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/includes.xsl,v 1.19 2003/11/17 06:28:19 hrs Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="../share/sgml/includes.xsl" />
<xsl:variable name="url.doc.langcode" select="'en_US.ISO8859-1'" />
<!-- Language-specific definitions should be put below this line -->
</xsl:stylesheet>

View file

@ -1,13 +1,13 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.151 2006/05/21 10:31:53 simon Exp $ --> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!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 "The FreeBSD Project">
]>
<!-- $FreeBSD: www/en/index.xsl,v 1.152 2006/06/28 16:24:17 pav Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:import href="includes.xsl"/>
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="''"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values <!-- these params should be externally bound. The values
here are not used actually --> here are not used actually -->
@ -20,30 +20,29 @@
<xsl:param name="news.project.xml" select="'none'"/> <xsl:param name="news.project.xml" select="'none'"/>
<xsl:param name="events.xml-master" select="'none'"/> <xsl:param name="events.xml-master" select="'none'"/>
<xsl:param name="events.xml" select="'none'"/> <xsl:param name="events.xml" select="'none'"/>
<xsl:param name="curdate.xml" select="'none'"/>
<xsl:output type="html" encoding="iso-8859-1" <xsl:output type="html" encoding="&xml.encoding;"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/> doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title><xsl:value-of select="$title"/></title> <title>&title;</title>
<meta name="description" content="The FreeBSD Project"/> <meta name="description" content="The FreeBSD Project"/>
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports, <meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs, Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/> CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
<link rel="shortcut icon" href="{$base}/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="&base;/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="{$base}/favicon.ico" type="image/x-icon"/> <link rel="icon" href="&base;/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" media="screen" href="{$base}/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" /> <link rel="stylesheet" media="screen" href="&base;/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" />
<link rel="alternate stylesheet" media="screen" href="{$base}/layout/css/fixed_large.css" type="text/css" title="Large Text" /> <link rel="alternate stylesheet" media="screen" href="&base;/layout/css/fixed_large.css" type="text/css" title="Large Text" />
<script type="text/javascript" src="{$base}/layout/js/styleswitcher.js"></script> <script type="text/javascript" src="&base;/layout/js/styleswitcher.js"></script>
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
title="FreeBSD Project News" href="{$base}/news/news.rdf" /> title="FreeBSD Project News" href="&base;/news/news.rdf" />
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
title="FreeBSD Security Advisories" href="{$base}/security/advisories.rdf" /> title="FreeBSD Security Advisories" href="&base;/security/advisories.rdf" />
<link rel="alternate" type="application/rss+xml" <link rel="alternate" type="application/rss+xml"
title="FreeBSD GNOME Project News" href="{$base}/gnome/news.rdf" /> title="FreeBSD GNOME Project News" href="&base;/gnome/news.rdf" />
<!-- Formatted to be easy to spam harvest, please do not reformat. --> <!-- Formatted to be easy to spam harvest, please do not reformat. -->
<xsl:comment> <xsl:comment>
@ -56,7 +55,7 @@
<div id="CONTAINERWRAP"> <div id="CONTAINERWRAP">
<div id="CONTAINER"> <div id="CONTAINER">
<xsl:copy-of select="$header2"/> &header2;
<div id="CONTENT"> <div id="CONTENT">
<div id="FRONTCONTAINER"> <div id="FRONTCONTAINER">
@ -76,13 +75,13 @@
It is derived from BSD, the version of UNIX&#174; developed at the It is derived from BSD, the version of UNIX&#174; developed at the
University of California, Berkeley. University of California, Berkeley.
It is developed and maintained by a It is developed and maintained by a
<a href="{$base}/doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">large <a href="&base;/doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">large
team of individuals</a>. team of individuals</a>.
Additional <a href="{$base}/platforms/">platforms</a> are in Additional <a href="&base;/platforms/">platforms</a> are in
various stages of development. various stages of development.
</p> </p>
<div id="TXTFRONTFEATURELINK"> <div id="TXTFRONTFEATURELINK">
&#187;<a href="{$base}/about.html" title="Learn More">Learn More</a> &#187;<a href="&base;/about.html" title="Learn More">Learn More</a>
</div> <!-- TXTFRONTFEATURELINK --> </div> <!-- TXTFRONTFEATURELINK -->
</div> <!-- FRONTFEATURECONTENT --> </div> <!-- FRONTFEATURECONTENT -->
</div> <!-- FRONTFEATURELEFT --> </div> <!-- FRONTFEATURELEFT -->
@ -91,33 +90,33 @@
<div class="frontgetroundbox"> <div class="frontgetroundbox">
<div class="frontgettop"><div><b style="display: none">.</b></div></div> <div class="frontgettop"><div><b style="display: none">.</b></div></div>
<div class="frontgetcontent"> <div class="frontgetcontent">
<a href="{$base}/where.html">Get FreeBSD Now</a> <a href="&base;/where.html">Get FreeBSD Now</a>
</div> <!-- frontgetcontent --> </div> <!-- frontgetcontent -->
<div class="frontgetbot"><div><b style="display: none">.</b></div></div> <div class="frontgetbot"><div><b style="display: none">.</b></div></div>
</div> <!-- frontgetroundbox --> </div> <!-- frontgetroundbox -->
<div id="FRONTRELEASES"> <div id="FRONTRELEASES">
<div id="FRONTRELEASESCONTENT" class="txtshortcuts"> <div id="FRONTRELEASESCONTENT" class="txtshortcuts">
<h2><a href="{$base}/releases/">LATEST RELEASES</a></h2> <h2><a href="&base;/releases/">LATEST RELEASES</a></h2>
<ul id="FRONTRELEASESLIST"> <ul id="FRONTRELEASESLIST">
<li> <li>
<a href="{$u.rel.announce}">Production Release <xsl:value-of select="$rel.current"/></a> <a href="&u.rel.announce;">Production Release &rel.current;/></a>
</li> </li>
<li> <li>
<a href="{$u.rel2.announce}">Production (Legacy) Release <xsl:value-of select="$rel2.current"/></a> <a href="&u.rel2.announce;">Production (Legacy) Release &rel2.current;</a>
</li> </li>
<xsl:if test="$beta.testing"> <xsl:if test="'&beta.testing;' != 'IGNORE'">
<li> <li>
<a href="{$base}/where.html#helptest">Upcoming Release <a href="&base;/where.html#helptest">Upcoming Release
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a> &betarel.current; - &betarel.vers;</a>
</li> </li>
</xsl:if> </xsl:if>
<xsl:if test="$beta2.testing"> <xsl:if test="'&beta2.testing;' != 'IGNORE'">
<li> <li>
<a href="{$base}/where.html#helptest">Upcoming Release <a href="&base;/where.html#helptest">Upcoming Release
<xsl:value-of select="concat($betarel2.current, '-', $betarel2.vers)"/></a> &betarel2.current; - &betarel2.vers;</a>
</li> </li>
</xsl:if> </xsl:if>
</ul> </ul>
</div> <!-- FRONTRELEASESCONTENT --> </div> <!-- FRONTRELEASESCONTENT -->
</div> <!-- FRONTRELEASES --> </div> <!-- FRONTRELEASES -->
@ -128,31 +127,31 @@
<div id="LANGUAGENAV"> <div id="LANGUAGENAV">
<ul id="LANGUAGENAVLIST"> <ul id="LANGUAGENAVLIST">
<li> <li>
<a href="{$base}/de/" title="German">de</a> <a href="&base;/de/" title="German">de</a>
</li> </li>
<li> <li>
<a href="{$base}/" title="English">en</a> <a href="&base;/" title="English">en</a>
</li> </li>
<li> <li>
<a href="{$base}/es/" title="Spanish">es</a> <a href="&base;/es/" title="Spanish">es</a>
</li> </li>
<li> <li>
<a href="{$base}/fr/" title="French">fr</a> <a href="&base;/fr/" title="French">fr</a>
</li> </li>
<li> <li>
<a href="{$base}/it/" title="Italian">it</a> <a href="&base;/it/" title="Italian">it</a>
</li> </li>
<li> <li>
<a href="{$base}/ja/" title="Japanese">ja</a> <a href="&base;/ja/" title="Japanese">ja</a>
</li> </li>
<li class="last-child"> <li class="last-child">
<a href="{$base}/ru/" title="Russian">ru</a> <a href="&base;/ru/" title="Russian">ru</a>
</li> </li>
</ul> </ul>
</div> <!-- LANGUAGENAV --> </div> <!-- LANGUAGENAV -->
<div id="MIRROR"> <div id="MIRROR">
<form action="{$cgibase}/mirror.cgi" method="get"> <form action="&cgibase;/mirror.cgi" method="get">
<div> <div>
<h2 class="blockhide"><label for="MIRRORSEL">Mirror</label></h2> <h2 class="blockhide"><label for="MIRRORSEL">Mirror</label></h2>
<select id="MIRRORSEL" name="goto"> <select id="MIRRORSEL" name="goto">
@ -170,22 +169,22 @@
<h2>SHORTCUTS</h2> <h2>SHORTCUTS</h2>
<ul id="FRONTSHORTCUTSLIST"> <ul id="FRONTSHORTCUTSLIST">
<li> <li>
<a href="{$base}/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a> <a href="&base;/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a>
</li> </li>
<li> <li>
<a href="{$base}/send-pr.html" title="Report a Bug">Report a Bug</a> <a href="&base;/send-pr.html" title="Report a Bug">Report a Bug</a>
</li> </li>
<li> <li>
<a href="{$base}/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a> <a href="&base;/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a>
</li> </li>
<li> <li>
<a href="{$base}/doc/en_US.ISO8859-1/books/handbook/index.html" title="Handbook">Handbook</a> <a href="&base;/doc/en_US.ISO8859-1/books/handbook/index.html" title="Handbook">Handbook</a>
</li> </li>
<li> <li>
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a> <a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
</li> </li>
<li> <li>
<a href="{$base}/ports/index.html" title="Ports">Ports</a> <a href="&base;/ports/index.html" title="Ports">Ports</a>
</li> </li>
</ul> </ul>
@ -195,7 +194,7 @@
<div class="frontnewroundbox"> <div class="frontnewroundbox">
<div class="frontnewtop"><div><b style="display: none">.</b></div></div> <div class="frontnewtop"><div><b style="display: none">.</b></div></div>
<div class="frontnewcontent"> <div class="frontnewcontent">
<a href="{$base}/projects/newbies.html">New to FreeBSD?</a> <a href="&base;/projects/newbies.html">New to FreeBSD?</a>
</div> <!-- frontnewcontent --> </div> <!-- frontnewcontent -->
<div class="frontnewbot"><div><b style="display: none">.</b></div></div> <div class="frontnewbot"><div><b style="display: none">.</b></div></div>
</div> <!-- frontnewroundbox --> </div> <!-- frontnewroundbox -->
@ -218,10 +217,10 @@
<div> <div>
<ul class="newseventslist"> <ul class="newseventslist">
<li class="first-child"> <li class="first-child">
<a href="{$base}/news/newsflash.html" title="More News">More News</a> <a href="&base;/news/newsflash.html" title="More News">More News</a>
</li> </li>
<li class="last-child"> <li class="last-child">
<a href="{$base}/news/news.rdf" title="News RSS Feed"><img class="rssimage" src="{$base}/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a> <a href="&base;/news/news.rdf" title="News RSS Feed"><img class="rssimage" src="&base;/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a>
</li> </li>
</ul> </ul>
</div> <!-- unnamed --> </div> <!-- unnamed -->
@ -239,13 +238,12 @@
<xsl:call-template name="html-index-events-items"> <xsl:call-template name="html-index-events-items">
<xsl:with-param name="events.xml-master" select="$events.xml-master" /> <xsl:with-param name="events.xml-master" select="$events.xml-master" />
<xsl:with-param name="events.xml" select="$events.xml" /> <xsl:with-param name="events.xml" select="$events.xml" />
<xsl:with-param name="curdate.xml" select="$curdate.xml" />
</xsl:call-template> </xsl:call-template>
<div> <div>
<ul class="newseventslist"> <ul class="newseventslist">
<li class="only-child"> <li class="only-child">
<a href="{$base}/events/" title="More Events">More Events</a> <a href="&base;/events/" title="More Events">More Events</a>
</li> </li>
</ul> </ul>
</div> <!-- unnamed --> </div> <!-- unnamed -->
@ -268,7 +266,7 @@
<div> <div>
<ul class="newseventslist"> <ul class="newseventslist">
<li class="only-child"> <li class="only-child">
<a href="{$base}/news/press.html" title="More Media">More Media</a> <a href="&base;/news/press.html" title="More Media">More Media</a>
</li> </li>
</ul> </ul>
</div> <!-- unnamed --> </div> <!-- unnamed -->
@ -291,10 +289,10 @@
<div> <div>
<ul class="newseventslist"> <ul class="newseventslist">
<li class="first-child"> <li class="first-child">
<a href="{$base}/security/" title="More Security Advisories">More</a> <a href="&base;/security/" title="More Security Advisories">More</a>
</li> </li>
<li class="last-child"> <li class="last-child">
<a href="{$base}/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="{$base}/layout/images/ico_rss.png" width="27" height="12" alt="Security Advisories RSS Feed" /></a> <a href="&base;/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="&base;/layout/images/ico_rss.png" width="27" height="12" alt="Security Advisories RSS Feed" /></a>
</li> </li>
</ul> </ul>
</div> <!-- unnamed --> </div> <!-- unnamed -->
@ -322,7 +320,7 @@
</div> <!-- CONTENT --> </div> <!-- CONTENT -->
<div id="FOOTER"> <div id="FOOTER">
<xsl:copy-of select="$copyright"/> &copyright;
The mark FreeBSD is a registered trademark of The FreeBSD The mark FreeBSD is a registered trademark of The FreeBSD
Foundation and is used by The FreeBSD Project with the Foundation and is used by The FreeBSD Project with the

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.56 2006/02/22 13:28:14 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.57 2006/06/13 20:27:19 murray Exp $">
<!ENTITY title "About the FreeBSD WWW Server"> <!ENTITY title "About the FreeBSD WWW Server">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/bylaws.sgml,v 1.9 2006/05/29 19:57:43 simon Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/bylaws.sgml,v 1.10 2006/08/02 18:35:13 marck Exp $">
<!ENTITY title "Core Bylaws"> <!ENTITY title "Core Bylaws">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/core-vote.sgml,v 1.7 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/core-vote.sgml,v 1.8 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Core's Voting Procedures"> <!ENTITY title "Core's Voting Procedures">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.36 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.37 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Resources for FreeBSD Committers"> <!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/doceng.sgml,v 1.8 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/doceng.sgml,v 1.9 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "FreeBSD Doceng Team Charter"> <!ENTITY title "FreeBSD Doceng Team Charter">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/expire-bits.sgml,v 1.3 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/expire-bits.sgml,v 1.4 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Commit Bit Expiration Policy"> <!ENTITY title "Commit Bit Expiration Policy">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/fortunes.sgml,v 1.3 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/fortunes.sgml,v 1.4 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Fortune File Commit Policy"> <!ENTITY title "Fortune File Commit Policy">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/homepage.sgml,v 1.9 2006/02/22 13:28:14 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/homepage.sgml,v 1.10 2006/03/25 09:54:53 joel Exp $">
<!ENTITY title "FreeBSD Homepages"> <!ENTITY title "FreeBSD Homepages">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY homepage SYSTEM "homepage.inc"> <!ENTITY homepage SYSTEM "homepage.inc">
]> ]>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.31 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.32 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "FreeBSD Internal Pages"> <!ENTITY title "FreeBSD Internal Pages">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.71 2006/08/14 17:16:35 marck Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.72 2006/08/14 17:48:26 simon Exp $">
<!ENTITY title "The FreeBSD.org Network"> <!ENTITY title "The FreeBSD.org Network">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.22 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.23 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Mirroring the FreeBSD Web Pages"> <!ENTITY title "Mirroring the FreeBSD Web Pages">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/new-account.sgml,v 1.17 2006/02/22 13:28:14 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/new-account.sgml,v 1.18 2006/05/26 10:21:48 glebius Exp $">
<!ENTITY title "New Account Creation Procedure"> <!ENTITY title "New Account Creation Procedure">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/photos.sgml,v 1.26 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/photos.sgml,v 1.27 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Photo Gallery"> <!ENTITY title "Photo Gallery">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.6 2006/02/22 13:28:14 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.7 2006/05/29 20:11:32 simon Exp $">
<!ENTITY title "Policies for FreeBSD Committers"> <!ENTITY title "Policies for FreeBSD Committers">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,10 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY email 'murray'> <!ENTITY email 'murray'>
<!ENTITY date "$FreeBSD: www/en/internal/releng.sgml,v 1.9 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/releng.sgml,v 1.10 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "FreeBSD Release Engineering"> <!ENTITY title "FreeBSD Release Engineering">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/rtp.sgml,v 1.7 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/rtp.sgml,v 1.8 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "The Rtp.FreeBSD.org Network"> <!ENTITY title "The Rtp.FreeBSD.org Network">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,9 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/statistic.sgml,v 1.19 2006/02/21 19:30:28 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/internal/statistic.sgml,v 1.20 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "FreeBSD Statistics"> <!ENTITY title "FreeBSD Statistics">
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navinclude.docs "INCLUDE">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<html> <html>

View file

@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/internet.sgml,v 1.34 2005/10/04 20:06:57 hrs Exp $"> <!ENTITY date "$FreeBSD: www/en/internet.sgml,v 1.35 2005/12/25 13:43:06 delphij Exp $">
<!ENTITY title "About FreeBSD's Internetworking"> <!ENTITY title "About FreeBSD's Internetworking">
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes; <!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<html> <html>

Some files were not shown because too many files have changed in this diff Show more