From ad093718532f9716b25eff3ece5f69a600923d41 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 7 Apr 2019 09:57:52 +0200 Subject: Use ITS in docbook article info, validate with dbits schemas -= Validate =- wget https://docbook.org/xml/5.0/rng/dbits.rng xmllint --noout --relaxng dbits.rng help/C/index.docbook jing dbits.rng help/C/index.docbook -= View the manual using yelp =- yelp file:///path_to_file/index.docbook -= Tests: Generate pdf and html files from docbook =- Method I: Use yelp-build (HTML chunk) cd help/C mkdir htmlout yelp-build html -o htmlout index.docbook Method II-a: Use docbook5-style-xsl package on Fedora 29 (PDF) sudo dnf install -y docbook5-style-xsl cd help/C xsltproc /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/fo/docbook.xsl index.docbook > eom.fo fop -fo eom.fo -pdf eom.pdf Method II-b: Use docbook5-style-xsl package on Fedora 29 (HTML) sudo dnf install -y docbook5-style-xsl cd help/C xsltproc /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/docbook.xsl index.docbook > index.html Method II-c: Use docbook5-style-xsl package on Fedora 29 (HTML chunk) sudo dnf install -y docbook5-style-xsl cd help/C xsltproc --xinclude \ --stringparam base.dir htmlout/ \ --stringparam use.id.as.filename 1 \ --stringparam chunker.output.encoding UTF-8 \ /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/chunk.xsl index.docbook or xsltproc --xinclude \ --stringparam base.dir htmlout/ \ --stringparam use.id.as.filename 1 \ --stringparam chunker.output.encoding UTF-8 \ --stringparam chunk.section.depth 2 \ --stringparam chunk.first.sections 1 \ /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/chunk.xsl index.docbook cp -rp figures htmlout Method III-a: Use docbook-xslt2-2.3.10-app (XHTML) cd help/C wget https://github.com/docbook/xslt20-stylesheets/releases/download/2.3.10/docbook-xslt2-2.3.10-app.zip unzip docbook-xslt2-2.3.10-app.zip java -jar docbook-xslt2-2.3.10-app/docbook-xslt2-2.3.10.jar -f xhtml index.docbook > index.html --- help/C/index.docbook | 217 +++++++++++++++++++++++++-------------------------- 1 file changed, 105 insertions(+), 112 deletions(-) (limited to 'help/C') diff --git a/help/C/index.docbook b/help/C/index.docbook index 9f07def..ccc4d7e 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1,4 +1,5 @@ + - - MATE Documentation Project - + + 2000 + Eliot Landrum + + + 2000 + The Free Software Foundation + + + + MATE Documentation Project + - GNOME Documentation Project + GNOME Documentation Project - - + - MATE Documentation Project + MATE Documentation Project - MATE Desktop + MATE Desktop @@ -69,7 +65,7 @@ Finke - GNOME Documentation Project + GNOME Documentation Project @@ -78,7 +74,7 @@ Boyle - GNOME Documentation Project + GNOME Documentation Project @@ -87,16 +83,16 @@ Ellis - GNOME Documentation Project + GNOME Documentation Project - Sun - GNOME Documentation Team + Sun + GNOME Documentation Team - Sun Microsystems + Sun Microsystems @@ -105,7 +101,7 @@ Landrum - GNOME Documentation Project + GNOME Documentation Project @@ -114,106 +110,106 @@ Mena Quintero - GNOME Documentation Project + GNOME Documentation Project - - + + 2.9 - July 2015 - - MATE Documentation Project - MATE Documentation Project - - + July 2015 + + MATE Documentation Project + MATE Documentation Project + + 2.8 - February 2007 + February 2007 - GNOME Documentation Project - GNOME Documentation Project + GNOME Documentation Project + GNOME Documentation Project 2.7 - February 2004 + February 2004 - Sun GNOME Documentation Team - GNOME Documentation Project + Sun GNOME Documentation Team + GNOME Documentation Project - + 2.6 - November 2003 - - Sun GNOME Documentation Team - GNOME Documentation Project - + November 2003 + + Sun GNOME Documentation Team + GNOME Documentation Project + - + 2.5 - September 2003 - - Sun GNOME Documentation Team - GNOME Documentation Project - + September 2003 + + Sun GNOME Documentation Team + GNOME Documentation Project + - + 2.4 - January 2003 - - Sun GNOME Documentation Team - GNOME Documentation Project - + January 2003 + + Sun GNOME Documentation Team + GNOME Documentation Project + - + 2.3 - October 2002 - - Sun GNOME Documentation Team - GNOME Documentation Project - + October 2002 + + Sun GNOME Documentation Team + GNOME Documentation Project + - + 2.2 - August 2002 - - Sun GNOME Documentation Team - GNOME Documentation Project - + August 2002 + + Sun GNOME Documentation Team + GNOME Documentation Project + - + 2.1 - July 2002 - - Sun GNOME Documentation Team - GNOME Documentation Project - - - + July 2002 + + Sun GNOME Documentation Team + GNOME Documentation Project + + + 2.0 - May 2002 - - Sun GNOME Documentation Team - GNOME Documentation Project - - - + May 2002 + + Sun GNOME Documentation Team + GNOME Documentation Project + + + 1.0 - 2000 - + 2000 + Eliot Landrum eliot@landrum.cx Federico Mena Quintero federico@gnu.org - GNOME Documentation Project - - - + GNOME Documentation Project + + + This manual describes version 1.22 of Image Viewer. @@ -333,15 +329,14 @@
Getting Started When you start Image Viewer, the following window is displayed: -
Image Viewer Start Up Window - +
Image Viewer Start Up Window - Shows Image Viewer main window. Contains titlebar, menubar, toolbar, and display area. Menubar contains File, Edit, View, and Help menus. + Shows Image Viewer main window. Contains titlebar, menubar, toolbar, and display area. Menubar contains File, Edit, View, and Help menus. @@ -602,15 +597,14 @@ Save As . The following window is displayed: -
Save As dialog for multiple images - +
Save As dialog for multiple images - Shows Eye of MATE Save As dialog when saving multiple images. + Shows Eye of MATE Save As dialog when saving multiple images. @@ -690,15 +684,14 @@
Modifying the Toolbar If you want to modify the toolbar you need to open the toolbar editor by going to EditToolbar. The following window will pop up: -
The toolbar editor window - +
The toolbar editor window - Shows Eye of MATE toolbar editor window. + Shows Eye of MATE toolbar editor window. -- cgit v1.2.1