README.rdoc in anemone-0.6.1 vs README.rdoc in anemone-0.7.0
- old
+ new
@@ -14,11 +14,11 @@
* Choose the links to follow on each page with focus_crawl()
* HTTPS support
* Records response time for each page
* CLI program can list all pages in a domain, calculate page depths, and more
* Obey robots.txt
-* In-memory or persistent storage of pages during crawl, using TokyoCabinet, MongoDB, or Redis
+* In-memory or persistent storage of pages during crawl, using TokyoCabinet, SQLite3, MongoDB, or Redis
== Examples
See the scripts under the <tt>lib/anemone/cli</tt> directory for examples of several useful Anemone tasks.
== Requirements
@@ -30,7 +30,8 @@
* rspec
* fakeweb
* tokyocabinet
* mongo
* redis
+* sqlite3
You will need to have {Tokyo Cabinet}[http://fallabs.com/tokyocabinet/], {MongoDB}[http://www.mongodb.org/], and {Redis}[http://code.google.com/p/redis/] installed on your system and running.