ChaosOrder version 2

Copyright 2005-2009 Tero Hasu

--

ChaosOrder is a Ruby-based application intended to make it easier to put
together comic book orders than by writing them by hand. It is tailor made
for a subscription service called Jacey Services
(http://www.jackcurtin.com/jaceyservices/), but I believe it might be of
more general use with some modifications.

The software has been tested with Ruby 1.8.7, but will probably work
okay with any Ruby 1.8.x runtime. If your platform does not already
have Ruby installed (Mac OS X and many Linux distros do), then
download from http://www.ruby-lang.org/. Check the version number by
running "ruby -v".

The software is quite primitive; in particular, it currently has no
graphical user interface. The good thing about this is that it makes
the software independent of any GUI toolkit libraries, and as a
result, it should run on just about any "proper" computer. Also, as
there is no GUI with widgets to click on, there is no requirement to
touch a rodent to use this software, which makes for an ergonomic and
(in the long term) efficient user experience.

To install and run the software, simply unpack the software somewhere,
open a console, and type "ruby path/to/LineUi.rb path/to/order_form".
Then type "h" <Enter> for help.

Enjoy (if you can).
