eensyweensy

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

commit 50dd42def953ba959d374537a66eabe7c9d788f0
parent dcc47c63091b43b9862fad0d8e6f16c97879ed7e
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon, 22 Feb 2010 15:05:17 -0800

first draft of README

Diffstat:
AREADME.md | 23+++++++++++++++++++++++
Meensyweensy.user.js | 4++--
2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +Eensy Weensy +==== + +Eensy Weensy is an example webspider. Along with a forthcoming blog post, this should be enough to get you started writing your own Poor Man's webspider. + +Prerequisites +----- + +* [Firefox](http://www.mozilla.com/en-US/firefox/firefox.html) +* [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/748) +* PHP installed on a server you have access to (like localhost). When I was setting up my first LAMP server, I went to [Ubuntu's directions](https://help.ubuntu.com/community/ApacheMySQLPHP) and copied and pasted my way to victory--maybe it'll help you. Advanced readers will be able to adapt the PHP bit to whatever language they like. + +Usage +----- + +TODO + +License +------- + +Copyright 2010 Ryan Wolf + +Eensy Weensy and is released under the Tumbolia Public License. See LICENSE for more details. diff --git a/eensyweensy.user.js b/eensyweensy.user.js @@ -1,9 +1,9 @@ // ==UserScript== -// @name Borderstylo Blog Crawler +// @name Eensy Weensy // @namespace example.com // @include http://borderstylo.com/posts* // ==/UserScript== -// Copyright 2010 Ryan Wolf +// Copyright 2010 Ryan Wolf <rwolf@borderstylo.com> // // This file is part of eensyweensy and is released under the // Tumbolia Public License. See LICENSE for more details.