- XMLify the Turkish tree
- Entity cleanup Approved by: doceng (implicit)
This commit is contained in:
parent
26e4991b46
commit
3a079119f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39112
2 changed files with 31 additions and 10 deletions
tr_TR.ISO8859-9
|
@ -1,3 +1,10 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-9" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/sgml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//TR" "../../share/sgml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
|
||||
<!--
|
||||
The FreeBSD Turkish Documentation Project
|
||||
|
||||
|
@ -5,15 +12,6 @@
|
|||
Original Revision: 1.9
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
]>
|
||||
|
||||
<article lang="tr">
|
||||
<articleinfo>
|
||||
<title>BSD Nedir?</title>
|
||||
|
@ -37,6 +35,10 @@
|
|||
&tm-attrib.general;
|
||||
</legalnotice>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD$</releaseinfo>
|
||||
|
||||
<abstract>
|
||||
<para>Açýk kod dünyasýnda
|
||||
<quote>Linux</quote> kelimesi neredeysec<quote>iþletim
|
||||
|
@ -291,7 +293,7 @@
|
|||
daðýnýk ve saldýrgan olduðudur.
|
||||
There is a perception that the BSD projects are fragmented and
|
||||
belligerent. <ulink
|
||||
url="http://interactive.wsj.com/bin/login?Tag=/&URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&">Wall Street
|
||||
url="http://interactive.wsj.com/bin/login?Tag=/&URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&">Wall Street
|
||||
Journal</ulink>'da bir makalede BSD projelerinin
|
||||
<quote>balkan</quote> ülkelerinin ürünü
|
||||
olduðundan bahsedildi. Davada olduðu gibi burada da
|
||||
|
|
19
tr_TR.ISO8859-9/share/sgml/entities.ent
Normal file
19
tr_TR.ISO8859-9/share/sgml/entities.ent
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="ISO8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
||||
%l10n;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
||||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
||||
%newsgroups;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
||||
%teams;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
Loading…
Reference in a new issue