-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from DILCISBoard/rel/2.0
Release v2.0.4
- Loading branch information
Showing
26 changed files
with
1,437 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Site publication file | ||
docs/ | ||
site/ | ||
Gemfile.lock | ||
**/_site | ||
|
||
.classpath | ||
.project | ||
.settings | ||
**/*.jar | ||
**/target | ||
**/bin | ||
**/*.class | ||
.vagrant* | ||
.venv | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem "jekyll-theme-primer", group: :jekyll_plugin | ||
gem 'html-proofer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Release Notes | ||
--- | ||
|
||
RELEASE NOTES | ||
============= | ||
|
||
Categories of specification change | ||
----------------------------------- | ||
|
||
### Major | ||
Changes are not backwardly compatible with previous versions. | ||
A new major version, e.g. from 2.x.y to 3.0.0 | ||
|
||
### Minor | ||
Backward compatible changes with the current major version. | ||
Often a new feature or extension. | ||
|
||
### Corrections | ||
Corrections and improvements to grammar and spelling, not intended | ||
to change the meaning of the specification. | ||
|
||
### Administrative: | ||
Standard changes between versions, e.g. version number and release date. | ||
|
||
Version 2.0.4 | ||
------------- | ||
June 12th 2020 | ||
|
||
### Specification Changes | ||
|
||
#### Major | ||
None | ||
|
||
#### Minor | ||
None | ||
|
||
#### Corrections | ||
- Check schemalocations once more in the profile [[#49][], [#50][]] | ||
- METS Profile appendix elements ID's bug [[#44][], [#46][]] | ||
|
||
#### Administrative | ||
- Version number increment and revision history [[#48][], [#52][]]. | ||
|
||
### Web site and PDF presentation | ||
- Uniform site structure and DILCIS branding: | ||
+ Archive and descriptions for profile resources [[#47][]]. | ||
+ Standard access to archive PDF versions [[#47][]]. | ||
+ Updates to Docker site production and Travis publication [[#45][], [#51][]]. | ||
- When ID contains REF linking to resource doesnt work bug [[#43][]] | ||
|
||
[#52]: https://github.com/DILCISBoard/E-ARK-DIP/pull/52 | ||
[#51]: https://github.com/DILCISBoard/E-ARK-DIP/pull/51 | ||
[#50]: https://github.com/DILCISBoard/E-ARK-DIP/pull/50 | ||
[#48]: https://github.com/DILCISBoard/E-ARK-DIP/pull/48 | ||
[#47]: https://github.com/DILCISBoard/E-ARK-DIP/pull/47 | ||
[#46]: https://github.com/DILCISBoard/E-ARK-DIP/pull/46 | ||
[#45]: https://github.com/DILCISBoard/E-ARK-DIP/pull/45 | ||
[#49]: https://github.com/DILCISBoard/E-ARK-DIP/issues/49 | ||
[#44]: https://github.com/DILCISBoard/E-ARK-DIP/issues/44 | ||
[#43]: https://github.com/DILCISBoard/E-ARK-DIP/issues/43 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Archived Versions of the DIP Specification | ||
--- | ||
Archived Versions of the DIP Specification | ||
============================================= | ||
|
||
Latest | ||
------ | ||
[PDF Version 2.0.4](/pdf/eark-dip.pdf) 12-06-2020 | ||
|
||
Archived Versions | ||
----------------- | ||
### 2.0.x | ||
- [PDF Version 2.0.2](v2_0/eark-dip-v2-0-2.pdf) 28-10-2019 | ||
- [PDF Version 2.0.1](v2_0/eark-dip-v2-0-1.pdf) 09-09-2019 | ||
- [PDF Version 2.0.0](v2_0/eark-dip-v2-0-0.pdf) 31-05-2019 | ||
|
||
### 1.x | ||
- [PDF Final v1](v1/E-ARK Final Dip Specification (2017).pdf) 13-03-2017 | ||
- [PDF Draft v1](v1/E-ARK DIP Draft Specification (2015).pdf) 24-04-2015 |
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem "jekyll-theme-primer", group: :jekyll_plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.