eensyweensy

a poor man's webspider
git clone https://wehaveforgeathome.hates.computer/eensyweensy.git
Log | Files | Refs | LICENSE

commit 005a5b45fc61b7cc63150a714992a705612a1136
parent fb1a9d1f4b87b7c7a1d6a33582b92efa8725d8cd
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon, 22 Feb 2010 16:21:04 -0700

I messed up some more Markdown
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ Eensy Weensy ==== -Eensy Weensy is an example webspider. It's designed to scrape urls of blog posts from [http://borderstylo.com] and output them to a text file. The example is silly, but along with a forthcoming blog post, this should be enough to get you started writing your own Poor Man's webspider. +Eensy Weensy is an example webspider. It's designed to scrape urls of blog posts from http://borderstylo.com and output them to a text file. The example is silly, but along with a forthcoming blog post, this should be enough to get you started writing your own Poor Man's webspider. Prerequisites ----- @@ -16,7 +16,7 @@ Usage * Save this project wherever your PHP scripts like to be kept (/var/www for example) * Edit spider.home in eensyweensy.user.js to point to eensyweensy.php * Open eensyweensy.user.js in Firefox, then click "Install" -* Open [http://borderstylo.com/posts] in Firefox +* Open http://borderstylo.com/posts in Firefox TODO: once eensyweensy.php is written, include sample output here