You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <pau...@us...> - 2011-03-05 08:35:13
|
Revision: 205 http://resxml.svn.sourceforge.net/resxml/?rev=205&view=rev Author: paulhoadley Date: 2011-03-05 08:35:06 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fixes. Modified Paths: -------------- trunk/resxml/common/Makefile trunk/resxml/examples/Makefile trunk/resxml/examples/driver-common.xsl trunk/resxml/examples/driver-fo.xsl trunk/resxml/examples/driver-html.xsl trunk/resxml/examples/john_doe.xml trunk/resxml/fo/Makefile trunk/resxml/fo/attributes.xsl trunk/resxml/fo/parameters.xsl trunk/resxml/fo/resume.xsl trunk/resxml/html/Makefile trunk/resxml/html/parameters.xsl trunk/resxml/html/resume.css trunk/resxml/html/resume.xsl trunk/resxml/rtf/Makefile trunk/resxml/rtf/resume.xsl trunk/resxml/schema/Makefile trunk/resxml/schema/resume.rng trunk/resxml/schema/strip.xsl trunk/resxml/tests/Makefile trunk/resxml/tests/dates.xml trunk/resxml/tests/header.xml trunk/resxml/tests/targets.xml Property Changed: ---------------- trunk/resxml/common/Makefile trunk/resxml/examples/Makefile trunk/resxml/examples/driver-common.xsl trunk/resxml/examples/driver-fo.xsl trunk/resxml/examples/driver-html.xsl trunk/resxml/examples/john_doe.xml trunk/resxml/fo/Makefile trunk/resxml/fo/attributes.xsl trunk/resxml/fo/parameters.xsl trunk/resxml/fo/resume.xsl trunk/resxml/html/Makefile trunk/resxml/html/parameters.xsl trunk/resxml/html/resume.css trunk/resxml/html/resume.xsl trunk/resxml/rtf/Makefile trunk/resxml/rtf/resume.xsl trunk/resxml/schema/Makefile trunk/resxml/schema/resume.rng trunk/resxml/schema/strip.xsl trunk/resxml/tests/Makefile trunk/resxml/tests/dates.xml trunk/resxml/tests/header.xml trunk/resxml/tests/targets.xml Modified: trunk/resxml/common/Makefile =================================================================== --- trunk/resxml/common/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/common/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2004 Logic Squad -# $Id: Makefile,v 1.1 2004-11-09 03:26:18 paulhoadley Exp $ +# $Id$ .PHONY: all clean Property changes on: trunk/resxml/common/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/examples/Makefile =================================================================== --- trunk/resxml/examples/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/examples/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.5 2004-11-17 09:47:36 paulhoadley Exp $ +# $Id$ include ../Makefile.inc Property changes on: trunk/resxml/examples/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/examples/driver-common.xsl =================================================================== --- trunk/resxml/examples/driver-common.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/examples/driver-common.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- ResXML: Sample top-level common driver --> -<!-- $Id: driver-common.xsl,v 1.1 2004-11-17 09:31:24 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004 Logic Squad --> Property changes on: trunk/resxml/examples/driver-common.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/examples/driver-fo.xsl =================================================================== --- trunk/resxml/examples/driver-fo.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/examples/driver-fo.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- ResXML: Sample top-level driver for XSLFO output --> -<!-- $Id: driver-fo.xsl,v 1.2 2004-11-18 07:47:30 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004 Logic Squad --> Property changes on: trunk/resxml/examples/driver-fo.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/examples/driver-html.xsl =================================================================== --- trunk/resxml/examples/driver-html.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/examples/driver-html.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- ResXML: Sample top-level driver for HTML output --> -<!-- $Id: driver-html.xsl,v 1.1 2004-11-17 09:31:24 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004 Logic Squad --> Property changes on: trunk/resxml/examples/driver-html.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/examples/john_doe.xml =================================================================== --- trunk/resxml/examples/john_doe.xml 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/examples/john_doe.xml 2011-03-05 08:35:06 UTC (rev 205) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Id: john_doe.xml,v 1.8 2006-12-01 04:09:06 paulhoadley Exp $ --> +<!-- $Id$ --> <resume> <header> Property changes on: trunk/resxml/examples/john_doe.xml ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/fo/Makefile =================================================================== --- trunk/resxml/fo/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/fo/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.1 2004-11-05 03:10:55 paulhoadley Exp $ +# $Id$ .PHONY: all clean Property changes on: trunk/resxml/fo/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/fo/attributes.xsl =================================================================== --- trunk/resxml/fo/attributes.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/fo/attributes.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Attributes for XSLFO output --> -<!-- $Id: attributes.xsl,v 1.2 2004-11-03 02:04:31 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004 Logic Squad --> Property changes on: trunk/resxml/fo/attributes.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/fo/parameters.xsl =================================================================== --- trunk/resxml/fo/parameters.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/fo/parameters.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Parameters for XSLFO output --> -<!-- $Id: parameters.xsl,v 1.8 2004-11-18 07:44:34 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004 Logic Squad --> Property changes on: trunk/resxml/fo/parameters.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/fo/resume.xsl =================================================================== --- trunk/resxml/fo/resume.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/fo/resume.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Stylesheet for XSLFO output --> -<!-- $Id: resume.xsl,v 1.23 2006-12-01 05:37:39 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004, 2006 Logic Squad --> Property changes on: trunk/resxml/fo/resume.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/html/Makefile =================================================================== --- trunk/resxml/html/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/html/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.1 2004-11-05 03:10:55 paulhoadley Exp $ +# $Id$ .PHONY: all clean Property changes on: trunk/resxml/html/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/html/parameters.xsl =================================================================== --- trunk/resxml/html/parameters.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/html/parameters.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Parameters for XHTML output --> -<!-- $Id: parameters.xsl,v 1.3 2004-11-09 06:54:01 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2004 Logic Squad --> Property changes on: trunk/resxml/html/parameters.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/html/resume.css =================================================================== --- trunk/resxml/html/resume.css 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/html/resume.css 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ # # Copyright (C) 2004 Logic Squad # -# $Id: resume.css,v 1.5 2005-07-31 07:32:36 paulhoadley Exp $ +# $Id$ body { background-color: #ffffff; Property changes on: trunk/resxml/html/resume.css ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/html/resume.xsl =================================================================== --- trunk/resxml/html/resume.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/html/resume.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Stylesheet for XHTML output --> -<!-- $Id: resume.xsl,v 1.20 2006-12-01 05:37:39 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004, 2005, 2006 Logic Squad --> Property changes on: trunk/resxml/html/resume.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/rtf/Makefile =================================================================== --- trunk/resxml/rtf/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/rtf/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.1 2004-11-22 13:44:06 paulhoadley Exp $ +# $Id$ .PHONY: all clean Property changes on: trunk/resxml/rtf/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/rtf/resume.xsl =================================================================== --- trunk/resxml/rtf/resume.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/rtf/resume.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -2,7 +2,7 @@ <!-- Stylesheet for RTF output --> -<!-- $Id: resume.xsl,v 1.4 2005-02-26 06:27:58 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2004, 2005 Logic Squad --> Property changes on: trunk/resxml/rtf/resume.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/schema/Makefile =================================================================== --- trunk/resxml/schema/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/schema/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.3 2004-11-08 04:32:05 philiproberts Exp $ +# $Id$ include ../Makefile.inc Property changes on: trunk/resxml/schema/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/schema/resume.rng =================================================================== --- trunk/resxml/schema/resume.rng 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/schema/resume.rng 2011-03-05 08:35:06 UTC (rev 205) @@ -3,7 +3,7 @@ <!-- An XML application for storing data about a curriculum vitae or resume. --> -<!-- $Id: resume.rng,v 1.16 2008-09-12 09:39:30 paulhoadley Exp $ --> +<!-- $Id$ --> <!-- Copyright (C) 2003, 2004, 2005 Logic Squad --> Property changes on: trunk/resxml/schema/resume.rng ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/schema/strip.xsl =================================================================== --- trunk/resxml/schema/strip.xsl 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/schema/strip.xsl 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ <!-- Stylesheet to strip elements --> <!-- Copyright (C) 2004 Logic Squad --> - <!-- $Id: strip.xsl,v 1.1 2004-11-07 02:11:29 paulhoadley Exp $ --> + <!-- $Id$ --> <xsl:template match="node()|@*"> <xsl:copy> Property changes on: trunk/resxml/schema/strip.xsl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/tests/Makefile =================================================================== --- trunk/resxml/tests/Makefile 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/tests/Makefile 2011-03-05 08:35:06 UTC (rev 205) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.2 2004-11-30 13:29:59 paulhoadley Exp $ +# $Id$ include ../Makefile.inc Property changes on: trunk/resxml/tests/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/tests/dates.xml =================================================================== --- trunk/resxml/tests/dates.xml 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/tests/dates.xml 2011-03-05 08:35:06 UTC (rev 205) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Id: dates.xml,v 1.2 2005-01-10 12:25:49 paulhoadley Exp $ --> +<!-- $Id$ --> <dates> <date> Property changes on: trunk/resxml/tests/dates.xml ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/tests/header.xml =================================================================== --- trunk/resxml/tests/header.xml 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/tests/header.xml 2011-03-05 08:35:06 UTC (rev 205) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Id: header.xml,v 1.3 2005-01-10 12:25:49 paulhoadley Exp $ --> +<!-- $Id$ --> <resume> <header> Property changes on: trunk/resxml/tests/header.xml ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/tests/targets.xml =================================================================== --- trunk/resxml/tests/targets.xml 2011-03-05 08:28:27 UTC (rev 204) +++ trunk/resxml/tests/targets.xml 2011-03-05 08:35:06 UTC (rev 205) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Id: targets.xml,v 1.2 2005-01-10 12:25:49 paulhoadley Exp $ --> +<!-- $Id$ --> <resume> <header> Property changes on: trunk/resxml/tests/targets.xml ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:28:33
|
Revision: 204 http://resxml.svn.sourceforge.net/resxml/?rev=204&view=rev Author: paulhoadley Date: 2011-03-05 08:28:27 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Changed my mind about the renames. Added Paths: ----------- trunk/doc/README.svn trunk/web/README.svn Removed Paths: ------------- trunk/doc/README trunk/web/README Deleted: trunk/doc/README =================================================================== --- trunk/doc/README 2011-03-05 08:26:20 UTC (rev 203) +++ trunk/doc/README 2011-03-05 08:28:27 UTC (rev 204) @@ -1,5 +0,0 @@ -$Id$ - -This directory contains source code for ResXML documentation. There -are two likely destinations for the output: the ResXML distribution -tarball, and the Docs section for ResXML at SourceForge. Copied: trunk/doc/README.svn (from rev 194, trunk/doc/README) =================================================================== --- trunk/doc/README.svn (rev 0) +++ trunk/doc/README.svn 2011-03-05 08:28:27 UTC (rev 204) @@ -0,0 +1,5 @@ +$Id$ + +This directory contains source code for ResXML documentation. There +are two likely destinations for the output: the ResXML distribution +tarball, and the Docs section for ResXML at SourceForge. Deleted: trunk/web/README =================================================================== --- trunk/web/README 2011-03-05 08:26:20 UTC (rev 203) +++ trunk/web/README 2011-03-05 08:28:27 UTC (rev 204) @@ -1,3 +0,0 @@ -$Id$ - -This directory contains code for the ResXML project's website. Copied: trunk/web/README.svn (from rev 200, trunk/web/README) =================================================================== --- trunk/web/README.svn (rev 0) +++ trunk/web/README.svn 2011-03-05 08:28:27 UTC (rev 204) @@ -0,0 +1,3 @@ +$Id$ + +This directory contains code for the ResXML project's website. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:26:26
|
Revision: 203 http://resxml.svn.sourceforge.net/resxml/?rev=203&view=rev Author: paulhoadley Date: 2011-03-05 08:26:20 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fixes. Modified Paths: -------------- trunk/resxml/README.release.xml trunk/resxml/RELEASE-NOTES.xml Property Changed: ---------------- trunk/resxml/README.release.xml trunk/resxml/RELEASE-NOTES.xml Modified: trunk/resxml/README.release.xml =================================================================== --- trunk/resxml/README.release.xml 2011-03-05 08:23:11 UTC (rev 202) +++ trunk/resxml/README.release.xml 2011-03-05 08:26:20 UTC (rev 203) @@ -15,8 +15,7 @@ <corpauthor>Logic Squad</corpauthor> </authorgroup> - <releaseinfo role="cvs">$Revision: 1.3 $</releaseinfo> - <pubdate>$Date: 2004-12-03 07:25:54 $</pubdate> + <releaseinfo role="svn">$Id$</releaseinfo> </articleinfo> <section> Property changes on: trunk/resxml/README.release.xml ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/RELEASE-NOTES.xml =================================================================== --- trunk/resxml/RELEASE-NOTES.xml 2011-03-05 08:23:11 UTC (rev 202) +++ trunk/resxml/RELEASE-NOTES.xml 2011-03-05 08:26:20 UTC (rev 203) @@ -15,8 +15,7 @@ <corpauthor>Logic Squad</corpauthor> </authorgroup> - <releaseinfo role="cvs">$Revision: 1.3 $</releaseinfo> - <pubdate>$Date: 2006-12-01 06:35:54 $</pubdate> + <releaseinfo role="svn">$Id$</releaseinfo> </articleinfo> <section> Property changes on: trunk/resxml/RELEASE-NOTES.xml ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:23:17
|
Revision: 202 http://resxml.svn.sourceforge.net/resxml/?rev=202&view=rev Author: paulhoadley Date: 2011-03-05 08:23:11 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Rename and property fixes. Modified Paths: -------------- trunk/resxml/AUTHORS trunk/resxml/COPYRIGHT trunk/resxml/Makefile trunk/resxml/Makefile.inc trunk/resxml/README Added Paths: ----------- trunk/resxml/README.svn Removed Paths: ------------- trunk/resxml/README.CVS Property Changed: ---------------- trunk/resxml/AUTHORS trunk/resxml/COPYRIGHT trunk/resxml/Makefile trunk/resxml/Makefile.inc trunk/resxml/README Modified: trunk/resxml/AUTHORS =================================================================== --- trunk/resxml/AUTHORS 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/AUTHORS 2011-03-05 08:23:11 UTC (rev 202) @@ -1,4 +1,4 @@ -# $Id: AUTHORS,v 1.2 2004-11-03 01:28:44 paulhoadley Exp $ +# $Id$ Paul A. Hoadley <pa...@lo...> Philip Roberts <ph...@lo...> Property changes on: trunk/resxml/AUTHORS ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/COPYRIGHT =================================================================== --- trunk/resxml/COPYRIGHT 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/COPYRIGHT 2011-03-05 08:23:11 UTC (rev 202) @@ -1,4 +1,4 @@ -# $Id: COPYRIGHT,v 1.3 2006-12-01 05:40:32 paulhoadley Exp $ +# $Id$ ResXML: An XML application for marking up resume data Property changes on: trunk/resxml/COPYRIGHT ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/Makefile =================================================================== --- trunk/resxml/Makefile 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/Makefile 2011-03-05 08:23:11 UTC (rev 202) @@ -5,7 +5,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile,v 1.17 2006-12-01 06:41:21 paulhoadley Exp $ +# $Id$ include Makefile.inc Property changes on: trunk/resxml/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/Makefile.inc =================================================================== --- trunk/resxml/Makefile.inc 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/Makefile.inc 2011-03-05 08:23:11 UTC (rev 202) @@ -7,7 +7,7 @@ # Copyright (C) 2003, 2004 Logic Squad -# $Id: Makefile.inc,v 1.6 2006-12-01 06:41:21 paulhoadley Exp $ +# $Id$ # Binaries Property changes on: trunk/resxml/Makefile.inc ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/resxml/README =================================================================== --- trunk/resxml/README 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/README 2011-03-05 08:23:11 UTC (rev 202) @@ -1,4 +1,4 @@ -# $Id: README,v 1.4 2004-11-20 06:03:00 paulhoadley Exp $ +# $Id$ ResXML ------ Property changes on: trunk/resxml/README ___________________________________________________________________ Added: svn:keywords + Id Deleted: trunk/resxml/README.CVS =================================================================== --- trunk/resxml/README.CVS 2011-03-05 08:19:12 UTC (rev 201) +++ trunk/resxml/README.CVS 2011-03-05 08:23:11 UTC (rev 202) @@ -1,4 +0,0 @@ -$Id: README.CVS,v 1.1 2004-11-05 05:15:25 paulhoadley Exp $ - -This directory contains the source code for the ResXML project. - Copied: trunk/resxml/README.svn (from rev 192, trunk/resxml/README.CVS) =================================================================== --- trunk/resxml/README.svn (rev 0) +++ trunk/resxml/README.svn 2011-03-05 08:23:11 UTC (rev 202) @@ -0,0 +1,4 @@ +$Id$ + +This directory contains the source code for the ResXML project. + Property changes on: trunk/resxml/README.svn ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:19:18
|
Revision: 201 http://resxml.svn.sourceforge.net/resxml/?rev=201&view=rev Author: paulhoadley Date: 2011-03-05 08:19:12 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fix. Modified Paths: -------------- trunk/web/documentation.xml trunk/web/download.xml trunk/web/index.xml trunk/web/layout.xml trunk/web/samples.xml Property Changed: ---------------- trunk/web/documentation.xml trunk/web/download.xml trunk/web/index.xml trunk/web/layout.xml trunk/web/samples.xml Modified: trunk/web/documentation.xml =================================================================== --- trunk/web/documentation.xml 2011-03-05 08:03:56 UTC (rev 200) +++ trunk/web/documentation.xml 2011-03-05 08:19:12 UTC (rev 201) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <webpage id="documentation"> <config param="desc" value="An XML application for resume data"/> - <config param="rcsdate" value="$Date: 2005-12-17 07:19:35 $"/> + <config param="rcsdate" value="$Date$"/> <head> <title>ResXML: Documentation</title> Property changes on: trunk/web/documentation.xml ___________________________________________________________________ Added: svn:keywords + Date Modified: trunk/web/download.xml =================================================================== --- trunk/web/download.xml 2011-03-05 08:03:56 UTC (rev 200) +++ trunk/web/download.xml 2011-03-05 08:19:12 UTC (rev 201) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <webpage id="download"> <config param="desc" value="An XML application for resume data"/> - <config param="rcsdate" value="$Date: 2005-12-17 07:19:35 $"/> + <config param="rcsdate" value="$Date$"/> <head> <title>ResXML: Download</title> Property changes on: trunk/web/download.xml ___________________________________________________________________ Added: svn:keywords + Date Modified: trunk/web/index.xml =================================================================== --- trunk/web/index.xml 2011-03-05 08:03:56 UTC (rev 200) +++ trunk/web/index.xml 2011-03-05 08:19:12 UTC (rev 201) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <webpage id="index"> <config param="desc" value="An XML application for resume data"/> - <config param="rcsdate" value="$Date: 2005-12-17 07:21:40 $"/> + <config param="rcsdate" value="$Date$"/> <head> <title>ResXML: An XML application for resume data</title> Property changes on: trunk/web/index.xml ___________________________________________________________________ Added: svn:keywords + Date Modified: trunk/web/layout.xml =================================================================== --- trunk/web/layout.xml 2011-03-05 08:03:56 UTC (rev 200) +++ trunk/web/layout.xml 2011-03-05 08:19:12 UTC (rev 201) @@ -4,7 +4,7 @@ <!-- Copyright (C) 2004 Logic Squad --> -<!-- $Id: layout.xml,v 1.2 2005-12-17 07:20:24 paulhoadley Exp $ --> +<!-- $Id$ --> <layout> <config param="homebanner-tabular" value="resxml.png"/> Property changes on: trunk/web/layout.xml ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/web/samples.xml =================================================================== --- trunk/web/samples.xml 2011-03-05 08:03:56 UTC (rev 200) +++ trunk/web/samples.xml 2011-03-05 08:19:12 UTC (rev 201) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <webpage id="samples"> <config param="desc" value="An XML application for resume data"/> - <config param="rcsdate" value="$Date: 2005-12-17 07:19:35 $"/> + <config param="rcsdate" value="$Date$"/> <head> <title>ResXML: Samples</title> Property changes on: trunk/web/samples.xml ___________________________________________________________________ Added: svn:keywords + Date This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:04:02
|
Revision: 200 http://resxml.svn.sourceforge.net/resxml/?rev=200&view=rev Author: paulhoadley Date: 2011-03-05 08:03:56 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fix. Modified Paths: -------------- trunk/web/README Property Changed: ---------------- trunk/web/README Modified: trunk/web/README =================================================================== --- trunk/web/README 2011-03-05 08:01:38 UTC (rev 199) +++ trunk/web/README 2011-03-05 08:03:56 UTC (rev 200) @@ -1,3 +1,3 @@ -$Id: README.CVS,v 1.1 2004-11-09 11:13:42 paulhoadley Exp $ +$Id$ This directory contains code for the ResXML project's website. Property changes on: trunk/web/README ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:01:44
|
Revision: 199 http://resxml.svn.sourceforge.net/resxml/?rev=199&view=rev Author: paulhoadley Date: 2011-03-05 08:01:38 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Name change. Added Paths: ----------- trunk/web/README Removed Paths: ------------- trunk/web/README.CVS Copied: trunk/web/README (from rev 192, trunk/web/README.CVS) =================================================================== --- trunk/web/README (rev 0) +++ trunk/web/README 2011-03-05 08:01:38 UTC (rev 199) @@ -0,0 +1,3 @@ +$Id: README.CVS,v 1.1 2004-11-09 11:13:42 paulhoadley Exp $ + +This directory contains code for the ResXML project's website. Deleted: trunk/web/README.CVS =================================================================== --- trunk/web/README.CVS 2011-03-05 08:00:47 UTC (rev 198) +++ trunk/web/README.CVS 2011-03-05 08:01:38 UTC (rev 199) @@ -1,3 +0,0 @@ -$Id: README.CVS,v 1.1 2004-11-09 11:13:42 paulhoadley Exp $ - -This directory contains code for the ResXML project's website. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:00:53
|
Revision: 198 http://resxml.svn.sourceforge.net/resxml/?rev=198&view=rev Author: paulhoadley Date: 2011-03-05 08:00:47 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Removed pubdate element with old CVS property. Modified Paths: -------------- trunk/doc/manual.xml Modified: trunk/doc/manual.xml =================================================================== --- trunk/doc/manual.xml 2011-03-05 08:00:18 UTC (rev 197) +++ trunk/doc/manual.xml 2011-03-05 08:00:47 UTC (rev 198) @@ -12,8 +12,6 @@ <address><email>pa...@lo...</email></address> </affiliation> </author> - - <pubdate>$Date: 2004-11-21 07:33:51 $</pubdate> </articleinfo> <section> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 08:00:24
|
Revision: 197 http://resxml.svn.sourceforge.net/resxml/?rev=197&view=rev Author: paulhoadley Date: 2011-03-05 08:00:18 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Removed some unnecessary header crud. Modified Paths: -------------- trunk/doc/driver-print.xsl Modified: trunk/doc/driver-print.xsl =================================================================== --- trunk/doc/driver-print.xsl 2011-03-05 07:59:10 UTC (rev 196) +++ trunk/doc/driver-print.xsl 2011-03-05 08:00:18 UTC (rev 197) @@ -3,11 +3,6 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> - <!-- XSL-FO Driver for AuditMaker PDF --> - - <!-- $Id: driver-print.xsl,v 1.1 2004-11-06 08:17:55 paulhoadley Exp $ --> - - <!-- Import the DocBook FO stylesheets --> <xsl:import href="/usr/local/share/xsl/docbook/fo/docbook.xsl"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 07:59:16
|
Revision: 196 http://resxml.svn.sourceforge.net/resxml/?rev=196&view=rev Author: paulhoadley Date: 2011-03-05 07:59:10 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fix. Modified Paths: -------------- trunk/doc/Makefile Property Changed: ---------------- trunk/doc/Makefile Modified: trunk/doc/Makefile =================================================================== --- trunk/doc/Makefile 2011-03-05 07:58:22 UTC (rev 195) +++ trunk/doc/Makefile 2011-03-05 07:59:10 UTC (rev 196) @@ -1,6 +1,6 @@ # Makefile for ResXML documentation # -# $Id: Makefile,v 1.1 2004-11-06 08:17:55 paulhoadley Exp $ +# $Id$ # Driver files Property changes on: trunk/doc/Makefile ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 07:58:28
|
Revision: 195 http://resxml.svn.sourceforge.net/resxml/?rev=195&view=rev Author: paulhoadley Date: 2011-03-05 07:58:22 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Removed pubdate element with old CVS property. Modified Paths: -------------- trunk/doc/FAQ.xml Modified: trunk/doc/FAQ.xml =================================================================== --- trunk/doc/FAQ.xml 2011-03-05 07:57:14 UTC (rev 194) +++ trunk/doc/FAQ.xml 2011-03-05 07:58:22 UTC (rev 195) @@ -12,8 +12,6 @@ <address><email>pa...@lo...</email></address> </affiliation> </author> - - <pubdate>$Date: 2004-11-10 13:37:19 $</pubdate> </articleinfo> <qandaset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 07:57:20
|
Revision: 194 http://resxml.svn.sourceforge.net/resxml/?rev=194&view=rev Author: paulhoadley Date: 2011-03-05 07:57:14 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Property fix. Modified Paths: -------------- trunk/doc/README Property Changed: ---------------- trunk/doc/README Modified: trunk/doc/README =================================================================== --- trunk/doc/README 2011-03-05 07:56:19 UTC (rev 193) +++ trunk/doc/README 2011-03-05 07:57:14 UTC (rev 194) @@ -1,6 +1,5 @@ -$Id: README.CVS,v 1.1 2004-11-05 05:13:48 paulhoadley Exp $ +$Id$ This directory contains source code for ResXML documentation. There are two likely destinations for the output: the ResXML distribution tarball, and the Docs section for ResXML at SourceForge. - Property changes on: trunk/doc/README ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2011-03-05 07:56:25
|
Revision: 193 http://resxml.svn.sourceforge.net/resxml/?rev=193&view=rev Author: paulhoadley Date: 2011-03-05 07:56:19 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Name change only. Added Paths: ----------- trunk/doc/README Removed Paths: ------------- trunk/doc/README.CVS Copied: trunk/doc/README (from rev 192, trunk/doc/README.CVS) =================================================================== --- trunk/doc/README (rev 0) +++ trunk/doc/README 2011-03-05 07:56:19 UTC (rev 193) @@ -0,0 +1,6 @@ +$Id: README.CVS,v 1.1 2004-11-05 05:13:48 paulhoadley Exp $ + +This directory contains source code for ResXML documentation. There +are two likely destinations for the output: the ResXML distribution +tarball, and the Docs section for ResXML at SourceForge. + Deleted: trunk/doc/README.CVS =================================================================== --- trunk/doc/README.CVS 2010-09-15 05:53:49 UTC (rev 192) +++ trunk/doc/README.CVS 2011-03-05 07:56:19 UTC (rev 193) @@ -1,6 +0,0 @@ -$Id: README.CVS,v 1.1 2004-11-05 05:13:48 paulhoadley Exp $ - -This directory contains source code for ResXML documentation. There -are two likely destinations for the output: the ResXML distribution -tarball, and the Docs section for ResXML at SourceForge. - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pau...@us...> - 2010-09-15 05:53:55
|
Revision: 192 http://resxml.svn.sourceforge.net/resxml/?rev=192&view=rev Author: paulhoadley Date: 2010-09-15 05:53:49 +0000 (Wed, 15 Sep 2010) Log Message: ----------- I have no idea what this branch was for. Removed Paths: ------------- branches/paulh/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@lo...> - 2010-09-15 05:30:59
|
Is this thing on? -- Phil. |
From: Paul A. H. <pa...@lo...> - 2004-11-25 13:28:32
|
On Wed, Nov 24, 2004 at 09:11:56AM +1030, Philip Roberts wrote: > I'll take a look at what you have and grovel through the RTF spec to > see what we can do when I get some time. I have simplified things a little this evening. Your suggestion to look at the output of WordPad was a good one. I cut and pasted 'john_doe.html' into WordPad and formatted it in a fairly minimalistic way. I'll attach the output to this mail. I have made some changes to rtf/resume.xsl based on this output---see the CVS log for specifics. -- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Philip R. <ph...@lo...> - 2004-11-23 22:42:09
|
On Tue, Nov 23, 2004 at 09:35:16PM +1030, Paul A. Hoadley wrote: > I have created a new subdir in the resxml module: 'rtf'. In this > directory is my fledgling attempt to provide RTF support. Feel free > to do a 'cvs up -d' and check this out. ATM, it's rudimentary with a > capital 'R'. Phil---aren't you an RTF wizard? Reformed. I am due for my three month badge any time now. I'll take a look at what you have and grovel through the RTF spec to see what we can do when I get some time. -- Phil. |
From: Paul A. H. <pa...@lo...> - 2004-11-23 11:07:00
|
Hello, I have created a new subdir in the resxml module: 'rtf'. In this directory is my fledgling attempt to provide RTF support. Feel free to do a 'cvs up -d' and check this out. ATM, it's rudimentary with a capital 'R'. Phil---aren't you an RTF wizard? --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-10 12:08:33
|
On Wed, Nov 10, 2004 at 08:18:52PM +1030, Philip Roberts wrote: > a) Is it just my fossil mozilla, or is this expected behaviour? It certainly sounds like a browser bug, and it's not expected behaviour. > b) Is it worth fixing? Definitely. > Should be easy enough to wrap the div tags in a test for existence > of content, and would make the resulting HTML slightly neater. This > wouldn't have any drawbacks apart from (slightly) increased > stylesheet complexity, right? I can't think of any drawbacks. It was just a complete lack of insight on my part---it never occurred to me there would be any top-level sections missing. :-) Anyway, are you putting your hand up to fix it? --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Philip R. <ph...@lo...> - 2004-11-10 09:49:01
|
Just tested my resume with the new CSSified HTML stylesheet. It may be my old, old version of mozilla (1.0.1) (!), but I had some problems. The academic section ate my baby! At least, it ate the remainder of my resume, which appeared in an ever-increasingly nested set of boxes inside it. Resolved the problem by commenting a few empty div tags out, for example: <!-- <div class="scholarships"/> --> So: a) Is it just my fossil mozilla, or is this expected behaviour? b) Is it worth fixing? Should be easy enough to wrap the div tags in a test for existence of content, and would make the resulting HTML slightly neater. This wouldn't have any drawbacks apart from (slightly) increased stylesheet complexity, right? -- Phil. |
From: Paul A. H. <pa...@lo...> - 2004-11-09 11:12:07
|
Hello, I have added a new module: web. I will put (some of) the old ResXML website in here, and try to set it up at resxml.sourceforge.net as soon as possible. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-09 06:42:25
|
On Mon, Nov 08, 2004 at 11:25:05PM +1030, Paul A. Hoadley wrote: > I am adding a stack of hooks for CSS styling to html/resume.xsl. > Already the diff runs to 827 lines, so in the interests of not > having to merge conflicts later, please leave html/resume.xsl alone > until I commit, most likely tomorrow. I've finished this. Update and hack. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-08 13:19:56
|
Hello, I've added a directory 'common' in the resxml module. This will be for XSL that we can factor out of the HTML and FO stylesheets as shared code. Remember to do a 'cvs up -d' to retrieve this at some point. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-08 12:55:22
|
Hello, I am adding a stack of hooks for CSS styling to html/resume.xsl. Already the diff runs to 827 lines, so in the interests of not having to merge conflicts later, please leave html/resume.xsl alone until I commit, most likely tomorrow. -- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |
From: Paul A. H. <pa...@lo...> - 2004-11-08 04:36:46
|
On Mon, Nov 08, 2004 at 02:50:07PM +1030, Paul A. Hoadley wrote: > that reminds me, we ought to parameterise the name of the CSS file Oops. We already have. --=20 Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ |