diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 03:23:15 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 03:23:15 +0000 |
commit | 4fe414e55f71a98004350e582bfeb852f5758769 (patch) | |
tree | cef8e8b44236eea349b9f90e1eebcc80c56017c1 /tr_TR.ISO8859-9/share | |
parent | 282a032540622ef194d646326406f3349c379554 (diff) | |
download | doc-4fe414e55f71a98004350e582bfeb852f5758769.tar.gz doc-4fe414e55f71a98004350e582bfeb852f5758769.zip |
- Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=38822
Diffstat (limited to 'tr_TR.ISO8859-9/share')
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/catalog | 12 | ||||
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/catalog.xml | 12 | ||||
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/header.l10n.ent | 32 | ||||
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/l10n.ent | 44 | ||||
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/libcommon.xsl | 9 | ||||
-rw-r--r-- | tr_TR.ISO8859-9/share/sgml/navibar.l10n.ent | 34 |
6 files changed, 143 insertions, 0 deletions
diff --git a/tr_TR.ISO8859-9/share/sgml/catalog b/tr_TR.ISO8859-9/share/sgml/catalog new file mode 100644 index 0000000000..bae3bb06c0 --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/catalog @@ -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" diff --git a/tr_TR.ISO8859-9/share/sgml/catalog.xml b/tr_TR.ISO8859-9/share/sgml/catalog.xml new file mode 100644 index 0000000000..12c0f02504 --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/catalog.xml @@ -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> diff --git a/tr_TR.ISO8859-9/share/sgml/header.l10n.ent b/tr_TR.ISO8859-9/share/sgml/header.l10n.ent new file mode 100644 index 0000000000..c332d1240e --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/header.l10n.ent @@ -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 '© 1995-2006 The FreeBSD Project. + All rights reserved.'> +<!ENTITY email 'freebsd-questions'> +<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contact</a> | <a href="&enbase;/copyright/index.html">legal</a> | ©right;'> +<!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: +--> diff --git a/tr_TR.ISO8859-9/share/sgml/l10n.ent b/tr_TR.ISO8859-9/share/sgml/l10n.ent new file mode 100644 index 0000000000..d6f5dda390 --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/l10n.ent @@ -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: +--> diff --git a/tr_TR.ISO8859-9/share/sgml/libcommon.xsl b/tr_TR.ISO8859-9/share/sgml/libcommon.xsl new file mode 100644 index 0000000000..13a6d05c75 --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/libcommon.xsl @@ -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> diff --git a/tr_TR.ISO8859-9/share/sgml/navibar.l10n.ent b/tr_TR.ISO8859-9/share/sgml/navibar.l10n.ent new file mode 100644 index 0000000000..ab0fbe2c92 --- /dev/null +++ b/tr_TR.ISO8859-9/share/sgml/navibar.l10n.ent @@ -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; [ +]]> |