-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
89 lines (77 loc) · 4.4 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>LEAP-ODD by livingstoneonline</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>LEAP-ODD</h1>
<p>Repository containing the LEAP ODD (and generated output) for the Livingstone-online Enrichment and Access Project</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/livingstoneonline/LEAP-ODD" class="button fork"><strong>View On GitHub</strong></a>
<div class="downloads">
<span>Downloads:</span>
<ul>
<li><a href="https://github.com/livingstoneonline/LEAP-ODD/zipball/master" class="button">ZIP</a></li>
<li><a href="https://github.com/livingstoneonline/LEAP-ODD/tarball/master" class="button">TAR</a></li>
</ul>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h3>
<a id="welcome-to-leap-odd-site" class="anchor" href="#welcome-to-leap-odd-site" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to LEAP ODD Site.</h3>
<h1>
<a id="leap-odd" class="anchor" href="#leap-odd" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>LEAP-ODD</h1>
<p>Repository containing the LEAP ODD (and generated output) for the Livingstone-online Enrichment and Access Project</p>
<p><em>NOTE:</em> All work or development happens on the <a href="https://github.com/LivingstoneOnline/LEAP-ODD/tree/gh-pages">https://github.com/LivingstoneOnline/LEAP-ODD/tree/gh-pages</a> branch of this repository and thus is automatically live on the web at <a href="http://livingstoneonline.github.io/LEAP-ODD/index.html">http://livingstoneonline.github.io/LEAP-ODD/index.html</a></p>
<p>File List:</p>
<ul>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/index.html">index.html</a> -- index file for site that just enables downloading of files </li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap-doc.css">leap-doc.css</a> -- CSS file for rendering the HTML documentation</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap.html">leap.html</a> -- HTML documentation generated from leap.odd.xml</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap.odd.xml">leap.odd.xml</a> -- LEAP TEI P5 ODD customisation and documentation file</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap.rng">leap.rng</a> -- RNG schema generated from leap.odd.xml</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap-template-diaries.xml">leap-template-diaries.xml</a> -- example template for LEAP diaries</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap-template-letters.xml">leap-template-letters.xml</a> -- example template for LEAP letters</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/leap.zip">leap.zip</a> -- ZIP of the above files</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/Makefile">Makefile</a> -- Makefile used to generate the above files</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/profile">profile</a> -- TEI ODD transformation profile (just sets some basic parameters)</li>
<li>
<a href="http://livingstoneonline.github.io/LEAP-ODD/README.md">README.md</a> -- This readme file</li>
</ul>
<p>The initial work on this was done by <a href="https://github.com/jamescummings" class="user-mention">@jamescummings</a> and <a href="https://github.com/awisnicki" class="user-mention">@awisnicki</a>.</p>
</section>
<footer>
<p>Project maintained by <a href="https://github.com/livingstoneonline">livingstoneonline</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>