From ffefcab1bcd41f4a21f5f5d735780d945f5eec34 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Nov 2001 06:53:39 +0000 Subject: 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. --- docs/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/index.html (limited to 'docs/index.html') 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> + + +Index to Curl documentation + + + +

Index to Curl documentation

+ +

Programs

+

curl-config.html +

curl.html + +

Library routines

+

libcurl.html +

curl_easy_cleanup.html +

curl_easy_duphandle.html +

curl_easy_getinfo.html +

curl_easy_init.html +

curl_easy_perform.html +

curl_easy_setopt.html +

curl_escape.html +

curl_formadd.html +

curl_formfree.html +

curl_formparse.html +

curl_getdate.html +

curl_getenv.html +

curl_global_cleanup.html +

curl_global_init.html +

curl_mprintf.html +

curl_slist_append.html +

curl_slist_free_all.html +

curl_strequal.html +

curl_strnequal.html +

curl_unescape.html +

curl_version.html + + -- cgit v1.2.1 From 465ae39e86396c2d1a84735164964a43a9c157e1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Mar 2002 10:10:58 +0000 Subject: moved to the new libcurl/ directory --- docs/index.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index b3300013b..000000000 --- a/docs/index.html +++ /dev/null @@ -1,38 +0,0 @@ -HTML> - - -Index to Curl documentation - - - -

Index to Curl documentation

- -

Programs

-

curl-config.html -

curl.html - -

Library routines

-

libcurl.html -

curl_easy_cleanup.html -

curl_easy_duphandle.html -

curl_easy_getinfo.html -

curl_easy_init.html -

curl_easy_perform.html -

curl_easy_setopt.html -

curl_escape.html -

curl_formadd.html -

curl_formfree.html -

curl_formparse.html -

curl_getdate.html -

curl_getenv.html -

curl_global_cleanup.html -

curl_global_init.html -

curl_mprintf.html -

curl_slist_append.html -

curl_slist_free_all.html -

curl_strequal.html -

curl_strnequal.html -

curl_unescape.html -

curl_version.html - - -- cgit v1.2.1 From cc7f2a0d08beeb4a7746a02868e59d5f93f625b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Sep 2002 13:05:54 +0000 Subject: main index for the tool docs --- docs/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..3db02df08 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,18 @@ + + + +Index to Curl documentation + + + +

Index to Curl documentation

+ +

Programs

+

curl-config +

curl + +

libcurl

+See the libcurl section + + + -- cgit v1.2.1 From 29d0174253d7049c1308f0af948b06d26031ffaa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Sep 2002 13:12:48 +0000 Subject: nicer html --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 3db02df08..4bf451234 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,8 +8,8 @@

Index to Curl documentation

Programs

-

curl-config -

curl +curl-config +
curl

libcurl

See the libcurl section -- cgit v1.2.1 From 3b33540c997df1e5bda343c7cf89b7990e9a0c54 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Sep 2002 13:16:08 +0000 Subject: point out more docs --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4bf451234..540a61f36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,6 +11,9 @@ curl-config
curl +

Tutorial

+The Art Of Scripting HTTP Requests Using Curl (plain text) +

libcurl

See the libcurl section -- cgit v1.2.1 From 98c70b73f2b90196434b2dd58643828e0baab263 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Apr 2004 07:05:22 +0000 Subject: added doctype tag to get HTML compliant --- docs/index.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 540a61f36..4390378af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,13 +1,13 @@ - - - -Index to Curl documentation - + + + +Index to Curl documentation + - -

Index to Curl documentation

+ +

Index to Curl documentation

-

Programs

+

Programs

curl-config
curl @@ -17,5 +17,4 @@

libcurl

See the libcurl section - - + -- cgit v1.2.1