curl/index.html

101 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Curl : Curl is a tool and libcurl is a library for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TFTP, SCP, SFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Curl</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/bagder/curl">View on GitHub</a>
<h1 id="project_title">Curl</h1>
<h2 id="project_tagline">Curl is a tool and libcurl is a library for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TFTP, SCP, SFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/bagder/curl/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/bagder/curl/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<pre><code> _ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ &lt;| |___
\___|\___/|_| \_\_____|
</code></pre>
<p>README</p>
<p>Curl is a command line tool for transferring data specified with URL
syntax. Find out how to use curl by reading the curl.1 man page or the
MANUAL document. Find out how to install Curl by reading the INSTALL
document.</p>
<p>libcurl is the library curl is using to do its job. It is readily
available to be used by your software. Read the libcurl.3 man page to
learn how!</p>
<p>You find answers to the most frequent questions we get in the FAQ document.</p>
<p>Study the COPYING file for distribution terms and similar. If you distribute
curl binaries or other binaries that involve libcurl, you might enjoy the
LICENSE-MIXING document.</p>
<p>CONTACT</p>
<p>If you have problems, questions, ideas or suggestions, please contact us
by posting to a suitable mailing list. See <a href="http://curl.haxx.se/mail/">http://curl.haxx.se/mail/</a></p>
<p>All contributors to the project are listed in the THANKS document.</p>
<p>WEB SITE</p>
<p>Visit the curl web site for the latest news and downloads:</p>
<pre><code> http://curl.haxx.se/
</code></pre>
<p>GIT</p>
<p>To download the very latest source off the GIT server do this:</p>
<pre><code>git clone git://github.com/bagder/curl.git
</code></pre>
<p>(you'll get a directory named curl created, filled with the source code)</p>
<p>NOTICE</p>
<p>Curl contains pieces of source code that is Copyright (c) 1998, 1999
Kungliga Tekniska Högskolan. This notice is included here to comply with the
distribution terms.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Curl maintained by <a href="https://github.com/bagder">bagder</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>