-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.43 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.43 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>COPE - Cope with Object Persistence</title>
</head>
<body>
<ul>
<li>
<a target="_blank" href="https://exedio.github.io/">homepage</a>,
</li>
<li>
<a target="_blank" href="https://exedio.github.io/api/">API documentation</a>,
<!--suppress HtmlUnknownTarget -->
<a target="_blank" href="build/api/index.html">local</a> (run <code>ant api</code> to build)
</li>
<li>
<!--suppress HtmlUnknownTarget -->
<a target="_blank" href="build/testprotocol.html">Test Protocol</a> (run <code>ant testprotocol</code> to build)
</li>
<li><a target="_blank" href="runtime/TODO">todo</a>
<li>
tomcat:
<a target="_blank" href="http://localhost:8080/manager/html">manager</a>,
<a target="_blank" href="http://localhost:8080/host-manager/html">host-manager</a>
</li>
<li>
<!--suppress HtmlUnknownTarget -->
<a target="_blank" href="build/environments/">environments</a> (run <code>ant index</code> to build)
</li>
<li>
servlet test environments:
<a target="_blank" href="http://localhost:8080/cope-runtime-servlet/init/">init</a>,
<a target="_blank" href="http://localhost:8080/cope-runtime-servlet/mediaConsole">console</a>
(admin/nimda)
</li>
</ul>
</body>
</html>