---- CURRENT ----

* add some css files to distribution
* add objective section to output formats
* most words in lang files should be lowercase, config files should capitalize words correctly
* add support for external OR internal stylesheet

---- FUTURE ----

* add Spanish and Esperanto language support
* add output filter for text (use Text::Format)
* add other formats (ASCIIDoc, Docbook)
* generalize formating of publications, look at pub.xsl
* add support for multiple pubs, memberships, ...???
* add testsuite for lib/**
* add additional resume elements???
* respect order of elements??? (XSL files currently do this)
* build graphical UI for using xmlresume2x (selecting lang and format, ...)
* GUI for editing resume xml??? -> with realtime text preview via xmlresume2x
* direct PDF creation with RUBY-FPDF or other PDF tools???
* include support for target attribute
* add support HR-XML input files???
* add preliminary support for xmlresume 2.0

---- FINISHED ----

* add OptionParser for reading in template and xml file
* add 'calculated' stub
* add basic ERB functionality so that the template can be translated
* combine Element2Latex and Text2Latex as they process text parts (%inlines; or #PCDATA)
* combine Text2Latex and CalculatedEntries and use uniform interface
* refactor Text2Latex (ev. use subclasses, ie. base class Element, then AddressElement, LocationElement, ...)
* think about moving the formatting of the calculated parts to a YAML file
* add calculated items for period, periodOrDate
* add more element processors to configuration file (move most of the processing to the configuration file)
* add more blocks to the template file
* BUG: whitespace should be squeezed sometimes and sometimes not (ie. always in para, not in address...)
* externalize strings for i18n
* change name of program to xmlresume2x
* make a list of all processed and not processed elements (put it into Rakefile)
* add processors for the rest of the xml resume dtd
* add "free form" output for addresses (i.e. convert \n to \newline{} but only here, not everywhere!)
* BUG: list for membership, referees, awards,...
* BUG: two history sections result in two "Employment History" captions, same with academics, pubs,...
* BUG: latex output has to be in latin1 format, how to convert?
* finish LaTeX output
* incorporate changed install.rb for RPA from Mauricio
* add French
* make RubyGems version by using information/code supplied at ruby-talk by Mauricio
* provide Array#separate_by( normal, last ) for use with major/minor list
* provide sample output on homepage for test rsums
* BUG: iconv not available on windows -> use other tool (eventually #pack and #unpack)
* add output filter for HTML
* correct latex-europecv BUG: References, phone numbers on new line (example2)
* xhtml class names should include a prefix (useful when incorporating into other page, eg. x2x)
* name style class names in css for xhtml format similar
* xhtml.cfg: degree title should get h2!!!
* add TOC-menu to xhtml format
