FREQUENTLY ASKED QUESTIONS
==========================

Q. Where did you find all the cursor names?
A. The main cursors are named according to the current freedesktop.org 
cursor conventions specification (draft):
    <http://www.freedesktop.org/Standards/cursor-spec>

Other cursors are provided as symlinks by name or hash. 
Refer to the following links for more info on cursor naming:

Xlib specification for cursor naming (see Appendix B):
    <http://lesstif.sourceforge.net/doc/Xlib/spec/xlib.html>

Gnome cursor names:
    <http://developer.gnome.org/gdk/stable/gdk-Cursors.html>

Qt4 cursor names:
    <http://doc.trolltech.com/4.6/qcursor.html#a-note-for-x11-users>

CSS3 cursors:
    <http://www.w3.org/TR/css3-ui/#cursor0>

Massive debt owed to the maintainers of ComixCursors for their work in
researching and compiling the disparate specs into convenient symlinks
within the cursor theme.  I think we all agree, there has to be a better
way, but until all the software that refers to the old cursor names 
either goes away or is updated, this is the best we got.


Q:Can you make different sizes/colors?
A:Yes, but not immediately.
Work has begun on making different sizes available from the same cursor
set, as well as a system for automatically changing the color scheme.
Help is needed to realize these goals, and your time and expertise would
be greatly appreciated.


Q:How about using rsvg instead of convert?
A:Excellent idea, thanks Nikolaj Thygesen for mentioning it.
I've added a line in 'build.sh' that will search for 'convert' 
first and 'rsvg' next, and use whichever command it finds.
If it finds neither, the script outputs a message to install one or 
the other.
