diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-05 15:47:23 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-05 15:47:23 +0000 |
commit | 71c9410a562b24654d48512ad3c9c19b105ea17c (patch) | |
tree | a56f669db052cd13035b0f03d64a60de6a484975 /cpp | |
parent | reverse previous commit (diff) | |
download | ice-71c9410a562b24654d48512ad3c9c19b105ea17c.tar.bz2 ice-71c9410a562b24654d48512ad3c9c19b105ea17c.tar.xz ice-71c9410a562b24654d48512ad3c9c19b105ea17c.zip |
Fixed bug #1746
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/README.html | 15 | ||||
-rw-r--r-- | cpp/doc/index.html | 19 |
2 files changed, 27 insertions, 7 deletions
diff --git a/cpp/doc/README.html b/cpp/doc/README.html index d89d1f8d35b..43e9892baf8 100644 --- a/cpp/doc/README.html +++ b/cpp/doc/README.html @@ -5,14 +5,15 @@ Ice Documentation </title> <body> <h1>Ice Documentation</h1> -<p>The full Ice manual is available as a separate download from -ZeroC's Web server. This distribution only contains a small HTML -subset of the full documentation.</p> +<p>The Ice documentation consists of the Ice manual, available +in PDF and HTML format, the Slice API documentation (HTML only) and the IceGrid Admin Online Help. +</p> <ul> -<li>Download the <a href="http://www.zeroc.com/download.html#doc">full -Ice manual</a> from ZeroC's Web server.</li> -<li>Browse the <a href="reference/index.html">HTML reference -documentation</a> included in this distribution.</li> +<li>Browse the <a href="reference/index.html">Slice API Documentation</a> included in this distribution.</li> +<li>Browse the <a href="IceGridAdmin/index.html">IceGrid Admin Online Help</a> included in this distribution.</li> +<li>Browse the <a href="http://www.zeroc.com/doc/@ver@/manual/index.html">Ice manual </a> on ZeroC's web server.</li> +<li>Download the <a href="http://www.zeroc.com/download.html#doc">full Ice manual</a> in PDF format from ZeroC's Web server.</li> + </ul> </body> </html> diff --git a/cpp/doc/index.html b/cpp/doc/index.html new file mode 100644 index 00000000000..43e9892baf8 --- /dev/null +++ b/cpp/doc/index.html @@ -0,0 +1,19 @@ +<html> +<head> +<title> +Ice Documentation +</title> +<body> +<h1>Ice Documentation</h1> +<p>The Ice documentation consists of the Ice manual, available +in PDF and HTML format, the Slice API documentation (HTML only) and the IceGrid Admin Online Help. +</p> +<ul> +<li>Browse the <a href="reference/index.html">Slice API Documentation</a> included in this distribution.</li> +<li>Browse the <a href="IceGridAdmin/index.html">IceGrid Admin Online Help</a> included in this distribution.</li> +<li>Browse the <a href="http://www.zeroc.com/doc/@ver@/manual/index.html">Ice manual </a> on ZeroC's web server.</li> +<li>Download the <a href="http://www.zeroc.com/download.html#doc">full Ice manual</a> in PDF format from ZeroC's Web server.</li> + +</ul> +</body> +</html> |