You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
(22) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
|
From: <dle...@us...> - 2008-12-07 15:09:36
|
Revision: 634
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=634&view=rev
Author: dleidert
Date: 2008-12-07 15:09:29 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Fix system ID for DB 4.5. Remove very old compatibility task for PDF creation.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-12-07 15:07:11 UTC (rev 633)
+++ trunk/build.xml 2008-12-07 15:09:29 UTC (rev 634)
@@ -495,8 +495,8 @@
<property name="doc.manual.xsl.html-multiple.web" value="${doc.manual.xsl.dir}/html-multiple.web.xsl"/>
<property name="doc.manual.xsl.fo" value="${doc.manual.xsl.dir}/fo.xsl"/>
- <!-- DocBook XML DTD version 4.1.2 system location -->
- <property name="doc.manual.docbook-xml.file" value="http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"/>
+ <!-- DocBook XML DTD version 4.5 system location -->
+ <property name="doc.manual.docbook-xml.file" value="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"/>
<!-- DocBook XSL Stylesheets version 1.50 system locations.
These are system-dependent, but don't change them here. Instead, override them
@@ -806,19 +806,6 @@
description="Generate PDF version of the manual"
depends="doc.manual.fo">
- <!-- This section isn't needed with docbook-xsl-1.52.2 and FOP 0.20.3 -->
- <java
- classname="com.icl.saxon.StyleSheet"
- classpathref="saxon.classpath"
- fork="yes"
- failonerror="yes"
- dir="${doc.manual.build.dir}">
- <arg value="-o"/>
- <arg value="${doc.manual.fo.file}.patched-for-fop"/>
- <arg value="${doc.manual.fo.file}"/>
- <arg value="${doc.manual.docbook-xsl.dir}/fo/fo-patch-for-fop.xsl"/>
- </java>
-
<java
classname="org.apache.fop.apps.Fop"
fork="yes"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 15:07:19
|
Revision: 633
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=633&view=rev
Author: dleidert
Date: 2008-12-07 15:07:11 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Fix XML invalidity. Use DB 4.5.
TODO: Use online system IDs and use xml-commons-resolver for entity rewriting.
Modified Paths:
--------------
trunk/src/doc/manual/en/elementref/element.address.xml
trunk/src/doc/manual/en/elementref/element.organization.xml
trunk/src/doc/manual/en/elementref/element.suburb.xml
trunk/src/doc/manual/en/getting-started/explore.xml
trunk/src/doc/manual/en/getting-started/setup.xml
trunk/src/doc/manual/en/intro.xml
trunk/src/doc/manual/en/paramref/param.interest.description.format.xml
trunk/src/doc/manual/en/paramref/param.skills.format.xml
trunk/src/doc/manual/en/paramref/param.subjects.format.xml
trunk/src/doc/manual/manual.xml
Modified: trunk/src/doc/manual/en/elementref/element.address.xml
===================================================================
--- trunk/src/doc/manual/en/elementref/element.address.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/elementref/element.address.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -12,7 +12,7 @@
<synopsis><?resumevar CONTENT_MODEL?></synopsis>
</refsect2>
<refsect2><title>Attributes</title>
- <?resumevar ATTRIBUTES_TABLE?>
+ <synopsis><?resumevar ATTRIBUTES_TABLE?></synopsis>
</refsect2>
</refsynopsisdiv>
@@ -144,19 +144,19 @@
CUBA
]]></computeroutput></literallayout>
- <warning>
- <para>
- You may have noticed that the XML for this address isn't indented as
- usual. This is because untagged addresses are formatted verbatim,
- and so any indentation would be preserved in the formatted address.
- The address text begins on the same line as the start tag for the
- same reason (we don't want a leading linebreak in the formatted
- address).
- </para>
- </warning>
-
</example>
+ <warning>
+ <para>
+ You may have noticed that the XML for this address isn't indented as
+ usual. This is because untagged addresses are formatted verbatim,
+ and so any indentation would be preserved in the formatted address.
+ The address text begins on the same line as the start tag for the
+ same reason (we don't want a leading linebreak in the formatted
+ address).
+ </para>
+ </warning>
+
<!-- =================================================================== -->
<para>
For additional address examples, look at the XML files in the <filename
Modified: trunk/src/doc/manual/en/elementref/element.organization.xml
===================================================================
--- trunk/src/doc/manual/en/elementref/element.organization.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/elementref/element.organization.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -12,7 +12,7 @@
<synopsis><?resumevar CONTENT_MODEL?></synopsis>
</refsect2>
<refsect2><title>Attributes</title>
- <?resumevar ATTRIBUTES_TABLE?>
+ <synopsis><?resumevar ATTRIBUTES_TABLE?></synopsis>
</refsect2>
</refsynopsisdiv>
@@ -55,7 +55,6 @@
</simplelist>.
</para>
</refsect1>
- -->
<refsect1><title>Examples</title>
Modified: trunk/src/doc/manual/en/elementref/element.suburb.xml
===================================================================
--- trunk/src/doc/manual/en/elementref/element.suburb.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/elementref/element.suburb.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -12,7 +12,7 @@
<synopsis><?resumevar CONTENT_MODEL?></synopsis>
</refsect2>
<refsect2><title>Attributes</title>
- <?resumevar ATTRIBUTES_TABLE?>
+ <synopsis><?resumevar ATTRIBUTES_TABLE?></synopsis>
</refsect2>
</refsynopsisdiv>
@@ -57,7 +57,6 @@
</simplelist>.
</para>
</refsect1>
- -->
<refsect1><title>Examples</title>
Modified: trunk/src/doc/manual/en/getting-started/explore.xml
===================================================================
--- trunk/src/doc/manual/en/getting-started/explore.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/getting-started/explore.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -3,7 +3,6 @@
<chapter id="getting-started.explore">
<chapterinfo>
- <title>Exploring the Features of &library.name;</title>
<authorgroup>
<author>
<firstname>Peter</firstname>
@@ -27,6 +26,8 @@
</copyright>
</chapterinfo>
+ <title>Exploring the Features of &library.name;</title>
+
<!-- ==================================================================== -->
<para>
This chapter provides an overview of the features and usage of
Modified: trunk/src/doc/manual/en/getting-started/setup.xml
===================================================================
--- trunk/src/doc/manual/en/getting-started/setup.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/getting-started/setup.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -3,7 +3,6 @@
<chapter id="getting-started.setup">
<chapterinfo>
- <title>Setting up the XML &Resume; Library</title>
<authorgroup>
<author>
<firstname>Peter</firstname>
@@ -27,6 +26,8 @@
</copyright>
</chapterinfo>
+ <title>Setting up the XML &Resume; Library</title>
+
<!-- ==================================================================== -->
<para>
This chapter explains how to install the &library.name;, an Open Source, XML
Modified: trunk/src/doc/manual/en/intro.xml
===================================================================
--- trunk/src/doc/manual/en/intro.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/intro.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -2,9 +2,7 @@
<!-- Help vim out: <!DOCTYPE DocBook -->
<preface id="intro">
- <prefaceinfo>
- <title>Introduction</title>
- </prefaceinfo>
+ <title>Introduction</title>
<section id="intro.what-is">
<title>What is the &library.name;?</title>
Modified: trunk/src/doc/manual/en/paramref/param.interest.description.format.xml
===================================================================
--- trunk/src/doc/manual/en/paramref/param.interest.description.format.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/paramref/param.interest.description.format.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -59,24 +59,22 @@
</para>
<para>
-
For example, the XML above would be formatted similar to the
following:
-
- <informalexample>
- <bridgehead formatas="sect2">Interests</bridgehead>
- <itemizedlist spacing="compact">
- <listitem><para>Scuba diving</para></listitem>
- <listitem><para>
- Flying. I have my pilot's license, and have logged over 1000
- in-flight hours. — I have also constructed my own
- airplane from a kit.
- </para></listitem>
- </itemizedlist>
- </informalexample>
-
</para>
+ <bridgehead renderas="sect2">Interests</bridgehead>
+ <informalexample>
+ <itemizedlist spacing="compact">
+ <listitem><para>Scuba diving</para></listitem>
+ <listitem><para>
+ Flying. I have my pilot's license, and have logged over 1000
+ in-flight hours. — I have also constructed my own
+ airplane from a kit.
+ </para></listitem>
+ </itemizedlist>
+ </informalexample>
+
</listitem>
</varlistentry>
<varlistentry>
@@ -88,29 +86,27 @@
</para>
<para>
-
For example, the XML above would be formatted similar to the
following:
-
- <informalexample>
- <bridgehead formatas="sect2">Interests</bridgehead>
- <itemizedlist spacing="compact">
- <listitem><para>Scuba diving</para></listitem>
- <listitem>
- <para>Flying</para>
- <para>
- I have my pilot's license, and have logged over 1000
- in-flight hours.
- </para>
- <para>
- I have also constructed my own airplane from a kit.
- </para>
- </listitem>
- </itemizedlist>
- </informalexample>
-
</para>
+ <bridgehead renderas="sect2">Interests</bridgehead>
+ <informalexample>
+ <itemizedlist spacing="compact">
+ <listitem><para>Scuba diving</para></listitem>
+ <listitem>
+ <para>Flying</para>
+ <para>
+ I have my pilot's license, and have logged over 1000
+ in-flight hours.
+ </para>
+ <para>
+ I have also constructed my own airplane from a kit.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </informalexample>
+
</listitem>
</varlistentry>
</variablelist>
Modified: trunk/src/doc/manual/en/paramref/param.skills.format.xml
===================================================================
--- trunk/src/doc/manual/en/paramref/param.skills.format.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/paramref/param.skills.format.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -47,20 +47,19 @@
<listitem>
<para>
Formats skills as a bulleted list, one skill per line:
-
- <informalexample>
- <bridgehead renderas="sect2">Technical Skills</bridgehead>
- <bridgehead renderas="sect3">Programming Languages</bridgehead>
- <itemizedlist spacing="compact">
- <listitem><para>Java</para></listitem>
- <listitem><para>C++</para></listitem>
- <listitem><para>C</para></listitem>
- <listitem><para>Perl</para></listitem>
- </itemizedlist>
- </informalexample>
-
</para>
+ <bridgehead renderas="sect2">Technical Skills</bridgehead>
+ <bridgehead renderas="sect3">Programming Languages</bridgehead>
+ <informalexample>
+ <itemizedlist spacing="compact">
+ <listitem><para>Java</para></listitem>
+ <listitem><para>C++</para></listitem>
+ <listitem><para>C</para></listitem>
+ <listitem><para>Perl</para></listitem>
+ </itemizedlist>
+ </informalexample>
+
</listitem>
</varlistentry>
@@ -69,15 +68,15 @@
<listitem>
<para>
Produces a comma-separated list on a single line:
-
- <informalexample>
- <bridgehead renderas="sect2">Technical Skills</bridgehead>
- <para>
- Programming Languages: Java, C++, C, Perl
- </para>
- </informalexample>
</para>
+ <bridgehead renderas="sect2">Technical Skills</bridgehead>
+ <informalexample>
+ <para>
+ Programming Languages: Java, C++, C, Perl
+ </para>
+ </informalexample>
+
</listitem>
</varlistentry>
</variablelist>
Modified: trunk/src/doc/manual/en/paramref/param.subjects.format.xml
===================================================================
--- trunk/src/doc/manual/en/paramref/param.subjects.format.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/en/paramref/param.subjects.format.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -66,9 +66,8 @@
in the second column:
</para>
+ <bridgehead renderas="sect3">Subjects</bridgehead>
<informalexample>
- <bridgehead renderas="sect3">Subjects</bridgehead>
-
<informaltable frame="none">
<tgroup cols="2">
<tbody>
Modified: trunk/src/doc/manual/manual.xml
===================================================================
--- trunk/src/doc/manual/manual.xml 2008-12-07 13:27:15 UTC (rev 632)
+++ trunk/src/doc/manual/manual.xml 2008-12-07 15:07:11 UTC (rev 633)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE book
- PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"@DOCBOOK_XML_DTD@" [
<!-- Textual entities (content) -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:27:27
|
Revision: 632
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=632&view=rev
Author: dleidert
Date: 2008-12-07 13:27:15 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Make the examples Makefile a bit more customizable
(http://bugs.debian.org/416217).
Modified Paths:
--------------
trunk/examples/Makefile
Modified: trunk/examples/Makefile
===================================================================
--- trunk/examples/Makefile 2008-12-07 13:22:12 UTC (rev 631)
+++ trunk/examples/Makefile 2008-12-07 13:27:15 UTC (rev 632)
@@ -48,17 +48,17 @@
# Basename (filename minus .xml extension) of resume to process
# For example, put "myresume" here to process "myresume.xml".
#------------------------------------------------------------------------------
-resume = resume
+resume ?= resume
#------------------------------------------------------------------------------
# Stylesheets
#------------------------------------------------------------------------------
# Options: br de fr it nl uk us es
-country = us
+country ?= us
# Options: letter for country=us, a4 for others
-papersize = letter
+papersize ?= letter
-xsl_base = http://xmlresume.sourceforge.net/xsl
+xsl_base ?= http://xmlresume.sourceforge.net/xsl
#xsl_base = ../xsl
#xsl_base = ../src/www/xsl
@@ -124,7 +124,7 @@
%.filter: %-filtered.all
clean:
- rm -f *.html *.txt *.fo *.rtf *.pdf *-filtered.xml *-140.xml
+ $(RM) *.html *.txt *.fo *.rtf *.pdf *-filtered.xml *-140.xml
%.html: %.xml
$(xsl_proc) $(html_style)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:22:18
|
Revision: 631
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=631&view=rev
Author: dleidert
Date: 2008-12-07 13:22:12 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
The ISO 8879:1986 (XML) entities are now maintained (and provided) by the W3C
at http://www.w3.org/2003/entities/. Use the entity set from there. Adjust
catalog and DTD accordingly.
Modified Paths:
--------------
trunk/src/www/dtd/catalog
trunk/src/www/dtd/resume.dtd
Added Paths:
-----------
trunk/src/www/dtd/isolat1.ent
Removed Paths:
-------------
trunk/src/www/dtd/iso-lat1.ent
Modified: trunk/src/www/dtd/catalog
===================================================================
--- trunk/src/www/dtd/catalog 2008-12-07 13:18:16 UTC (rev 630)
+++ trunk/src/www/dtd/catalog 2008-12-07 13:22:12 UTC (rev 631)
@@ -37,7 +37,7 @@
-- ISO entity sets in XML format --
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.ent"
+PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "isolat1.ent"
-- SGML Declaration --
Deleted: trunk/src/www/dtd/iso-lat1.ent
===================================================================
--- trunk/src/www/dtd/iso-lat1.ent 2008-12-07 13:18:16 UTC (rev 630)
+++ trunk/src/www/dtd/iso-lat1.ent 2008-12-07 13:22:12 UTC (rev 631)
@@ -1,105 +0,0 @@
-<!-- ...................................................................... -->
-<!-- ISO Added Latin 1 Entities V0.3 ...................................... -->
-<!-- File iso-lat1.ent .................................................... -->
-
-<!-- Copyright (C) 2001, 2002 Organization for the Advancement of Structured
- Information Standards (OASIS).
-
- $Id$
-
- Permission to use, copy, modify and distribute this entity set
- and its accompanying documentation for any purpose and without
- fee is hereby granted in perpetuity, provided that the above
- copyright notice and this paragraph appear in all copies. The
- copyright holders make no representation about the suitability of
- the entities for any purpose. It is provided "as is" without
- expressed or implied warranty.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the do...@li... mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
-
-Derived, in part, from:
-
- * iso-lat1.gml
-
- Copyright (C) 1986 International Organization for Standardization
- Permission to copy in any form is granted for use with
- conforming SGML systems and applications as defined in
- ISO 8879, provided this notice is included in all copies.
-
- * http://www.tug.org/applications/jadetex/unicode.xml
-
-* ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT
-
-Please use the following formal public identifier to identify it:
-
- ISO 8879:1986//ENTITIES Added Latin 1//EN//XML
--->
-
-<!ENTITY aacute "á"> <!-- LATIN SMALL LETTER A WITH ACUTE -->
-<!ENTITY Aacute "Á"> <!-- LATIN CAPITAL LETTER A WITH ACUTE -->
-<!ENTITY acirc "â"> <!-- LATIN SMALL LETTER A WITH CIRCUMFLEX -->
-<!ENTITY Acirc "Â"> <!-- LATIN CAPITAL LETTER A WITH CIRCUMFLEX -->
-<!ENTITY agrave "à"> <!-- LATIN SMALL LETTER A WITH GRAVE -->
-<!ENTITY Agrave "À"> <!-- LATIN CAPITAL LETTER A WITH GRAVE -->
-<!ENTITY aring "å"> <!-- LATIN SMALL LETTER A WITH RING ABOVE -->
-<!ENTITY Aring "Å"> <!-- LATIN CAPITAL LETTER A WITH RING ABOVE -->
-<!ENTITY atilde "ã"> <!-- LATIN SMALL LETTER A WITH TILDE -->
-<!ENTITY Atilde "Ã"> <!-- LATIN CAPITAL LETTER A WITH TILDE -->
-<!ENTITY auml "ä"> <!-- LATIN SMALL LETTER A WITH DIAERESIS -->
-<!ENTITY Auml "Ä"> <!-- LATIN CAPITAL LETTER A WITH DIAERESIS -->
-<!ENTITY aelig "æ"> <!-- LATIN SMALL LETTER AE -->
-<!ENTITY AElig "Æ"> <!-- LATIN CAPITAL LETTER AE -->
-<!ENTITY ccedil "ç"> <!-- LATIN SMALL LETTER C WITH CEDILLA -->
-<!ENTITY Ccedil "Ç"> <!-- LATIN CAPITAL LETTER C WITH CEDILLA -->
-<!ENTITY eth "ð"> <!-- LATIN SMALL LETTER ETH -->
-<!ENTITY ETH "Ð"> <!-- LATIN CAPITAL LETTER ETH -->
-<!ENTITY eacute "é"> <!-- LATIN SMALL LETTER E WITH ACUTE -->
-<!ENTITY Eacute "É"> <!-- LATIN CAPITAL LETTER E WITH ACUTE -->
-<!ENTITY ecirc "ê"> <!-- LATIN SMALL LETTER E WITH CIRCUMFLEX -->
-<!ENTITY Ecirc "Ê"> <!-- LATIN CAPITAL LETTER E WITH CIRCUMFLEX -->
-<!ENTITY egrave "è"> <!-- LATIN SMALL LETTER E WITH GRAVE -->
-<!ENTITY Egrave "È"> <!-- LATIN CAPITAL LETTER E WITH GRAVE -->
-<!ENTITY euml "ë"> <!-- LATIN SMALL LETTER E WITH DIAERESIS -->
-<!ENTITY Euml "Ë"> <!-- LATIN CAPITAL LETTER E WITH DIAERESIS -->
-<!ENTITY iacute "í"> <!-- LATIN SMALL LETTER I WITH ACUTE -->
-<!ENTITY Iacute "Í"> <!-- LATIN CAPITAL LETTER I WITH ACUTE -->
-<!ENTITY icirc "î"> <!-- LATIN SMALL LETTER I WITH CIRCUMFLEX -->
-<!ENTITY Icirc "Î"> <!-- LATIN CAPITAL LETTER I WITH CIRCUMFLEX -->
-<!ENTITY igrave "ì"> <!-- LATIN SMALL LETTER I WITH GRAVE -->
-<!ENTITY Igrave "Ì"> <!-- LATIN CAPITAL LETTER I WITH GRAVE -->
-<!ENTITY iuml "ï"> <!-- LATIN SMALL LETTER I WITH DIAERESIS -->
-<!ENTITY Iuml "Ï"> <!-- LATIN CAPITAL LETTER I WITH DIAERESIS -->
-<!ENTITY ntilde "ñ"> <!-- LATIN SMALL LETTER N WITH TILDE -->
-<!ENTITY Ntilde "Ñ"> <!-- LATIN CAPITAL LETTER N WITH TILDE -->
-<!ENTITY oacute "ó"> <!-- LATIN SMALL LETTER O WITH ACUTE -->
-<!ENTITY Oacute "Ó"> <!-- LATIN CAPITAL LETTER O WITH ACUTE -->
-<!ENTITY ocirc "ô"> <!-- LATIN SMALL LETTER O WITH CIRCUMFLEX -->
-<!ENTITY Ocirc "Ô"> <!-- LATIN CAPITAL LETTER O WITH CIRCUMFLEX -->
-<!ENTITY ograve "ò"> <!-- LATIN SMALL LETTER O WITH GRAVE -->
-<!ENTITY Ograve "Ò"> <!-- LATIN CAPITAL LETTER O WITH GRAVE -->
-<!ENTITY oslash "ø"> <!-- LATIN SMALL LETTER O WITH STROKE -->
-<!ENTITY Oslash "Ø"> <!-- LATIN CAPITAL LETTER O WITH STROKE -->
-<!ENTITY otilde "õ"> <!-- LATIN SMALL LETTER O WITH TILDE -->
-<!ENTITY Otilde "Õ"> <!-- LATIN CAPITAL LETTER O WITH TILDE -->
-<!ENTITY ouml "ö"> <!-- LATIN SMALL LETTER O WITH DIAERESIS -->
-<!ENTITY Ouml "Ö"> <!-- LATIN CAPITAL LETTER O WITH DIAERESIS -->
-<!ENTITY szlig "ß"> <!-- LATIN SMALL LETTER SHARP S -->
-<!ENTITY thorn "þ"> <!-- LATIN SMALL LETTER THORN -->
-<!ENTITY THORN "Þ"> <!-- LATIN CAPITAL LETTER THORN -->
-<!ENTITY uacute "ú"> <!-- LATIN SMALL LETTER U WITH ACUTE -->
-<!ENTITY Uacute "Ú"> <!-- LATIN CAPITAL LETTER U WITH ACUTE -->
-<!ENTITY ucirc "û"> <!-- LATIN SMALL LETTER U WITH CIRCUMFLEX -->
-<!ENTITY Ucirc "Û"> <!-- LATIN CAPITAL LETTER U WITH CIRCUMFLEX -->
-<!ENTITY ugrave "ù"> <!-- LATIN SMALL LETTER U WITH GRAVE -->
-<!ENTITY Ugrave "Ù"> <!-- LATIN CAPITAL LETTER U WITH GRAVE -->
-<!ENTITY uuml "ü"> <!-- LATIN SMALL LETTER U WITH DIAERESIS -->
-<!ENTITY Uuml "Ü"> <!-- LATIN CAPITAL LETTER U WITH DIAERESIS -->
-<!ENTITY yacute "ý"> <!-- LATIN SMALL LETTER Y WITH ACUTE -->
-<!ENTITY Yacute "Ý"> <!-- LATIN CAPITAL LETTER Y WITH ACUTE -->
-<!ENTITY yuml "ÿ"> <!-- LATIN SMALL LETTER Y WITH DIAERESIS -->
-
-<!-- End of ISO Added Latin 1 Entities V0.3 ............................... -->
-<!-- ...................................................................... -->
-
Copied: trunk/src/www/dtd/isolat1.ent (from rev 625, trunk/src/www/dtd/iso-lat1.ent)
===================================================================
--- trunk/src/www/dtd/isolat1.ent (rev 0)
+++ trunk/src/www/dtd/isolat1.ent 2008-12-07 13:22:12 UTC (rev 631)
@@ -0,0 +1,103 @@
+
+<!--
+ File isolat1.ent produced by the XSL script entities.xsl
+ from input data in unicode.xml.
+
+ Please report any errors to David Carlisle
+ via the public W3C list www...@w3....
+
+ The numeric character values assigned to each entity
+ (should) match the Unicode assignments in Unicode 4.0.
+
+ Entity names in this file are derived from files carrying the
+ following notice:
+
+ (C) International Organization for Standardization 1986
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+
+-->
+
+
+<!--
+ Version: $Id$
+
+ Public identifier: ISO 8879:1986//ENTITIES Added Latin 1//EN//XML
+ System identifier: http://www.w3.org/2003/entities/iso8879/isolat1.ent
+
+ The public identifier should always be used verbatim.
+ The system identifier may be changed to suit local requirements.
+
+ Typical invocation:
+
+ <!ENTITY % isolat1 PUBLIC
+ "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
+ "http://www.w3.org/2003/entities/iso8879/isolat1.ent"
+ >
+ %isolat1;
+
+-->
+
+<!ENTITY Aacute "Á" ><!--LATIN CAPITAL LETTER A WITH ACUTE -->
+<!ENTITY aacute "á" ><!--LATIN SMALL LETTER A WITH ACUTE -->
+<!ENTITY Acirc "Â" ><!--LATIN CAPITAL LETTER A WITH CIRCUMFLEX -->
+<!ENTITY acirc "â" ><!--LATIN SMALL LETTER A WITH CIRCUMFLEX -->
+<!ENTITY AElig "Æ" ><!--LATIN CAPITAL LETTER AE -->
+<!ENTITY aelig "æ" ><!--LATIN SMALL LETTER AE -->
+<!ENTITY Agrave "À" ><!--LATIN CAPITAL LETTER A WITH GRAVE -->
+<!ENTITY agrave "à" ><!--LATIN SMALL LETTER A WITH GRAVE -->
+<!ENTITY Aring "Å" ><!--LATIN CAPITAL LETTER A WITH RING ABOVE -->
+<!ENTITY aring "å" ><!--LATIN SMALL LETTER A WITH RING ABOVE -->
+<!ENTITY Atilde "Ã" ><!--LATIN CAPITAL LETTER A WITH TILDE -->
+<!ENTITY atilde "ã" ><!--LATIN SMALL LETTER A WITH TILDE -->
+<!ENTITY Auml "Ä" ><!--LATIN CAPITAL LETTER A WITH DIAERESIS -->
+<!ENTITY auml "ä" ><!--LATIN SMALL LETTER A WITH DIAERESIS -->
+<!ENTITY Ccedil "Ç" ><!--LATIN CAPITAL LETTER C WITH CEDILLA -->
+<!ENTITY ccedil "ç" ><!--LATIN SMALL LETTER C WITH CEDILLA -->
+<!ENTITY Eacute "É" ><!--LATIN CAPITAL LETTER E WITH ACUTE -->
+<!ENTITY eacute "é" ><!--LATIN SMALL LETTER E WITH ACUTE -->
+<!ENTITY Ecirc "Ê" ><!--LATIN CAPITAL LETTER E WITH CIRCUMFLEX -->
+<!ENTITY ecirc "ê" ><!--LATIN SMALL LETTER E WITH CIRCUMFLEX -->
+<!ENTITY Egrave "È" ><!--LATIN CAPITAL LETTER E WITH GRAVE -->
+<!ENTITY egrave "è" ><!--LATIN SMALL LETTER E WITH GRAVE -->
+<!ENTITY ETH "Ð" ><!--LATIN CAPITAL LETTER ETH -->
+<!ENTITY eth "ð" ><!--LATIN SMALL LETTER ETH -->
+<!ENTITY Euml "Ë" ><!--LATIN CAPITAL LETTER E WITH DIAERESIS -->
+<!ENTITY euml "ë" ><!--LATIN SMALL LETTER E WITH DIAERESIS -->
+<!ENTITY Iacute "Í" ><!--LATIN CAPITAL LETTER I WITH ACUTE -->
+<!ENTITY iacute "í" ><!--LATIN SMALL LETTER I WITH ACUTE -->
+<!ENTITY Icirc "Î" ><!--LATIN CAPITAL LETTER I WITH CIRCUMFLEX -->
+<!ENTITY icirc "î" ><!--LATIN SMALL LETTER I WITH CIRCUMFLEX -->
+<!ENTITY Igrave "Ì" ><!--LATIN CAPITAL LETTER I WITH GRAVE -->
+<!ENTITY igrave "ì" ><!--LATIN SMALL LETTER I WITH GRAVE -->
+<!ENTITY Iuml "Ï" ><!--LATIN CAPITAL LETTER I WITH DIAERESIS -->
+<!ENTITY iuml "ï" ><!--LATIN SMALL LETTER I WITH DIAERESIS -->
+<!ENTITY Ntilde "Ñ" ><!--LATIN CAPITAL LETTER N WITH TILDE -->
+<!ENTITY ntilde "ñ" ><!--LATIN SMALL LETTER N WITH TILDE -->
+<!ENTITY Oacute "Ó" ><!--LATIN CAPITAL LETTER O WITH ACUTE -->
+<!ENTITY oacute "ó" ><!--LATIN SMALL LETTER O WITH ACUTE -->
+<!ENTITY Ocirc "Ô" ><!--LATIN CAPITAL LETTER O WITH CIRCUMFLEX -->
+<!ENTITY ocirc "ô" ><!--LATIN SMALL LETTER O WITH CIRCUMFLEX -->
+<!ENTITY Ograve "Ò" ><!--LATIN CAPITAL LETTER O WITH GRAVE -->
+<!ENTITY ograve "ò" ><!--LATIN SMALL LETTER O WITH GRAVE -->
+<!ENTITY Oslash "Ø" ><!--LATIN CAPITAL LETTER O WITH STROKE -->
+<!ENTITY oslash "ø" ><!--LATIN SMALL LETTER O WITH STROKE -->
+<!ENTITY Otilde "Õ" ><!--LATIN CAPITAL LETTER O WITH TILDE -->
+<!ENTITY otilde "õ" ><!--LATIN SMALL LETTER O WITH TILDE -->
+<!ENTITY Ouml "Ö" ><!--LATIN CAPITAL LETTER O WITH DIAERESIS -->
+<!ENTITY ouml "ö" ><!--LATIN SMALL LETTER O WITH DIAERESIS -->
+<!ENTITY szlig "ß" ><!--LATIN SMALL LETTER SHARP S -->
+<!ENTITY THORN "Þ" ><!--LATIN CAPITAL LETTER THORN -->
+<!ENTITY thorn "þ" ><!--LATIN SMALL LETTER THORN -->
+<!ENTITY Uacute "Ú" ><!--LATIN CAPITAL LETTER U WITH ACUTE -->
+<!ENTITY uacute "ú" ><!--LATIN SMALL LETTER U WITH ACUTE -->
+<!ENTITY Ucirc "Û" ><!--LATIN CAPITAL LETTER U WITH CIRCUMFLEX -->
+<!ENTITY ucirc "û" ><!--LATIN SMALL LETTER U WITH CIRCUMFLEX -->
+<!ENTITY Ugrave "Ù" ><!--LATIN CAPITAL LETTER U WITH GRAVE -->
+<!ENTITY ugrave "ù" ><!--LATIN SMALL LETTER U WITH GRAVE -->
+<!ENTITY Uuml "Ü" ><!--LATIN CAPITAL LETTER U WITH DIAERESIS -->
+<!ENTITY uuml "ü" ><!--LATIN SMALL LETTER U WITH DIAERESIS -->
+<!ENTITY Yacute "Ý" ><!--LATIN CAPITAL LETTER Y WITH ACUTE -->
+<!ENTITY yacute "ý" ><!--LATIN SMALL LETTER Y WITH ACUTE -->
+<!ENTITY yuml "ÿ" ><!--LATIN SMALL LETTER Y WITH DIAERESIS -->
Property changes on: trunk/src/www/dtd/isolat1.ent
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:mergeinfo
+
Added: svn:eol-style
+ native
Modified: trunk/src/www/dtd/resume.dtd
===================================================================
--- trunk/src/www/dtd/resume.dtd 2008-12-07 13:18:16 UTC (rev 630)
+++ trunk/src/www/dtd/resume.dtd 2008-12-07 13:22:12 UTC (rev 631)
@@ -45,7 +45,7 @@
<![%ISOlat1.module;[
<!ENTITY % ISOlat1 PUBLIC
"ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
-"iso-lat1.ent">
+"isolat1.ent">
%ISOlat1;
<!--end of ISOlat1.module-->]]>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:18:23
|
Revision: 630
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=630&view=rev
Author: dleidert
Date: 2008-12-07 13:18:16 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Fix system ID for XHTML. Set the namespace at xsl:stylesheet.
Modified Paths:
--------------
trunk/src/www/xsl/format/html.xsl
Modified: trunk/src/www/xsl/format/html.xsl
===================================================================
--- trunk/src/www/xsl/format/html.xsl 2008-12-07 13:16:13 UTC (rev 629)
+++ trunk/src/www/xsl/format/html.xsl 2008-12-07 13:18:16 UTC (rev 630)
@@ -31,12 +31,15 @@
$Id$
-->
-<xsl:stylesheet xmlns:r="http://xmlresume.sourceforge.net/resume/0.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:r="http://xmlresume.sourceforge.net/resume/0.0"
+ xmlns="http://www.w3.org/1999/xhtml"
+ version="1.0"
exclude-result-prefixes="r">
+
<xsl:output method="xml" omit-xml-declaration="yes" indent="no" encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/strict.dtd"/>
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<xsl:strip-space elements="*"/>
<xsl:include href="../params.xsl"/>
@@ -53,7 +56,7 @@
</xsl:template>
<xsl:template match="/">
- <html xmlns="http://www.w3.org/1999/xhtml">
+ <html>
<head>
<title>
<xsl:apply-templates select="r:resume/r:header/r:name"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:16:21
|
Revision: 629
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=629&view=rev
Author: dleidert
Date: 2008-12-07 13:16:13 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Remove ISO-8859-1 (maybe UTF-8 now?) characters from comment
(http://bugs.debian.org/179476). Should be tested, why these characters
caused problems.
Modified Paths:
--------------
trunk/src/www/xsl/country/fr.xsl
Modified: trunk/src/www/xsl/country/fr.xsl
===================================================================
--- trunk/src/www/xsl/country/fr.xsl 2008-12-07 13:12:39 UTC (rev 628)
+++ trunk/src/www/xsl/country/fr.xsl 2008-12-07 13:16:13 UTC (rev 629)
@@ -36,7 +36,7 @@
<!-- French language notes (correct us if we're wrong:
* Not all the words are capitalized in titles, only the first one.
- * It's T\xE9l\xE9phone priv\xE9, not priv\xE9 T\xE9l\xE9phone
+ * It's T'el'ephone priv'e, not priv'e T'el'ephone
-->
<xsl:param name="resume.word">Curriculum Vitae</xsl:param>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:12:54
|
Revision: 628
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=628&view=rev
Author: dleidert
Date: 2008-12-07 13:12:39 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Small update and fixes by Francesco Poli (taken from the Debian package).
Modified Paths:
--------------
trunk/src/www/xsl/country/it.xsl
Modified: trunk/src/www/xsl/country/it.xsl
===================================================================
--- trunk/src/www/xsl/country/it.xsl 2008-12-07 13:11:23 UTC (rev 627)
+++ trunk/src/www/xsl/country/it.xsl 2008-12-07 13:12:39 UTC (rev 628)
@@ -5,6 +5,7 @@
Parameters for Italian resumes.
Copyright (c) 2001-2002 Stewart Evans
+Copyright (c) 2008 Francesco Poli <fr...@fi...>
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -37,12 +38,12 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="resume.word">Curriculum Vitae</xsl:param>
- <xsl:param name="page.word">page</xsl:param>
+ <xsl:param name="page.word">pagina</xsl:param>
<xsl:param name="contact.word">Contatti</xsl:param>
<xsl:param name="objective.word">Obiettivi</xsl:param>
<xsl:param name="history.word">Esperienze Professionali</xsl:param>
<xsl:param name="academics.word">Istruzione</xsl:param>
- <xsl:param name="publications.word">Documenti</xsl:param>
+ <xsl:param name="publications.word">Pubblicazioni</xsl:param>
<xsl:param name="miscellany.word">Varie</xsl:param>
<xsl:param name="in.word">in</xsl:param>
<xsl:param name="copyright.word">Copyright ©</xsl:param>
@@ -56,7 +57,7 @@
<xsl:param name="url.word">URL</xsl:param>
<xsl:param name="achievements.word">Conseguimenti</xsl:param>
<xsl:param name="projects.word">Progetti</xsl:param>
- <xsl:param name="referees.word">Riferimenti</xsl:param>
+ <xsl:param name="referees.word">Referenze</xsl:param>
<!-- default to Italian address formatting -->
<xsl:param name="address.format">italian</xsl:param>
@@ -75,14 +76,14 @@
<xsl:param name="referees.hidden.phrase">Disponibile su richiesta</xsl:param>
<xsl:param name="security-clearances.word">Autorizzazioni speciali</xsl:param>
<xsl:param name="interests.word">Interessi</xsl:param>
- <xsl:param name="minor.word">TRANSLATION NEEDED</xsl:param>
- <xsl:param name="minors.word">TRANSLATION NEEDED</xsl:param>
+ <xsl:param name="minor.word">e</xsl:param>
+ <xsl:param name="minors.word">e</xsl:param>
<xsl:param name="overall-gpa.word">Voto</xsl:param>
<xsl:param name="major-gpa.word">Voto</xsl:param>
<xsl:param name="out-of.word"> su </xsl:param>
<xsl:param name="last-modified.phrase">Ultima modifica</xsl:param>
<xsl:param name="phone.work.phrase">Telefono ufficio</xsl:param>
<xsl:param name="phone.mobile.phrase">Telefono cellulare</xsl:param>
- <xsl:param name="pager.word">TRANSLATION NEEDED</xsl:param>
+ <xsl:param name="pager.word">Cercapersone</xsl:param>
</xsl:stylesheet>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:11:32
|
Revision: 627
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=627&view=rev
Author: dleidert
Date: 2008-12-07 13:11:23 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Fix a build failure. xsl:param needs to be first.
Modified Paths:
--------------
trunk/src/doc/manual/xsl/html-multiple.xsl
Modified: trunk/src/doc/manual/xsl/html-multiple.xsl
===================================================================
--- trunk/src/doc/manual/xsl/html-multiple.xsl 2008-12-07 13:10:36 UTC (rev 626)
+++ trunk/src/doc/manual/xsl/html-multiple.xsl 2008-12-07 13:11:23 UTC (rev 627)
@@ -52,11 +52,10 @@
<xsl:template name="header.navigation">
<xsl:param name="prev" select="/foo"/>
<xsl:param name="next" select="/foo"/>
+ <xsl:param name="suppress.pageTitle" select="0"/>
<xsl:variable name="home" select="/*[1]"/>
<xsl:variable name="up" select="parent::*"/>
- <xsl:param name="suppress.pageTitle" select="0"/>
-
<xsl:if test="$suppress.pageTitle = '0'">
<h1 class="pageTitle">
<a href="{$xmlresume.index.href}">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dle...@us...> - 2008-12-07 13:10:43
|
Revision: 626
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=626&view=rev
Author: dleidert
Date: 2008-12-07 13:10:36 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Increase version number (+1).
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-02-26 19:18:35 UTC (rev 625)
+++ trunk/build.xml 2008-12-07 13:10:36 UTC (rev 626)
@@ -14,8 +14,8 @@
<!-- GENERAL PROPERTIES ===================================================================================================== -->
<!-- Current version number -->
- <property name="version.underscore" value="1_5_1"/>
- <property name="version.dots" value="1.5.1"/>
+ <property name="version.underscore" value="1_5_2"/>
+ <property name="version.dots" value="1.5.2"/>
<!-- SOURCE CODE LAYOUT ===================================================================================================== -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 19:18:41
|
Revision: 625
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=625&view=rev
Author: laklare
Date: 2007-02-26 11:18:35 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up web folder.
Added Paths:
-----------
web/build.xml
Removed Paths:
-------------
web/htdocs/build.xml
Copied: web/build.xml (from rev 624, web/htdocs/build.xml)
===================================================================
--- web/build.xml (rev 0)
+++ web/build.xml 2007-02-26 19:18:35 UTC (rev 625)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ant build.xml file for the XML Resume Library's website.
+Copyright (c) 2001 by Sean Kelly and contributors. All rights reserved.
+
+$Id$
+-->
+
+<project name="resume-website" default="publish" basedir=".">
+
+ <!-- Load any user-overriding definitions -->
+ <property file="${user.home}/.ant.properties"/>
+
+ <!-- PROPERTIES ============================================================================================================= -->
+ <!-- NOTE: Do not change these values directly; instead, override them in your
+ ~/.ant.properties file, using the format "variableName = value" -->
+
+ <!-- Current version number and release files -->
+ <property name="version.dots" value="1.5.1"/>
+ <property name="version.underscore" value="1_5_1"/>
+ <property name="release.zip.name" value="resume-${version.underscore}.zip"/>
+ <property name="release.tgz.name" value="resume-${version.underscore}.tgz"/>
+ <property name="webserver.address" value="http://xmlresume.sourceforge.net"/>
+ <!-- The location (relative to the webserver root) of the www files -->
+ <property name="www.root" value=""/>
+ <!-- The location (relative to the Filesystem root) of the www files -->
+ <property name="www.root.fs" value="/home/groups/x/xm/xmlresume/htdocs"/>
+ <!-- The location of the resume-support module: -->
+ <property name="support.home" value="/home/groups/x/xm/xmlresume/resume-support"/>
+
+ <!-- SOURCE CODE LAYOUT ============================================= -->
+
+ <!-- Source web pages -->
+ <property name="src.dir" value="${basedir}/src"/>
+
+ <!-- Web server's directory; where to install -->
+ <property name="resume.web.publish.dir" value="${user.home}/htdocs"/>
+
+ <!-- SourceForge's download area -->
+ <property name="sf.download.dir" value="http://prdownloads.sourceforge.net/xmlresume"/>
+
+ <!-- Binary files -->
+ <patternset id="binary.files">
+ <include name="**/*.jpg"/>
+ <include name="**/*.jpeg"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.png"/>
+ <include name="**/*.pdf"/>
+ <include name="**/*.jar"/>
+ <include name="**/*.class"/>
+ </patternset>
+
+ <!-- Nonbinary files that may be filtered/modified -->
+ <patternset id="non.binary.files">
+ <exclude name="**/*.jpg"/>
+ <exclude name="**/*.jpeg"/>
+ <exclude name="**/*.gif"/>
+ <exclude name="**/*.png"/>
+ <exclude name="**/*.pdf"/>
+ <exclude name="**/*.jar"/>
+ <exclude name="**/*.class"/>
+ </patternset>
+
+ <!-- TARGETS TO BUILD ======================================================================================================= -->
+
+ <!-- Publish the web -->
+ <target name="install"
+ description="Install is an alias for publish"
+ depends="publish"/>
+
+ <target name="publish"
+ description="Publish the website"
+ depends="publish.prepare, publish.pages"/>
+
+ <target name="publish.prepare"
+ description="Prepare the website publication area">
+ <mkdir dir="${resume.web.publish.dir}"/>
+ </target>
+
+ <target name="publish.pages"
+ description="Publish web page content"
+ depends="filter">
+ <copy todir="${resume.web.publish.dir}"
+ filtering="yes">
+ <fileset dir="${src.dir}/www">
+ <patternset refid="non.binary.files"/>
+ </fileset>
+ </copy>
+ <copy todir="${resume.web.publish.dir}"
+ filtering="no">
+ <fileset dir="${src.dir}/www">
+ <patternset refid="binary.files"/>
+ </fileset>
+ </copy>
+ <ant antfile="${resume.web.publish.dir}/orc/build.xml"
+ dir="${resume.web.publish.dir}/orc/"
+ target="clean"/>
+ <chmod file="${resume.web.publish.dir}/orc/convert.sh" perm="ug+rx"/>
+ <chmod file="${resume.web.publish.dir}/orc/clean.sh" perm="ug+rx"/>
+ </target>
+
+ <!-- Housekeeping -->
+ <target name="filter"
+ description="Define filtering tokens">
+ <filter token="VERSION_DOTS" value="${version.dots}"/>
+ <filter token="WEBSERVER_ADDRESS" value="${webserver.address}"/>
+ <filter token="WWW_ROOT" value="${www.root}"/>
+ <filter token="WWW_ROOT_FS" value="${www.root.fs}"/>
+ <filter token="SUPPORT_HOME" value="${support.home}"/>
+ <filter token="RELEASE_ZIP_NAME" value="${release.zip.name}"/>
+ <filter token="RELEASE_TGZ_NAME" value="${release.tgz.name}"/>
+ </target>
+
+ <target name="clean"
+ description="Remove everything that can be rebuilt"
+ depends="clean.web.publish.dir"/>
+
+ <target name="clean.web.publish.dir"
+ description="Remove the published web directory">
+ <delete dir="${resume.web.publish.dir}"/>
+ </target>
+
+</project>
Deleted: web/htdocs/build.xml
===================================================================
--- web/htdocs/build.xml 2007-02-26 19:13:17 UTC (rev 624)
+++ web/htdocs/build.xml 2007-02-26 19:18:35 UTC (rev 625)
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Ant build.xml file for the XML Resume Library's website.
-Copyright (c) 2001 by Sean Kelly and contributors. All rights reserved.
-
-$Id$
--->
-
-<project name="resume-website" default="publish" basedir=".">
-
- <!-- Load any user-overriding definitions -->
- <property file="${user.home}/.ant.properties"/>
-
- <!-- PROPERTIES ============================================================================================================= -->
- <!-- NOTE: Do not change these values directly; instead, override them in your
- ~/.ant.properties file, using the format "variableName = value" -->
-
- <!-- Current version number and release files -->
- <property name="version.dots" value="1.5.1"/>
- <property name="version.underscore" value="1_5_1"/>
- <property name="release.zip.name" value="resume-${version.underscore}.zip"/>
- <property name="release.tgz.name" value="resume-${version.underscore}.tgz"/>
- <property name="webserver.address" value="http://xmlresume.sourceforge.net"/>
- <!-- The location (relative to the webserver root) of the www files -->
- <property name="www.root" value=""/>
- <!-- The location (relative to the Filesystem root) of the www files -->
- <property name="www.root.fs" value="/home/groups/x/xm/xmlresume/htdocs"/>
- <!-- The location of the resume-support module: -->
- <property name="support.home" value="/home/groups/x/xm/xmlresume/resume-support"/>
-
- <!-- SOURCE CODE LAYOUT ============================================= -->
-
- <!-- Source web pages -->
- <property name="src.dir" value="${basedir}/src"/>
-
- <!-- Web server's directory; where to install -->
- <property name="resume.web.publish.dir" value="${user.home}/htdocs"/>
-
- <!-- SourceForge's download area -->
- <property name="sf.download.dir" value="http://prdownloads.sourceforge.net/xmlresume"/>
-
- <!-- Binary files -->
- <patternset id="binary.files">
- <include name="**/*.jpg"/>
- <include name="**/*.jpeg"/>
- <include name="**/*.gif"/>
- <include name="**/*.png"/>
- <include name="**/*.pdf"/>
- <include name="**/*.jar"/>
- <include name="**/*.class"/>
- </patternset>
-
- <!-- Nonbinary files that may be filtered/modified -->
- <patternset id="non.binary.files">
- <exclude name="**/*.jpg"/>
- <exclude name="**/*.jpeg"/>
- <exclude name="**/*.gif"/>
- <exclude name="**/*.png"/>
- <exclude name="**/*.pdf"/>
- <exclude name="**/*.jar"/>
- <exclude name="**/*.class"/>
- </patternset>
-
- <!-- TARGETS TO BUILD ======================================================================================================= -->
-
- <!-- Publish the web -->
- <target name="install"
- description="Install is an alias for publish"
- depends="publish"/>
-
- <target name="publish"
- description="Publish the website"
- depends="publish.prepare, publish.pages"/>
-
- <target name="publish.prepare"
- description="Prepare the website publication area">
- <mkdir dir="${resume.web.publish.dir}"/>
- </target>
-
- <target name="publish.pages"
- description="Publish web page content"
- depends="filter">
- <copy todir="${resume.web.publish.dir}"
- filtering="yes">
- <fileset dir="${src.dir}/www">
- <patternset refid="non.binary.files"/>
- </fileset>
- </copy>
- <copy todir="${resume.web.publish.dir}"
- filtering="no">
- <fileset dir="${src.dir}/www">
- <patternset refid="binary.files"/>
- </fileset>
- </copy>
- <ant antfile="${resume.web.publish.dir}/orc/build.xml"
- dir="${resume.web.publish.dir}/orc/"
- target="clean"/>
- <chmod file="${resume.web.publish.dir}/orc/convert.sh" perm="ug+rx"/>
- <chmod file="${resume.web.publish.dir}/orc/clean.sh" perm="ug+rx"/>
- </target>
-
- <!-- Housekeeping -->
- <target name="filter"
- description="Define filtering tokens">
- <filter token="VERSION_DOTS" value="${version.dots}"/>
- <filter token="WEBSERVER_ADDRESS" value="${webserver.address}"/>
- <filter token="WWW_ROOT" value="${www.root}"/>
- <filter token="WWW_ROOT_FS" value="${www.root.fs}"/>
- <filter token="SUPPORT_HOME" value="${support.home}"/>
- <filter token="RELEASE_ZIP_NAME" value="${release.zip.name}"/>
- <filter token="RELEASE_TGZ_NAME" value="${release.tgz.name}"/>
- </target>
-
- <target name="clean"
- description="Remove everything that can be rebuilt"
- depends="clean.web.publish.dir"/>
-
- <target name="clean.web.publish.dir"
- description="Remove the published web directory">
- <delete dir="${resume.web.publish.dir}"/>
- </target>
-
-</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 19:13:19
|
Revision: 624
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=624&view=rev
Author: laklare
Date: 2007-02-26 11:13:17 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up web folder.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 19:09:05
|
Revision: 623
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=623&view=rev
Author: laklare
Date: 2007-02-26 11:09:00 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up web folder.
Added Paths:
-----------
web/htdocs/
Removed Paths:
-------------
web2/
Copied: web/htdocs (from rev 622, web2)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 19:08:32
|
Revision: 622
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=622&view=rev
Author: laklare
Date: 2007-02-26 11:08:28 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up web folder.
Added Paths:
-----------
web/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 19:07:43
|
Revision: 621
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=621&view=rev
Author: laklare
Date: 2007-02-26 11:07:37 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up web folder.
Added Paths:
-----------
web2/
Removed Paths:
-------------
web/
Copied: web2 (from rev 620, web)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 18:56:00
|
Revision: 620
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=620&view=rev
Author: laklare
Date: 2007-02-26 10:55:57 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up development branch.
Removed Paths:
-------------
branches/sk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 18:51:38
|
Revision: 619
http://xmlresume.svn.sourceforge.net/xmlresume/?rev=619&view=rev
Author: laklare
Date: 2007-02-26 10:51:33 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Cleaning up development branch.
Removed Paths:
-------------
branches/various/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 17:31:29
|
Revision: 606
http://svn.sourceforge.net/xmlresume/?rev=606&view=rev
Author: laklare
Date: 2007-02-26 09:31:23 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Moving resume directory contents up one level.
Added Paths:
-----------
trunk/README
Removed Paths:
-------------
trunk/resume/README
Copied: trunk/README (from rev 605, trunk/resume/README)
===================================================================
--- trunk/README (rev 0)
+++ trunk/README 2007-02-26 17:31:23 UTC (rev 606)
@@ -0,0 +1,208 @@
+XML RESUME LIBRARY - Development System
+
+This is the developer's layout for the source of the XML
+Resume Library. If you're seeing this file, it's
+assumed you know CVS, Ant, XML, XSL, and are generally
+aware of what you're doing.
+
+The Ant build.xml File
+======================
+
+The build.xml file describes this project to the Ant
+build system. If you don't yet have Ant, you can get a
+copy from http://jakarta.apache.org/ant/. You can then
+run "ant -projecthelp" to see a list of what's possible
+for this project.
+
+A useful alias for ant is "ant -find build.xml". This
+causes Ant to search upwards through a directory tree to
+find the build.xml file instead of looking for it in
+just the current directory.
+
+Properties
+==========
+
+You can define properties to override the defaults in
+the build.xml file by creating a .ant.properties file in
+your home directory.
+
+Currently, there's just one interesting property to override:
+
+- resume.web.publish.dir
+
+ This property indicates the directory into which we publish any
+ web-accessible files from the system, such as the resume DTD.
+ This property is used during "ant install".
+
+Getting Help
+============
+
+If you want to know what each of the Ant targets do, run
+
+ ant -projecthelp
+
+DTD Changes
+===========
+
+If you change (add, remove, modify, or deprecate elements or attributes) the
+DTD, please also do the following:
+
+1. Update src/doc/manual/en/elementref/intro.xml, which is user-visible DTD
+ change documentation.
+
+2. Write or modify appropriate reference pages. If you've added elements, run
+ "ant doc.manual.create-missing" to automatically generate skeleton
+ documentation files. Then search for "TODO" in the generated files, replacing
+ with appropriate content.
+
+Deprecating elements takes a bit more work than adding or changing them:
+
+1. Elements that are deprecated should be documented as so in the appropriate
+ parts of the user guide. Specific information on doing so is in
+ src/doc/manual/AUTHORING.
+
+2. In addition, the XSLT stylesheets for resume generation should emit a message
+ to the user upon encountering a deprecated element. (However, the element
+ should still be formatted properly.) This message should be in
+ src/www/xsl/lib/deprecated.xsl.
+
+3. If possible, an "upgrade" XSLT file should be produced that automatically
+ removes or converts deprecated elements in a user's resume. See
+ src/www/xsl/misc/13x-140.xsl for an example.
+
+Cutting a Release
+=================
+
+NOTE: See
+http://sourceforge.net/docman/display_doc.php?docid=10468&group_id=29512
+for a better-formatted version of the following instructions
+
+To cut and post a new release the XML R\xE9sum\xE9 Library, you will need two
+modules from CVS: resume and resume-website. Check them out into one
+directory so that you have the following structure:
+
+some-dir/resume
+some-dir/resume-website
+
+* * * * Install the new release files
+
+ cd resume
+ ant clean
+ cvs update -d # to make sure you've got the latest changes
+ cvs commit # to make sure your own changes are in
+ # (cleaning up any merge conflicts)
+
+**** Confirm functionality by:
+ ant run.test # to run regression tests
+ ant run.generate # to generate new regression test data (optional)
+Format the example r\xE9sum\xE9s
+Format the address test r\xE9sum\xE9s
+Format your own r\xE9sum\xE9
+
+**** Update the documentation files:
+
+ ant doc.manual.check # ensure there are no elements in the DTD
+ # without a reference page in the manual.
+If there are missing pages, run
+ ant doc.manual.create-missing
+Then do a search-and-replace for "TODO" in all of the created files,
+making changes as appropriate.
+
+Edit:
+ src/doc/release/news/index.html
+ for user-visible changes (required with every release).
+ src/doc/manual/en/elementref/intro.xml
+ for DTD changes. (You can run
+ cvs update -p -r release-major_minor_sub \
+ src/www/dtd/resume.dtd > resume.old.dtd
+ to retrieve the last release's DTD for easy diff-ing with
+ the current one.)
+ src/doc/index.html for usage instructions on specific features
+ Other files as necessary
+
+**** Update etc/rcs2log if necessary.
+
+**** Run etc/rcs2log | etc/cltohtml | etc/replace_changelog.py
+ (required with every release).
+**** Commit src/doc/release/changelog/index.html to CVS.
+**** Edit build.xml and update version numbers.
+**** Commit the changed documentation and support files.
+**** rm -rf ~/htdocs
+**** "ant release ftp upload.sf.net" as anonymous and
+ upload the .tgz and the .zip files to the /incoming directory.
+**** ant install cvs tag release-major_minor_sub to tag the release.
+**** cd ../resume-website
+**** Edit src/www/index.html to add a news item announcing the release.
+**** Edit build.xml to match the version number in ../resume/build.xml.
+**** cvs commit
+**** ant install
+**** cd ~ chmod -R g+w htdocs
+**** tar czf htdocs.tgz htdocs
+**** scp htdocs.tgz shell.sf.net:
+
+ * * * * Create the new release
+
+Visit www.sf.net and log in, if necessary.
+Go to http://www.sourceforge.net/projects/xmlresume/.
+Go to Admin.
+Go Edit/Release Files.
+Click Add Release to the xmlresume package. Name the release major.minor.sub.
+Paste in the news and changelogs (in HTML format) and click Update.
+Check the .tgz and .zip files and click Add.
+Set the .tgz file's processor to Any, file type to Source .gz; click Update.
+Set the .zip file's processor to Any, file type to Source .zip, click Update.
+Check the box next to I'm Sure and send the notice.
+
+ * * * * Update the website
+
+ssh into shell.sf.net.
+cd /home/groups/x/xm/xmlresume
+rm -rf htdocs
+tar xzpf ~/htdocs.tgz
+rm ~/htdocs.tgz
+
+Finally, check out the project's web page and see how it looks. Try
+downloading both the .tgz and .zip files and see if they work.
+
+And good luck.
+
+
+Cleaning Up
+===========
+
+To clean up files generated after a release, run "ant
+clean".
+
+User's Guide
+============
+
+The XML Resume Project User's Guide is written in DocBook
+XML. This allows us to easily convert it to various output
+formats. (We currently generate single-file HTML, multi-file
+HTML, and text.)
+
+More information about the XML Resume Project User's Guide
+and the tools required to build it is in
+src/doc/manual/README. If you're going to be writing
+documentation, please read the AUTHORING file in the same
+directory.
+
+Formatting the Examples
+=======================
+
+Formatting the example resumes from the developer's
+edition requires a "make" command line that redefines
+the fo_style, text_style, and html_style symbols to
+point to the development area's copies and not the
+official copies via HTTP. Additionally, you should use
+a CATALOG aware processor so that the local copy of the
+DTD is found instead of the last stable release via
+HTTP. Here's a sample invocation:
+
+make xsl_base=../src/www/xsl/ \
+ resume=my-test \
+ clean \
+ all
+
+This formats my-test.xml into all four possible
+formats (html, text, fo, pdf).
Deleted: trunk/resume/README
===================================================================
--- trunk/resume/README 2007-02-26 17:26:18 UTC (rev 605)
+++ trunk/resume/README 2007-02-26 17:31:23 UTC (rev 606)
@@ -1,208 +0,0 @@
-XML RESUME LIBRARY - Development System
-
-This is the developer's layout for the source of the XML
-Resume Library. If you're seeing this file, it's
-assumed you know CVS, Ant, XML, XSL, and are generally
-aware of what you're doing.
-
-The Ant build.xml File
-======================
-
-The build.xml file describes this project to the Ant
-build system. If you don't yet have Ant, you can get a
-copy from http://jakarta.apache.org/ant/. You can then
-run "ant -projecthelp" to see a list of what's possible
-for this project.
-
-A useful alias for ant is "ant -find build.xml". This
-causes Ant to search upwards through a directory tree to
-find the build.xml file instead of looking for it in
-just the current directory.
-
-Properties
-==========
-
-You can define properties to override the defaults in
-the build.xml file by creating a .ant.properties file in
-your home directory.
-
-Currently, there's just one interesting property to override:
-
-- resume.web.publish.dir
-
- This property indicates the directory into which we publish any
- web-accessible files from the system, such as the resume DTD.
- This property is used during "ant install".
-
-Getting Help
-============
-
-If you want to know what each of the Ant targets do, run
-
- ant -projecthelp
-
-DTD Changes
-===========
-
-If you change (add, remove, modify, or deprecate elements or attributes) the
-DTD, please also do the following:
-
-1. Update src/doc/manual/en/elementref/intro.xml, which is user-visible DTD
- change documentation.
-
-2. Write or modify appropriate reference pages. If you've added elements, run
- "ant doc.manual.create-missing" to automatically generate skeleton
- documentation files. Then search for "TODO" in the generated files, replacing
- with appropriate content.
-
-Deprecating elements takes a bit more work than adding or changing them:
-
-1. Elements that are deprecated should be documented as so in the appropriate
- parts of the user guide. Specific information on doing so is in
- src/doc/manual/AUTHORING.
-
-2. In addition, the XSLT stylesheets for resume generation should emit a message
- to the user upon encountering a deprecated element. (However, the element
- should still be formatted properly.) This message should be in
- src/www/xsl/lib/deprecated.xsl.
-
-3. If possible, an "upgrade" XSLT file should be produced that automatically
- removes or converts deprecated elements in a user's resume. See
- src/www/xsl/misc/13x-140.xsl for an example.
-
-Cutting a Release
-=================
-
-NOTE: See
-http://sourceforge.net/docman/display_doc.php?docid=10468&group_id=29512
-for a better-formatted version of the following instructions
-
-To cut and post a new release the XML R\xE9sum\xE9 Library, you will need two
-modules from CVS: resume and resume-website. Check them out into one
-directory so that you have the following structure:
-
-some-dir/resume
-some-dir/resume-website
-
-* * * * Install the new release files
-
- cd resume
- ant clean
- cvs update -d # to make sure you've got the latest changes
- cvs commit # to make sure your own changes are in
- # (cleaning up any merge conflicts)
-
-**** Confirm functionality by:
- ant run.test # to run regression tests
- ant run.generate # to generate new regression test data (optional)
-Format the example r\xE9sum\xE9s
-Format the address test r\xE9sum\xE9s
-Format your own r\xE9sum\xE9
-
-**** Update the documentation files:
-
- ant doc.manual.check # ensure there are no elements in the DTD
- # without a reference page in the manual.
-If there are missing pages, run
- ant doc.manual.create-missing
-Then do a search-and-replace for "TODO" in all of the created files,
-making changes as appropriate.
-
-Edit:
- src/doc/release/news/index.html
- for user-visible changes (required with every release).
- src/doc/manual/en/elementref/intro.xml
- for DTD changes. (You can run
- cvs update -p -r release-major_minor_sub \
- src/www/dtd/resume.dtd > resume.old.dtd
- to retrieve the last release's DTD for easy diff-ing with
- the current one.)
- src/doc/index.html for usage instructions on specific features
- Other files as necessary
-
-**** Update etc/rcs2log if necessary.
-
-**** Run etc/rcs2log | etc/cltohtml | etc/replace_changelog.py
- (required with every release).
-**** Commit src/doc/release/changelog/index.html to CVS.
-**** Edit build.xml and update version numbers.
-**** Commit the changed documentation and support files.
-**** rm -rf ~/htdocs
-**** "ant release ftp upload.sf.net" as anonymous and
- upload the .tgz and the .zip files to the /incoming directory.
-**** ant install cvs tag release-major_minor_sub to tag the release.
-**** cd ../resume-website
-**** Edit src/www/index.html to add a news item announcing the release.
-**** Edit build.xml to match the version number in ../resume/build.xml.
-**** cvs commit
-**** ant install
-**** cd ~ chmod -R g+w htdocs
-**** tar czf htdocs.tgz htdocs
-**** scp htdocs.tgz shell.sf.net:
-
- * * * * Create the new release
-
-Visit www.sf.net and log in, if necessary.
-Go to http://www.sourceforge.net/projects/xmlresume/.
-Go to Admin.
-Go Edit/Release Files.
-Click Add Release to the xmlresume package. Name the release major.minor.sub.
-Paste in the news and changelogs (in HTML format) and click Update.
-Check the .tgz and .zip files and click Add.
-Set the .tgz file's processor to Any, file type to Source .gz; click Update.
-Set the .zip file's processor to Any, file type to Source .zip, click Update.
-Check the box next to I'm Sure and send the notice.
-
- * * * * Update the website
-
-ssh into shell.sf.net.
-cd /home/groups/x/xm/xmlresume
-rm -rf htdocs
-tar xzpf ~/htdocs.tgz
-rm ~/htdocs.tgz
-
-Finally, check out the project's web page and see how it looks. Try
-downloading both the .tgz and .zip files and see if they work.
-
-And good luck.
-
-
-Cleaning Up
-===========
-
-To clean up files generated after a release, run "ant
-clean".
-
-User's Guide
-============
-
-The XML Resume Project User's Guide is written in DocBook
-XML. This allows us to easily convert it to various output
-formats. (We currently generate single-file HTML, multi-file
-HTML, and text.)
-
-More information about the XML Resume Project User's Guide
-and the tools required to build it is in
-src/doc/manual/README. If you're going to be writing
-documentation, please read the AUTHORING file in the same
-directory.
-
-Formatting the Examples
-=======================
-
-Formatting the example resumes from the developer's
-edition requires a "make" command line that redefines
-the fo_style, text_style, and html_style symbols to
-point to the development area's copies and not the
-official copies via HTTP. Additionally, you should use
-a CATALOG aware processor so that the local copy of the
-DTD is found instead of the last stable release via
-HTTP. Here's a sample invocation:
-
-make xsl_base=../src/www/xsl/ \
- resume=my-test \
- clean \
- all
-
-This formats my-test.xml into all four possible
-formats (html, text, fo, pdf).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 17:26:25
|
Revision: 605
http://svn.sourceforge.net/xmlresume/?rev=605&view=rev
Author: laklare
Date: 2007-02-26 09:26:18 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Moving resume directory contents up one level.
Added Paths:
-----------
trunk/examples/
Removed Paths:
-------------
trunk/resume/examples/
Copied: trunk/examples (from rev 604, trunk/resume/examples)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 17:25:57
|
Revision: 604
http://svn.sourceforge.net/xmlresume/?rev=604&view=rev
Author: laklare
Date: 2007-02-26 09:25:54 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Moving resume directory contents up one level.
Added Paths:
-----------
trunk/etc/
Removed Paths:
-------------
trunk/resume/etc/
Copied: trunk/etc (from rev 603, trunk/resume/etc)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 17:19:55
|
Revision: 603
http://svn.sourceforge.net/xmlresume/?rev=603&view=rev
Author: laklare
Date: 2007-02-26 09:19:52 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Removed Paths:
-------------
trunk/resume-website/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-26 17:11:49
|
Revision: 602
http://svn.sourceforge.net/xmlresume/?rev=602&view=rev
Author: laklare
Date: 2007-02-26 09:11:47 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Added Paths:
-----------
web/build.xml
Removed Paths:
-------------
trunk/resume-website/build.xml
Deleted: trunk/resume-website/build.xml
===================================================================
--- trunk/resume-website/build.xml 2007-02-20 04:42:45 UTC (rev 601)
+++ trunk/resume-website/build.xml 2007-02-26 17:11:47 UTC (rev 602)
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Ant build.xml file for the XML Resume Library's website.
-Copyright (c) 2001 by Sean Kelly and contributors. All rights reserved.
-
-$Id$
--->
-
-<project name="resume-website" default="publish" basedir=".">
-
- <!-- Load any user-overriding definitions -->
- <property file="${user.home}/.ant.properties"/>
-
- <!-- PROPERTIES ============================================================================================================= -->
- <!-- NOTE: Do not change these values directly; instead, override them in your
- ~/.ant.properties file, using the format "variableName = value" -->
-
- <!-- Current version number and release files -->
- <property name="version.dots" value="1.5.1"/>
- <property name="version.underscore" value="1_5_1"/>
- <property name="release.zip.name" value="resume-${version.underscore}.zip"/>
- <property name="release.tgz.name" value="resume-${version.underscore}.tgz"/>
- <property name="webserver.address" value="http://xmlresume.sourceforge.net"/>
- <!-- The location (relative to the webserver root) of the www files -->
- <property name="www.root" value=""/>
- <!-- The location (relative to the Filesystem root) of the www files -->
- <property name="www.root.fs" value="/home/groups/x/xm/xmlresume/htdocs"/>
- <!-- The location of the resume-support module: -->
- <property name="support.home" value="/home/groups/x/xm/xmlresume/resume-support"/>
-
- <!-- SOURCE CODE LAYOUT ============================================= -->
-
- <!-- Source web pages -->
- <property name="src.dir" value="${basedir}/src"/>
-
- <!-- Web server's directory; where to install -->
- <property name="resume.web.publish.dir" value="${user.home}/htdocs"/>
-
- <!-- SourceForge's download area -->
- <property name="sf.download.dir" value="http://prdownloads.sourceforge.net/xmlresume"/>
-
- <!-- Binary files -->
- <patternset id="binary.files">
- <include name="**/*.jpg"/>
- <include name="**/*.jpeg"/>
- <include name="**/*.gif"/>
- <include name="**/*.png"/>
- <include name="**/*.pdf"/>
- <include name="**/*.jar"/>
- <include name="**/*.class"/>
- </patternset>
-
- <!-- Nonbinary files that may be filtered/modified -->
- <patternset id="non.binary.files">
- <exclude name="**/*.jpg"/>
- <exclude name="**/*.jpeg"/>
- <exclude name="**/*.gif"/>
- <exclude name="**/*.png"/>
- <exclude name="**/*.pdf"/>
- <exclude name="**/*.jar"/>
- <exclude name="**/*.class"/>
- </patternset>
-
- <!-- TARGETS TO BUILD ======================================================================================================= -->
-
- <!-- Publish the web -->
- <target name="install"
- description="Install is an alias for publish"
- depends="publish"/>
-
- <target name="publish"
- description="Publish the website"
- depends="publish.prepare, publish.pages"/>
-
- <target name="publish.prepare"
- description="Prepare the website publication area">
- <mkdir dir="${resume.web.publish.dir}"/>
- </target>
-
- <target name="publish.pages"
- description="Publish web page content"
- depends="filter">
- <copy todir="${resume.web.publish.dir}"
- filtering="yes">
- <fileset dir="${src.dir}/www">
- <patternset refid="non.binary.files"/>
- </fileset>
- </copy>
- <copy todir="${resume.web.publish.dir}"
- filtering="no">
- <fileset dir="${src.dir}/www">
- <patternset refid="binary.files"/>
- </fileset>
- </copy>
- <ant antfile="${resume.web.publish.dir}/orc/build.xml"
- dir="${resume.web.publish.dir}/orc/"
- target="clean"/>
- <chmod file="${resume.web.publish.dir}/orc/convert.sh" perm="ug+rx"/>
- <chmod file="${resume.web.publish.dir}/orc/clean.sh" perm="ug+rx"/>
- </target>
-
- <!-- Housekeeping -->
- <target name="filter"
- description="Define filtering tokens">
- <filter token="VERSION_DOTS" value="${version.dots}"/>
- <filter token="WEBSERVER_ADDRESS" value="${webserver.address}"/>
- <filter token="WWW_ROOT" value="${www.root}"/>
- <filter token="WWW_ROOT_FS" value="${www.root.fs}"/>
- <filter token="SUPPORT_HOME" value="${support.home}"/>
- <filter token="RELEASE_ZIP_NAME" value="${release.zip.name}"/>
- <filter token="RELEASE_TGZ_NAME" value="${release.tgz.name}"/>
- </target>
-
- <target name="clean"
- description="Remove everything that can be rebuilt"
- depends="clean.web.publish.dir"/>
-
- <target name="clean.web.publish.dir"
- description="Remove the published web directory">
- <delete dir="${resume.web.publish.dir}"/>
- </target>
-
-</project>
Copied: web/build.xml (from rev 601, trunk/resume-website/build.xml)
===================================================================
--- web/build.xml (rev 0)
+++ web/build.xml 2007-02-26 17:11:47 UTC (rev 602)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ant build.xml file for the XML Resume Library's website.
+Copyright (c) 2001 by Sean Kelly and contributors. All rights reserved.
+
+$Id$
+-->
+
+<project name="resume-website" default="publish" basedir=".">
+
+ <!-- Load any user-overriding definitions -->
+ <property file="${user.home}/.ant.properties"/>
+
+ <!-- PROPERTIES ============================================================================================================= -->
+ <!-- NOTE: Do not change these values directly; instead, override them in your
+ ~/.ant.properties file, using the format "variableName = value" -->
+
+ <!-- Current version number and release files -->
+ <property name="version.dots" value="1.5.1"/>
+ <property name="version.underscore" value="1_5_1"/>
+ <property name="release.zip.name" value="resume-${version.underscore}.zip"/>
+ <property name="release.tgz.name" value="resume-${version.underscore}.tgz"/>
+ <property name="webserver.address" value="http://xmlresume.sourceforge.net"/>
+ <!-- The location (relative to the webserver root) of the www files -->
+ <property name="www.root" value=""/>
+ <!-- The location (relative to the Filesystem root) of the www files -->
+ <property name="www.root.fs" value="/home/groups/x/xm/xmlresume/htdocs"/>
+ <!-- The location of the resume-support module: -->
+ <property name="support.home" value="/home/groups/x/xm/xmlresume/resume-support"/>
+
+ <!-- SOURCE CODE LAYOUT ============================================= -->
+
+ <!-- Source web pages -->
+ <property name="src.dir" value="${basedir}/src"/>
+
+ <!-- Web server's directory; where to install -->
+ <property name="resume.web.publish.dir" value="${user.home}/htdocs"/>
+
+ <!-- SourceForge's download area -->
+ <property name="sf.download.dir" value="http://prdownloads.sourceforge.net/xmlresume"/>
+
+ <!-- Binary files -->
+ <patternset id="binary.files">
+ <include name="**/*.jpg"/>
+ <include name="**/*.jpeg"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.png"/>
+ <include name="**/*.pdf"/>
+ <include name="**/*.jar"/>
+ <include name="**/*.class"/>
+ </patternset>
+
+ <!-- Nonbinary files that may be filtered/modified -->
+ <patternset id="non.binary.files">
+ <exclude name="**/*.jpg"/>
+ <exclude name="**/*.jpeg"/>
+ <exclude name="**/*.gif"/>
+ <exclude name="**/*.png"/>
+ <exclude name="**/*.pdf"/>
+ <exclude name="**/*.jar"/>
+ <exclude name="**/*.class"/>
+ </patternset>
+
+ <!-- TARGETS TO BUILD ======================================================================================================= -->
+
+ <!-- Publish the web -->
+ <target name="install"
+ description="Install is an alias for publish"
+ depends="publish"/>
+
+ <target name="publish"
+ description="Publish the website"
+ depends="publish.prepare, publish.pages"/>
+
+ <target name="publish.prepare"
+ description="Prepare the website publication area">
+ <mkdir dir="${resume.web.publish.dir}"/>
+ </target>
+
+ <target name="publish.pages"
+ description="Publish web page content"
+ depends="filter">
+ <copy todir="${resume.web.publish.dir}"
+ filtering="yes">
+ <fileset dir="${src.dir}/www">
+ <patternset refid="non.binary.files"/>
+ </fileset>
+ </copy>
+ <copy todir="${resume.web.publish.dir}"
+ filtering="no">
+ <fileset dir="${src.dir}/www">
+ <patternset refid="binary.files"/>
+ </fileset>
+ </copy>
+ <ant antfile="${resume.web.publish.dir}/orc/build.xml"
+ dir="${resume.web.publish.dir}/orc/"
+ target="clean"/>
+ <chmod file="${resume.web.publish.dir}/orc/convert.sh" perm="ug+rx"/>
+ <chmod file="${resume.web.publish.dir}/orc/clean.sh" perm="ug+rx"/>
+ </target>
+
+ <!-- Housekeeping -->
+ <target name="filter"
+ description="Define filtering tokens">
+ <filter token="VERSION_DOTS" value="${version.dots}"/>
+ <filter token="WEBSERVER_ADDRESS" value="${webserver.address}"/>
+ <filter token="WWW_ROOT" value="${www.root}"/>
+ <filter token="WWW_ROOT_FS" value="${www.root.fs}"/>
+ <filter token="SUPPORT_HOME" value="${support.home}"/>
+ <filter token="RELEASE_ZIP_NAME" value="${release.zip.name}"/>
+ <filter token="RELEASE_TGZ_NAME" value="${release.tgz.name}"/>
+ </target>
+
+ <target name="clean"
+ description="Remove everything that can be rebuilt"
+ depends="clean.web.publish.dir"/>
+
+ <target name="clean.web.publish.dir"
+ description="Remove the published web directory">
+ <delete dir="${resume.web.publish.dir}"/>
+ </target>
+
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-20 04:42:44
|
Revision: 601
http://svn.sourceforge.net/xmlresume/?rev=601&view=rev
Author: laklare
Date: 2007-02-19 20:42:45 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Added Paths:
-----------
web/
Removed Paths:
-------------
www/
Copied: web (from rev 600, www)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-20 04:42:06
|
Revision: 600
http://svn.sourceforge.net/xmlresume/?rev=600&view=rev
Author: laklare
Date: 2007-02-19 20:41:48 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Removed Paths:
-------------
web/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-20 04:41:08
|
Revision: 599
http://svn.sourceforge.net/xmlresume/?rev=599&view=rev
Author: laklare
Date: 2007-02-19 20:41:06 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Added Paths:
-----------
www/
Removed Paths:
-------------
web/www/
Copied: www (from rev 598, web/www)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <la...@us...> - 2007-02-20 04:39:43
|
Revision: 598
http://svn.sourceforge.net/xmlresume/?rev=598&view=rev
Author: laklare
Date: 2007-02-19 20:39:43 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Moving resume-support to root level.
Added Paths:
-----------
web/www/
Removed Paths:
-------------
www/
Copied: web/www (from rev 597, www)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|