aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-10-05 20:45:42 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit1083951efc4f8ddbf8de65907cc5aee2ac6be2ed (patch)
tree0b3f2dd576301a0d15d23c8a0ccc1afff1e86717 /README
parent--show-{config,make,metadata,summary} (diff)
0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1
- yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 17 insertions, 17 deletions
diff --git a/README b/README
index 5bb97f3..5a059d8 100644
--- a/README
+++ b/README
@@ -1,21 +1,21 @@
-- Name: Doc Reform
- - Description: documents, structuring, processing, publishing, search
- - static content generator
+project_name: Doc Reform
+ description: [
+ "documents, structuring, processing, publishing",
+ search,
+ object numbering,
+ static content generator,
+ sisu markup
+ ]
- - Author: Ralph Amissah
- [ralph.amissah@gmail.com]
+ author:
+ name: Ralph Amissah
+ email: ralph.amissah@gmail.com
- - Copyright: (C) 2015 - 2019 Ralph Amissah, All Rights
- Reserved.
+ copyright: "(C) 2015 - 2019 Ralph Amissah, All Rights Reserved."
- - Doc Reform (related to SiSU) uses standard:
- - docReform markup syntax
- - standard SiSU markup syntax with modified headers and minor modifications
- - docReform object numbering
- - standard SiSU object citation numbering & system
+ license: "AGPL 3 or later"
- - License: AGPL 3 or later
-
- - Hompages:
- [http://www.doc_reform.org]
- [http://www.sisudoc.org]
+ hompage: [
+ "http://www.doc_reform.org",
+ "http://www.sisudoc.org"
+ ]