Proposal to restructure repo

This commit is contained in:
Peter Desmet 2017-10-01 10:47:24 -04:00 committed by GitHub
parent aae9f333e9
commit 33f516754a
1 changed files with 12 additions and 8 deletions

View File

@ -26,15 +26,19 @@ The repository structure is described below. Files/directories indicated with `G
├── README.md : Description of this repository
├── LICENSE : Repository license
├── vocabulary
│ └── term_versions.csv : The normative document of Darwin Core, where the standard is maintained
├── standard : All content considered part of the Darwin Core standard
│ ├── vocabularies
│ │ └── term_versions.csv : Darwin Core term versions, contains the normative definitions of the terms
│ │
│ └── documents
  ├── simple : Simple Darwin Core guide
│  ├── rdf : RDF guide
│  ├── text : Text guide
  └── xml : XML guide
├── guides
  ├── simple : Simple Darwin Core guide
  ├── rdf : RDF guide
  ├── text : Text guide
  ├── xml : XML guide
│ └── index.html : GENERATED Darwin Core quick reference guide
├── www : GENERATED Darwin Core website
│ └── guides
  └── index.html : GENERATED Darwin Core quick reference guide
├── dist : GENERATED Distribution files generated by build.py
  ├── dwc_terms.csv : GENERATED CSV file with the recommended Darwin Core terms, definitions, etc.