2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Added sqlite3 depenency and Firefox3 cookie support.
	* README
pull/1/head
Tatsuhiro Tsujikawa 2008-08-23 16:14:17 +00:00
parent bf072626c8
commit ed25d2e245
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added sqlite3 depenency and Firefox3 cookie support.
* README
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
State that firefox3 cookie is supported explicitly in the usage. State that firefox3 cookie is supported explicitly in the usage.

5
README
View File

@ -31,7 +31,8 @@ Here is a list of features.
* HTTP Proxy authentication support * HTTP Proxy authentication support
* HTTP gzip, deflate content encoding support * HTTP gzip, deflate content encoding support
* Chunked transfer encoding support * Chunked transfer encoding support
* Load Cookies from file using the Mozilla/Firefox(1.x/2.x) and Netscape format * Load Cookies from file using the Firefox3 format and the Mozilla/Firefox
(1.x/2.x)/Netscape format.
* Custom HTTP Header support * Custom HTTP Header support
* Persistent Connections support * Persistent Connections support
* FTP through HTTP Proxy * FTP through HTTP Proxy
@ -59,6 +60,7 @@ BitTorrent GnuTLS+Libgcrypt or OpenSSL
Metalink libxml2 or Expat. Metalink libxml2 or Expat.
Checksum GnuTLS+Libgcrypt or OpenSSL Checksum GnuTLS+Libgcrypt or OpenSSL
gzip, deflate in HTTP zlib gzip, deflate in HTTP zlib
Firefox3 cookie libsqlite3
------------------------------------------------- -------------------------------------------------
Note;; Note;;
@ -88,6 +90,7 @@ packages(package name may vary depending on the distribution you use):
* libares-dev (Required for async DNS support) * libares-dev (Required for async DNS support)
* libxml2-dev (Required for Metalink support) * libxml2-dev (Required for Metalink support)
* libz1g-dev (Required for gzip, deflate decoding support in HTTP) * libz1g-dev (Required for gzip, deflate decoding support in HTTP)
* libsqlite3-dev (Required for Firefox3 cookie support)
You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev: You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev:

View File

@ -399,7 +399,8 @@ Chunked transfer encoding support
</li> </li>
<li> <li>
<p> <p>
Load Cookies from file using the Mozilla/Firefox(1.x/2.x) and Netscape format Load Cookies from file using the Firefox3 format and the Mozilla/Firefox
(1.x/2.x)/Netscape format.
</p> </p>
</li> </li>
<li> <li>
@ -529,6 +530,14 @@ cellspacing="0" cellpadding="4">
zlib zlib
</td> </td>
</tr> </tr>
<tr>
<td align="left">
Firefox3 cookie
</td>
<td align="left">
libsqlite3
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>
@ -603,6 +612,11 @@ libxml2-dev (Required for Metalink support)
libz1g-dev (Required for gzip, deflate decoding support in HTTP) libz1g-dev (Required for gzip, deflate decoding support in HTTP)
</p> </p>
</li> </li>
<li>
<p>
libsqlite3-dev (Required for Firefox3 cookie support)
</p>
</li>
</ul></div> </ul></div>
<div class="para"><p>You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev:</p></div> <div class="para"><p>You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev:</p></div>
<div class="ilist"><ul> <div class="ilist"><ul>
@ -756,7 +770,7 @@ ftp-pasv=true</tt></pre>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2008-07-23 21:36:33 JST Last updated 2008-08-24 01:12:45 JST
</div> </div>
</div> </div>
</body> </body>