Skip to content

bberberov/xml-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-cv

CV and resume generating tools

Supported formats

Additional tools

  • LinkedIn helper (HTML)
  • Basic term extractor (Plain text)

Requirements

Any XSLT 1.0 processor that supports the date and math EXSLT extensions.

The provided Makefile uses xsltproc and xmllint from Libxml2. Other Linux utitities include mkdir, sort and uniq.

Basic usage

Using the provided Makefile:

  1. Place an XML-CV .xml file in the in folder.
  2. Use make to generate output files in the out folder.

The rendered files will be located in out/final/

An example XML-CV file is provided in the in folder.

Examples

Make all possible formats

$ make all

Make only OpenDocument files

$ make fodt

License

Licensed under the EUPL-1.2 only.

Releases

No releases published

Packages

No packages published