{"id":29488809,"url":"https://github.com/cdesiles/cvlyzer","last_synced_at":"2026-02-17T03:08:11.413Z","repository":{"id":25884535,"uuid":"29324909","full_name":"cdesiles/cvlyzer","owner":"cdesiles","description":"Generates your CV out of simple xml syntax","archived":true,"fork":false,"pushed_at":"2025-05-23T19:37:41.000Z","size":1093,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T10:13:45.216Z","etag":null,"topics":["curriculum-vitae","cv","generator","web","xslt"],"latest_commit_sha":null,"homepage":"https://clementdesiles.fr","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdesiles.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-01-16T00:21:18.000Z","updated_at":"2025-05-23T19:37:55.000Z","dependencies_parsed_at":"2025-06-29T09:39:15.434Z","dependency_job_id":"17ea0cbb-0641-4c9d-8a3b-12c655d508b3","html_url":"https://github.com/cdesiles/cvlyzer","commit_stats":null,"previous_names":["cdesiles/cvlyzer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cdesiles/cvlyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdesiles%2Fcvlyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdesiles%2Fcvlyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdesiles%2Fcvlyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdesiles%2Fcvlyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdesiles","download_url":"https://codeload.github.com/cdesiles/cvlyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdesiles%2Fcvlyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curriculum-vitae","cv","generator","web","xslt"],"created_at":"2025-07-15T10:34:21.072Z","updated_at":"2026-02-17T03:08:11.365Z","avatar_url":"https://github.com/cdesiles.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVlyzer\n\n\u003e **DISCLAIMER**: This project is now **archived**. It used to be fun, but it is the exact opposite of what could be called KISS software 😅.\n\u003e\n\u003e 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.\n\u003e  \n\u003e Feel free to check out my [portfolio project](https://github.com/jokesterfr/portfolio) or visit my website: https://clementdesiles.fr\n\n\nGenerates your CV as a PDF and Web page out of a simple XML.\n\n## Requirements\n\nThis package has been sucessfully tested on a Debian system, everything should work fine assuming you installed these dependencies:\n\n```\n# latex\napt install texlive texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-lang-all\n\n# pdf\napt install pdflatex\n\n# xslt\napt install xsltproc\n\n# inkscape\napt install inkscape\n\n# Node.js\napt install nodejs\n```\n\n## Build\n\n```js\nnpm install\n```\n\n## Executing\n\nA very simple `Makefile` is provided, modify the sources under `./src` and do:\n\n```\nmake\n```\n\nYou will then find your documents under `./dist`.\n\n## Tidy HTML5\n\nYou need a recent version of tidy html5\n\nOn ubuntu \u003c= 16.05 \n```sh\nadd-apt-repository ppa:jonathonf/backports\napt update\napt-install tidy\n```\n\nCheck:\n\n```sh\n$ tidy -v\nHTML Tidy for Linux version 5.2.0\n```\n\nSources:\n\n * http://www.html-tidy.org/documentation/\n * https://askubuntu.com/a/941872\n\n## Credits\n\nThanks to Jason Blevins \u0026lt;jrblevin@sdf.lonestar.org\u0026gt; for his [LaTeX template](http://jblevins.org/projects/cv-template/).\n\nExtra emojis come from https://github.com/mozilla/fxemoji, and are licensed under Apache License version 2.0.\n\n## Licencing\n\nSee [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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdesiles%2Fcvlyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdesiles%2Fcvlyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdesiles%2Fcvlyzer/lists"}