CV and resume generating tools
- OpenDocument (
.fodtfiles 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
.xmlfile in theinfolder. - Use
maketo generate output files in theoutfolder.
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 allMake only OpenDocument files
$ make fodtLicensed under the EUPL-1.2 only.