Add guides + move index.html in there

This commit is contained in:
Peter Desmet 2017-09-30 12:11:36 -04:00
parent d31c0ee7f7
commit 62f9b6222b
1 changed files with 10 additions and 4 deletions

View File

@ -29,16 +29,22 @@ The repository structure is described below. Files/directories indicated with `G
├── vocabulary
│ └── 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
  ├── build.py           : Build script to generate distribution files from the normative document
│ └── config : Configuration files for build.py
  ├── index.tmpl       : Template for index.html
│ └── 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
│ ├── CONTRIBUTING.md : Guide on how to contribute to Darwin Core
│ └── ISSUE_TEMPLATE.md : Template for issues