gnucash-docs stable: Multiple changes pushed
Frank H.Ellenberger
fell at code.gnucash.org
Thu Jul 20 20:34:56 EDT 2023
Updated via https://github.com/Gnucash/gnucash-docs/commit/63f593ef (commit)
via https://github.com/Gnucash/gnucash-docs/commit/f52b8eaa (commit)
from https://github.com/Gnucash/gnucash-docs/commit/b4622a9f (commit)
commit 63f593efffdfae5a1007a057ca12c276130b1d84
Merge: b4622a9f f52b8eaa
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Fri Jul 21 02:31:45 2023 +0200
Merge PR #321 'cwehli/docbook' into stable again (update)
commit f52b8eaac63d874bfd00cd485ad289aec152626e
Author: Christian Wehling <christian.wehling at web.de>
Date: Fri Jun 9 21:41:49 2023 +0200
docbook: Change all occurrences of the entity 'maint' to 'stable
diff --git a/C/guide/appendixa.xml b/C/guide/appendixa.xml
index 5071ffbb..616b0d23 100644
--- a/C/guide/appendixa.xml
+++ b/C/guide/appendixa.xml
@@ -151,7 +151,7 @@
<title>User Contributed XSLT Stylesheets</title>
<listitem>
- <para>in our repository: <ulink url="&url-src-maint;contrib/xslt"/>
+ <para>in our repository: <ulink url="&url-gh-gc-stable;contrib/xslt"/>
</para>
</listitem>
diff --git a/C/guide/ch_loans.xml b/C/guide/ch_loans.xml
index dd8985d1..1a58cdf7 100644
--- a/C/guide/ch_loans.xml
+++ b/C/guide/ch_loans.xml
@@ -407,7 +407,7 @@ Continuous Interest: <emphasis>i = ln[(1+ieff)^PF]</emphasis></screen>
X = 1 for beginning of period payments</screen>
<para>From this equation, functions which solve for the individual variables can be derived. For a
detailed explanation of the derivation of this equation, see the comments in the file
- <ulink url="&url-gh-gc-maint;&file-finc;"><filename>&file-finc;</filename></ulink> from
+ <ulink url="&url-gh-gc-stable;&file-finc;"><filename>&file-finc;</filename></ulink> from
the &app; source code. The A, B, and C variables are defined first, to make the later
equations simpler to read.
</para>
diff --git a/C/manual/ch_Reports.xml b/C/manual/ch_Reports.xml
index 43f505e8..50af283b 100644
--- a/C/manual/ch_Reports.xml
+++ b/C/manual/ch_Reports.xml
@@ -4098,13 +4098,13 @@ Income (type INCOME)
<title>Introductory files in the source code</title>
<listitem>
- <para><ulink url="&url-gh-gc-maint;gnucash/report/doc/report-html.txt">gnucash/report/doc/report-html.txt</ulink>
+ <para><ulink url="&url-gh-gc-stable;gnucash/report/doc/report-html.txt">gnucash/report/doc/report-html.txt</ulink>
documents the <emphasis>reporting interface</emphasis>.
</para>
</listitem>
<listitem>
- <para><ulink url="&url-gh-gc-maint;gnucash/report/reports/example/sample-report.scm">gnucash/report/reports/example/sample-report.scm</ulink>
+ <para><ulink url="&url-gh-gc-stable;gnucash/report/reports/example/sample-report.scm">gnucash/report/reports/example/sample-report.scm</ulink>
is an example demonstrating different <emphasis>types of options</emphasis>.
</para>
</listitem>
@@ -4116,7 +4116,7 @@ Income (type INCOME)
<para>To get informations from your &app; book for your report it is also necessary to access data from
the &app; engine. This binding is generated by <application>Swig</application> and based on
a set of Scheme wrapper functions in
- <ulink url="&url-gh-gc-maint;bindings/guile"><filename class='directory'>bindings/guile</filename></ulink>.
+ <ulink url="&url-gh-gc-stable;bindings/guile"><filename class='directory'>bindings/guile</filename></ulink>.
<footnote>
<para><emphasis>Up to version 2.0.5</emphasis> <application>G-Wrap</application> was used and the file was
<filename>src/g-wrap/gnc.html</filename>.
@@ -4126,7 +4126,7 @@ Income (type INCOME)
<tip>
<para>Examine some of the other reports in
- <ulink url="&url-gh-gc-maint;gnucash/report/"><filename class='directory'>gnucash/report/</filename></ulink>
+ <ulink url="&url-gh-gc-stable;gnucash/report/"><filename class='directory'>gnucash/report/</filename></ulink>
for an indication of how they are used.
</para>
diff --git a/C/manual/ch_Transactions.xml b/C/manual/ch_Transactions.xml
index e6d4591b..5c847288 100644
--- a/C/manual/ch_Transactions.xml
+++ b/C/manual/ch_Transactions.xml
@@ -2589,7 +2589,7 @@ Translators:
<note>
<para>The colors illustrated here are the defaults for <application>&appname;</application> specified in
- <ulink url="https://github.com/Gnucash/gnucash/blob/maint/gnucash/gnucash-fallback-310.css">gnucash-fallback-310.css</ulink>.
+ <ulink url="&url-gh-gc-stable;gnucash/gnucash-fallback.css">gnucash-fallback.css</ulink>.
You may experience different colors if the gtk-3.0 CSS files have been modified
</para>
</note>
diff --git a/C/manual/txf-categories.xml b/C/manual/txf-categories.xml
index bbce7e98..1bc2cdf6 100644
--- a/C/manual/txf-categories.xml
+++ b/C/manual/txf-categories.xml
@@ -4973,5 +4973,5 @@
</tbody>
</tgroup>
</table>
- Source: <ulink url="&url-gh-gc-maint-txf-hlp;us/txf-help.scm"/>
+ Source: <ulink url="&url-gh-gc-stable-txf-hlp;us/txf-help.scm"/>
</para>
diff --git a/de/guide/appendixa.xml b/de/guide/appendixa.xml
index 68a4b011..912edf24 100644
--- a/de/guide/appendixa.xml
+++ b/de/guide/appendixa.xml
@@ -155,7 +155,7 @@
<title>User Contributed XSLT Stylesheets</title>
<listitem>
- <para>in our repository: <ulink url="&url-src-maint;contrib/xslt"/>
+ <para>in our repository: <ulink url="&url-gh-gc-stable;contrib/xslt"/>
</para>
</listitem>
diff --git a/de/manual/ch_Account-Actions.xml b/de/manual/ch_Account-Actions.xml
index 1121ea23..7c18428d 100644
--- a/de/manual/ch_Account-Actions.xml
+++ b/de/manual/ch_Account-Actions.xml
@@ -892,7 +892,7 @@
Ihren Steuerberater.
</para>
</caution>
-<!-- Translators: For your country list search https://github.com/Gnucash/gnucash/tree/maint/data/accounts for the usual language+country codes -->
+<!-- Translators: For your country list search https://github.com/Gnucash/gnucash/tree/stable/data/accounts for the usual language+country codes -->
<tip>
<para>Für einige Länder wie AT, CH, DE haben Anwender einige Vorlagen beigesteuert, die Sie im dritten
Schritt des Assistenten zur <xref linkend="acct-hierarchy" /> auswählen können. Sofern Sie
diff --git a/de/manual/ch_Reports.xml b/de/manual/ch_Reports.xml
index 4dd3603e..5dee90c7 100644
--- a/de/manual/ch_Reports.xml
+++ b/de/manual/ch_Reports.xml
@@ -3171,13 +3171,13 @@ Income (type INCOME)
<title>Introductory files in the source code</title>
<listitem>
- <para><ulink url="&url-gh-gc-maint;gnucash/report/doc/report-html.txt">gnucash/report/doc/report-html.txt</ulink>
+ <para><ulink url="&url-gh-gc-stable;gnucash/report/doc/report-html.txt">gnucash/report/doc/report-html.txt</ulink>
documents the <emphasis>reporting interface</emphasis>.
</para>
</listitem>
<listitem>
- <para><ulink url="&url-gh-gc-maint;gnucash/report/reports/example/hello-world.scm">gnucash/report/reports/example/hello-world.scm</ulink>
+ <para><ulink url="&url-gh-gc-stable;gnucash/report/reports/example/hello-world.scm">gnucash/report/reports/example/hello-world.scm</ulink>
is an example demonstrating different <emphasis>types of options</emphasis>.
</para>
</listitem>
@@ -3189,7 +3189,7 @@ Income (type INCOME)
<para>To get informations from your &app; book for your report it is also necessary to access data from
the &app; engine. This binding is generated by <application>Swig</application> and based on
a set of Scheme wrapper functions in
- <ulink url="&url-gh-gc-maint;bindings/guile"><filename class='directory'>bindings/guile</filename></ulink>.
+ <ulink url="&url-gh-gc-stable;bindings/guile"><filename class='directory'>bindings/guile</filename></ulink>.
<footnote>
<para><emphasis>Up to version 2.0.5</emphasis> <application>G-Wrap</application> was used and the file was
<filename>src/g-wrap/gnc.html</filename>.
@@ -3199,7 +3199,7 @@ Income (type INCOME)
<tip>
<para>Examine some of the other reports in
- <ulink url="&url-gh-gc-maint;gnucash/report/"><filename class='directory'>gnucash/report/</filename></ulink>
+ <ulink url="&url-gh-gc-stable;gnucash/report/"><filename class='directory'>gnucash/report/</filename></ulink>
for an indication of how they are used.
</para>
diff --git a/de/manual/ch_Tools_Assistants.xml b/de/manual/ch_Tools_Assistants.xml
index 849deac1..6fefb984 100644
--- a/de/manual/ch_Tools_Assistants.xml
+++ b/de/manual/ch_Tools_Assistants.xml
@@ -6071,7 +6071,7 @@
<varlistentry>
<term><guilabel>unbekannt</guilabel></term>
<!-- Maintainers: To add, modify, remove sources
-edit https://github.com/Gnucash/gnucash/blob/maint/libgnucash/engine/gnc-commodity.c
+edit https://github.com/Gnucash/gnucash/tree/stable/libgnucash/engine/gnc-commodity.c
and update the appendix. -->
<listitem>
<para>&app; hat hier kein Hintergrundwissen über die Quelle. Das kann zwei verschiedene Gründe haben.
diff --git a/de/manual/ch_Transactions.xml b/de/manual/ch_Transactions.xml
index ed387ab8..97b7c34d 100644
--- a/de/manual/ch_Transactions.xml
+++ b/de/manual/ch_Transactions.xml
@@ -3104,7 +3104,7 @@ Translators:
<note>
<para>Die hier abgebildeten Farben sind die Standardwerte für &app;, die in
- <ulink url="&url-gh-gc-maint;gnucash/gnucash-fallback-310.css">gnucash-fallback-310.css</ulink>.
+ <ulink url="&url-gh-gc-stable;gnucash/gnucash-fallback-310.css">gnucash-fallback-310.css</ulink>.
Wenn die gtk-3.0-CSS-Dateien geändert wurden, können unterschiedliche Farben auftreten.
</para>
</note>
diff --git a/docbook/gnc-docbookx.dtd b/docbook/gnc-docbookx.dtd
index 945b3b56..e599839d 100644
--- a/docbook/gnc-docbookx.dtd
+++ b/docbook/gnc-docbookx.dtd
@@ -133,7 +133,7 @@ be used in normal text -->
<!ENTITY url-mail-gmane "nntp://news.gmane.org/gmane.comp.gnome.apps.gnucash.user">
<!ENTITY url-src "https://github.com/Gnucash/gnucash/">
-<!ENTITY url-src-maint "https://github.com/Gnucash/gnucash/tree/maint/"> <!-- Append the desired topic -->
+<!ENTITY url-src-stable "https://github.com/Gnucash/gnucash/tree/stable/"> <!-- Append the desired topic -->
<!ENTITY url-wiki "https://wiki.gnucash.org/wiki/"> <!-- You could append the desired topic, but better create a separate entity. -->
<!ENTITY url-wiki-de "https://wiki.gnucash.org/wiki/De/"> <!-- German root -->
@@ -169,8 +169,8 @@ be used in normal text -->
<!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-gc "&url-gh-we;gnucash/"> <!-- Our program repo -->
-<!ENTITY url-gh-gc-maint "&url-gh-gc;tree/maint/"> <!-- Programs Maint branch, append 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-stable "&url-gh-gc;tree/stable/"> <!-- Programs stable branch, append the desired path -->
+<!ENTITY url-gh-gc-stable-txf-hlp "&url-gh-gc-stable;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-gnu "https://www.gnu.org/"> <!-- Append the desired topic -->
diff --git a/it/manual/index.docbook b/it/manual/index.docbook
index ec4b875e..05e19c01 100644
--- a/it/manual/index.docbook
+++ b/it/manual/index.docbook
@@ -31334,7 +31334,7 @@ make doc
</table>
</para>
- <para>Source: <ulink url="&url-gh-gc-maint-txf-hlp;us/txf-help.scm"/>
+ <para>Source: <ulink url="&url-gh-gc-stable-txf-hlp;us/txf-help.scm"/>
</para>
</sect2>
</sect1>
diff --git a/pt/manual/txf-categories.xml b/pt/manual/txf-categories.xml
index c36d61d6..097dcc21 100644
--- a/pt/manual/txf-categories.xml
+++ b/pt/manual/txf-categories.xml
@@ -4982,5 +4982,5 @@
</table>
</para>
UNCOMMENT HERE FOR TRANSLATION -->
-<para>Fonte: <ulink url="&url-gh-gc-maint-txf-hlp;us/txf-help.scm"/>
+<para>Fonte: <ulink url="&url-gh-gc-stable-txf-hlp;us/txf-help.scm"/>
</para>
diff --git a/ru/guide/appendixa.xml b/ru/guide/appendixa.xml
index 1c86c8a4..7d08210d 100644
--- a/ru/guide/appendixa.xml
+++ b/ru/guide/appendixa.xml
@@ -151,7 +151,7 @@
<title>User Contributed XSLT Stylesheets</title>
<listitem>
- <para>in our repository: <ulink url="&url-src-maint;contrib/xslt"/>
+ <para>in our repository: <ulink url="&url-gh-gc-stable;contrib/xslt"/>
</para>
</listitem>
Summary of changes:
C/guide/appendixa.xml | 2 +-
C/manual/ch_Transactions.xml | 2 +-
de/guide/appendixa.xml | 2 +-
de/manual/ch_Account-Actions.xml | 2 +-
de/manual/ch_Tools_Assistants.xml | 2 +-
ru/guide/appendixa.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
More information about the gnucash-changes
mailing list