gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Mon May 4 19:28:25 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e0bc9d86 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/f2801510 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/93745a30 (commit)



commit e0bc9d86c167c3472f5bcc2727432d7b562e4323
Merge: 93745a3 f280151
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue May 5 01:27:32 2020 +0200

    Merge branch PR #26


commit f280151027b80605cf225b426a00bf160bddfc5a
Author: Rob Gowin <robgowin at gmail.com>
Date:   Mon Apr 27 14:17:40 2020 -0500

    Fix reST formatting in README.
    
    This document is currently already in a mostly-reST format. This
    commit fixes the list and table formatting.

diff --git a/README b/README
index e0b9abe..7bf9075 100644
--- a/README
+++ b/README
@@ -5,8 +5,11 @@ TODO
 ----
 
 - re-work page content for new-style translations (one big block)
-  - re-flow existing po-file content.
+
+  + re-flow existing po-file content.
+
 - update features screenshots
+
 - fix double-slash on langdir='' mlist search menu URLs
 
 ------------
@@ -33,27 +36,33 @@ www.gnucash.org coding conventions/notes
 There are three main classes of links:
 
 - external resources [$top_dir[/externals]]
-  - www: relative
-  - !www: relative
+
+  + www: relative
+
+  + !www: relative
 
 - translations [$top_dir/[<lang>]]
-  - www: relative
-  - !www: relative
+
+  + www: relative
+
+  + !www: relative
 
 - navigation [$home]
-  - www: relative
-  - !www: url-prefixed ("https://www.gnucash.org/file.phtml")
-
-===================  ===============  =========================
-                     www.gnucash.org   lists.gnucash.org       
-===================  ===============  =========================
-       external (C)   ./[externals/]   ./[externals/]            \
-    external (lang)  ../[externals/]  ../[externals/]             \,- $top_dir
-    translation (C)   ./[lang]         ./[lang]                   / 
- translation (lang)  ../[lang]        ../[lang]                  /
-     navigation (C)   ./              https://www.[...]/         \,- $home
-  navigation (lang)   ./              https://www.[...]/[lang]/  /
--------------------  ---------------  -------------------------
+
+  + www: relative
+
+  + !www: url-prefixed ("https://www.gnucash.org/file.phtml")
+
+===================  ===============  ========================= ===========
+Type of Link         www.gnucash.org   lists.gnucash.org        Relative to 
+===================  ===============  ========================= ===========
+       external (C)   ./[externals/]   ./[externals/]           $top_dir 
+    external (lang)  ../[externals/]  ../[externals/]           $top_dir
+    translation (C)   ./[lang]         ./[lang]                 $top_dir
+ translation (lang)  ../[lang]        ../[lang]                 $top_dir
+     navigation (C)   ./              https://www.[...]/        $home
+  navigation (lang)   ./              https://www.[...]/[lang]/ $home
+===================  ===============  ========================= ===========
 
 As such:
 
@@ -180,4 +189,4 @@ To work in this beta environment, checkout the beta branch in your local repo:
 
      $ git checkout beta
 
-Have fun!
\ No newline at end of file
+Have fun!



Summary of changes:
 README | 47 ++++++++++++++++++++++++++++-------------------
 1 file changed, 28 insertions(+), 19 deletions(-)



More information about the gnucash-changes mailing list