diff --git a/Models/Documentation/Css/base.css b/Models/Documentation/Css/base.css new file mode 100755 index 0000000..750af7b --- /dev/null +++ b/Models/Documentation/Css/base.css @@ -0,0 +1,75 @@ +/* + * Docbook -> Main blocks + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: base.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +body { + clear: both; + padding: 0 40px 1em 40px; + background-color: #FFF; + } + +div.example { + margin: 1em 0 1.5em; + } + +div.example p.title { + margin: 0 0 0.5em 0; + } + +div.example pre { + margin: 0; + } + +pre { + border-radius: 5px; + } + +div.titlepage h3.title { + font-size: 1.4em; + } + +div.table { + margin: 1em 0 1.5em; + } + +div.table p.title { + margin: 0 0 0.5em 0; + } + +div.table thead { + background: #204c8d; + background-image: url(../Images/h1-bg.png); + color: #FFF; + } + +.cmdsynopsis { + color: #FFF; + background: #0F0F0F; + -moz-border-radius: 10px; + } + +.cmdsynopsis p { + padding: 0.5em 1em; + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + text-align: left; + } diff --git a/Models/Documentation/Css/headings.css b/Models/Documentation/Css/headings.css new file mode 100755 index 0000000..370ebfd --- /dev/null +++ b/Models/Documentation/Css/headings.css @@ -0,0 +1,109 @@ +/* + * Docbook -> Headings + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: headings.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +div.book > div.titlepage h1.title, +div.article > div.titlepage h1.title, +div.part > div.titlepage h1.title { + background-color: #204c8d; + background-image: url("../Images/h1-bg.png"); + color: #fff; + padding: 1.5em; + text-align: center; + } + +div.book > div.titlepage div.author { + } + +div.book > div.titlepage h2.subtitle, +div.book > div.titlepage h3.author { + margin-top: 0.5em; + } + +div.book > div.titlepage p.copyright { + } + +div.book > div.titlepage div.legalnotice { + margin-bottom: 1.5em; + } + +div.book > div.titlepage div.revhistory { + margin-bottom: 1.5em; + } + +div.book > div.titlepage div.abstract p.title { + margin-bottom: 0; + } + +div.preface > div.titlepage h2.title { + font-size: 2em; + margin-top: 1em; + } + +div.appendix > div.titlepage h2.title, +div.index > div.titlepage h2.title, +div.chapter > div.titlepage h2.title { + margin-top: 1em; + font-size: 1.7em; + } + +div.sect1 > div.titlepage h2.title, +div.section > div.titlepage h2.title { + margin-top: 1em; + font-size: 1.7em; + } + +div.sect2 > div.titlepage h3.title, +div.section > div.titlepage h3.title { + font-size: 1.4em; + } + +div.sect3 > div.titlepage h4.title, +div.section > div.titlepage h4.title { + font-size: 1.2em; + } + +div.refnamediv { + padding-top: 1.5em; + } + +div.refentry div.refnamediv h2 span { + font-family: "DejaVuLG Mono", monospace + } + +div.refentry div.refsynopsisdiv h2, +div.refnamediv h2, +div.refentry div.refsection h2, +div.refsect1 h2 { + border-bottom: 1px solid #DADADA; + } + +div.reference div.titlepage h1, +div.reference div.titlepage h2 { + margin: 0.5em 0; + } + +div.figure p.title { + margin-top: 1.5em; + margin-bottom: 0.3em; + } diff --git a/Models/Documentation/Css/lists.css b/Models/Documentation/Css/lists.css new file mode 100755 index 0000000..0bf4d2c --- /dev/null +++ b/Models/Documentation/Css/lists.css @@ -0,0 +1,69 @@ +/* + * Docbook -> Lists + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: lists.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +ul { + list-style: url("../Images/ul.png") disc; + } + +span.term { + font-weight: bold; + } + +/* Table of contents +-----------------------------------------------*/ + +.toc, +.index, +.list-of-figures, +.list-of-examples, +.list-of-tables { + margin: 1em 0 2em 0; + } + +.toc dl, +.index dl, +.list-of-figures dl, +.list-of-examples dl, +.list-of-tables dl { + margin: 0; + } + +.toc dl dt, +.index dl dt, +.list-of-figures dl dt, +.list-of-examples dl dt, +.list-of-tables dl dt { + margin: 0.3em 0 0.3em 0; + } + +.toc dl dd { + margin-bottom: 0; + } + +.toc p, +.list-of-figures p, +.list-of-examples p, +.list-of-tables p { + margin-bottom: 0.5em; + } diff --git a/Models/Documentation/Css/paragraphs.css b/Models/Documentation/Css/paragraphs.css new file mode 100755 index 0000000..151cf9e --- /dev/null +++ b/Models/Documentation/Css/paragraphs.css @@ -0,0 +1,61 @@ +/* + * Docbook -> Paragraphs + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: paragraphs.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +p { + text-align:justify; + } + +.author p { margin: 0.3em 0 0.3em 0; } + +.footnote:hover { + background-color: #EEE; + cursor: help; + } + +.footnote p { + font-size: small; + padding: 0.5em; + margin: 0; + } + +/* Phrase elements +-----------------------------------------------*/ + +.command, +.package { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + } + +.replaceable:before { + content: "<"; + } + +.replaceable:after { + content: ">"; + } + +.prompt { + background-color: #FFFAE9; + } + diff --git a/Models/Documentation/Css/reset.css b/Models/Documentation/Css/reset.css new file mode 100755 index 0000000..56752d7 --- /dev/null +++ b/Models/Documentation/Css/reset.css @@ -0,0 +1,353 @@ +/* + * default.css -- This file resets the browser's default visual style + * and sets The CentOS Web Environment visual style as default visual + * style. This file sets default values to tags like `html', `body', + * as well as those controlling links, tables, paragrphs, headings, + * lists, forms and quotation. + * + * The CentOS Web Environment (Webenv) is specially conceived to + * achieve one unique visual style and easy navegation through all + * different web applications The CentOS Project uses to show its + * existence in the World Wide Web medium. + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ------------------------------------------------------------------- + * $Id$ + * ------------------------------------------------------------------- + */ + + +/* Reset browsers default margins and paddings +-----------------------------------------------*/ + +* { + margin: 0; + padding: 0; + } + +/* Define html +-----------------------------------------------*/ + +html { + background-color: #FFF; + background-image: url("../Images/html-bg.png"); + } + +/* Define body +-----------------------------------------------*/ + +body { + font-family: "DejaVu Sans", "Liberation Sans", sans-serif; + font-size: 0.85em; + /* margin: 0; /* <- full screen */ + /* margin: 0 1% 0 1%; /* <- with 1% of left and right margin */ + /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ + margin: 0 30px 0 30px; /* <- with 30px of left and right margin */ + /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ + color: #000; + } + +/* Links +-----------------------------------------------*/ + +a:link { text-decoration: none; color: #0044B3; } +a:hover { text-decoration: underline; color: green; } +a:active { text-decoration: underline; color: green; } +a:visited { text-decoration: none; color: #0044B3; } +a:visited:hover { text-decoration: underline; color: green; } + +.title, +.title a:link, +.title a:active, +.title a:hover, +.title a:visited, +.title a:visited:hover { + /* color: #072B61; */ + color: #000000; + } + +/* Headings +-----------------------------------------------*/ + +h1 { + font-size: 2em; + line-height: 1.5em; + } + +h2 { + font-size: 1.5em; + line-height: 1.5em; + margin-top: 1.5em; + } + +h3 { + font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; + } + +h4 { + font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; + } + +h5 { + font-size: 1.1em; + line-height: 1.1em; + margin-top: 1.1em; + } + +h6 { + font-size: 1em; + line-height: 1em; + margin-top: 1em; + } + +/* Paragraphs +-----------------------------------------------*/ + +p { + margin: 1em 0 1.5em 0; + line-height: 1.5em; + } + +/* Images +-----------------------------------------------*/ + +img { + border: none; + } + +/* Quotations +-----------------------------------------------*/ + +blockquote { + background: #fafafa; + border-color: #eeeeee; + border-width: 1px; + border-style: solid; + border-left-width: 4px; + margin-left: 1.5em; + padding: 0.5em; + margin-top: 1em; + margin-bottom: 1.3em; + } + +q:before { + content: " “"; + } + +q:after { + content: "” "; + } + +q q:before { + content: " ‘"; + } + +q q:after { + content: "’ "; + } + +address { + margin-left: 1.5em; + } + +/* Preformatted Texts +-----------------------------------------------*/ + +pre { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + padding: 0.7em 1em; + margin: 1em 0 1.5em 0; + white-space: pre; + border-width: 1px; + border-style: solid; + border-color: #E5E5E5; + border-left-width: 5px; + background: #FFFAE9; + overflow: auto; + } + +/* Phrase Elements +-----------------------------------------------*/ + +tt, +samp, +kbd, +code { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + white-space: nowrap; + } + +/* Page Lines +-----------------------------------------------*/ + +hr { + clear: both; + height: 1px ! important; + border: none; + background-color: #DADADA; + } + +/* Lists +-----------------------------------------------*/ + +ul, +ol, +dl { + margin: 1.5em 0 1.5em 2.5em; + text-align:justify; + } + +ul { + list-style: disc; + } + +ol { + list-style-image: none !important; + } + +ul li, +ol li { + line-height: 1.5em; + padding-bottom: 1em; + } + +ul ul, +ul ol, +ol ul, +ol ol { + margin-top: 0.3em; + margin-bottom: 0.3em; + } + +ul li p, +ol li p { + margin-bottom: 0.3em; + } + +dl dd { + line-height: 1.5em; + margin-left: 2.5em; + margin-bottom: 1.5em; + } + +dl ol, +dl ul { + margin-left: 3.5em; + } + +/* Tables +-----------------------------------------------*/ + +table { + border-collapse: collapse; + } + +table caption { + font-style: italic; + text-align: center; + } + +table tr th { + font-weight: bold; + } + +table tr td, +table tr th { + border: 1pt; + border-style: solid; + border-color: #CCC; + padding: 0.5em; + vertical-align: top; + } + +table tr td p, +table tr td pre { + margin: 0; + padding: 0; + } + +/* Forms +-----------------------------------------------*/ + +form { + display: inline; + } + +input[type="submit"], +input[type="button"] { + padding: 1px; + display: inline; + text-decoration: none; + } + +input[type="text"], +input[type="password"], +textarea { + display: inline; + padding: 2px; + } + +select { + display: inline; + padding: 1px; + } + +form p { + display: inline; + margin-left: 5px; + margin-right: 5px; + } + +/* Select +---------------------------------------- */ + +select option { + padding-left: 3px; + padding-right: 3px; + } + +select optgroup { + font-style: normal; + font-weight: bold; + padding-left: 3px; + } + +select optgroup option { + margin-left: 1em; + } + +input[type="radio"], +input[type="checkbox"] { + vertical-align: middle; + } + +fieldset { + margin: 1em 0 1em 0; + padding: 1em; + padding-bottom: 5px; + border: 1px solid #AAA; + } + +fieldset legend { + font-weight: bold; + color: #AAA; + } diff --git a/Models/Documentation/Css/stylesheet.css b/Models/Documentation/Css/stylesheet.css new file mode 100755 index 0000000..1b8b901 --- /dev/null +++ b/Models/Documentation/Css/stylesheet.css @@ -0,0 +1,38 @@ +/* + * Docbook + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: default.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +/* Reset browser's default definitions. +--------------------------------------------------------------------*/ +@import url("reset.css"); + +/* Customize default definitions. +--------------------------------------------------------------------*/ +@import url("base.css"); +@import url("headings.css"); +@import url("paragraphs.css"); +@import url("lists.css"); +@import url("tables.css"); + +/* Miscellaneous definitions. +--------------------------------------------------------------------*/ diff --git a/Models/Documentation/Css/tables.css b/Models/Documentation/Css/tables.css new file mode 100755 index 0000000..cb1acb4 --- /dev/null +++ b/Models/Documentation/Css/tables.css @@ -0,0 +1,161 @@ +/* + * Docbook -> Tables + * + * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG + * + * This CSS is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This CSS is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * ---------------------------------------------------------------------- + * $Id: tables.css 5257 2012-08-28 18:02:18Z al $ + * ---------------------------------------------------------------------- + */ + +/* Revision History +-----------------------------------------------*/ + +div.revhistory { + margin-top: 1em; + } + +div.revhistory table th, +div.revhistory table td { + font-size: x-small; + } + +/* Navegation +-----------------------------------------------*/ + +div.navheader { + margin-bottom: 0.5em; + padding-top: 0.5em; + } + +div.navfooter { + margin-top: 2.5em; + padding-bottom: 0.5em; + } + +div.navheader table, +div.navfooter table { + margin: 0; + } + +div.navheader table th, +div.navheader table td, +div.navfooter table th, +div.navfooter table td { + border: none; + } + +/* Admonitions +-----------------------------------------------*/ + +div.note, +div.tip, +div.important, +div.caution, +div.warning { + margin: 1.5em 0 1.5em 0 !important; + padding-left: 0.2em; + } + +div.note table, div.note table, +div.tip table, div.tip table, +div.important table, div.important table, +div.caution table, div.caution table, +div.warning table, div.warning table { + margin: 0; + border-width: 1px; + border-left-width: 5px; + border-style: solid; + width: 100%; + } + +div.note table, +div.tip table, +div.important table, +div.caution table, +div.warning table { + border-color: #F6E7D2; + background-color: #FFF8EC; + background-image: url("../Images/msg-bg-orange.png"); + } + +div.note table { + border-color: #D2E0F6; + background-color: #ECF4FF; + background-image: url("../Images/msg-bg-blue.png"); + } + +div.note table th, div.note table td, +div.tip table th, div.tip table td, +div.important table th, div.important table td, +div.caution table th, div.caution table td, +div.warning table th, div.warning table td { + padding: 0; + border: none; + } + +div.note table th, +div.tip table th, +div.important table th, +div.caution table th, +div.warning table th { + font-size: 1.4em; + padding: 1em 0 0 0; + } + +div.note table td img, +div.tip table td img, +div.important table td img, +div.caution table td img, +div.warning table td img { + margin: 10px; + } + +div.note table td p, +div.tip table td p, +div.important table td p, +div.caution table td p, +div.warning table td p { + margin: 10px 25px 15px 0; + } + +div.note pre, +div.tip pre, +div.important pre, +div.caution pre, +div.warning pre { + border: none; + background: #0F0F0F; + color: #FFFFFF; + margin: 0 15px 1em 0; + padding: 0.5em 1em 0.5em 1em; + } + +/* Callouts +-----------------------------------------------*/ +div.calloutlist { + margin-top: 1em; + } + +div.calloutlist table td { + border: none; + padding: 0.2em; + } + +div.example pre img { + vertical-align: middle; + } diff --git a/Models/Documentation/Xsl/docbook2fo.xsl b/Models/Documentation/Xsl/docbook2fo.xsl new file mode 100755 index 0000000..f2b958c --- /dev/null +++ b/Models/Documentation/Xsl/docbook2fo.xsl @@ -0,0 +1,1248 @@ + + + + + + + + + + + + +left + + + + + + + + +- + + +false + + + + + + + italic + + + + #aee6ff + + + #0066cc + + + + + + + + + + + + + 13pt + white + bold + false + always + + + + + + + white + #404040 + 1em + 0.8em + 1.2em + 1em + 0.8em + 1em + 12pt + 12pt + 12pt + 12pt + + + + + + +set toc +book toc +article toc + + +3 + + + + + +1 + + + + + + +4pt +4pt +2pt +2pt + + + +0.3pt +0.15pt +#5c5c4f +#5c5c4f +white +white +white +white + + +1 +1 +1 + + + + + + +15mm +10mm +15mm + +15mm +10mm +15mm + +30mm +30mm + + +0pt + +#204c8d + + + + bold + + + pt + + false + + + + + + + + + + pt + + + + + + + pt + + + + + + + pt + + + + + + + pt + + + + + + + pt + + + + + + + pt + + + + + + + + bold + + always + 0.8em + 1.0em + 1.2em + left + + + + + + + + + bold + 12pt + center + + + + always + + + + false + + + + + + + + center + left + + + + + + + + white + + + + + pt + + + 24pt + + + + bold + left + + 1em + 1em + + + + + + + #204c8d + 12pt + bold + + + + + center + + + + + + + + bold + #204c8d + white + + + + + + + + + + + + + + + + + + + #204c8d + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KochiMincho, + + + BaekmukBatang, + + + ARPLKaitiMGB, + + + LohitBengali, + + + LohitTamil, + + + LohitPunjabi, + + + LohitHindi, + + + LohitGujarati, + + + ARPLMingti2LBig5, + + + DejaVuLGCSans, + + + + + + sans-serif + + + sans-serif + + + + + + + + + KochiMincho, + + + BaekmukBatang, + + + ARPLKaitiMGB, + + + LohitBengali, + + + LohitTamil, + + + LohitPunjabi, + + + LohitHindi, + + + LohitGujarati, + + + ARPLMingti2LBig5, + + + DejaVuLGCSans, + + + + + + serif + + + serif + + + + + + + + + KochiMincho, + + + BaekmukBatang, + + + ARPLKaitiMGB, + + + LohitBengali, + + + LohitTamil, + + + LohitPunjabi, + + + LohitHindi, + + + LohitGujarati, + + + ARPLMingti2LBig5, + + + DejaVuLGCSansMono, + + + + + + monospace + + + monospace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + no-wrap + + + + + + + + + + + + + + + + + + + + + + + RED HAT CONFIDENTIAL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0.5pt + solid + #204c8d + + + + + + + + + + + 0.5pt + solid + #204c8d + + + + + pt + + + + + 75% + normal + normal + + + 48pt + + + normal + normal + + 0pt + + + black + rule + 1in + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Models/Documentation/Xsl/docbook2manpage.xsl b/Models/Documentation/Xsl/docbook2manpage.xsl new file mode 100755 index 0000000..2e4aafb --- /dev/null +++ b/Models/Documentation/Xsl/docbook2manpage.xsl @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/Models/Documentation/Xsl/docbook2xhtml-chunks.xsl b/Models/Documentation/Xsl/docbook2xhtml-chunks.xsl new file mode 100755 index 0000000..7ed98ef --- /dev/null +++ b/Models/Documentation/Xsl/docbook2xhtml-chunks.xsl @@ -0,0 +1,43 @@ + + + + + + + Css/stylesheet.css + + + + + + Images/ + + + + + appendix toc,title + article/appendix nop + article toc,title + book toc,title,figure,table,example,equation + chapter toc,title + part toc,title + preface toc,title + qandadiv toc + qandaset toc + reference nop + sect1 toc + sect2 toc + sect3 toc + sect4 toc + sect5 toc + section toc + set toc,title + + + diff --git a/Models/Documentation/Xsl/docbook2xhtml-single-notoc.xsl b/Models/Documentation/Xsl/docbook2xhtml-single-notoc.xsl new file mode 100755 index 0000000..346b1bd --- /dev/null +++ b/Models/Documentation/Xsl/docbook2xhtml-single-notoc.xsl @@ -0,0 +1,25 @@ + + + + + + + + Images/ + + + + + article nop + book nop + refentry nop + set nop + + + diff --git a/Models/Documentation/Xsl/docbook2xhtml-single.xsl b/Models/Documentation/Xsl/docbook2xhtml-single.xsl new file mode 100755 index 0000000..e4d7b49 --- /dev/null +++ b/Models/Documentation/Xsl/docbook2xhtml-single.xsl @@ -0,0 +1,18 @@ + + + + + + + Css/stylesheet.css + + + + Images/ + + +