Skip to content

Commit

Permalink
libcurl/_features.html: remove exlamation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 2, 2024
1 parent 9f3424b commit a3f7c2a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions libcurl/_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<a name="reliable"></a>
SUBTITLE(Solid and Reliable!)
SUBTITLE(Solid and Reliable)
<p>
libcurl was released in its current "incarnation" in the year 2000 and it has
been in constant use by a large number of applications
Expand All @@ -30,7 +30,7 @@
with what works.

<a name="widelyused"></a>
SUBTITLE(Widely Used!)
SUBTITLE(Widely Used)
<p>
libcurl is the most used C-based highly portable transfer library in the
world. Some of the world's
Expand All @@ -42,24 +42,24 @@
knowingly or not, every day.

<a name="portable"></a>
SUBTITLE(Portable!)
SUBTITLE(Portable)
<p>
libcurl has been ported to numerous platforms and CPUs. libcurl offers the
same API and feature set on all of them! Using libcurl assures you that you
same API and feature set on all of them. Using libcurl assures you that you
can write your application to work on very large amount of systems, including
but not limited to Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX,
AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, macOS,
Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...

<a name="thread"></a>
SUBTITLE(Thread Safe!)
SUBTITLE(Thread Safe)
<p>
libcurl is thread safe but there are a few exceptions. Refer to <a
href="//curl.se/libcurl/c/libcurl-thread.html">libcurl-thread(3)</a>
for more information.

<a name="features"></a>
SUBTITLE(Unmatched Set of Features!)
SUBTITLE(Unmatched Set of Features)
<p>
There simply is no other HTTP and FTP library that can boast the same amount
and set of <a href="/docs/features.html">features</a> that libcurl does. Be
Expand All @@ -70,10 +70,10 @@

<p>
libcurl also offers an unmatched set of bindings, enabling you to access and
use libcurl from basically whatever language you can think of!
use libcurl from basically whatever language you can think of.

<a name="ipv6"></a>
SUBTITLE(Supports IPv6!)
SUBTITLE(Supports IPv6)
<p>

If compiled with IPv6 support enabled, <b>All protocols</b> work splendidly
Expand All @@ -87,7 +87,7 @@
style addresses like <tt>[::1]</tt>.

<a name="support"></a>
SUBTITLE(Well Supported!)
SUBTITLE(Well Supported)
<p>
We claim libcurl is well supported because you can get help on one of the
mailing lists, very quickly and accurately. Often within a few hours. Having
Expand All @@ -103,10 +103,10 @@
support</a> companies.
<p>
Since the code is free and available, any skilled programmer can fix and
improve the tool and library whenever. If you can't, you can hire one!
improve the tool and library whenever. If you can't, you can hire one.

<a name="fast"></a>
SUBTITLE(Fast!)
SUBTITLE(Fast)
<p>
Tests performed by independent users, have repeatedly proved libcurl to be
fast.
Expand All @@ -116,7 +116,7 @@
it perl, Python, PHP, tcl or whatever) are <i>much</i> slower.

<a name="docs"></a>
SUBTITLE(Thoroughly Documented!)
SUBTITLE(Thoroughly Documented)
<p> All functions in libcurl have their own detailed <a
href="/libcurl/c/allfuncs.html">manpages</a> describing their actual
functionality and purpose.
Expand Down Expand Up @@ -147,7 +147,7 @@

<li> A few times in the beginning of our project we felt forced to break
existing behavior and we did API and ABI bumps. It was painful and hard and
bad and we <b>really really</b> don't want to do it again. Ever! We have not
bad and we <b>really really</b> don't want to do it again. Ever. We have not
done it since 2006.

</ol>
Expand Down

0 comments on commit a3f7c2a

Please sign in to comment.