o Use dlopen or other technique to make portable.

o Email jwz (make nice xscreensaver API?), Gerd to see what they think.
(proof of concept).

o Add dependencies to spec file.

o Edit:
	- include/Makefile.am
	- src/Makefile.am
	- dry/libss.spec.new.in
	- dry/libss.sgml
	- dry/overview_libss.sgml
	- dry/nasty_details.sgml
	- dry/usage_libss.sgml
	- dry/summary_libss.sgml
	- dry/one_liner_libss.sgml
	- scripts/Makefile.am

o Publish to flyn.org and Freshmeat.

o Compile using -Wall with no errors.

o Test, test, test!
	- All options.
	- README file makes sense.
	- man pages make sense.

o Scrub, scrub, scrub!
	- All fns have /* == == */.
	- Fn names start with _ and are static.
	- .h files have extern "C" clause.
	- .h files have #ifndef _FOO_H #define _FOO_H clause.
	- .h files commented well.
	- All fns have good names.
	- Code is clear.
