diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
commit | c8875fb97fc03779a5bba09872227b1d08e5d52a (patch) | |
tree | a0b991cf5866ae1d616639b906ac001811d74508 /libjava/classpath/doc/www.gnu.org/docs/docs.wml | |
parent | c40c1730800ed292b6db39a83d592476fa59623c (diff) | |
download | ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.tar.gz ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.zip |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/doc/www.gnu.org/docs/docs.wml')
-rw-r--r-- | libjava/classpath/doc/www.gnu.org/docs/docs.wml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/libjava/classpath/doc/www.gnu.org/docs/docs.wml b/libjava/classpath/doc/www.gnu.org/docs/docs.wml new file mode 100644 index 00000000000..c94b7ba5e57 --- /dev/null +++ b/libjava/classpath/doc/www.gnu.org/docs/docs.wml @@ -0,0 +1,37 @@ +#!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"> +</blockquote> + +</boxitem> + +<boxtitle>Classpath::Developer's Documentation</boxtitle> + +<boxitem> +<blockquote> + <createlink url="docs/hacking.html" name="GNU Classpath Hacker's Guide"><br/> + <createlink url="docs/vmintegration.html" name="Virtual Machine Integration Guide"><br/> + <createlink url="http://developer.classpath.org/mediation/" name="GNU Classpath Wiki"><br/> +</blockquote> +</boxitem> + + +</box> |