================================================================================
FanFiction.Net Browser by Criptych
================================================================================

An unofficial PSP browser for the popular website FanFiction.Net.
It currently allows you to do the following:
    * Browse fanfiction by category
    * Search by author name or story title/summary
    * View category and author feeds
    * Read stories with basic formatting (bold, italic, underline)

Controls are listed at the bottom of the screen except:
    * Up/Down - move up/down one line
    * Left/Right - move up/down one screen
        (for lists: to top/bottom if not already there)
    * Start & Select - not used

To add/remove/change splash image:
    Replace file "SPLASH.JPG" in the folder containing EBOOT.PBP.

Thanks go out to InsertWittyName, hlide, MrMr[iCE], and the many others at the
LuaPlayer and PS2DEV forums for their help and support while I fumbled my way
toward learning to develop for the PSP.  You're the ones who made this possible.

Known bugs/issues:
    * Screen flickers sometimes, especially in system dialogs - in extreme cases
      may black out every other keypress (seems to be a vsync problem?)
    * Strings with non-Latin characters contain glitches (should be blank)

--------------------------------------------------------------------------------

(Token attempt at an actual) Changelog:

1.0a - PSP Genesis Competition update
    changed word-wrap algorithm, a little bigger and slower but looks nicer
    fixed incorrect search results matching
    more minor bug fixes

1.0 - PSP Genesis Competition release
    added search function!
    added optional splash image to replace "Loading" screen (for compo)
    added crash handler, saves database if an error occurs
    added highlighting of new/updated stories (in feed and library views)
    added heirarchial category browsing and updated category list
    added download progress shows current chapter
    changed default font to Ubuntu (was Vera Sans)
    removed analog scrolling (buggy and not really worth it D: )
    fixed "update feed" function requiring a manual reload
    fixed GUI to only update as needed
    bunch of other minor bug fixes

0.5 - internal update
    added analog scrolling
    added search placeholder to remind me to finish it...
    enabled "connect to last AP automatically" (like web browser)
    switched from PGE to PLUG (a sort-of PGE mod)
    bug fixes

0.1 - initial (beta) release
    broke program up into modules
    cleaned up GUI, added button icons and themes
    bug fixes

0.0 - test version for personal use
    original program, in my typical "one big chunka code" style :)
    created with PGE!
