OPEN:
-Some servers do not respond with the "qid" sanity checking number. It's not critical, so the 
	alert dialogue is commented out. Would be nice to know what's going on though.

DONE:
-Is the filesystem screwed-upness some kind of PHP version thing?
	YES. PHP 4.3.11 doesn't work; PHP 5.1.something does. In between, YMMV.
		Now rewritten for use in PHP 4.
-IE 6/7 testing
-update help.html
-theme presets (ZX,64,20,green,amber,monochrome LCD)
-completion of filenames with spaces esp like "A file"
-click on (file) completions should append as necessary
-Fix scrolling bug in Safari (fixed in IE7 -- depends on the DOCTYPE not having newlines (?!))
-Verify Post vs. Page handling esp in WP2.1
-Add help text to (at least) bin/ commands
-Non-graphic cursor (inline sized div^W^W plain old character with fg/bg changed via setInterval) 
-- easier to change colour schemes (even better--not a div)
-Find and call formatter hook to support Markdown (location identified where to call)
-Reformat help to table rather than in 'pre' tags // did gpl.html too
-Try adding SID to AJAX call, see if that fixes the nuttiness and lets us remove the session fudge
	That fixed it!
-More sane HTML embedding in XML (well, actually it's now more insane, but less likely to cause
	conflicts)
-Pass back new_handler, new_prompt in responseXML
-Add multiline handling to JS
-Move comments to server-side, justify that XML shizz
-Comments display formatting (or is it storage) is losing newlines
-Fix image processing for FG darker than BG
-What other sorts of GET requests can happen, how to cleverly support or gracefully decline:
	this is in $wp->query_vars and needs a major rewrite in header.php.
	'cat' function taken out of interpret for use in header; will also need search, category etc
		cat removed to lib, rudimentary handling of query vars via use of the_post() in header.php
		-need category
-header.php query handling should give search-style results if >1 post
-Refactor aliases to etc/aliases.inc.php, handle more intelligently in interpret, help 
-Option for block or underline cursor
-GUI admin control panel (how's that done then?)
-"Edit This" not showing
-Alias 'command --help' => 'help command'
-Colour depth/fixed palette options
-Unix filesystem layout: config in /etc; resources in ... /lib?
-Comments: name the post being commented on: "Leave a comment on post 'Blah'? [y/N]"
	(no y/n, whatever)
-cd/pwd: author directory, category directory...
-Pipes and chains
-Replace help (null) with a list of commands generated from fs
-SEO: maybe some optional small side or bottom links to *all* posts
	-maybe index list clickable (via <a>) from welcome message
	-It's the cursor, baby
-Command switch scheme -- some kind of robust getopt() (PHP's sucks)
 	-add some switches to stuff, like ls -l
 	-use switchval('switchname'). Scheme is command -urk is u=true,r=true,k=true.
 		command --foo=3 is foo=3. command --bar is bar=true.
-Tab completion
-can't go to directory containing spaces (fixed)
-Paging (pipe to less/more)
	(no less/more, it's just default)
-Keytrapping vs. international keyboards.
	-cleverly worked around.
-Spiff up the control panel
-localization support
-'Edit This' goes to wrong post
-make completion options clickable
-cat still shows 'nicename' of category
-Newlines not showing/converted to breaks in post display
-Make welcome text a textarea/tinymce area in config
-categories directory should reflect category hierarchy
-'comments' not autocompleting
	-tricky! (need to check strlen of candidates)
-sticky ctrl/alt/meta(=esc) keys
	-no meta. can't test.
-busy spinner
	
DEFERRED:
-Bitmap fonts and display:
--Option for screen dimensions => character block % size
--Parsing out text vs tags
--Display options (reverse, colour, underline) for 'a', 'b', 'em'...
--Font compiler to create plain, reverse, (underline?)
--leverage existing X11 bitmap font files? Probably not.
-XHTML support, maybe (based on quirksmode item noted by Hans)
-"more" (as in hiding part of the post) behind ...more... or whatever it is
	meh. This is practically paging
-Handle private posts somehow. (bah, what kind of goof uses this)
-categories in 2.1 seem to be arsed up (mixed post and link categories). How to fix...
