xmlresume2x 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.1
3
+ specification_version: 1
4
+ name: xmlresume2x
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.2.0
7
+ date: 2004-12-20
8
+ summary: Converts an xml resume to various output formats
9
+ require_paths:
10
+ - lib
11
+ author: Thomas Leitner
12
+ email: t_leitner@gmx.at
13
+ homepage: xmlresume2x.rubyforge.org
14
+ rubyforge_project: xmlresume2x
15
+ description: "xmlresume2x can convert CVs written in the XML Resume Library format (http://xmlresume.sourceforge.net) to a number of formats, including LaTeX markup which uses the europecv (http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html) class which is based on the 'standard' European Curriculum Vitae format at http://www.cedefop.eu.int/transparency/cv.asp."
16
+ autorequire:
17
+ default_executable: xmlresume2x
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ -
23
+ - ">"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.0.0
26
+ version:
27
+ platform: ruby
28
+ files:
29
+ - setup.rb
30
+ - TODO
31
+ - COPYING
32
+ - README
33
+ - Rakefile
34
+ - ChangeLog
35
+ - VERSION
36
+ - install.rb
37
+ - bin/xmlresume2x
38
+ - lib/xmlresume2x/wrapper.rb
39
+ - lib/xmlresume2x/processor.rb
40
+ - lib/xmlresume2x/converter.rb
41
+ - lib/xmlresume2x/xmlmarkup.rb
42
+ - doc/src
43
+ - doc/src/metainfo.backing
44
+ - doc/src/default.css
45
+ - doc/src/index.fragment
46
+ - doc/src/default.template
47
+ - doc/src/features.fragment
48
+ - doc/src/examples.fragment
49
+ - doc/src/manual.fragment
50
+ - doc/src/examples
51
+ - doc/src/download.fragment
52
+ - data/xmlresume2x
53
+ - data/xmlresume2x/lang
54
+ - data/xmlresume2x/lang/de.cfg
55
+ - data/xmlresume2x/lang/en.cfg
56
+ - data/xmlresume2x/lang/fr.cfg
57
+ - data/xmlresume2x/misc
58
+ - data/xmlresume2x/common
59
+ - data/xmlresume2x/common/common.cfg
60
+ - data/xmlresume2x/format
61
+ - data/xmlresume2x/format/xhtml.cfg
62
+ - data/xmlresume2x/format/latex-europecv.cfg
63
+ test_files: []
64
+ rdoc_options:
65
+ - "--line-numbers"
66
+ - "-m README"
67
+ extra_rdoc_files:
68
+ - README
69
+ executables:
70
+ - xmlresume2x
71
+ extensions: []
72
+ requirements: []
73
+ dependencies: []