gnucash-docs maint: Add common URLs to gnc-docbook.dtd

Frank H.Ellenberger fell at code.gnucash.org
Mon Jun 24 01:25:44 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/f1e84d43 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/3634474a (commit)



commit f1e84d4397a0f9fd481990c7eb83daab98055ea2
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Jun 24 07:25:07 2019 +0200

    Add common URLs to gnc-docbook.dtd
    
    So changes can be applied easier and is also part of the preparation to
    use itstools.

diff --git a/docbook/gnc-docbookx.dtd b/docbook/gnc-docbookx.dtd
index 9998b7a..361619a 100644
--- a/docbook/gnc-docbookx.dtd
+++ b/docbook/gnc-docbookx.dtd
@@ -28,7 +28,9 @@ own entity definitions to use across all of our DocBook pages. -->
 
 <!--
   Some global declarations which are used in the files. For easier
-  maintenance they should be collected here.
+  maintenance they are collected here.
+  
+  1. Publication - should only be changed by the release manager!
 -->
 <!ENTITY manrevision "3.5">
 <!ENTITY date "31 March 2019">
@@ -36,12 +38,39 @@ own entity definitions to use across all of our DocBook pages. -->
 <!ENTITY vers-stable "3.5">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "3">
+
+<!-- 
+  Some common URLs - should be changed on demand.
+  
+  Translators can add localized instances by adding -<lang>,
+  An example is url-wiki-ml-de for the german wiki page about mailin lists.
+  We might later use http://itstool.org/documentation/its.html#localefilter instead.
+-->
+<!ENTITY url-www "https://www.gnucash.org/">
+<!ENTITY url-docs "https://www.gnucash.org/docs/">
+<!ENTITY url-wiki "https://wiki.gnucash.org/wiki/"> <!-- Append the desired topic -->
+<!ENTITY url-bug-wiki "https://wiki.gnucash.org/wiki/Bugzilla">
+  <!-- The wiki page explaining the usage of bugzilla -->
+<!ENTITY url-bug-start "https://bugs.gnucash.org/">
+<!ENTITY url-bug-search "https://bugs.gnucash.org/query.cgi">
+<!ENTITY url-bug-browse "https://bugs.gnucash.org/describecomponents.cgi">
+<!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-wiki-faq "https://wiki.gnucash.org/wiki/FAQ">
+<!ENTITY url-mail-li "https://lists.gnucash.org/mailman/listinfo/"> <!-- Append the desired list -->
+<!ENTITY url-wiki-ml "https://wiki.gnucash.org/wiki/Mailiing_Lists">
+<!ENTITY url-wiki-ml-de "https://wiki.gnucash.org/wiki/De/Feedback#Auf_der_Mailingliste">
+<!ENTITY url-logs-irc "https://lists.gnucash.org/logs/">
+  <!-- for IRC. If someone needs build logs, scan https://code.gnucash.org/builds/ -->
+<!ENTITY url-wp-en "https://en.wikipedia.org/wiki/"> <!-- Append the desired topic -->
+
 <!--
   Translators:
     "&app;" replaces all occurences of "GnuCash" in the guide, so
    transliterate "GnuCash" here.
 -->
-<!ENTITY app "GnuCash">
+<!ENTITY app "GnuCash"> <!-- This is deprecated and will later contain "<app>GnuCash</app>" -->
+<!ENTITY appname "GnuCash">
 
 <!--
   Translators:



Summary of changes:
 docbook/gnc-docbookx.dtd | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list