diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-27 06:53:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-27 06:53:39 +0000 |
commit | ffefcab1bcd41f4a21f5f5d735780d945f5eec34 (patch) | |
tree | f04ccbac845810da65b1eecc65552ef0fc7523bc | |
parent | 0226b53b75acafd2dc08ded4088925126470c907 (diff) |
greep at mindspring.com provided an index.html file that links to all the
existing HTML documents. It makes it easier to browse all the docs with
your browser.
-rw-r--r-- | docs/Makefile.am | 3 | ||||
-rw-r--r-- | docs/index.html | 38 |
2 files changed, 40 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index b0fea655e..26a1713c5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -56,7 +56,8 @@ HTMLPAGES = \ curl_mprintf.html \ curl_global_init.html \ curl_global_cleanup.html \ - libcurl.html + libcurl.html \ + index.html EXTRA_DIST = $(man_MANS) \ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..b3300013b --- /dev/null +++ b/docs/index.html @@ -0,0 +1,38 @@ +HTML> +<HEAD> +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> +<TITLE>Index to Curl documentation</TITLE> +</HEAD> + +<BODY> +<H1 ALIGN="CENTER">Index to Curl documentation</H1> + +<H2>Programs</H2> +<P><A HREF="curl-config.html">curl-config.html</A> +<P><A HREF="curl.html">curl.html</A> + +<H2>Library routines</H2> +<P><A HREF="libcurl.html">libcurl.html</A> +<P><A HREF="curl_easy_cleanup.html">curl_easy_cleanup.html</A> +<P><A HREF="curl_easy_duphandle.html">curl_easy_duphandle.html</A> +<P><A HREF="curl_easy_getinfo.html">curl_easy_getinfo.html</A> +<P><A HREF="curl_easy_init.html">curl_easy_init.html</A> +<P><A HREF="curl_easy_perform.html">curl_easy_perform.html</A> +<P><A HREF="curl_easy_setopt.html">curl_easy_setopt.html</A> +<P><A HREF="curl_escape.html">curl_escape.html</A> +<P><A HREF="curl_formadd.html">curl_formadd.html</A> +<P><A HREF="curl_formfree.html">curl_formfree.html</A> +<P><A HREF="curl_formparse.html">curl_formparse.html</A> +<P><A HREF="curl_getdate.html">curl_getdate.html</A> +<P><A HREF="curl_getenv.html">curl_getenv.html</A> +<P><A HREF="curl_global_cleanup.html">curl_global_cleanup.html</A> +<P><A HREF="curl_global_init.html">curl_global_init.html</A> +<P><A HREF="curl_mprintf.html">curl_mprintf.html</A> +<P><A HREF="curl_slist_append.html">curl_slist_append.html</A> +<P><A HREF="curl_slist_free_all.html">curl_slist_free_all.html</A> +<P><A HREF="curl_strequal.html">curl_strequal.html</A> +<P><A HREF="curl_strnequal.html">curl_strnequal.html</A> +<P><A HREF="curl_unescape.html">curl_unescape.html</A> +<P><A HREF="curl_version.html">curl_version.html</A> +</BODY> +</HTML> |