AXEL CV Machine is a simple CV editor built with the AXEL library.

Tu run the CV Machine open CV Machine in you browser. You can then edit your CV, click on a field to edit it. The Profile and Company fields are special fields that accept an input such as http://www.some.url[anchor] to enter a link. You can enlarge your browser window to get the top right menu on the side of your CV.

Tu save your CV, click on the Save button. You should see the source code of your CV in a plain window, copy and paste your CV in any text editor, then save it with an XHTML extension.

Tu load your CV (previously created with the CV Machine), click on the Load button. You should see a blank window with an empty text area in the center. Paste the source code of your CV in that window, then click on Load.

You can print your CV or save it as a PDF file directly from the CV Machine, use the printing functionality of your browser. Use the Preview button first to hide all the controls.

You can share your CV by saving it as an XHTML file and then generate a PDF file from a browser, or directly send it by email. The XHTML file should be viewable in any modern browser with support for HTML 5 (because they currently allow to define and style semantic XML elements, I do not know if this will last), however that option is much more risky. An alternative is to convert you CV (which contains plain semantic XML wrapped inside an XHTML envelope) to any format using an XSLT transformation.

Reload the CV Machine page each time you want to start with a new CV. It is also advised to reload the page before you use the Load button.

AXEL CV Machine is still under development. It has been tested with Firefox (> 3.5.7), Safari (> 4) and Opera (> 10.10).

AXEL CV Machine doesn't work yet with Internet Explorer, there is also an issue with Chromium (> 5.0) that prevents using the Load / Save dialogs (calling Javascript method in parent window from window.opener doesn't work).