425 lines
18 KiB
HTML
425 lines
18 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>XML Resume Library News</title>
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
li { margin-bottom: .5em; }
|
||
|
-->
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>XML Résumé Library News</h1>
|
||
|
|
||
|
<p>The XML Résumé Library copyrighted, ©
|
||
|
2000-2002 by Sean Kelly. See the <a
|
||
|
href="../copying/index.html">copying conditions, license, and
|
||
|
disclaimer</a>.
|
||
|
</p>
|
||
|
|
||
|
<p>This document lists user-visible changes to the library.
|
||
|
</p>
|
||
|
|
||
|
<p>This document does not list all DTD changes, nor does it give complete
|
||
|
detail on those that it does list. For a full list of changes to the DTD,
|
||
|
please see the <a href="../manual/html/elementref.html">Element Reference</a>
|
||
|
in the User Guide.
|
||
|
</p>
|
||
|
|
||
|
<h2>Release 1.5.1</h2>
|
||
|
<ul>
|
||
|
<li>Added Ant support (build.xml) to examples</li>
|
||
|
<li>Default output format for referees is now 2-column</li>
|
||
|
<li>Fixed a bug that caused some JVM crashes while processing text output</li>
|
||
|
<li>Improved internationalization support</li>
|
||
|
<li>DTD fixed to support validation of XML files that use the "targets" attribute</li>
|
||
|
<li>Small CSS improvements</li>
|
||
|
<li>NEW: Online Resume Converter (ORC)</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.5.0</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>Added support for targeted résumés. This allows
|
||
|
the user to selectively filter out irrelevant elements and focus
|
||
|
the résumé to a particular purpose. A
|
||
|
demonstration of this feature is included in
|
||
|
<code>example/example2.xml</code></li>
|
||
|
<li>Cascading Style Sheets (CSS) now default to being embedded
|
||
|
directly into the HTML output, which makes it easier to
|
||
|
email/transfer a résumé. Thanks to Luciano Cardoso
|
||
|
for the suggestion and hint.</li>
|
||
|
<li>Decreased the default margins to conserve space and trees
|
||
|
(PDF output)</li>
|
||
|
<li>Referees can now be listed in a 2-column table in the PDF and HTML
|
||
|
output. This behavior is off by default.</li>
|
||
|
<li>Italian, French, Spanish, and Brazilian translations have been
|
||
|
improved/fixed. (Thanks to Didier Cassirame, Gilles
|
||
|
Sadowski, Luciano Cardoso, and Miguel Coca)</li>
|
||
|
<li>Localization support for the fax and phone elements has been
|
||
|
improved. The home.word, mobile.word, and work.word params have
|
||
|
been replaced by phone.home.phrase, phone.mobile.phrase, and
|
||
|
phone.work.phrase (same applies to fax) that can support arbitrary
|
||
|
orderings (eg, Mobile Phone in UK, GSM in French, Cellphone in US).
|
||
|
Default translations for some languages may be incomplete, so please
|
||
|
send in translations via SourceForge's Patch Request forms.
|
||
|
(Bugs 624365, 629607)</li>
|
||
|
<li>Makefile support (in the <code>examples</code> directory) has been
|
||
|
added for using XMLMind's XFC package or the JFOR package to
|
||
|
produce RTF output. This requires a separate download and is not
|
||
|
strongly supported by the XMLRésumé Project.
|
||
|
(Thanks to James Manning)</li>
|
||
|
<li>The project element can now have a "title" attribute.</li>
|
||
|
<li>The "date" element can now be used in place of "period" for
|
||
|
the "membership" and "job" elements, and period can be used in
|
||
|
in place of date in the award and clearance tags</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.4.2</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>Fixed a bug that caused unexpected line breaks in text output (bug
|
||
|
566653).</li>
|
||
|
<li>Decreased the default width of text output from 80 to 72 characters.
|
||
|
This allows them to be transmitted in most e-mail programs without
|
||
|
wrapping the very last part of each line.</li>
|
||
|
<li>Added support for comma-separated formatting of degree subjects. This
|
||
|
is now the default. (Thanks to Mark Miller.)</li>
|
||
|
<li>Comma-formatted skill lists in text output format are now terminated
|
||
|
with a period (feature request 575845).</li>
|
||
|
<li>Added a new CSS stylesheet, <code>compact.css</code> that can be used
|
||
|
to easily open an HTML résumé in Microsoft Word and save
|
||
|
it as a DOC file. (Contributed by Mark Miller.)</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.4.1</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>The output stylesheets (<code>us-html.xsl</code>,
|
||
|
<code>br-a4.xsl</code>, etc.) are now in the <code>xsl/output</code>
|
||
|
directory. (They were previously in the <code>xsl</code> directory.</li>
|
||
|
<li>New elements:
|
||
|
<a href="../manual/html/element.clearances.html"><code><clearances></code></a>
|
||
|
and
|
||
|
<a href="../manual/html/element.clearance.html"><code><clearance></code></a>.
|
||
|
These elements may be used to note security clearances that you may
|
||
|
have.
|
||
|
(Feature request 556633.)</li>
|
||
|
<li>New elements:
|
||
|
<a href="../manual/html/element.gpa.html"><code><gpa></code></a>,
|
||
|
<a href="../manual/html/element.score.html"><code><score></code></a>
|
||
|
and
|
||
|
<a href="../manual/html/element.possible.html"><code><possible></code></a>.
|
||
|
You can use these tags to include a GPA in a degree.
|
||
|
résumé.
|
||
|
(Feature request 560641.)</li>
|
||
|
<li>New element:
|
||
|
<a href="../manual/html/element.location.html"><code><location></code></a>.
|
||
|
This element can be used to indicate the city of a
|
||
|
<a href="../manual/html/element.job.html"><code><job></code></a>,
|
||
|
<a href="../manual/html/element.degree.html"><code><degree></code></a>,
|
||
|
or
|
||
|
<a href="../manual/html/element.membership.html"><code><membership></code></a>.
|
||
|
(Feature request 505444.)</li>
|
||
|
<li>
|
||
|
<a href="../manual/html/element.name.html"><code><name></code></a>
|
||
|
may now contain an optional
|
||
|
<a href="../manual/html/element.title.html"><code><title></code></a>.
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="../manual/html/element.institution.html"><code><institution></code></a>
|
||
|
and
|
||
|
<a href="../manual/html/element.organization.html"><code><organization></code></a>
|
||
|
may now contain inline elements.
|
||
|
</li>
|
||
|
<li>Added Dutch language support, thanks to Andre van Dijk.</li>
|
||
|
<li>New CSS stylesheet: resume4.css.</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.4.0</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>New elements:
|
||
|
<a href="../manual/html/element.awards.html"><code><awards></code></a>
|
||
|
and
|
||
|
<a href="../manual/html/element.award.html"><code><award></code></a>.
|
||
|
You can use these tags to include awards or other honors in a
|
||
|
résumé.
|
||
|
(Feature request 548619.)</li>
|
||
|
<li>New elements:
|
||
|
<a href="../manual/html/element.interests.html"><code><interests></code></a>
|
||
|
and
|
||
|
<a href="../manual/html/element.interest.html"><code><interest></code></a>.
|
||
|
You can use these tags to include your interests or hobbies in a
|
||
|
résumé.
|
||
|
(Feature request 504269.)</li>
|
||
|
<li>New elements:
|
||
|
<a href="../manual/html/element.fax.html"><code><fax></code></a>,
|
||
|
<a href="../manual/html/element.pager.html"><code><pager></code></a>,
|
||
|
and
|
||
|
<a href="../manual/html/element.instantMessage.html"><code><instantMessage></code></a>
|
||
|
(feature requests 485930 and 522200).</li>
|
||
|
<li>New element:
|
||
|
<a href="../manual/html/element.minor.html"><code><minor></code></a>
|
||
|
(feature request 558871).</li>
|
||
|
<li>New element:
|
||
|
<a href="../manual/html/element.lastModified.html"><code><lastModified></code></a>
|
||
|
(feature request 460165).</li>
|
||
|
<li>Deprecated elements:
|
||
|
<a href="../manual/html/element.skillareas.html"><code><skillareas></code></a>,
|
||
|
<a href="../manual/html/element.skills.html"><code><skills></code></a>,
|
||
|
and
|
||
|
<a href="../manual/html/element.pubDate.html"><code><pubDate></code></a>.</li>
|
||
|
<li><a href="../manual/html/element.phone.html"><code><phone></code></a>
|
||
|
(as well as the new <code><fax></code> element) now has a
|
||
|
<code>location</code> attribute (feature request 448039).</li>
|
||
|
<li><a href="../manual/html/element.skill.html"><code><skill></code></a>
|
||
|
now has a <code>level</code> attribute (feature request 485930).</li>
|
||
|
<li><a href="../manual/html/element.degree.html"><code><degree></code></a>
|
||
|
may now contain multiple
|
||
|
<a href="../manual/html/element.major.html"><code><major></code>s</a>
|
||
|
(feature request 558871).</li>
|
||
|
<li><a href="../manual/html/element.contact.html"><code><contact></code></a>
|
||
|
may now contain any number of elements, in any order (feature request 448039).</li>
|
||
|
<li><a href="../manual/html/element.pub.html"><code><pub></code></a>
|
||
|
may now contain a
|
||
|
<a href="../manual/html/element.url.html"><code><url></code></a>
|
||
|
(feature request 548584).</li>
|
||
|
<li><a href="../manual/html/element.degree.html"><code><degree></code></a>
|
||
|
may now optionally contain either a
|
||
|
<a href="../manual/html/element.date.html"><code><date></code></a> or a
|
||
|
<a href="../manual/html/element.period.html"><code><period></code></a>
|
||
|
(feature requests 485930 and 460156).</li>
|
||
|
<li><a href="../manual/html/element.referee.html"><code><referee></code></a>
|
||
|
may now contain an optional
|
||
|
<a href="../manual/html/element.title.html"><code><title></code></a>
|
||
|
and an optional
|
||
|
<a href="../manual/html/element.organization.html"><code><organization></code></a>
|
||
|
(feature request 539028).</li>
|
||
|
<li>Added Portuguese language support, thanks to Felipe Leme.</li>
|
||
|
<li>Added German language support, thanks to Jochen Hein (feature request
|
||
|
522570).</li>
|
||
|
<li>References may now be replaced by alternate text in formatted output
|
||
|
with the <a href="../manual/html/param.referees.display.html"
|
||
|
><code>referees.display</code></a> parameter.</li>
|
||
|
<li>A new CSS stylesheet is included: <code>resume3.css</code></li>
|
||
|
<li>Fixed bug 547663: only the last skill in a list of skills was
|
||
|
formatted when the <code>skills.format</code> parameter was set to
|
||
|
<code>comma</code>.</li>
|
||
|
<li>New chapter in the user guide: <a
|
||
|
href="../manual/html/getting-started.convert.html">Converting an XML
|
||
|
Résumé to Other Formats</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.3.3</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>User guide now included!</li>
|
||
|
<li>Namespaces are supported and used within the stylesheets.</li>
|
||
|
<li>We're now compatible with the XSL-FO standard and FOP version 0.20.3.</li>
|
||
|
<li>New <code><link></code> element to support hyperlinks to employers.</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.3.2</h2>
|
||
|
|
||
|
<p>Bug fix release:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Fixed bug 509432: formatting of academic degrees exhibited
|
||
|
bizarre punctuation and spacing depending on what combination
|
||
|
of date, institution, subjects, and annotation were present.
|
||
|
It's clean now for all combinations.
|
||
|
</li>
|
||
|
<li>Fixed bug 513515: space for the subject name in an academic
|
||
|
degree is significantly wider now.
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.3.1</h2>
|
||
|
|
||
|
<p>This release fixes a minor bug in the catalog file for the DTD.
|
||
|
It also puts descriptions in the HTML output into a
|
||
|
<code><div></code> block with the CSS class description,
|
||
|
enabling you to format descriptions of jobs specially.
|
||
|
</p>
|
||
|
|
||
|
<h2>Release 1.3.0</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li><strong>Schema Change!</strong> The
|
||
|
<code><subject></code> element under a
|
||
|
<code><degree></code> in order to list your college
|
||
|
major is now a <code><major></code> element. You will
|
||
|
need to change your résumés and/or software.
|
||
|
|
||
|
<p>As a convenience, we have provided an XSLT transformation
|
||
|
in <code>xsl/124-130.xsl</code> that will turn version 1.2.4
|
||
|
résumés into 1.3.0 with the
|
||
|
<code><major></code> element.
|
||
|
</p>
|
||
|
</li>
|
||
|
<li>The <code><name></code> under a
|
||
|
<code><copyright></code> is now optional. If omitted,
|
||
|
the name will be taken from the <code><header></code>.
|
||
|
</li>
|
||
|
<li>You can specify whether HTML and plain text headings should
|
||
|
be standard (flush left) or centered with the
|
||
|
<code>header.format</code> parameter.
|
||
|
</li>
|
||
|
<li>You can format skill sections as bullet lists or
|
||
|
comma-separated lists with the <code>skills.format</code>
|
||
|
parameter.
|
||
|
</li>
|
||
|
<li>We've simplified international addresses using a setting for
|
||
|
the <code>address.format</code> parameter and also by allowing
|
||
|
freeform addresses.
|
||
|
</li>
|
||
|
<li>You can now list and format professional memberships on your
|
||
|
résumé with the <code><memberships></code>
|
||
|
element.
|
||
|
</li>
|
||
|
<li>You can list subjects and levels achieved under each degree
|
||
|
with the <code><subjects></code> element. Subjects are
|
||
|
formatted for print and web, but not yet for text.
|
||
|
</li>
|
||
|
<li>You can list personal references with the
|
||
|
<code><referees></code> element.
|
||
|
</li>
|
||
|
<li>Many elements contain unique <code>id</code> attributes
|
||
|
now. You can use the <code>name</code> attribute in an
|
||
|
<code><author></code> element to refer to a publication
|
||
|
author by <code>id</code>.
|
||
|
</li>
|
||
|
<li>You can list projects at a job with the new
|
||
|
<code><projects></code> element.
|
||
|
</li>
|
||
|
<li>The graduation <code><date></code> on a degree is
|
||
|
optional now.
|
||
|
</li>
|
||
|
<li>There's an SGML catalog file now.</li>
|
||
|
<li>The new XSL paramater <code>half.space</code> is used for a
|
||
|
smaller amount of space between certain types of paragraphs.
|
||
|
</li>
|
||
|
<li>The plain text formatting cleans up extra newlines when
|
||
|
certain parts of the resume or the titles are empty. It also
|
||
|
wraps long lists of items cleanly.
|
||
|
</li>
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
<p>Additionally, we've fixed some bugs in the XSL files.</p>
|
||
|
|
||
|
<h2>Release 1.2.4</h2>
|
||
|
|
||
|
<p>Bugs fixed:</p>
|
||
|
<ul>
|
||
|
<li>Old style US addresses in HTML were coming out
|
||
|
"City,State". Now there's a space after the comma:
|
||
|
"City, State".
|
||
|
</li>
|
||
|
<li>The <code><dayOfMonth></code> was missing a content
|
||
|
model; it has one now (PCDATA).
|
||
|
</li>
|
||
|
<li><code><fullDate></code> wasn't referenced anywhere.
|
||
|
It's gone.
|
||
|
</li>
|
||
|
<li>The plain text stylesheet <code>text.xsl</code>
|
||
|
contained an invalid template that Xalan allowed but 4Suite
|
||
|
correctly disallowed. That's fixed now.
|
||
|
</li>
|
||
|
<li>The HTML output explicitly sets the character set to
|
||
|
UTF-8.
|
||
|
</li>
|
||
|
<li>Bullet lists in the text formatting have been greatly
|
||
|
improved.
|
||
|
</li>
|
||
|
<li>No more blank labels for telephone or email when there's no
|
||
|
telephone or email specified.
|
||
|
</li>
|
||
|
<li>The homepage URL now appears in the HTML formatting.
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>New features:</p>
|
||
|
<ul>
|
||
|
<li>Each job in the employment history may now contain a list of
|
||
|
achievements, which become formatted as a bullet-list.
|
||
|
</li>
|
||
|
<li>Achievements and skills now use the same markup model as
|
||
|
plain paragraphs, enabling richer semantics.
|
||
|
</li>
|
||
|
<li>Real en-dashes appear in periods of employment
|
||
|
in the FO rendering.
|
||
|
</li>
|
||
|
<li>Hyphens in the FO rendering separating employer, job title,
|
||
|
and period of employment use bullets now (those hyphens looked
|
||
|
funny).
|
||
|
</li>
|
||
|
<li>HTML output now includes Cascading Stylesheet (CSS) "class"
|
||
|
attributes, enabling you to customize the HTML appearance of
|
||
|
your résumé. Two sample stylesheets,
|
||
|
<code>resume1.css</code> and <code>resume2.css</code> are in
|
||
|
the <code>css</code> directory.
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.2.3</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li><em>Internationalization support</em>. The DTD and
|
||
|
the stylesheets support formatting international addresses
|
||
|
with a rich set of metadata. See the
|
||
|
<code>example2.xml</code> résumé for an
|
||
|
example. Older résumés using the US address
|
||
|
schema are still compatible. <strong>Note that FOP 0.19.0
|
||
|
does not handle line breaks in addresses correctly yet. Use
|
||
|
XEP from <a href="http://www.renderx.com/">RenderX</a> until
|
||
|
the Apache XML Project can fix this bug!</strong>
|
||
|
</li>
|
||
|
|
||
|
<li><em>Localization support</em>. We've replaced
|
||
|
hard-coded words like "Professional Objective" and
|
||
|
"résumé" as well as paper sizes and margins with
|
||
|
configurable parameters. Driver files set these parameters
|
||
|
and format résumés appropriately. Support for
|
||
|
US English, UK English, and French are included.
|
||
|
</li>
|
||
|
|
||
|
<li><em>Date of birth</em>. The DTD supports a
|
||
|
<code><birth></code> element to record date of birth.
|
||
|
This element is currently not formatted.
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.2.2</h2>
|
||
|
|
||
|
<p>This release lets you specify rich content for publications in
|
||
|
addition to free-form paragraphs, including
|
||
|
<code><artTitle></code>, <code><bookTitle></code>,
|
||
|
<code><author></code>, <code><pubDate></code>,
|
||
|
<code><publisher></code>, and
|
||
|
<code><pageNums></code>. The stylesheets will format
|
||
|
these elements appropriately.
|
||
|
</p>
|
||
|
|
||
|
<h2>Release 1.2.1</h2>
|
||
|
|
||
|
<ul>
|
||
|
<li>Now compatible with <a
|
||
|
href="http://xml.apache.org/fop/index.html">FOP 1.19.0</a>.
|
||
|
You can still expect to see warning messages from FOP, but
|
||
|
these are harmless.
|
||
|
</li>
|
||
|
<li>Acute accents now appear in the word "résumé"
|
||
|
in the running footer in the FO output.
|
||
|
</li>
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
<h2>Release 1.2.0</h2>
|
||
|
|
||
|
<p>The news document is new in this release, 1.2.0.
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|