diff options
author | Brian Jones <cbj@gnu.org> | 2002-12-17 22:58:31 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2002-12-17 22:58:31 +0000 |
commit | 7bd1a7bba39bb17465f85eb1b18bb44e84f2902e (patch) | |
tree | 0e35b93febfda9928f55889a2e77ac934298aaad /doc/www.gnu.org/docs | |
parent | ea6e7e61c3406c0e7a03294051123ded376a250b (diff) | |
download | classpath-7bd1a7bba39bb17465f85eb1b18bb44e84f2902e.tar.gz |
* doc/www.gnu.org/docs/license.wml: link->createlink conversion.
* doc/www.gnu.org/docs/orp.wml: link->createlink conversion.
* doc/www.gnu.org/docs/redistribution.wml: link->createlink conversion.
* doc/www.gnu.org/docs/docs.wml: fix link to hacking doc,
link->createlink conversion.
* doc/www.gnu.org/announce/19990206.wml: link->createlink conversion.
* doc/www.gnu.org/announce/20001120.wml: link->createlink conversion.
* doc/www.gnu.org/announce/20010106.wml: link->createlink conversion.
* doc/www.gnu.org/announce/20020208.wml: link->createlink conversion.
* doc/www.gnu.org/announce/announcements.wml: link->createlink
conversion.
* doc/www.gnu.org/savannah.css: new file
* doc/www.gnu.org/include/macros.wml: rename 'link' tag 'createlink'
* doc/www.gnu.org/home.wml: link to cp-tools sub-project,
link->createlink conversion.
* doc/www.gnu.org/Makefile: copy *.css to webroot when publishing
Diffstat (limited to 'doc/www.gnu.org/docs')
-rw-r--r-- | doc/www.gnu.org/docs/docs.wml | 10 | ||||
-rw-r--r-- | doc/www.gnu.org/docs/orp.wml | 2 | ||||
-rw-r--r-- | doc/www.gnu.org/docs/redistribution.wml | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/www.gnu.org/docs/docs.wml b/doc/www.gnu.org/docs/docs.wml index c5818ae17..b05f71926 100644 --- a/doc/www.gnu.org/docs/docs.wml +++ b/doc/www.gnu.org/docs/docs.wml @@ -17,17 +17,17 @@ <H4>General Information</H4> <blockquote> <H4>Legal Notices</H4> - <link url="redistribution.html" name="Documentation Redistribution Policy"><br/> - <link url="license.html" name="Copyright and License Terms"><br/> + <createlink url="redistribution.html" name="Documentation Redistribution Policy"><br/> + <createlink url="license.html" name="Copyright and License Terms"><br/> </blockquote> <H4>API & Language Documentation</H4> <blockquote> - <link url="api/" name="GNU Classpath API Specification"> <link url="api/index_noframes.html" name="(No Frames)"><br/> + <createlink url="api/" name="GNU Classpath API Specification"> <createlink url="api/index_noframes.html" name="(No Frames)"><br/> </blockquote> <H4>GNU Classpath Developer's Documentation</H4> <blockquote> - <link url="orp.html" name="GNU Classpath Hacker's Guide"><br/> - <link url="vmintegration.html" name="Virtual Machine Integration Guide"><br/> + <createlink url="hacking.html" name="GNU Classpath Hacker's Guide"><br/> + <createlink url="vmintegration.html" name="Virtual Machine Integration Guide"><br/> </blockquote> </en> <footer> diff --git a/doc/www.gnu.org/docs/orp.wml b/doc/www.gnu.org/docs/orp.wml index b2c263f90..b8a81eaab 100644 --- a/doc/www.gnu.org/docs/orp.wml +++ b/doc/www.gnu.org/docs/orp.wml @@ -28,7 +28,7 @@ Example assumes ORP 1.0.9, see above. In the example, GNU Classpath sources are in ~/src/classpath/. </p> <UL> - <LI>Obtain <link url="http://sourceforge.net/projects/orp/" + <LI>Obtain <createlink url="http://sourceforge.net/projects/orp/" name="ORP"> from the Sourceforge project page</LI> <OL> <LI><tt>wget diff --git a/doc/www.gnu.org/docs/redistribution.wml b/doc/www.gnu.org/docs/redistribution.wml index b0fa65e97..82459a30e 100644 --- a/doc/www.gnu.org/docs/redistribution.wml +++ b/doc/www.gnu.org/docs/redistribution.wml @@ -19,10 +19,10 @@ GNU Documentation is unique because of our attitude towards it. We believe the reader should be free to copy and redistribute it, just like our software. Originally, all our documentation was released under -a short <link url="/licenses/licenses.html#WhatIsCopyleft" name="Copyleft"> -license, or under the <link url="/licenses/licenses.html#GPL" +a short <createlink url="/licenses/licenses.html#WhatIsCopyleft" name="Copyleft"> +license, or under the <createlink url="/licenses/licenses.html#GPL" name="GNU General Public License (GPL)"> itself; in 2001 the -<link url="/licenses/licenses.html#FDL" +<createlink url="/licenses/licenses.html#FDL" name="Free Documentation License (FDL)"> was created to address certain needs that were not met by licenses originally designed for software. |