-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (34 loc) · 2.3 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>dynaXML Text Architecture</title>
<link rel="stylesheet" type="text/css" href="css/dynaxml.css">
</head>
<body>
<table width="95%" align="center">
<tbody>
<tr>
<td>
<div class="header">
<img src="icons/cdllogo.gif" alt="logo" align="MIDDLE" width="38" height="36" border="0">
<a href="http://www.cdlib.org">California Digital Library</a>
</div>
<h2>dynaXML Text Architecture</h2>
<hr>
<p>dynaXML is the application and architecture by which XML text is served at CDL. It works by dynamically transforming XML into HTML using XSLT stylesheets via a JAVA Servlet. Features include an IP-based access mechanism, Frames Caching, and KWIC (Keyword in Context) searching of individual texts. It is made available through the texts.cdlib.org domain name and is being used extensively by both the eScholarship and OAC projects. While in production now, this is definitely still an architecture under development. Future enhancements include collection-level indexing and searching, additional access mechanisms, more flexible configuration, and improved modularity and extensibility.</p>
<h3>Services</h3>
<p>There are presently two public access points:<br><br>
For eScholarship Digital Books: <a href="http://escholarship.cdlib.org/ucpress/">http://escholarship.cdlib.org/ucpress</a><br><br>
For OAC Texts: <a href="http://oac.cdlib.org/texts/">http://oac.cdlib.org/texts/</a></p>
<h3>Resources</h3>
<p>For information on the technical aspects of dynaXML, adminstrative proceedures, software building instructions, etc. see the<a href="dynaXmlRefSheet.html">Technical Reference Sheet</a> for this project.</p>
<p>For a more detailed description of the dynaXML servlets and their various functions see the <a href="http://texts.cdlib.org/xtf/WebDocs/">document pages</a>.</p>
<p> There is also a <a href="CDL_Text_System.pdf">Preliminary Design Outline</a>, which describes possible future enhancements to the current text infrastructure at CDL.</p>
<hr>
<div class="footer"><a href="mailto: [email protected]">Contact: Kirk Hastings <[email protected]></a></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>