CV and resume generating tools
- OpenDocument (
.fodt
files for use with LibreOffice and other compatible applications) - Plain HTML
- Markdown
- LinkedIn helper (HTML)
- Basic term extractor (Plain text)
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
.
Using the provided Makefile
:
- Place an XML-CV
.xml
file in thein
folder. - Use
make
to generate output files in theout
folder.
The rendered files will be located in out/final/
An example XML-CV file is provided in the in
folder.
Make all possible formats
$ make all
Make only OpenDocument files
$ make fodt
Licensed under the EUPL-1.2 only.