README.adoc in metanorma-0.3.0 vs README.adoc in metanorma-0.3.1
- old
+ new
@@ -42,13 +42,17 @@
* M3AAWG Documents (M3D): the AsciiM3D syntax,
https://github.com/riboseinc/metanorma-model-m3d[Metanorma M3D model],
the https://github.com/riboseinc/metanorma-m3d/[metanorma-m3d implementation]
-//* Ribose Specification Documents (RSD): AsciiRSD, RSD XML schema, and the https://github.com/riboseinc/metanorma-rsd[metanorma-rsd implementation]
+* Ribose Specification Documents (RSD): AsciiRSD, RSD XML schema, and the https://github.com/riboseinc/metanorma-rsd[metanorma-rsd implementation]
+* Mandatory Provident Fund Schemes Authority of Hong Kong Documents (MPFD): https://github.com/riboseinc/metanorma-mpfd[metanorma-mpfd implementation] (still at proof-of-concept stage)
+* United Nations Economic Commision for Europe Documents (UNECE): https://github.com/riboseinc/metanorma-unece[metanorma-unece implementation]
+
+
== Installation on supported platforms
=== MacOS
We recommend macOS users to directly run the Metanorma setup script
@@ -119,14 +123,17 @@
-x, --extensions EXT1,EXT2,... | all Type of extension to generate per type:
{
:rfc2=>{:xmlrfc=>"v2.xml"},
:rfc3=>{:xmlrfc=>"v3.xml"},
:iso=>{:html=>"html", :html_alt=>"alt.html", :doc=>"doc"},
- :gb=>{:html=>"html", :doc=>"doc"},
- :csd=>{:html=>"html", :pdf=>"pdf"},
+ :gb=>{:html=>"html", :compliant_html => "compliant_html", :doc=>"doc"},
+ :csd=>{:html=>"html", :pdf=>"pdf", :doc => "doc"},
:csand=>{:html=>"html"},
- :m3d=>{:html=>"html", :doc=>"doc"},
- :rsd=>{:html=>"html"}
+ :m3d=>{:html=>"html", :doc=>"doc", :pdf => "pdf"},
+ :rsd=>{:html=>"html", :doc=>"doc", :pdf => "pdf"}
+ :acme=>{:html=>"html", :doc=>"doc", :pdf => "pdf"}
+ :mpdf=>{:html=>"html", :doc=>"doc", :pdf => "pdf"}
+ :unece=>{:html=>"html", :doc=>"doc"}
}
In addition, xml (outside of rfc2, rfc3) generates IsoDoc XML. If the argument is "all" or the option is
missing, all available extensions are generated.
-f, --format FORMAT Format of source file: asciidoc (current default, only format supported)
-r, --require LIBRARY Require LIBRARY prior to execution