greep at mindspring.com provided an index.html file that links to all the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Nov 2001 06:53:39 +0000 (06:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Nov 2001 06:53:39 +0000 (06:53 +0000)
existing HTML documents. It makes it easier to browse all the docs with
your browser.

docs/Makefile.am
docs/index.html [new file with mode: 0644]

index b0fea65..26a1713 100644 (file)
@@ -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 (file)
index 0000000..b330001
--- /dev/null
@@ -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>