gnucash-htdocs master: Readme: add Requirements

Frank H.Ellenberger fell at code.gnucash.org
Tue Aug 13 22:08:56 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9e9a0bd5 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/51b814e9 (commit)



commit 9e9a0bd5a73a1441583e98c8d3376fc900dedc7b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 14 04:08:32 2019 +0200

    Readme: add Requirements
    
    a typo, and a reformat

diff --git a/README b/README
index 5ba8430..d1ad6bb 100644
--- a/README
+++ b/README
@@ -9,6 +9,13 @@ TODO
 - update features screenshots
 - fix double-slash on langdir='' mlist search menu URLs
 
+------------
+Requirements
+------------
+
+- gettext
+- PHP (7 recommended)
+
 -------------------------------------------------
 Notes about multi-lingual gnucash website content
 -------------------------------------------------
@@ -37,15 +44,15 @@ There are three main classes of links:
   - 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.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]/ |  /
+                   +------------------+---------------------------+
 
 As such:
 
@@ -85,7 +92,7 @@ Note about folders
 Get a local copy of our repository
 ----------------------------------
 
-Note: This step is requred for all following sections.
+Note: This step is required for all following sections.
 
 Create a local git repository in the directory gnucash-htdocs:
 



Summary of changes:
 README | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list