Commit Graph

457 Commits

Author SHA1 Message Date
Laura Rocha Prado 2fbbf4f626
Corrected broken link for DC quick reference guide
Removed wrong index.html path
2017-12-05 10:10:05 -02:00
Peter Desmet 8141947956 Rebuild with lowerCamelCase labels for Dublin Core terms
Fixes #171
2017-10-17 10:04:00 +02:00
tucotuco 6ef29fc30b Making Dublin Core labels consistent with labels as used in Darwin Core. Avoids confusion with classes and consistency makes human-readable documents easier to construct. 2017-10-12 11:17:34 -07:00
Peter Desmet 014232a78c Run build script
Result

- Makes use of label (which is capitalized for Dublin Core terms #171)
- Adds correct identifier for terms
- Includes some corrections in definitions
- Updates group -> class_group
2017-10-12 12:34:15 -04:00
Peter Desmet 85b1c12c22 Fix identifier for terms (was linking to class) 2017-10-12 12:29:07 -04:00
Peter Desmet 0d70d84d58 Use class_group instead of group in template
We generally refer to these groups as classes. class is a reserved name though, so have to use class_group instead, which is also the variable name used in the build script
2017-10-12 12:28:17 -04:00
Peter Desmet 20b9d8a0d0 Use labels instead of local names in build script and template 2017-10-12 12:26:07 -04:00
Peter Desmet f48b137f8f Correct UseWithIri back to UseWithIRI
Decided in #154 and originally done in dd1f39e but got overwritten by 52d43607bf
2017-10-12 11:25:58 -04:00
tucotuco 70d7a9f95a Updated recommendation for language to RFC 5646. 2017-10-11 13:32:48 -07:00
tucotuco aff5c3fe3b First attempt at a complete revised Darwin Core following Vocab Documentation and Manangement standards. 2017-10-11 13:16:11 -07:00
tucotuco 9d6d2952b1 Merge branch 'master' of https://github.com/tdwg/dwc 2017-10-11 13:13:54 -07:00
Peter Desmet 84ee9985ad Add namespace to anchors for terms
It's not added for groups/classes because a colon in an anchor doesn't work with Scrollspy, which is used to indicate in which class/group you are in the menu on the left.
2017-10-07 17:15:34 -04:00
Peter Desmet 8de5d4edcb Set namespace of Record-level to None
There is no need for one
2017-10-06 19:08:42 -04:00
Peter Desmet b70e6c02b6 Rephrase print messages of build script 2017-10-06 19:08:21 -04:00
Peter Desmet 768121a240 Merge branch 'master' of https://github.com/tdwg/dwc 2017-10-06 14:49:00 -04:00
Peter Desmet 90d9aab315 Clean up repository
Closes #153
2017-10-06 14:48:56 -04:00
tucotuco 52d43607bf Restoring versions with recommendations to their original definitions, as new term versions need to be created instead. 2017-10-06 10:01:55 -04:00
Peter Desmet 64311240ee Correct broken links in README (resulted from restructuring repo) 2017-10-05 11:27:35 -04:00
Stijn Van Hoey 12ffc750ad Merge pull request #161 from tdwg/coderendering
Display example values as <code>example</code>
2017-10-03 20:27:28 +02:00
Peter Desmet 6d31585c11 Merge branch 'master' into coderendering 2017-10-03 14:24:23 -04:00
stijnvanhoey f008fb1255 Merge branch 'coderendering' of github.com:tdwg/dwc into coderendering 2017-10-03 18:53:36 +02:00
stijnvanhoey 06ed8fa8d3 Fix bug on handling < code 2017-10-03 18:53:20 +02:00
Peter Desmet dd1f39ef4c Update useWithIri to useWithIRI
Closes #154
2017-10-03 12:17:53 -04:00
Peter Desmet edbb5712a8 Update incorrectly quoted "convenience property" 2017-10-03 12:11:08 -04:00
Peter Desmet b998b9a77b Use Markdown ticks for examples (" -> `)
Also:
- Corrected some typos
- Standardized way of referencing terms: `value`(term)
- Write DOIs as https://doi.org/...
2017-10-03 12:00:54 -04:00
stijnvanhoey 0548e67571 Add convert functionality for backticks to html tags 2017-10-03 17:37:59 +02:00
John Wieczorek 0d1e231c1c Merge pull request #157 from tdwg/renderlinks
Renderlinks
2017-10-03 08:32:21 -04:00
stijnvanhoey 26e8295e80 Update docs 2017-10-03 01:22:27 +02:00
stijnvanhoey 6118aade48 Update index with new regex handling 2017-10-03 01:21:44 +02:00
stijnvanhoey 4aa1c072d4 Fix bug on trailing paranthesis 2017-10-03 01:21:17 +02:00
stijnvanhoey 0a4d22fda0 Update docs 2017-10-02 22:36:24 +02:00
stijnvanhoey b082759d64 Update index build 2017-10-02 22:31:48 +02:00
stijnvanhoey bbcc074d9a Add functionality that converts link to html tagged link 2017-10-02 22:31:33 +02:00
John Wieczorek 4ac5f09af9 Merge pull request #152 from tdwg/restructure-repo
Actually restructure repo
2017-10-02 11:57:37 -04:00
Peter Desmet 439462ea75 Merge branch 'master' into restructure-repo
Conflicts:
	build/build.py
2017-10-02 11:56:49 -04:00
Peter Desmet adb4413398 Move term_versions to standard/vocabularies/term_versions.csv 🦄
In response to #150
2017-10-02 11:49:03 -04:00
Peter Desmet 5fb296d56a Move quick reference guide to www/guides/ 2017-10-02 11:47:06 -04:00
Peter Desmet 063500ee09 Move simple guide to standard/documents/simple 2017-10-02 11:45:21 -04:00
Peter Desmet 9e118ad80b Move xml guide to standard/documents/xml 2017-10-02 11:43:12 -04:00
Peter Desmet ba9a3f7748 Move text guide to standard/documents/text 2017-10-02 11:42:14 -04:00
Peter Desmet 24dd770c5a Move rdf guide to standard/documents/rdf 2017-10-02 11:41:27 -04:00
John Wieczorek 11c60c85c9 Merge pull request #150 from tdwg/restructure-repo
Proposal to restructure repo
2017-10-01 14:08:18 -04:00
John Wieczorek fe27b9328c Merge pull request #151 from tdwg/derivatives
Derivatives
2017-10-01 12:10:24 -04:00
stijnvanhoey c8f5a0cbb7 Update documentation 2017-10-01 17:32:49 +02:00
stijnvanhoey 91a1dd3140 Make term definition work on iri instead of dict 2017-10-01 17:27:49 +02:00
stijnvanhoey 30c7b53ba3 Provide the template data as class attribute 2017-10-01 17:26:07 +02:00
stijnvanhoey 97ccad60cb Add support for namespace abbreviations 2017-10-01 16:58:17 +02:00
stijnvanhoey c3cea5028b Represent term overviews as property 2017-10-01 16:58:00 +02:00
stijnvanhoey f0d93e5c6b Improve readbility of config terms 2017-10-01 16:57:04 +02:00
stijnvanhoey b29cb6a5f5 Provide support for namespace abbreviations in data-model 2017-10-01 16:49:12 +02:00