summaryrefslogtreecommitdiff
path: root/help/C
AgeCommit message (Collapse)AuthorFilesLines
2020-04-28help: Fix some incongruenciesrbuj1-3/+3
2020-02-28help: Fix Image Collection shortcut (#263)Robert Antoni Buj Gelonch1-2/+2
* help: Fix Image Collection shortcut * image collection shortcut fix on another section Co-authored-by: Mohammad Abu Sakib <[email protected]>
2020-01-10Update copyright to 2020raveit651-1/+1
2019-05-13update image of eom_toolbar_editor_windowsakib1-0/+0
2019-04-14Use ITS in docbook article info, validate with dbits schemasrbuj1-112/+105
-= 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
2019-03-10Help: Fix version to 1.22 and update pot filerbuj1-1/+1
2019-03-10help: update copyrightraveit651-2/+2
2019-03-10Upgrade the manual to docbook 5.0rbuj2-245/+225
To upgrade the manual: sudo dnf install -y docbook5-schemas xsltproc --output index-new.docbook /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl index.docbook xsltproc --output legal-new.xml /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl legal.xml To validate the manual: xmllint --noout --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook jing /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook yelp-check validate help/C/index.docbook To view the manual: yelp file:///full_path/index.docbook Note: docbook5-schemas should be installed in your system in order to view the manual (DEPENDENCY)
2019-01-31Help - fix gui labelsrbuj1-15/+15
There is no File menu item in toolbar, it's Image, and edit actions can be found under Edit menu item instead of Image menu item. Fix Open Image dialog title.
2018-09-30Fix url of ulink to point to mate-user-guiderbuj1-1/+1
2018-09-29Fix spelling and grammar mistakesrbuj1-4/+4
2018-09-27Update eom_start_window.pngrbuj1-0/+0
2015-07-14help: fix legal pageraveit651-42/+64
2015-07-08use valid link to mate feedback pageraveit651-2/+2
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+6
This reverts commit ffb7f4386582c012fa044f46bd210e1874d51cd1.
2015-06-25remove non-existing mate-feedback linksraveit651-6/+0
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-8/+8
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit2-3/+3
2011-11-07agregando carpeta helpPerberos5-0/+872