"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "docbook/gnc-docbookx.dtd" between
gnucash-docs-4.12.tar.gz and gnucash-docs-4.13.tar.gz

About: GnuCash is a personal and small business finance application (documentation).

gnc-docbookx.dtd  (gnucash-docs-4.12):gnc-docbookx.dtd  (gnucash-docs-4.13)
skipping to change at line 38 skipping to change at line 38
*********************************************************** ***********************************************************
--> -->
<!-- <!--
Some global declarations which are used in the files. For easier Some global declarations which are used in the files. For easier
maintenance they are collected here. maintenance they are collected here.
1. a) Publication - should only be changed by the release manager! 1. a) Publication - should only be changed by the release manager!
--> -->
<!ENTITY series-stable "4"> <!ENTITY series-stable "4">
<!ENTITY vers-stable "&series-stable;.12"> <!ENTITY vers-stable "&series-stable;.13">
<!ENTITY series-unstable "master"> <!ENTITY series-unstable "master">
<!ENTITY vers-unstable ""> <!ENTITY vers-unstable "">
<!ENTITY app-fq-vers "1.52"> <!ENTITY app-fq-vers "1.53">
<!ENTITY manrevision "&vers-stable;"> <!ENTITY manrevision "&vers-stable;">
<!ENTITY date "25 September 2022"> <!ENTITY date "25 September 2022">
<!-- Fixme: a dirty hack to reference the other document <!-- Fixme: a dirty hack to reference the other document
Replace them after olink setup --> Replace them after olink setup -->
<!ENTITY url-docs-top "https://www.gnucash.org/docs/"> <!-- also used for API - <!ENTITY url-docs-draft "https://code.gnucash.org/docs/"> <!-- used while devel
-> oping and for the API-docs -->
<!ENTITY url-docs-draft "https://code.gnucash.org/docs/"> <!-- used while devel <!ENTITY url-docs-release "https://www.gnucash.org/docs/v&series-stable;/"> <!-
oping --> - used on release -->
<!ENTITY url-docs-release "&url-docs-top;v&series-stable;/"> <!-- used on relea
se -->
<!ENTITY url-docs "&url-docs-release;"> <!ENTITY url-docs "&url-docs-release;">
<!-- <!--
1. b) Publication - Translators can add transliterations 1. b) Publication - Translators can add transliterations
Translators: Translators:
"&app;" and "&appname;" replace all occurences of "GnuCash" in the docs, "&app;" and "&appname;" replace all occurences of "GnuCash" in the docs,
To transliterate "GnuCash" add corresponding app-<lang> and appname-<lang> h ere To transliterate "GnuCash" add corresponding app-<lang> and appname-<lang> h ere
and replace "&app;" by "&app-<lang>;" and "&appname;" by "&appname-<lang>;" in your translation. and replace "&app;" by "&app-<lang>;" and "&appname;" by "&appname-<lang>;" in your translation.
--> -->
<!ENTITY appname "GnuCash"> <!-- This should be used, where no further markup i s desired, e.g. in GUI elements, URLs --> <!ENTITY appname "GnuCash"> <!-- This should be used, where no further markup i s desired, e.g. in GUI elements, URLs -->
<!ENTITY app "<application>&appname;</application>"> <!-- This should be used i n normal text --> <!ENTITY app "<application>&appname;</application>"> <!-- This should be used i n normal text -->
<!ENTITY app-aqb "<application>AqBanking</application>"> <!ENTITY app-aqb "<application>AqBanking</application>">
<!ENTITY app-aoo "<application>Apache OpenOffice</application>"> <!ENTITY app-aoo "<application>Apache OpenOffice</application>">
<!ENTITY app-fq "<application>Finance::Quote</application>"> <!ENTITY app-fq "<application>Finance::Quote</application>">
<!ENTITY app-gfa "<application>Gnucash for Android</application>">
<!ENTITY app-lo "<application>LibreOffice</application>"> <!ENTITY app-lo "<application>LibreOffice</application>">
<!ENTITY app-perl "<application>Perl</application>"> <!ENTITY app-perl "<application>Perl</application>">
<!ENTITY app-py "<application>Python</application>"> <!ENTITY app-py "<application>Python</application>">
<!ENTITY app-gfa "<application>Gnucash for Android</application>"> <!ENTITY app-saxon "<application>Saxon</application>">
<!ENTITY app-xalan "<application>Xalan-J</application>">
<!ENTITY app-xcode "<application>Xcode</application>"> <!ENTITY app-xcode "<application>Xcode</application>">
<!-- Operating Systems (3 letters), Bundles: --> <!-- Operating Systems (3 letters), Bundles: -->
<!ENTITY lin "<systemitem class='osname'>Linux</systemitem>"> <!ENTITY lin "<systemitem class='osname'>Linux</systemitem>">
<!ENTITY mac "<systemitem class='osname'>macOS</systemitem>"> <!-- They change their writing often --> <!ENTITY mac "<systemitem class='osname'>macOS</systemitem>"> <!-- They change their writing often -->
<!ENTITY win "<systemitem class='osname'>Windows</systemitem>"> <!ENTITY win "<systemitem class='osname'>Windows</systemitem>">
<!ENTITY flatpak "<application>FlatPak</application>"> <!-- This should be used in normal text --> <!ENTITY flatpak "<application>FlatPak</application>"> <!-- This should be used in normal text -->
<!-- <!--
2. Compatibility, used to document changes 2. Compatibility, used to document changes
skipping to change at line 107 skipping to change at line 108
Translators can add localized instances by adding -<lang>, Translators can add localized instances by adding -<lang>,
An example is url-wiki-ml-de for the german wiki page about mailing lists. An example is url-wiki-ml-de for the german wiki page about mailing lists.
We might later use http://itstool.org/documentation/its.html#localefilter inst ead. We might later use http://itstool.org/documentation/its.html#localefilter inst ead.
a) Own URLs: a) Own URLs:
--> -->
<!ENTITY url-www "https://www.gnucash.org/"> <!ENTITY url-www "https://www.gnucash.org/">
<!ENTITY url-bug-wiki "https://wiki.gnucash.org/wiki/Bugzilla"> <!-- The wiki p age explaining the usage of bugzilla --> <!ENTITY url-bug-wiki "https://wiki.gnucash.org/wiki/Bugzilla"> <!-- The wiki p age explaining the usage of bugzilla -->
<!ENTITY url-bug-start "https://bugs.gnucash.org/"> <!ENTITY url-bug-start "https://bugs.gnucash.org/">
<!ENTITY url-bug-show "&url-bug-start;show_bug.cgi?id="> <!-- Append the desire d ID -->
<!ENTITY url-bug-search "https://bugs.gnucash.org/query.cgi"> <!ENTITY url-bug-search "https://bugs.gnucash.org/query.cgi">
<!ENTITY url-bug-browse "https://bugs.gnucash.org/describecomponents.cgi"> <!ENTITY url-bug-browse "https://bugs.gnucash.org/describecomponents.cgi">
<!ENTITY url-doc-api-main "&url-docs-top;MAINT/"> <!ENTITY url-doc-api-main "&url-docs-draft;MAINT/">
<!ENTITY url-doc-api-mast "&url-docs-top;MASTER/"> <!ENTITY url-doc-api-mast "&url-docs-draft;MASTER/">
<!-- Fixme: a dirty hack to reference the other document <!-- Fixme: a dirty hack to reference the other document
Replace them after olink setup Replace them after olink setup
append {guide|help}/<html-page> --> append {guide|help}/<html-page> -->
<!ENTITY url-docs-C "&url-docs;C/gnucash-"> <!ENTITY url-docs-C "&url-docs;C/gnucash-">
<!ENTITY url-docs-de "&url-docs;de/gnucash-"> <!ENTITY url-docs-de "&url-docs;de/gnucash-">
<!ENTITY url-docs-it "&url-docs;it/gnucash-"> <!ENTITY url-docs-it "&url-docs;it/gnucash-">
<!ENTITY url-docs-ja "&url-docs;ja/gnucash-"> <!ENTITY url-docs-ja "&url-docs;ja/gnucash-">
<!ENTITY url-docs-pt "&url-docs;pt/gnucash-"> <!ENTITY url-docs-pt "&url-docs;pt/gnucash-">
<!ENTITY url-docs-ru "&url-docs;ru/gnucash-"> <!ENTITY url-docs-ru "&url-docs;ru/gnucash-">
<!ENTITY url-irc "irc://irc.gnome.org/gnucash"> <!ENTITY srv-irc "irc.gimp.net">
<!ENTITY url-irc "irc://&srv-irc;/gnucash">
<!ENTITY url-logs-irc "https://lists.gnucash.org/logs/"> <!-- for IRC. If someo ne needs build logs, scan https://code.gnucash.org/builds/ --> <!ENTITY url-logs-irc "https://lists.gnucash.org/logs/"> <!-- for IRC. If someo ne needs build logs, scan https://code.gnucash.org/builds/ -->
<!ENTITY url-mail-ar "https://lists.gnucash.org/pipermail/"> <!-- Append <list> /<Year>-<Monthname>/<Number>.html --> <!ENTITY url-mail-ar "https://lists.gnucash.org/pipermail/"> <!-- Append <list> /<Year>-<Monthname>/<Number>.html -->
<!ENTITY url-mail-li "https://lists.gnucash.org/mailman/listinfo/"> <!-- Append the desired list --> <!ENTITY url-mail-li "https://lists.gnucash.org/mailman/listinfo/"> <!-- Append the desired list -->
<!ENTITY url-mail-nabble "http://gnucash.1415818.n4.nabble.com/GnuCash-f1415818. subapps.html"> <!ENTITY url-mail-nabble "http://gnucash.1415818.n4.nabble.com/GnuCash-f1415818. subapps.html">
<!ENTITY url-mail-gmane "nntp://news.gmane.org/gmane.comp.gnome.apps.gnucash.use r"> <!ENTITY url-mail-gmane "nntp://news.gmane.org/gmane.comp.gnome.apps.gnucash.use r">
<!ENTITY url-src "https://github.com/Gnucash/gnucash/"> <!ENTITY url-src "https://github.com/Gnucash/gnucash/">
<!ENTITY url-src-maint "https://github.com/Gnucash/gnucash/tree/maint/"> <!-- Ap pend the desired topic --> <!ENTITY url-src-maint "https://github.com/Gnucash/gnucash/tree/maint/"> <!-- Ap pend the desired topic -->
skipping to change at line 161 skipping to change at line 164
<!ENTITY url-wiki-qif "https://wiki.gnucash.org/wiki/Quicken_Migration"> <!ENTITY url-wiki-qif "https://wiki.gnucash.org/wiki/Quicken_Migration">
<!ENTITY url-wiki-xslt "https://wiki.gnucash.org/wiki/De/export_to_excel_xls_tra nsform"> <!ENTITY url-wiki-xslt "https://wiki.gnucash.org/wiki/De/export_to_excel_xls_tra nsform">
<!-- wiki Special: translation is done by mediawiki: --> <!-- wiki Special: translation is done by mediawiki: -->
<!ENTITY url-wiki-category "https://wiki.gnucash.org/wiki/Special:Categories"> <!ENTITY url-wiki-category "https://wiki.gnucash.org/wiki/Special:Categories">
<!ENTITY url-wiki-search "https://wiki.gnucash.org/wiki/Special:Search"> <!ENTITY url-wiki-search "https://wiki.gnucash.org/wiki/Special:Search">
<!-- b) Third party URLs: --> <!-- b) Third party URLs: -->
<!ENTITY url-av "https://www.alphavantage.co/"> <!-- A F::Q source, which requir es registration --> <!ENTITY url-av "https://www.alphavantage.co/"> <!-- A F::Q source, which requir es registration -->
<!ENTITY url-ap-dev "https://developer.apple.com/"> <!ENTITY url-ap-dev "https://developer.apple.com/">
<!ENTITY url-cpan "https://www.cpan.org/"> <!-- Comprehensive Perl Archive Netw ork --> <!ENTITY url-cpan "https://www.cpan.org/"> <!-- Comprehensive Perl Archive Netw ork -->
<!ENTITY url-fints "https://www.hbci-zka.de/">
<!ENTITY url-fsf "https://www.fsf.org/">
<!ENTITY url-gh "https://github.com/"> <!-- we want to reference our libs, too. --> <!ENTITY url-gh "https://github.com/"> <!-- we want to reference our libs, too. -->
<!ENTITY url-gh-we "&url-gh;Gnucash/"> <!-- Our project page --> <!ENTITY url-gh-we "&url-gh;Gnucash/"> <!-- Our project page -->
<!ENTITY url-gh-gc "&url-gh-we;gnucash/"> <!-- Our program repo --> <!ENTITY url-gh-gc "&url-gh-we;gnucash/"> <!-- Our program repo -->
<!ENTITY url-gh-gc-maint "&url-gh-gc;tree/maint/"> <!-- Programs Maint branch, a ppend the desired path --> <!ENTITY url-gh-gc-maint "&url-gh-gc;tree/maint/"> <!-- Programs Maint branch, a ppend the desired path -->
<!ENTITY url-gh-gc-maint-txf-hlp "&url-gh-gc-maint;libgnucash/tax/"> <!-- Append the desired country and file --> <!ENTITY url-gh-gc-maint-txf-hlp "&url-gh-gc-maint;libgnucash/tax/"> <!-- Append the desired country and file -->
<!ENTITY url-gnome "https://www.gnome.org/"> <!-- Append the desired topic -->
<!ENTITY url-gnome-dev "https://developer.gnome.org/"> <!-- Append the desired topic --> <!ENTITY url-gnome-dev "https://developer.gnome.org/"> <!-- Append the desired topic -->
<!ENTITY url-gnu "https://www.gnu.org/"> <!-- Append the desired topic --> <!ENTITY url-gnu "https://www.gnu.org/"> <!-- Append the desired topic -->
<!ENTITY url-gpl "&url-gnu;copyleft/gpl.html"> <!ENTITY url-gpl "&url-gnu;copyleft/gpl.html">
<!ENTITY url-mysql "https://www.mysql.com/">
<!ENTITY url-laws-de "https://www.gesetze-im-internet.de/"> <!-- Append the desi red law and § --> <!ENTITY url-laws-de "https://www.gesetze-im-internet.de/"> <!-- Append the desi red law and § -->
<!ENTITY url-lw-de "https://linuxwiki.de/"> <!-- Append the desired topic -->
<!ENTITY url-mysql "https://www.mysql.com/">
<!ENTITY url-ofx "https://financialdataexchange.org//ofx"> <!-- Redirect of www.
ofx.net -->
<!ENTITY url-openhbci "https://openhbci.sourceforge.net/">
<!ENTITY url-pgsql "https://www.postgresql.org/">
<!ENTITY url-repo "https://repology.org/project/"> <!-- The packaging hub, appen d the desired project --> <!ENTITY url-repo "https://repology.org/project/"> <!-- The packaging hub, appen d the desired project -->
<!ENTITY url-saxon "https://saxon.sourceforge.net/"> <!-- XSLT and XQuery proces
sor @ sourceforge -->
<!ENTITY url-sqlite "https://www.sqlite.org/">
<!ENTITY url-wp-de "https://de.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-de "https://de.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!ENTITY url-wp-en "https://en.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-en "https://en.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!ENTITY url-wp-it "https://it.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-it "https://it.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!ENTITY url-wp-ja "https://ja.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-ja "https://ja.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!ENTITY url-wp-pt "https://pt.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-pt "https://pt.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!ENTITY url-wp-ru "https://ru.wikipedia.org/wiki/"> <!-- Append the desired to pic --> <!ENTITY url-wp-ru "https://ru.wikipedia.org/wiki/"> <!-- Append the desired to pic -->
<!-- Fixme: In April 2012, the XML project was retired
For more information, please explore the Attic [http://attic.apache.org/]. -->
<!ENTITY url-xalan "https://xml.apache.org/"> <!-- XSLT and XQuery processor @ a
pache -->
<!ENTITY url-yh-fin "https://finance.yahoo.com/"> <!-- Append the desired topic --> <!ENTITY url-yh-fin "https://finance.yahoo.com/"> <!-- Append the desired topic -->
<!ENTITY url-yh-hlp "https://help.yahoo.com/"> <!-- Append the desired topic -- > <!ENTITY url-yh-hlp "https://help.yahoo.com/"> <!-- Append the desired topic -- >
<!-- c) URLs of Authors --> <!-- c) URLs of Authors -->
<!ENTITY url-selinger "https://www.mathstat.dal.ca/~selinger/accounting/"> <!ENTITY url-selinger "https://www.mathstat.dal.ca/~selinger/accounting/">
<!ENTITY ulink-sel-tut '<ulink url="&url-selinger;tutorial"><foreignphrase>Tutor ial on multiple currency accounting</foreignphrase></ulink>'> <!ENTITY ulink-sel-tut '<ulink url="&url-selinger;tutorial"><foreignphrase>Tutor ial on multiple currency accounting</foreignphrase></ulink>'>
<!ENTITY ulink-sel-gnc '<ulink url="&url-selinger;gnucash"><foreignphrase>Multip le currency accounting in GnuCash</foreignphrase></ulink>'> <!ENTITY ulink-sel-gnc '<ulink url="&url-selinger;gnucash"><foreignphrase>Multip le currency accounting in GnuCash</foreignphrase></ulink>'>
 End of changes. 14 change blocks. 
12 lines changed or deleted 31 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)