-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
68 lines (59 loc) · 2.99 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Dclpxsltbox by DCLP</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Dclpxsltbox</h1>
<p class="header">Sandbox for experimenting with DCLP/PN XSLT stuff</p>
<ul>
<li class="download"><a class="buttons" href="https://github.com/DCLP/dclpxsltbox/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/DCLP/dclpxsltbox/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/DCLP/dclpxsltbox">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/DCLP">DCLP</a></p>
</header>
<section>
<h1>
<a name="test-data" class="anchor" href="#test-data"><span class="octicon octicon-link"></span></a>Test data:</h1>
<ul>
<li><a href="https://github.com/DCLP/idp.data/tree/dclp">DCLP fork of papyri/idp.data git repository; dclp branch and subdirectory</a></li>
</ul><h1>
<a name="current-code" class="anchor" href="#current-code"><span class="octicon octicon-link"></span></a>Current code:</h1>
<ul>
<li>PN-specific stylesheets: <a href="https://github.com/DCLP/navigator/tree/xslt-master/pn-xslt">DCLP fork of papyri/navigator git repository, xslt-master branch, pn-xslt subdirectory</a>
</li>
<li>EpiDoc standard stylesheets: <a href="http://sourceforge.net/p/epidoc/code/HEAD/tree/branches/dclp/example-p5-xslt/">EpiDoc example-p5-xslt svn repository, DCLP branch</a>
</li>
<li>PE-specific XSugar code: <a href="https://github.com/DCLP/xsugar">DCLP fork of papyri/xsugar git repository</a></li>
</ul><h1>
<a name="latest-transform-results" class="anchor" href="#latest-transform-results"><span class="octicon octicon-link"></span></a>Latest transform results:</h1>
<ul>
<li>From the modified PN and EpiDoc XSLT code: <a href="output/dclp">output/dclp/</a>
</li>
</ul>
<h1>
<a name="xsugar-coverage" class="anchor" href="#xsugar-coverage"><span class="octicon octicon-link"></span></a>XSugar test results:</h1>
<ul>
<li><a href="output/xsugar/coverage.html">XSugar Coverage Test Results</a></li>
<li><a href="output/xsugar/coverage-log.txt">XSugar Coverage Test Output and Error Log</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>