-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
45 lines (28 loc) · 1.14 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Blitz JavaSpaces (Pure Java Edition) Documentation</title>
</head>
<body>
<h1>Blitz Documentation</h1>
<p><a href="docs/install_guide.html">Getting Started</a></p>
<p><a href="http://www.dancres.org/blitz/blitz_js_faq.html">FAQ</a></p>
<p><a href="docs/tools.html">Tools Guide</a> -
Standard utilities including dashboard.</p>
<p><a href="docs/serviceui.html">ServiceUI Support</a></p>
<p><a href="docs/dev_guide.html">Developers Guide</a></p>
<p><a href="docs/hello_example.html">Simple Example</a>
- Provides a simple helloworld-style example of a JavaSpaces
application.</p>
<p><a href="docs/javadocs/index.html">API
Documentation</a></p>
<p><a href="docs/extensions.html">Blitz Extensions</a></p>
<p><a href="docs/LICENSE.TXT">License</a> -
and how it <a href="docs/licensing.html">affects you</a>.</p>
<p><a href="docs/feedback.html">Reporting Bugs,
Providing Feedback or Asking Questions</a> - Checklists and email
addresses</p>
<p><a href="http://www.dancres.org/blitz/">Blitz
Project Website</a></p>
</body>
</html>