mirror of https://github.com/tdwg/dwc.git
Add guides + move index.html in there
This commit is contained in:
parent
d31c0ee7f7
commit
62f9b6222b
14
README.md
14
README.md
|
@ -29,16 +29,22 @@ The repository structure is described below. Files/directories indicated with `G
|
||||||
├── vocabulary
|
├── vocabulary
|
||||||
│ └── term_versions.csv : The normative document of Darwin Core, where the standard is maintained
|
│ └── term_versions.csv : The normative document of Darwin Core, where the standard is maintained
|
||||||
│
|
│
|
||||||
|
├── guides
|
||||||
|
│ ├── simple : Simple Darwin Core guide
|
||||||
|
│ ├── rdf : RDF guide
|
||||||
|
│ ├── text : Text guide
|
||||||
|
│ ├── xml : XML guide
|
||||||
|
│ └── index.html : GENERATED Darwin Core quick reference guide
|
||||||
|
│
|
||||||
|
├── dist : GENERATED Distribution files generated by build.py
|
||||||
|
│ └── recommended_terms.csv : GENERATED CSV file with the recommended Darwin Core terms
|
||||||
|
│
|
||||||
├── src
|
├── src
|
||||||
│ ├── build.py : Build script to generate distribution files from the normative document
|
│ ├── build.py : Build script to generate distribution files from the normative document
|
||||||
│ └── config : Configuration files for build.py
|
│ └── config : Configuration files for build.py
|
||||||
│ ├── index.tmpl : Template for index.html
|
│ ├── index.tmpl : Template for index.html
|
||||||
│ └── terms_config.csv : Configuration for the recommended terms, incl. order, labels, examples
|
│ └── terms_config.csv : Configuration for the recommended terms, incl. order, labels, examples
|
||||||
│
|
│
|
||||||
├── dist : GENERATED Distribution files generated by build.py
|
|
||||||
│ ├── recommended_terms.csv : GENERATED CSV file with the recommended Darwin Core terms
|
|
||||||
│ └── index.html : GENERATED Web page with the recommended Darwin Core terms
|
|
||||||
│
|
|
||||||
├── .github
|
├── .github
|
||||||
│ ├── CONTRIBUTING.md : Guide on how to contribute to Darwin Core
|
│ ├── CONTRIBUTING.md : Guide on how to contribute to Darwin Core
|
||||||
│ └── ISSUE_TEMPLATE.md : Template for issues
|
│ └── ISSUE_TEMPLATE.md : Template for issues
|
||||||
|
|
Loading…
Reference in New Issue