eensyweensy

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

commit 208590df4cfe7ef3369e708ceec513ec612884b2
parent c30336a492eca08089e296232d6c8fd53bdf6aa9
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon, 22 Feb 2010 21:22:10 -0700


Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ If any of this sounds sensible, I have a bridge I'd like to sell you. Prerequisites ----- -* [Firefox](http://www.mozilla.com/en-US/firefox/firefox.html) -- the version here is important (3.5+), since we'll be making using of native JSON encoding/decoding. +* [Firefox](http://www.mozilla.com/en-US/firefox/firefox.html) -- the version here is important (3.5+), since we'll be making using of [native JSON encoding/decoding](https://developer.mozilla.org/En/Using_native_JSON). * [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.