Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.16 KB

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.