Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-14 | tx: sync with transifex | raveit65 | 8 | -14/+20 | |
2023-09-15 | tx: fix warning in Serbian translations | raveit65 | 1 | -2/+3 | |
2023-09-15 | tx: fix warning in Japanese translations | raveit65 | 1 | -1/+0 | |
2023-08-25 | tx: pull with transifex | raveit65 | 73 | -169/+485 | |
2023-04-20 | Remove help images that are not readable | Manatsawin Hanmongkolchai | 20 | -0/+0 | |
2023-04-20 | Add meson build support | Manatsawin Hanmongkolchai | 2 | -0/+9 | |
2022-10-30 | tx: sync with transifex | mbkma | 73 | -1103/+1291 | |
2022-10-29 | tx: update resource | mbkma | 1 | -1/+1 | |
2021-09-18 | tx: update resource | raveit65 | 1 | -4/+4 | |
2021-09-18 | user-guide: fix wrong informations | raveit65 | 1 | -3/+3 | |
- reported by translators at transifex | |||||
2021-08-03 | tx: sync with transifex | raveit65 | 8 | -95/+211 | |
2021-06-05 | tx: pull from transifex | raveit65 | 86 | -1419/+1976 | |
2021-02-05 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+4 | |
2021-01-16 | update resource for transifex | rbuj | 1 | -1/+1 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-08-17 | tx: sync with transifex | raveit65 | 86 | -433/+640 | |
2020-08-17 | tx: update resource | raveit65 | 1 | -6/+6 | |
2020-03-03 | help: Fix some incongruencies | rbuj | 1 | -3/+3 | |
2020-02-28 | help: Fix Image Collection shortcut (#263) | Robert Antoni Buj Gelonch | 1 | -2/+2 | |
* help: Fix Image Collection shortcut * image collection shortcut fix on another section Co-authored-by: Mohammad Abu Sakib <[email protected]> | |||||
2020-02-09 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 6 | -8/+46 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-12-04 | tx: sync with transifex | raveit65 | 4 | -36/+39 | |
2019-11-14 | help: fix Italian translation | monsta | 1 | -3/+4 | |
tx pull -f -l it -r MATE.master--eom-user-guide | |||||
2019-11-14 | help: fix Russian translation | monsta | 1 | -2/+3 | |
tx pull -f -l ru -r MATE.master--eom-user-guide | |||||
2019-11-13 | tx: sync with transifex | raveit65 | 86 | -33746/+27628 | |
2019-07-02 | tx: sync with transifex | raveit65 | 70 | -32745/+30645 | |
2019-07-02 | tx: update resource for transifex | raveit65 | 1 | -333/+256 | |
2019-05-13 | update image of eom_toolbar_editor_window | sakib | 1 | -0/+0 | |
2019-04-14 | Use ITS in docbook article info, validate with dbits schemas | rbuj | 1 | -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-10 | Help: Fix version to 1.22 and update pot file | rbuj | 2 | -4/+4 | |
2019-03-10 | help: update copyright | raveit65 | 1 | -2/+2 | |
2019-03-10 | Upgrade the manual to docbook 5.0 | rbuj | 3 | -646/+606 | |
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-02-24 | tx: sync with transifex | raveit65 | 8 | -17/+27 | |
2019-02-05 | tx: sync with fixed translations from transifex | raveit65 | 83 | -21588/+116804 | |
2019-02-04 | tx: update resource file for transifex | raveit65 | 1 | -15/+15 | |
2019-01-31 | Help - fix gui labels | rbuj | 1 | -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-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-01 | tx: update help source for transifex | raveit65 | 1 | -2/+2 | |
2018-09-30 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-29 | tx: update help source for transifex | raveit65 | 1 | -6/+6 | |
2018-09-29 | Update Catalan screenhots | rbuj | 3 | -0/+0 | |
2018-09-29 | Fix spelling and grammar mistakes | rbuj | 1 | -4/+4 | |
2018-09-27 | Update eom_start_window.png | rbuj | 1 | -0/+0 | |
2018-09-26 | tx: add eom help to transifex config | raveit65 | 1 | -0/+1147 | |
2015-07-14 | help: fix legal page | raveit65 | 1 | -42/+64 | |
2015-07-08 | use valid link to mate feedback page | raveit65 | 1 | -2/+2 | |
2015-07-08 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+6 | |
This reverts commit ffb7f4386582c012fa044f46bd210e1874d51cd1. | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -6/+0 | |
2015-06-13 | fix translations merge issue during build | raveit65 | 2 | -4/+4 | |