From 33f516754afcd034e0482a70aa84e857fd20a359 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Sun, 1 Oct 2017 10:47:24 -0400 Subject: [PATCH] Proposal to restructure repo --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e69915f..825e1e4 100644 --- a/README.md +++ b/README.md @@ -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.