Merge 2.6.3
authorClaudio Luck <claudio.luck@pep.foundation>
Thu, 19 Mar 2020 16:47:39 +0100
changeset 65 d659b8c2ed22
parent 62 00a196f8d14a (current diff)
parent 64 4e4782144f4f (diff)
child 66 701c5e980f33
Merge 2.6.3
.hgignore
MANIFEST.in
Makefile
setup.cfg
setup.py
yml2/__init__.py
yml2/backend.py
yml2/pyPEG.py
yml2/yslt.yml2
yml2c
yml2proc
--- a/features.en.yhtml2	Thu Mar 19 16:45:02 2020 +0100
+++ b/features.en.yhtml2	Thu Mar 19 16:47:39 2020 +0100
@@ -975,6 +975,7 @@
         if the «YML_PATH» environment variable is set to a colon separated list of directories,
         these directories are being searched for the given filename. Otherwise, the local
         directory is searched.
+        The system location for «.yml2» and «.ysl2» files is always searched afterwards.
         >>
 
     p   >>
--- a/heading.en.yhtml2	Thu Mar 19 16:45:02 2020 +0100
+++ b/heading.en.yhtml2	Thu Mar 19 16:47:39 2020 +0100
@@ -13,7 +13,7 @@
 div id=headline {
     p > YML – Why a Markup Language?!
     div class=small {
-        "YML 2.6.2 of Mo 02 Nov 2019  –  Copyleft 2007-2019, "
+        "YML 2.6.3 of Thu 19 Mar 2020  –  Copyleft 2007-2020, "
         a "http://blog.fdik.org", "Volker Birk";
         " – "
         a "http://fdik.org/yml2.tar.bz2", "Download YML 2";
--- a/toolchain.en.yhtml2	Thu Mar 19 16:45:02 2020 +0100
+++ b/toolchain.en.yhtml2	Thu Mar 19 16:47:39 2020 +0100
@@ -87,6 +87,7 @@
         If «YML_PATH» is set to a colon separated ¬http://en.wikipedia.org/wiki/Path_(computing) path¬
         list, then the `a href="features#including" code "include";` statement searches these paths.
         If «YML_PATH» is not set, the local directory «.» is searched for files.
+        The system location for «.yml2» and «.ysl2» files is always searched afterwards.
         >>
 
     h2 id=processor > The YML/YSLT processor
@@ -218,8 +219,6 @@
 
     p > Convert XML to normalized YML. Equivalent to -xy xml2yml.ysl2
 
-    p > The file xml2yml.ysl2 has to be in YML_PATH.
-
     h3 > -V, --version
 
     p   >>
@@ -233,6 +232,7 @@
         If «YML_PATH» is set to a colon separated ¬http://en.wikipedia.org/wiki/Path_(computing) path¬
         list, then the `a href="features#including" code "include";` statement searches these paths.
         If «YML_PATH» is not set, the local directory «.» is searched for files.
+        The system location for «.yml2» and «.ysl2» files is always searched afterwards.
         >>
     
     h2 id=recommended > Recommended external tools
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yml2/manpage.yml2	Thu Mar 19 16:47:39 2020 +0100
@@ -0,0 +1,1 @@
+decl manpage(xmlns="http://docbook.org/ns/docbook", version="5.0", *title) alias article { title *title; content; };
--- a/yml2/yslt.yml2	Thu Mar 19 16:45:02 2020 +0100
+++ b/yml2/yslt.yml2	Thu Mar 19 16:47:39 2020 +0100
@@ -1,4 +1,4 @@
-// YSLT version 2.6.2
+// YSLT version 2.6.3
 
 !!
 def indent(level):