Home
Name Modified Size InfoDownloads / Week
HSxmlMaker.jar 2014-04-04 37.8 kB
HSxmlMakerGUI.jar 2013-08-01 10.0 kB
readmeGUI.txt 2013-07-31 3.0 kB
Totals: 3 Items   50.7 kB 0
Author: Robert Gaffney
Date: 07/16/2013

Copyright (c) 2013, Robert Gaffney
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: 

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer. 
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution. 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


This program is designed to run the command line HSxmlMaker program.  This just provides an easy to run GUI 
wrapper.  See below for what the options do.  See details in HSxmlMaker for more information on how to use
HSxmlMaker: http://sourceforge.net/projects/hsxmlmaker/?source=navbar

Run-level Options:
  -noFullList            Only create genre XML files
  -noGenres              Only create one XML file with all roms
Genre-level Options - passed to each genre unless overridden
  -createMissing [false] If no XML line matches regex, new xml line is created
  -noClones [false]      Exclude Clones from output XML Files
  -sort [name|descr|genre|manufacturer|year|rating|false] Output according to key (false for input file order)
  -numbered [false|desc] Add ascending [or descending] nbr to game descr; ex. top 10
Match Line-level options - passed to each match line unless overridden
  -noseq [false]         Do not match sequels (has 0-9, incl roman numerals, in title)
  -nomatchclone [false]  Do not match clones
  -loose [false]         Replace all spaces with wildcard \".*\"
  -strict [false]        Do not add leading and trailing wildcards \".*\"
  -any [false]           Match if any of given keywords match
  -unique [false]        Find best match only
  -regex [false]         Process as regex against all Game Descriptions
  -genre genre_regex|false                     Genre tag must match regex
  -manufacturer manufacturer_regex|false       Manufacturer tag must match regex
  -year year_to_match|min_year-max_year|false  Year tag must be = or in range
Source: readmeGUI.txt, updated 2013-07-31