An open API service indexing awesome lists of open source software.

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

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).