summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjcgregorio <devnull@localhost>2007-02-14 03:41:53 +0000
committerjcgregorio <devnull@localhost>2007-02-14 03:41:53 +0000
commita39ff0ae856554b39e753b78dafb54969389999f (patch)
treedbc428a331ce76681715e8bc3385faec5b78f3f8 /index.html
parent864fa04ecc143248d3c7efca94c51241c0d69b01 (diff)
downloadhttplib2-a39ff0ae856554b39e753b78dafb54969389999f.tar.gz
More updates to the home page
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 08f831a..bf5c8af 100644
--- a/index.html
+++ b/index.html
@@ -163,8 +163,9 @@ on the <a href="http://sourceforge.net/mail/?group_id=161082">httplib2 mailing l
<p>This module is not perfect and needs the following:</p>
<ul>
<li>Support for Proxies</li>
- <li><del>A pluggable store for the cache.</del> Right now the store is just flat files in a directory.
- I would like to have plugins that allow keeping the cache in Berkeley DB, <del>memcached</del>, Squid, MySQL, etc.</li>
+ <li>A pluggable store for the cache is in place, with plugins for
+ flat files and memcached.
+ I eventually want to have plugins that allow keeping the cache in Berkeley DB, MySQL, etc.</li>
<li>More unit tests</li>
</ul>