bbs-scene onelinerz for Synchronet Bulletin Board Systems
echicken - echicken@bbs.electronicchicken.com
onelinerz.js v2.0 & wonelinerz.ssjs v1.5 / September 29, 2010

Changes since v1.9:
-------------------
- Removed the Non-XML parsing method; the one person who needed it no longer uses these scripts
- Removed the guest posting option; it was not used properly and led to problems

Included:
---------
- onelinerz.js: onelinerz script for the console (read and post)
- wonelinerz.ssjs: onelinerz script for the web (read only, I'll add posting if someone wants it)
- echttp.js: an HTTP function library (GET, POST, basic authentication; grabs data from the web)
- onelinerz.ans: phlash's header graphic for the bbs-scene.org global onelinerz
- readme.txt: you're reading it, foo

Instructions:
-------------
- Go to http://bbs-scene.org and sign up for an account
- Edit the user configurable variables at the top of onelinerz.js & wonelinerz.ssjs
- Modify onelinerz.js & wonelinerz.ssjs to change the output format to your liking (optional)
- Put onelinerz.js in your sbbs/mods directory
- Put echttp.js in your sbbs/mods directory
- Put wonelinerz.ssjs in your sbbs/web/root directory (or wherever your www docroot is)
- Put onelinerz.ans in your sbbs/text/menu directory
- Call onelinerz.js with bbs.exec("?onelinerz.js"); wherever you want it
- Call wonelinerz.ssjs with load("wonelinerz.ssjs"); wherever you want it

Troubleshooting:
----------------
If you've followed the above instructions and are still having trouble, there's a good chance
that updating your Synchronet installation will solve your problems.  XML parsing was only
somewhat recently introduced into the javascript engine (Spidermonkey) that Synchronet uses,
and is required since bbs-scene.org exposes the onelinerz data as XML.