Skip to content

Commit

Permalink
sync SUMMARY and chapter titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 14, 2023
1 parent 86d5748 commit e30b290
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of contents

* [README](README.md)
* [Introduction](README.md)
* [How to read this book](how-to-read.md)
* [The cURL project](project.md)
* [How it started](project/started.md)
Expand Down Expand Up @@ -33,7 +33,7 @@
* [Source code](source.md)
* [Open Source](source/opensource.md)
* [License](source/opensource/license.md)
* [Copyright and Legal](source/opensource/copyright.md)
* [Copyright](source/opensource/copyright.md)
* [Code layout](source/layout.md)
* [Handling build options](source/options.md)
* [Code style](source/style.md)
Expand Down
2 changes: 1 addition & 1 deletion get.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get curl
# Install curl

curl is totally free, open and available. There are numerous ways to get it
and install it for most operating systems and architecture. This section will
Expand Down
2 changes: 1 addition & 1 deletion get/linux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get curl for Linux
# Linux

Linux distributions come with "packager managers" that let you install
software that they offer. Most Linux distributions offer curl and libcurl to
Expand Down
2 changes: 1 addition & 1 deletion get/macos.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get curl for macOS
# macOS

macOS comes with the curl tool bundled with the operating system since many
years. If you want to upgrade to the latest version shipped by the curl
Expand Down
2 changes: 1 addition & 1 deletion get/windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get curl for Windows
# Windows

Windows 10 comes with the curl tool bundled with the operating system since
version 1804. If you have an older Windows version or just want to upgrade to
Expand Down
2 changes: 1 addition & 1 deletion project/coc.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code of conduct
# Code of Conduct

As contributors and maintainers of this project, we pledge to respect all
people who contribute through reporting issues, posting feature requests,
Expand Down
2 changes: 1 addition & 1 deletion protocols/curl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The protocols curl supports
# curl protocols

curl supports about 26 protocols. We say "about" because it depends on how you
count and what you consider to be distinctly different protocols.
Expand Down
2 changes: 1 addition & 1 deletion protocols/protocols.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Protocol
# Protocols

The language used to ask for data to get sent—in either direction—is
called **the protocol**. The protocol describes exactly how to ask the server
Expand Down
2 changes: 1 addition & 1 deletion source.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The source code
# 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 source/options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Handling different build options
# Handling build options

The curl and libcurl source code has been carefully written to build and run
on virtually every computer platform in existence. This can only be done
Expand Down
2 changes: 1 addition & 1 deletion source/style.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Style and code requirements
# Code style

Source code that has a common style is easier to read than code that uses
different styles in different places. It helps making the code feel like one
Expand Down
2 changes: 1 addition & 1 deletion source/web.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web site source code
# Website

Most of the curl website is also available in a public git repository,
although separate from the source code repository since it generally is not
Expand Down

0 comments on commit e30b290

Please sign in to comment.