https://github.com/cdesiles/cvlyzer
Generates your CV out of simple xml syntax
https://github.com/cdesiles/cvlyzer
curriculum-vitae cv generator web xslt
Last synced: 4 months ago
JSON representation
Generates your CV out of simple xml syntax
- Host: GitHub
- URL: https://github.com/cdesiles/cvlyzer
- Owner: cdesiles
- License: gpl-3.0
- Archived: true
- Created: 2015-01-16T00:21:18.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T19:37:41.000Z (about 1 year ago)
- Last Synced: 2025-10-11T10:13:45.216Z (9 months ago)
- Topics: curriculum-vitae, cv, generator, web, xslt
- Language: XSLT
- Homepage: https://clementdesiles.fr
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CVlyzer
> **DISCLAIMER**: This project is now **archived**. It used to be fun, but it is the exact opposite of what could be called KISS software 😅.
>
> The result didn’t justify the journey of using old techs just for fun. Nowadays, a much better approach is to develop web pages and export them to PDF using a browser — simple as that.
>
> Feel free to check out my [portfolio project](https://github.com/jokesterfr/portfolio) or visit my website: https://clementdesiles.fr
Generates your CV as a PDF and Web page out of a simple XML.
## Requirements
This package has been sucessfully tested on a Debian system, everything should work fine assuming you installed these dependencies:
```
# latex
apt install texlive texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-lang-all
# pdf
apt install pdflatex
# xslt
apt install xsltproc
# inkscape
apt install inkscape
# Node.js
apt install nodejs
```
## Build
```js
npm install
```
## Executing
A very simple `Makefile` is provided, modify the sources under `./src` and do:
```
make
```
You will then find your documents under `./dist`.
## Tidy HTML5
You need a recent version of tidy html5
On ubuntu <= 16.05
```sh
add-apt-repository ppa:jonathonf/backports
apt update
apt-install tidy
```
Check:
```sh
$ tidy -v
HTML Tidy for Linux version 5.2.0
```
Sources:
* http://www.html-tidy.org/documentation/
* https://askubuntu.com/a/941872
## Credits
Thanks to Jason Blevins <jrblevin@sdf.lonestar.org> for his [LaTeX template](http://jblevins.org/projects/cv-template/).
Extra emojis come from https://github.com/mozilla/fxemoji, and are licensed under Apache License version 2.0.
## Licencing
See [LICENCE](./LICENCSE.txt), my own resume content, homepage and pictures are credited under [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).