This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (61 loc) · 5 KB
/
index.html
File metadata and controls
93 lines (61 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.6 at 2016-02-27
| Rendered using Data Conservancy Fluido Skin 1 (based on Apache Maven Fluido Skin 1.5-SNAPSHOT)
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20160227" />
<meta http-equiv="Content-Language" content="en" />
<title>Data Conservancy Developers Home</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.min.js"></script>
<link rel="icon" href="./images/dc-favico.png" type="image/png"/>
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Data Conservancy GitHub Home"/>
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="website"/>
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="/index.html"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="./images/dc-logo.gif"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image:type" content="image/gif"/>
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="The Data Conservancy GitHub Website"/>
<meta name="description" content="Home page providing links and brief descriptions of the Data Conservancy development efforts" /><meta name="google-site-verification" content="Z-t5wTj1qWGFg54hDDdcKeoPgYPt4ekSlJ09-2enmrM" /> </head>
<body class="topBarDisabled">
<div class="container">
<div id="bodyColumn" >
<h1><a name="top"></a> Data Conservancy Developers Home</h1>
<p>This website maintains helpful links to projects and documents created by the <a class="externalLink" href="http://dataconservancy.org" title="Data Conservancy Home Page">Data Conservancy</a>.</p>
<div class="section">
<h2><a name="BagIt_Profile"></a><a name="bagit-profile"></a> BagIt Profile</h2>
<p>The <a class="externalLink" href="http://dataconservancy.github.io/dc-packaging-spec/dc-bagit-profile-1.0.html" title="Data Conservancy BagIt Profile 1.0">Data Conservancy BagIt Profile</a> refines the existing BagIt specification in order to provide platform interoperability and Resource Manifest discovery when combined with the <a href="#packaging-spec">packaging specification</a>.</p></div>
<div class="section">
<h2><a name="Packaging_Specification"></a><a name="packaging-spec"></a> Packaging Specification</h2>
<p>The <a class="externalLink" href="http://dataconservancy.github.io/dc-packaging-spec/dc-packaging-spec-1.0.html" title="Data Conservancy Packaging Specification 1.0">Data Conservancy Packaging Specification</a> relies on the <a href="#bagit-profile">BagIt Profile</a> to package and describe digital content. </p></div>
<div class="section">
<h2><a name="Packaging_Tool"></a><a name="packaging-tool"></a> Packaging Tool</h2>
<p>The <a class="externalLink" href="http://github.com/DataConservancy/dcs-packaging-tool" title="Data Conservancy Packaging Tool">Data Conservancy Packaging Tool</a> is a JavaFX GUI for creating packages that conform to the Data Conservancy Packaging Specification.</p></div>
<div class="section">
<h2><a name="Package_Ingest"></a><a name="package-ingest"></a> Package Ingest</h2>
<p>The <a class="externalLink" href="http://github.com/DataConservancy/dcs-package-ingest/releases" title="Data Conservancy Package Ingest">Data Conservancy Package Ingest Service</a> accepts packages that conform to the <a class="externalLink" href="http://dataconservancy.github.io/dc-packaging-spec/dc-packaging-spec-1.0.html" title="Data Conservancy Packaging Specification 1.0">Data Conservancy Packaging Specification</a>, and deposits them in a Fedora repository.</p></div>
</div>
</div>
<hr/>
<footer>
<div class="container">
<div class="row">
<p >Copyright © 2010–2016
<a href="http://dataconservancy.org">Data Conservancy</a>.
All rights reserved.
</p>
</div>
<p id="poweredBy" class="pull-right">
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</p>
</div>
</footer>
</body>
</html>