aboutsummaryrefslogtreecommitdiff
path: root/bn_BD.UTF-8/share
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
commit989d921f5d4ac8d8b7c831c13b8954ad1901be24 (patch)
treea5d768f9af4b55422fdf5b17064879ae1c7ce032 /bn_BD.UTF-8/share
parent0cff342f42461c5081b98bce7581f43df319e4f4 (diff)
downloaddoc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.tar.gz
doc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.zip
Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
Diffstat (limited to 'bn_BD.UTF-8/share')
-rw-r--r--bn_BD.UTF-8/share/xml/catalog.xml26
-rw-r--r--bn_BD.UTF-8/share/xml/entities.ent1
-rw-r--r--bn_BD.UTF-8/share/xml/freebsd-dblatex.xsl17
-rw-r--r--bn_BD.UTF-8/share/xml/freebsd-fo.xsl76
4 files changed, 0 insertions, 120 deletions
diff --git a/bn_BD.UTF-8/share/xml/catalog.xml b/bn_BD.UTF-8/share/xml/catalog.xml
deleted file mode 100644
index f97d0055a9..0000000000
--- a/bn_BD.UTF-8/share/xml/catalog.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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/lang/"
- rewritePrefix="../../"/>
- <rewriteURI uriStartString="http://www.FreeBSD.org/XML/lang/"
- rewritePrefix="../../"/>
-
- <system
- systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-common.xsl"
- uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
- <system
- systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-epub.xsl"
- uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
- <system
- systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"
- uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
-
- <public
- publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
- uri="entities.ent" />
-</catalog>
diff --git a/bn_BD.UTF-8/share/xml/entities.ent b/bn_BD.UTF-8/share/xml/entities.ent
deleted file mode 100644
index 3eb78e7529..0000000000
--- a/bn_BD.UTF-8/share/xml/entities.ent
+++ /dev/null
@@ -1 +0,0 @@
-<!-- $FreeBSD$ -->
diff --git a/bn_BD.UTF-8/share/xml/freebsd-dblatex.xsl b/bn_BD.UTF-8/share/xml/freebsd-dblatex.xsl
deleted file mode 100644
index 9b84712c2e..0000000000
--- a/bn_BD.UTF-8/share/xml/freebsd-dblatex.xsl
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0'?>
-
-<!-- $FreeBSD$ -->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version='1.0'>
-
- <xsl:param name="xetex.font">
- <xsl:text>\setmainfont{Lohit Bengali}
- </xsl:text>
- <xsl:text>\setsansfont{Lohit Bengali}
- </xsl:text>
- <xsl:text>\setmonofont{DejaVu Sans Mono}
- </xsl:text>
- </xsl:param>
-
-</xsl:stylesheet>
diff --git a/bn_BD.UTF-8/share/xml/freebsd-fo.xsl b/bn_BD.UTF-8/share/xml/freebsd-fo.xsl
deleted file mode 100644
index bf908941b2..0000000000
--- a/bn_BD.UTF-8/share/xml/freebsd-fo.xsl
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version='1.0'?>
-
-<!-- $FreeBSD$ -->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version='1.0'
- xmlns="http://www.w3.org/TR/xhtml1/transitional"
- xmlns:str="http://exslt.org/strings"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:db="http://docbook.org/ns/docbook"
- exclude-result-prefixes="db"
- extension-element-prefixes="str">
- <!--
- BENGALI-SPECIFIC PARAMETERS
- -->
-
- <!-- Base fonts -->
- <xsl:param name="body.font.family">Lohit Bengali</xsl:param>
- <xsl:param name="sans.font.family">Lohit Bengali, Andika</xsl:param>
- <xsl:param name="title.font.family">Lohit Bengali</xsl:param>
- <xsl:param name="monospace.font.family">DejaVu Sans Mono</xsl:param>
-
- <xsl:attribute-set name="intermixed.english.attributes">
- <xsl:attribute name="font-family">Gentium Plus</xsl:attribute>
- </xsl:attribute-set>
-
- <xsl:template match="*" mode="intermixed.english">
- <xsl:apply-templates select="."/>
- </xsl:template>
-
- <xsl:template match="text()" mode="intermixed.english">
- <xsl:for-each select="str:split(., ' ')">
- <xsl:choose>
- <xsl:when test="contains('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/(', substring(., 1, 1))">
- <fo:inline xsl:use-attribute-sets="intermixed.english.attributes">
- <xsl:value-of select="."/>
- <xsl:text> </xsl:text>
- </fo:inline>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="."/>
- <xsl:text> </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:for-each>
- </xsl:template>
-
-<xsl:template match="db:para">
- <xsl:variable name="keep.together">
- <xsl:call-template name="pi.dbfo_keep-together"/>
- </xsl:variable>
- <fo:block xsl:use-attribute-sets="para.properties">
- <xsl:if test="$keep.together != ''">
- <xsl:attribute name="keep-together.within-column"><xsl:value-of
- select="$keep.together"/></xsl:attribute>
- </xsl:if>
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates mode="intermixed.english"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="db:simpara">
- <xsl:variable name="keep.together">
- <xsl:call-template name="pi.dbfo_keep-together"/>
- </xsl:variable>
- <fo:block xsl:use-attribute-sets="normal.para.spacing">
- <xsl:if test="$keep.together != ''">
- <xsl:attribute name="keep-together.within-column"><xsl:value-of
- select="$keep.together"/></xsl:attribute>
- </xsl:if>
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates mode="intermixed.english"/>
- </fo:block>
-</xsl:template>
-
-</xsl:stylesheet>