------------------------------------------------------------------------
r28 | thomas | 2005-01-13 01:51:17 +0100 (Thu, 13 Jan 2005) | 5 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/data/xmlresume2x/format/xhtml.cfg
   A /trunk/data/xmlresume2x/misc/css
   A /trunk/data/xmlresume2x/misc/css/blue.css
   M /trunk/doc/src/examples.fragment
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/testfiles/example2.xml

* added first version of blue.css
* added a TOC menu to the xhtml output
* normalized css class names, all have a x2x prefix now
* corrected bug in xhtml.cfg in which HTML tags were transformed into text
* added meta tag keywords to xhtml.cfg output
------------------------------------------------------------------------
r27 | thomas | 2005-01-12 21:17:13 +0100 (Wed, 12 Jan 2005) | 4 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/lib/xmlresume2x/wrapper.rb
   M /trunk/testfiles/example1.xml
   M /trunk/testfiles/example2.xml

* corrected latex-europecv bug: name of phone type and phone number were on different lines in contacts
* add some TODOs
* changed DOCTYPE of testfiles
* changed Rakefile to copy resume.dtd and iso-lat1.ent to output doc dir, fixed error when running rake doc
------------------------------------------------------------------------
r26 | thomas | 2005-01-12 15:21:41 +0100 (Wed, 12 Jan 2005) | 1 line
Changed paths:
   M /trunk/TODO
   M /trunk/data/xmlresume2x/lang/fr.cfg

* incorporated changes from Mathieu Chappuis into fr.cfg
------------------------------------------------------------------------
r24 | thomas | 2004-12-20 15:19:00 +0100 (Mon, 20 Dec 2004) | 2 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/doc/src/examples.fragment

* corrected BUG when generating RPA-fied install.rb
* added comment to examples.fragment that no stylesheet is used
------------------------------------------------------------------------
r23 | thomas | 2004-12-20 12:08:39 +0100 (Mon, 20 Dec 2004) | 6 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   A /trunk/data/xmlresume2x/misc
   A /trunk/doc/src/examples
   A /trunk/doc/src/examples.fragment
   M /trunk/doc/src/features.fragment
   M /trunk/doc/src/manual.fragment
   M /trunk/doc/src/metainfo.backing
   M /trunk/lib/xmlresume2x/converter.rb

* solved BUG with iconv for latex-europecv format
* latex-europecv.cfg: problem solved when interests, skillarea, academics or history not given
* solved BUG when initializing Converter and xmlresume2x was not installed via RubyGems
* added examples page to documentation
* adjusted manual and feature list pages
* adjusted Rakefile for producing correct documentation and install.rb
------------------------------------------------------------------------
r22 | thomas | 2004-12-10 19:21:39 +0100 (Fri, 10 Dec 2004) | 4 lines
Changed paths:
   M /trunk/TODO
   M /trunk/data/xmlresume2x/format/xhtml.cfg
   M /trunk/data/xmlresume2x/lang/de.cfg
   M /trunk/data/xmlresume2x/lang/en.cfg
   M /trunk/data/xmlresume2x/lang/fr.cfg
   M /trunk/lib/xmlresume2x/wrapper.rb
   M /trunk/lib/xmlresume2x/xmlmarkup.rb

* finished first version of xhtml configuration file
* added four new keywords in each language file
* modified REXMLBuilder#add! and REXML::Parent#add to take multiple arguments
* added Array#separate_by method which is like Array#join but provides special treatment for the last item in the array
------------------------------------------------------------------------
r21 | thomas | 2004-12-09 18:44:52 +0100 (Thu, 09 Dec 2004) | 6 lines
Changed paths:
   A /trunk/data/xmlresume2x/common
   A /trunk/data/xmlresume2x/common/common.cfg
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   M /trunk/data/xmlresume2x/format/xhtml.cfg
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/lib/xmlresume2x/wrapper.rb
   M /trunk/lib/xmlresume2x/xmlmarkup.rb

* began factoring out the common parts of the formats and putting them into the new common.cfg
* modified XHTML format file, roughly half of the conversion is done
* modified Converter to pass the filenames to ResumeProcessor#load_config method
* corrected bug in ResumeProcessor#call_processor
* modifed wrapper.rb: new Array#join works not only with strings, but also with objects
* added REXMLBuilder class for easily generating XML markup with REXML
------------------------------------------------------------------------
r20 | thomas | 2004-12-08 15:30:06 +0100 (Wed, 08 Dec 2004) | 4 lines
Changed paths:
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   A /trunk/data/xmlresume2x/format/xhtml.cfg
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/lib/xmlresume2x/wrapper.rb
   A /trunk/lib/xmlresume2x/xmlmarkup.rb

* added first version of xhtml configuration file
* changed ResumeProcessor#get_children_value to either return an array or an string
* modified latex-europecv.cfg to set the :convertToString option on the top level element
* added the file xmlmarkup.rb for easily adding XML elements in an configuration file
------------------------------------------------------------------------
r19 | thomas | 2004-12-03 10:53:58 +0100 (Fri, 03 Dec 2004) | 5 lines
Changed paths:
   M /trunk/README
   M /trunk/Rakefile
   M /trunk/TODO
   A /trunk/data/xmlresume2x/lang/fr.cfg
   M /trunk/doc/src/default.template
   M /trunk/doc/src/download.fragment
   M /trunk/doc/src/manual.fragment
   M /trunk/lib/xmlresume2x/converter.rb

* added French language file - thanks go to Eva Langthaler
* added support for installation via RubyGems - thanks Mauricio Fernndez
* fixed bug in default.template, pages now get displayed correctly in IE and Konqueror
* added documentation on how to install via RPA and RubyGems
* splitted :generateFiles task in Rakefile into several smaller ones
------------------------------------------------------------------------
r17 | thomas | 2004-11-24 01:07:14 +0100 (Wed, 24 Nov 2004) | 1 line
Changed paths:
   M /trunk/Rakefile

* corrected bug in task missing
------------------------------------------------------------------------
r16 | thomas | 2004-11-24 01:02:49 +0100 (Wed, 24 Nov 2004) | 4 lines
Changed paths:
   M /trunk/data/xmlresume2x/lang/de.cfg
   M /trunk/doc/src/manual.fragment
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb

* correct bug in de.cfg
* renamed method load_config_file to load_config and now it takes a string instead of a filename
* added RDOC for processor.rb
* enhanced manual
------------------------------------------------------------------------
r15 | thomas | 2004-11-18 03:17:57 +0100 (Thu, 18 Nov 2004) | 4 lines
Changed paths:
   M /trunk/README
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   M /trunk/data/xmlresume2x/lang/de.cfg
   M /trunk/data/xmlresume2x/lang/en.cfg
   A /trunk/doc
   A /trunk/doc/src
   A /trunk/doc/src/default.css
   A /trunk/doc/src/default.template
   A /trunk/doc/src/download.fragment
   A /trunk/doc/src/features.fragment
   A /trunk/doc/src/index.fragment
   A /trunk/doc/src/manual.fragment
   A /trunk/doc/src/metainfo.backing

* added web documentation
* fixed URLs in README
* the text processor now uses the iconv library to convert text to other encodings
* converted the language files to UTF8
------------------------------------------------------------------------
r14 | thomas | 2004-11-18 01:07:23 +0100 (Thu, 18 Nov 2004) | 3 lines
Changed paths:
   M /trunk/README
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/lib/xmlresume2x/wrapper.rb

* fixed README file
* nicer output for latex-europecv
* license will not be RDOCed anymore now
------------------------------------------------------------------------
r13 | thomas | 2004-11-17 03:54:55 +0100 (Wed, 17 Nov 2004) | 1 line
Changed paths:
   M /trunk/Rakefile

* adjusted Rakefile to generate .rps for the Ruby Production Archive
------------------------------------------------------------------------
r12 | thomas | 2004-11-11 02:38:15 +0100 (Thu, 11 Nov 2004) | 3 lines
Changed paths:
   M /trunk/README
   M /trunk/Rakefile
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   M /trunk/data/xmlresume2x/lang/de.cfg
   M /trunk/data/xmlresume2x/lang/en.cfg
   M /trunk/lib/xmlresume2x/processor.rb

* modified the README to use xmlresume2x instead of xmlresume2europecv
* changed configuration file to use NEWLINE constant for new lines
* changed configuration file to get correct keywords for phones, faxes and IMs
------------------------------------------------------------------------
r11 | thomas | 2004-11-10 23:14:36 +0100 (Wed, 10 Nov 2004) | 5 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/TODO
   M /trunk/bin/xmlresume2x
   M /trunk/data/xmlresume2x/format/latex-europecv.cfg
   M /trunk/data/xmlresume2x/lang/de.cfg
   M /trunk/data/xmlresume2x/lang/en.cfg
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/lib/xmlresume2x/wrapper.rb
   M /trunk/testfiles/example2.xml

* modified missing task in Rakefile to use new dir structure
* modified ResumeProcessor and ElementWrapper to support options (to make it possible to pass options on to processors and the processors of the subelements)
* added processing of verbatim text for addresses
* added correct language processing in latex-europecv.cfg
* added last missing elements
------------------------------------------------------------------------
r10 | thomas | 2004-11-10 19:26:30 +0100 (Wed, 10 Nov 2004) | 5 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/bin/xmlresume2x
   D /trunk/config
   A /trunk/data
   A /trunk/data/xmlresume2x
   A /trunk/data/xmlresume2x/format
   A /trunk/data/xmlresume2x/format/latex-europecv.cfg
   A /trunk/data/xmlresume2x/lang
   A /trunk/data/xmlresume2x/lang/de.cfg
   A /trunk/data/xmlresume2x/lang/en.cfg
   M /trunk/lib/xmlresume2x/converter.rb
   M /trunk/lib/xmlresume2x/processor.rb
   M /trunk/misc/relaxng/resume.rnc
   M /trunk/misc/relaxng/resume.rng

* added comment to relaxng files that they were made with trang
* moved config file to new location and made a few changes
* added language files for German and English
* better CLI and help
* modified Converter and ResumeProcessor so that they understand language files and keywords
------------------------------------------------------------------------
r9 | thomas | 2004-11-10 01:43:17 +0100 (Wed, 10 Nov 2004) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/config
   M /trunk/lib/xmlresume2x/wrapper.rb

* added last elements to configuration file
* removed #inspect
------------------------------------------------------------------------
r8 | thomas | 2004-11-08 23:45:42 +0100 (Mon, 08 Nov 2004) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/config
   A /trunk/testfiles
   A /trunk/testfiles/example1.xml
   A /trunk/testfiles/example2.xml

* add the testfiles from the xmlresume source distribution
* modified the configuration file
------------------------------------------------------------------------
r7 | thomas | 2004-11-04 12:56:09 +0100 (Thu, 04 Nov 2004) | 4 lines
Changed paths:
   M /trunk/Rakefile
   M /trunk/TODO
   A /trunk/bin
   A /trunk/bin/xmlresume2x
   M /trunk/config
   A /trunk/lib
   A /trunk/lib/xmlresume2x
   A /trunk/lib/xmlresume2x/converter.rb
   A /trunk/lib/xmlresume2x/processor.rb
   A /trunk/lib/xmlresume2x/wrapper.rb
   A /trunk/misc
   A /trunk/misc/dtd
   A /trunk/misc/dtd/catalog
   A /trunk/misc/dtd/iso-lat1.ent
   A /trunk/misc/dtd/resume.dcl
   A /trunk/misc/dtd/resume.dtd
   A /trunk/misc/relaxng
   A /trunk/misc/relaxng/resume.rnc
   A /trunk/misc/relaxng/resume.rng
   D /trunk/xmlresume2europecv.rb

* adjusted Rakefile
* added more complete config file
* added DTD and relaxng schemas of xml resume
* move project files to better locations
------------------------------------------------------------------------
r6 | thomas | 2004-10-14 12:36:22 +0200 (Thu, 14 Oct 2004) | 3 lines
Changed paths:
   A /trunk/COPYING
   A /trunk/README
   A /trunk/Rakefile
   M /trunk/TODO
   M /trunk/config
   D /trunk/configuration.yaml
   A /trunk/setup.rb
   D /trunk/template.tex
   M /trunk/xmlresume2europecv.rb

* added standard package files (README, Rakefile, ...)
* moved template.tex into configuration file
* removed old configuration.yaml
------------------------------------------------------------------------
r5 | thomas | 2004-10-13 23:44:31 +0200 (Wed, 13 Oct 2004) | 3 lines
Changed paths:
   M /trunk/config
   M /trunk/template.tex
   M /trunk/xmlresume2europecv.rb

* small changes in main file
* many new processors in configuration file
* template.tex updated for new configuration file
------------------------------------------------------------------------
r4 | thomas | 2004-10-13 02:01:13 +0200 (Wed, 13 Oct 2004) | 3 lines
Changed paths:
   M /trunk/TODO
   A /trunk/config
   M /trunk/template.tex
   M /trunk/xmlresume2europecv.rb

* redid the whole stuff, now using a configuration file ala rake
* changed template to use the value method
* configuration file added
------------------------------------------------------------------------
r3 | thomas | 2004-10-08 01:38:19 +0200 (Fri, 08 Oct 2004) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/template.tex
   M /trunk/xmlresume2europecv.rb

* put handling of Latex code into one class
* changed code in template.tex accordingly
------------------------------------------------------------------------
r2 | thomas | 2004-10-07 11:58:06 +0200 (Thu, 07 Oct 2004) | 1 line
Changed paths:
   A /trunk/TODO
   A /trunk/configuration.yaml
   A /trunk/template.tex
   A /trunk/xmlresume2europecv.rb

* initial import
------------------------------------------------------------------------
r1 | thomas | 2004-09-30 18:39:47 +0200 (Thu, 30 Sep 2004) | 1 line
Changed paths:
   A /trunk
   A /versions

* created basic structure
------------------------------------------------------------------------
