www cleanup mega commit:

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

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

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

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

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

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

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

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
This commit is contained in:
Hiroki Sato 2006-08-19 21:26:51 +00:00
parent de3f531874
commit 5305bb945d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28475
795 changed files with 4878 additions and 36943 deletions

12
tr/share/sgml/catalog Normal file
View file

@ -0,0 +1,12 @@
--
$FreeBSD$
--
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
"l10n.ent"
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN"
"header.l10n.ent"
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
"navibar.l10n.ent"

12
tr/share/sgml/catalog.xml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<!-- $FreeBSD$ -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
rewritePrefix="../../"/>
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
rewritePrefix="../../"/>
</catalog>

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="iso-8859-9"?>
<!--
The FreeBSD Turkish Documentation Project
Original revision: 1.60
-->
<!-- $FreeBSD$ -->
<!-- Images -->
<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '&copy; 1995-2006 The FreeBSD Project.
All rights reserved.'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contact</a> &nbsp; | &nbsp; <a href="&enbase;/copyright/index.html">legal</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY date ''>
<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&enbase;/freebsd.css'>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

44
tr/share/sgml/l10n.ent Normal file
View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="iso-8859-9"?>
<!--
The FreeBSD Turkish Documentation Project
Original revision: 1.60
-->
<!-- $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 url.doc.langcode 'tr_TR.ISO8859-9'>
<!ENTITY xml.encoding 'iso-8859-9'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&enbase;/releases/&rel.current;R/relnotes.html'>
<!ENTITY u.rel.announce '&enbase;/releases/&rel.current;R/announce.html'>
<!ENTITY u.rel.errata '&enbase;/releases/&rel.current;R/errata.html'>
<!ENTITY u.rel.hardware '&enbase;/releases/&rel.current;R/hardware.html'>
<!ENTITY u.rel.early '&enbase;/releases/&rel.current;R/early-adopter.html'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel2.notes '&enbase;/releases/&rel2.current;R/relnotes.html'>
<!ENTITY u.rel2.announce '&enbase;/releases/&rel2.current;R/announce.html'>
<!ENTITY u.rel2.errata '&enbase;/releases/&rel2.current;R/errata.html'>
<!ENTITY u.rel2.hardware '&enbase;/releases/&rel2.current;R/hardware.html'>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="iso-8859-9"?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/libcommon.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="ISO-8859-9"?>
<!-- $FreeBSD$ -->
<!ENTITY % navinclude.about "IGNORE">
<![ %navinclude.about; [
]]>
<!ENTITY % navinclude.community "IGNORE">
<![ %navinclude.community; [
]]>
<!ENTITY % navinclude.developers "IGNORE">
<![ %navinclude.developers; [
]]>
<!ENTITY % navinclude.docs "IGNORE">
<![ %navinclude.docs; [
]]>
<!ENTITY % navinclude.download "IGNORE">
<![ %navinclude.download; [
]]>
<!ENTITY % navinclude.gnome "IGNORE">
<![ %navinclude.gnome; [
]]>
<!ENTITY % navinclude.ports "IGNORE">
<![ %navinclude.ports; [
]]>
<!ENTITY % navinclude.support "IGNORE">
<![ %navinclude.support; [
]]>