blob: d84a63b9def4b75abc6b60dfc5f230c1070108c7 (
plain)
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
|
#!wml --include=..
#include "include/layout.wml"
<subject "GNU Classpath Documentation">
<box>
<boxtitle>Classpath::Legal Information</boxtitle>
<boxitem>
<blockquote>
<createlink url="license.html#documentation" name="Documentation Redistribution Policy"><br/>
<createlink url="license.html" name="Copyright and License Terms"><br/>
</blockquote>
</boxitem>
<boxtitle>Classpath::API & Language Documentation</boxtitle>
<boxitem>
<blockquote>
<createlink url="http://developer.classpath.org/doc/" name="GNU Classpath API Specification"><br />
<createlink url="docs/cp-tools.html" name="GNU Classpath Tools"><br />
</blockquote>
</boxitem>
<boxtitle>Classpath::Developer's Documentation</boxtitle>
<boxitem>
<blockquote>
<createlink url="docs/cp-hacking.html" name="GNU Classpath Hacker's Guide"><br/>
<createlink url="docs/cp-vmintegration.html" name="Virtual Machine Integration Guide"><br/>
<createlink url="http://developer.classpath.org/mediation/" name="GNU Classpath Wiki"><br/>
</blockquote>
</boxitem>
</box>
|