diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-21 18:41:13 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-21 18:41:13 +0000 |
commit | a6e3f4be5c955178bc9a97cd9cae8757ef7be053 (patch) | |
tree | 76d2d8d09c2a002b04ba0baa5553a3caa525950a /bn_BD.ISO10646-1 | |
parent | 3cdf4e4922e80744cd2a2c4147fcdb477411735c (diff) | |
download | doc-a6e3f4be5c955178bc9a97cd9cae8757ef7be053.tar.gz doc-a6e3f4be5c955178bc9a97cd9cae8757ef7be053.zip |
- XMLify the Bengali tree
- While here, change to FreeBSD DTD for consistency and add usual
share/sgml stuff
Approved by: doceng (implicit)
Notes
Notes:
svn path=/projects/sgml2xml/; revision=39088
Diffstat (limited to 'bn_BD.ISO10646-1')
-rw-r--r-- | bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml | 15 | ||||
-rw-r--r-- | bn_BD.ISO10646-1/articles/new-users/article.sgml | 11 | ||||
-rw-r--r-- | bn_BD.ISO10646-1/share/sgml/catalog | 2 | ||||
-rw-r--r-- | bn_BD.ISO10646-1/share/sgml/catalog.xml | 8 | ||||
-rw-r--r-- | bn_BD.ISO10646-1/share/sgml/entities.ent | 7 |
5 files changed, 38 insertions, 5 deletions
diff --git a/bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml b/bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml index e2484a01f0..92f6b90e94 100644 --- a/bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml +++ b/bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml @@ -1,11 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" 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//BN" "../../share/sgml/entities.ent"> +%entities; +]> + <!-- The FreeBSD Documentation Project $FreeBSD$ --> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" > - <article> <articleinfo> <title>BSD কি, কেন, @@ -37,6 +42,10 @@ <subject><subjectterm>Advocacy</subjectterm></subject> </subjectset> + <pubdate>$FreeBSD$</pubdate> + + <releaseinfo>$FreeBSD$</releaseinfo> + <abstract> <para>ওপেনসোর্স সফটওয়ারের @@ -884,7 +893,7 @@ মধ্যে বিবাদে লিপ্ত। <ulink - url="http://interactive.wsj.com/bin/login?Tag=/&URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&">ওয়াল + url="http://interactive.wsj.com/bin/login?Tag=/&URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&">ওয়াল স্ট্রিট জার্নাল</ulink> একবার BSD diff --git a/bn_BD.ISO10646-1/articles/new-users/article.sgml b/bn_BD.ISO10646-1/articles/new-users/article.sgml index 096435b074..999322dcf2 100644 --- a/bn_BD.ISO10646-1/articles/new-users/article.sgml +++ b/bn_BD.ISO10646-1/articles/new-users/article.sgml @@ -1,11 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" 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//BN" "../../share/sgml/entities.ent"> +%entities; +]> + <!-- The FreeBSD Documentation Project $FreeBSD$ --> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" > - <article> <articleinfo> <title>ইউনিক্স ও @@ -37,6 +42,8 @@ <pubdate>August 15, 1997</pubdate> + <releaseinfo>$FreeBSD$</releaseinfo> + <abstract> <para><systemitem class="osname">FreeBSD</systemitem> ইনস্টল diff --git a/bn_BD.ISO10646-1/share/sgml/catalog b/bn_BD.ISO10646-1/share/sgml/catalog new file mode 100644 index 0000000000..6162b474ac --- /dev/null +++ b/bn_BD.ISO10646-1/share/sgml/catalog @@ -0,0 +1,2 @@ +PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN" + "entities.ent" diff --git a/bn_BD.ISO10646-1/share/sgml/catalog.xml b/bn_BD.ISO10646-1/share/sgml/catalog.xml new file mode 100644 index 0000000000..c059aa42b0 --- /dev/null +++ b/bn_BD.ISO10646-1/share/sgml/catalog.xml @@ -0,0 +1,8 @@ +<?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"> + +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> + <public publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN" + uri="entities.ent"/> +</catalog> diff --git a/bn_BD.ISO10646-1/share/sgml/entities.ent b/bn_BD.ISO10646-1/share/sgml/entities.ent new file mode 100644 index 0000000000..0a32e128ec --- /dev/null +++ b/bn_BD.ISO10646-1/share/sgml/entities.ent @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO8859-1" standalone="no"?> +<!-- $FreeBSD$ --> + +<!-- Pulled in entity sets --> +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook Entities//EN" + "../../../share/sgml/entities.ent"> +%entities; |