-
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 #44 from carlwilson/feat/pub-workflow
FIX - Use correct submodule.
- Loading branch information
Showing
85 changed files
with
32,465 additions
and
13 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "spec-publisher"] | ||
path = spec-publisher | ||
url = https://github.com/carlwilson/E-ARK-AIP.git | ||
url = https://github.com/DILCISBoard/spec-publisher.git |
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
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,6 +1,30 @@ | ||
#!/usr/bin/env bash | ||
echo "Generating GitHub pages site from markdown" | ||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||
cd "$SCRIPT_DIR" || exit | ||
bundle install | ||
bundle exec jekyll build | ||
bundle exec htmlproofer ./_site --file-ignore /javadoc/ --only-4xx --check-html | ||
|
||
|
||
if [ ! -d ./docs ] | ||
then | ||
mkdir ./docs | ||
fi | ||
|
||
if [ -d ./docs/figs ] | ||
then | ||
rm -rf ./docs/figs | ||
fi | ||
|
||
if [ -e ./docs/index.md ] | ||
then | ||
rm docs/index.md | ||
fi | ||
|
||
cp -R spec-publisher/res/md/figs/* figs/ | ||
cp -R figs docs/ | ||
cp -R profiles docs/ | ||
cp -R archived docs/ | ||
|
||
bash "$SCRIPT_DIR/spec-publisher/utils/create-venv.sh" | ||
source "$SCRIPT_DIR/.venv/markdown/bin/activate" | ||
markdown-pp index.md -o docs/index.md -e tableofcontents | ||
deactivate |
File renamed without changes.
Empty file.
Binary file added
BIN
+729 KB
docs/archived/02-Under development versions/DASBOARD_E-ARK_AIP_specification_v1.0.0.docx
Binary file not shown.
Binary file added
BIN
+678 KB
docs/archived/02-Under development versions/DASBOARD_E-ARK_AIP_specification_v1.0.1.docx
Binary file not shown.
Binary file added
BIN
+694 KB
docs/archived/02-Under development versions/DASBOARD_E-ARK_AIP_specification_v1.0.2.docx
Binary file not shown.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# AIP specification (DEPRECATED) | ||
|
||
This folder contains the the sources that were previously used to develop, publish and maintain the AIP specification. | ||
|
||
Here you may find 3 folders: | ||
|
||
- **01-Deprecated versions** - holds older versions of the documentation | ||
- **02-Under development versions** - holds versions of the documentation that are still being worked on or under revision | ||
- **03-Published versions** - holds the original source files of the specification that have been turned into official releases in PDF format. | ||
|
||
If you find any issues on any version of the specification, please submit an issue here on GitHub at https://github.com/DLMArchivalStandardsBoard/E-ARK-AIP/issues/new |
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 @@ | ||
<diagram program="umletino" version="14.2"><zoom_level>10</zoom_level><element><id>UMLClass</id><coordinates><x>324</x><y>60</y><w>100</w><h>30</h></coordinates><panel_attributes>AIP</panel_attributes><additional_attributes></additional_attributes></element><element><id>UMLClass</id><coordinates><x>464</x><y>230</y><w>120</w><h>30</h></coordinates><panel_attributes>representations</panel_attributes><additional_attributes></additional_attributes></element><element><id>UMLClass</id><coordinates><x>464</x><y>130</y><w>120</w><h>30</h></coordinates><panel_attributes>/submission/</panel_attributes><additional_attributes></additional_attributes></element><element><id>Relation</id><coordinates><x>514</x><y>150</y><w>30</w><h>50</h></coordinates><panel_attributes></panel_attributes><additional_attributes>10;10;10;30</additional_attributes></element><element><id>UMLClass</id><coordinates><x>604</x><y>290</y><w>140</w><h>30</h></coordinates><panel_attributes>rep-002</panel_attributes><additional_attributes></additional_attributes></element><element><id>Relation</id><coordinates><x>364</x><y>250</y><w>180</w><h>60</h></coordinates><panel_attributes></panel_attributes><additional_attributes>160;10;160;20;10;20;10;40</additional_attributes></element><element><id>Relation</id><coordinates><x>514</x><y>250</y><w>180</w><h>60</h></coordinates><panel_attributes></panel_attributes><additional_attributes>10;10;10;20;160;20;160;40</additional_attributes></element><element><id>UMLClass</id><coordinates><x>304</x><y>290</y><w>140</w><h>30</h></coordinates><panel_attributes>rep-001</panel_attributes><additional_attributes></additional_attributes></element><element><id>UMLClass</id><coordinates><x>464</x><y>180</y><w>120</w><h>30</h></coordinates><panel_attributes>{ISO 8601 date}</panel_attributes><additional_attributes></additional_attributes></element><element><id>Relation</id><coordinates><x>514</x><y>200</y><w>30</w><h>50</h></coordinates><panel_attributes></panel_attributes><additional_attributes>10;10;10;30</additional_attributes></element></diagram> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
|
||
urn+uuid+123e4567-e89b-12d3-a456-426655440000/ | ||
├── data | ||
│ └── urn:uuid:7d0d1987-0f1c-47a7-8fd6-cc5c7de4064f | ||
│ ├── metadata | ||
│ │ └── preservation | ||
│ │ └── premis.xml | ||
│ ├── METS.xml | ||
│ └── submission | ||
│ ├── metadata | ||
│ │ ├── descriptive | ||
│ │ │ └── ead.xml | ||
│ ├── METS.xml | ||
│ └── representations | ||
│ └── rep1 | ||
│ ├── data | ||
│ │ └── Example1.docx | ||
│ └── METS.xml | ||
├── manifest-md5.txt | ||
│ 408ad21d50cef31da4df6d9ed81b01a7 data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ metadata/preservation/premis.xml | ||
│ 49afbd86a1ca9f34b677a3f09655eae9 data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ METS.xml | ||
│ 9ecbfc432b994415c405259aff694632 data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ submission/metadata/descriptive/ead.xml | ||
│ 8df7468ea611b0714148cb607ec74fe1 data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ submission/METS.xml | ||
│ e1e7914bd762605f38631d21281e9s82 data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ submission/representations/rep1/data/Example1.docx | ||
│ 028df7468ea611b0714148cb607ec74d data/urn+uuid+123e4567-e89b-12d3-a456-426655440000/ \ | ||
│ submission/representations/rep1/METS.xml | ||
└── bagit.txt | ||
BagIt-Version: 0.97 | ||
Tag-File-Character-Encoding: UTF-8 | ||
|
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 @@ | ||
Edit UXF files using Umlet/Umletino: http://www.umlet.com/umletino/umletino.html |
Oops, something went wrong.