From 503af58fd32068e9500f9ca337bdc8c8ff2cb4ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Nov 2015 22:58:33 +0100 Subject: [PATCH] all: added "TBD" to empty paragraphs Mostly to let me count blank spots easier --- bindings.md | 8 ++++++++ building.md | 26 ++++++++++++++++++++++++++ cmdline.md | 9 +++++++++ curlexamples.md | 18 ++++++++++++++++++ libcurl.md | 20 ++++++++++++++++++++ sourcecode.md | 20 ++++++++++++++++++++ usingcurl.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 145 insertions(+) diff --git a/bindings.md b/bindings.md index b476956df..687e26766 100644 --- a/bindings.md +++ b/bindings.md @@ -1,7 +1,15 @@ # 10. Bindings +TBD + ## PHP +TBD + ## Perl +TBD + ## Python + +TBD diff --git a/building.md b/building.md index 5edffa6bc..d65bbaa41 100644 --- a/building.md +++ b/building.md @@ -28,26 +28,52 @@ for your environment, or you need to build it yourself from source. ## Installing from your package repository +TBD + ### apt-get +TBD + ### yum +TBD + ### homebrew +TBD + ## Linux and unixlike systems +TBD + ### autotools +TBD + ### cmake +TBD + ## Windows +TBD + ### make +TBD + ### cmake +TBD + ### other compilers +TBD + ## Other systems +TBD + ## Porting curl to non-supported systems + +TBD diff --git a/cmdline.md b/cmdline.md index e7abee691..5be997916 100644 --- a/cmdline.md +++ b/cmdline.md @@ -315,11 +315,20 @@ invokes. ## URL Globbing +TBD + ## List all options +TBD + ## Config file +TBD + ## Passwords and snooping +TBD + ## The progress meter +TBD diff --git a/curlexamples.md b/curlexamples.md index 23462f928..2ffa4f049 100644 --- a/curlexamples.md +++ b/curlexamples.md @@ -1,17 +1,35 @@ # curl examples +TBD + ## Fetch many variations on a URL +TBD + ## Follow redirects automatically +TBD + ## Impersonating a specific web browser +TBD + ## Issuing a web search +TBD + ## Tell the server where you didn't come from +TBD + ## Maintain state with cookies +TBD + ## Login to a web service with POST +TBD + ## Upload a file as with a HTML form + +TBD diff --git a/libcurl.md b/libcurl.md index 3767aa31c..6ae25f134 100644 --- a/libcurl.md +++ b/libcurl.md @@ -1,19 +1,39 @@ # 9. Using libcurl +TBD + ## curl --libcurl +TBD + ## Easy API +TBD + ### Easy examples +TBD + ## Multi API +TBD + ### Multi examples +TBD + ## multi_socket API +TBD + ### multi_socket examples +TBD + ## Common mistakes +TBD + ## When things don't run the way you thought they would + +TBD diff --git a/sourcecode.md b/sourcecode.md index d49c88ac0..30b325571 100644 --- a/sourcecode.md +++ b/sourcecode.md @@ -305,20 +305,40 @@ Handy scripts. ## Handling different build options +TBD + ## Style and code requirements +TBD + ## Contributing +TBD + ### What to add +TBD + ### What not to add +TBD + ## git +TBD + ### git commit style +TBD + ## About adhering to standards and who's right +TBD + ## Web site source code +TBD + ### Building the web + +TBD diff --git a/usingcurl.md b/usingcurl.md index 7809d78ca..195cf52c8 100644 --- a/usingcurl.md +++ b/usingcurl.md @@ -1,43 +1,87 @@ # 7. Using curl +TBD + ## .netrc +TBD + ## Proxies +TBD + ### HTTP +TBD + ### SOCKS +TBD + ### Proxy authentication +TBD + ## The supported protocols +TBD + ## Persistent connections +TBD + ## HTTP +TBD + ### Protocol basics +TBD + ### POST +TBD + ### PUT +TBD + ### HTTP/2 +TBD + ### HTTP authentication +TBD + ### Scripting browser-like tasks +TBD + ### Cheat sheet +TBD + ## FTP +TBD + ## TLS usage +TBD + ### Verifying server certificates +TBD + ### Client certificates +TBD + ## Other protocols +TBD + ## When things don't run the way you thought they would + +TBD