AO3 Stats Downloader v2.0                         John Elliott, 2 October 2013
==============================================================================

  This program is a quick and relatively basic tool to download basic 
statistics for all works by an Archive Of Our Own (AO3) writer. It was 
originally written so that a 'kudos per hit' metric could easily be 
calculated.

  Version 1 was a command-line utility written in C, and relied on an external
utility to do the actual downloading. Version 2 is a Java app with a simple 
graphical user interface.

  Assuming you have a working Java installation on your computer, you should
be able to run the program by double-clicking AO3Scraper.jar. If that fails,
"java -jar AO3Scraper.jar" from a command prompt may work.

Using the program
-----------------

  When launched, the program prompts for your AO3 username. Enter it, and 
click 'Download'. If all goes well, the screen will be populated with the 
list of works, and you will then be prompted to save the result as a text
file. Any errors will be reported at the bottom of the screen.

Copying
-------

    AO3Scraper 2.0: Scrapes AO3 to extract work statistics
    Copyright (C) 2013  John Elliott  <jce@seasip.demon.co.uk>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
