Skip to content

Commit

Permalink
titles: remove numbering
Browse files Browse the repository at this point in the history
(at least until the ordering and amount is somewhat settled)
  • Loading branch information
bagder committed Jan 11, 2016
1 parent a7d245f commit eae60a0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bindings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 10. Bindings
# Bindings

TBD

Expand Down
2 changes: 1 addition & 1 deletion building.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 8. Building and installing
# Building and installing

The source code for this project is written in a way that allows it to get
compiled and built on just about any operating system and platform, with as
Expand Down
2 changes: 1 addition & 1 deletion cmdline.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 6. Command line
# Command line basics

curl started out as a command line tool and it has been invoked from shell
prompts and from within scripts by thousands of users over the years. curl has
Expand Down
2 changes: 1 addition & 1 deletion curl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2. The cURL project
# The cURL project

![curl logo](curl-logo.jpg)

Expand Down
2 changes: 1 addition & 1 deletion http.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HTTP
# How to HTTP with curl

TBD

Expand Down
2 changes: 1 addition & 1 deletion libcurl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 9. libcurl basics
# libcurl basics

The engine in the curl command line tool is libcurl. libcurl is also the
engine in thousands of tools, services and applications out there today,
Expand Down
2 changes: 1 addition & 1 deletion opensource.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3. Open Source
# Open Source

## What is open source

Expand Down
2 changes: 1 addition & 1 deletion protocols.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5. Network and protocols
# Network and protocols

Before diving in and talking about how to use curl to get things done, let's
take a look at what all this networking is and how it works. Using
Expand Down
2 changes: 1 addition & 1 deletion sourcecode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4. The source code
# The source code

The source code is of course the actual engine parts of this project. After
all, it is a software project.
Expand Down
2 changes: 1 addition & 1 deletion usingcurl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 7. Using curl
# Using curl

Previous chapters have described some basic details on what curl is and
something about the basic command lines. You use command line options and you
Expand Down

0 comments on commit eae60a0

Please sign in to comment.