Re: svn commit: r320664 - /xml/site/src/documentation/content/xdocs/guidelines.xml

2005-10-13 Thread Jeremias Maerki
David,

thanks for looking into this. Sorry for the eol-style problems. I've
updated my SVN config in the meantime.

Is that work-around still necessary? I added...

download_html href=mirrors.html/!-- so the page is part of a tab --

...in site.xml as per the Forrest documentation on mirror pages.

On 13.10.2005 07:19:06 crossley wrote:
 Author: crossley
 Date: Wed Oct 12 22:19:02 2005
 New Revision: 320664
 
 URL: http://svn.apache.org/viewcvs?rev=320664view=rev
 Log:
 Note the workaround for FOR-480
 
 Modified:
 xml/site/src/documentation/content/xdocs/guidelines.xml
 
 Modified: xml/site/src/documentation/content/xdocs/guidelines.xml
 URL: 
 http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/guidelines.xml?rev=320664r1=320663r2=320664view=diff
 ==
 --- xml/site/src/documentation/content/xdocs/guidelines.xml (original)
 +++ xml/site/src/documentation/content/xdocs/guidelines.xml Wed Oct 12 
 22:19:02 2005
 @@ -159,7 +159,10 @@
 do an update of directories there as needed,
 br/Or send an email to infrastructurelt;atgt;apache.org 
 and ask for
   your website to be added to the cronjob for automatic 
 update.
 -   link href=mirrors.html/
 +!-- FIXME: This secret link is a workaround to issue
 +http://issues.apache.org/jira/browse/FOR-480
 +--
 +link href=mirrors.html/
   /p
 /section
   /section


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r320663 - /xml/site/src/documentation/content/xdocs/mirrors.html

2005-10-13 Thread Jeremias Maerki
David,

I tried that, too, but the [if-any] and [for] commands still get
swallowed. Confused.

On 13.10.2005 07:18:24 crossley wrote:
 Author: crossley
 Date: Wed Oct 12 22:18:19 2005
 New Revision: 320663
 
 URL: http://svn.apache.org/viewcvs?rev=320663view=rev
 Log:
 The special mirror tokens need to be encompassed by xml comments.
 
 Modified:
 xml/site/src/documentation/content/xdocs/mirrors.html
 
 Modified: xml/site/src/documentation/content/xdocs/mirrors.html
 URL: 
 http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/mirrors.html?rev=320663r1=320662r2=320663view=diff
 ==
 --- xml/site/src/documentation/content/xdocs/mirrors.html (original)
 +++ xml/site/src/documentation/content/xdocs/mirrors.html Wed Oct 12 22:18:19 
 2005
 @@ -71,15 +71,15 @@
  form action=[location] method=get id=SelectMirror
  
Other mirrors: 
  select name=Preferred
 -[if-any http]
 -  [for http]option value=[http][http]/option[end]
 -[end]  
 -[if-any ftp]
 -  [for ftp]option value=[ftp][ftp]/option[end]
 -[end]
 -[if-any backup]
 -  [for backup]option value=[backup][backup] (backup)/option[end]
 -[end]
 +!--[if-any http] [for http]--
 +option value=[http][http]/option
 +!--[end] [end]--
 +!--[if-any ftp] [for ftp]--
 +option value=[ftp][ftp]/option
 +!--[end] [end]--
 +!--[if-any backup] [for backup]--
 +option value=[backup][backup] (backup)/option
 +!--[end] [end]--
  /select
input type=submit value=Change/   /form



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r320664 - /xml/site/src/documentation/content/xdocs/guidelines.xml

2005-10-13 Thread David Crossley
Jeremias Maerki wrote:
 David,
 
 thanks for looking into this.

No worries. Thanks to you for getting things
moved over to SVN.

 Sorry for the eol-style problems. I've
 updated my SVN config in the meantime.

Good, that causes quite a mess. Sometime i will
investigate the rest of the files in xml-site.
I fixed the mirrors.cgi which was the main problem.

 Is that work-around still necessary? I added...
 
 download_html href=mirrors.html/!-- so the page is part of a tab --
 
 ...in site.xml as per the Forrest documentation on mirror pages.

The workaround below is certainly necessary.
We need some way to get Forrest to process the extra
document mirrors.html (which is not normally linked from
anywhere in the site). FOR-480 has the details.

The issue that you refer to above would only be necessary
with a site with more than one tab. It enables the correct
tab to be highlighted when at the mirrors page.
We only have one tab, so not strictly necessary.
Lets leave it there.

-David

 On 13.10.2005 07:19:06 crossley wrote:
  Author: crossley
  Date: Wed Oct 12 22:19:02 2005
  New Revision: 320664
  
  URL: http://svn.apache.org/viewcvs?rev=320664view=rev
  Log:
  Note the workaround for FOR-480
  
  Modified:
  xml/site/src/documentation/content/xdocs/guidelines.xml
  
  Modified: xml/site/src/documentation/content/xdocs/guidelines.xml
  URL: 
  http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/guidelines.xml?rev=320664r1=320663r2=320664view=diff
  ==
  --- xml/site/src/documentation/content/xdocs/guidelines.xml (original)
  +++ xml/site/src/documentation/content/xdocs/guidelines.xml Wed Oct 12 
  22:19:02 2005
  @@ -159,7 +159,10 @@
do an update of directories there as needed,
br/Or send an email to infrastructurelt;atgt;apache.org 
  and ask for
  your website to be added to the cronjob for automatic 
  update.
  - link href=mirrors.html/
  +!-- FIXME: This secret link is a workaround to issue
  +http://issues.apache.org/jira/browse/FOR-480
  +--
  +link href=mirrors.html/
  /p
/section
  /section
 
 
 Jeremias Maerki
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: use forrest_07_branch (Was: svn commit: r320663 - /xml/site/src/documentation/content/xdocs/mirrors.html)

2005-10-13 Thread Jeremias Maerki

On 13.10.2005 08:16:32 David Crossley wrote:
 You are too fast. I was just getting around to answering all your
 queries from yesterday. Go have a morning coffee.

My breakfast delivery service is delayed. Serious. I still don't have my
breakfast. :-(

 There is an additional gotcha with those special
 mirror tokens as xml comments. There was a bug in
 Forrest-0.7 release which is fixed in forrest_07_branch ...
 
 http://issues.apache.org/jira/browse/FOR-555

The branch indeed fixed the problem. I'll update guidelines.xml to
mention this. Thanks for your help, David!

 -David
 
 Jeremias Maerki wrote:
  David,
  
  I tried that, too, but the [if-any] and [for] commands still get
  swallowed. Confused.
  
  On 13.10.2005 07:18:24 crossley wrote:
   Author: crossley
   Date: Wed Oct 12 22:18:19 2005
   New Revision: 320663
   
   URL: http://svn.apache.org/viewcvs?rev=320663view=rev
   Log:
   The special mirror tokens need to be encompassed by xml comments.
   
   Modified:
   xml/site/src/documentation/content/xdocs/mirrors.html
   
   Modified: xml/site/src/documentation/content/xdocs/mirrors.html
   URL: 
   http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/mirrors.html?rev=320663r1=320662r2=320663view=diff
   ==
   --- xml/site/src/documentation/content/xdocs/mirrors.html (original)
   +++ xml/site/src/documentation/content/xdocs/mirrors.html Wed Oct 12 
   22:18:19 2005
   @@ -71,15 +71,15 @@
form action=[location] method=get id=SelectMirror

  Other mirrors: 
select name=Preferred
   -[if-any http]
   -  [for http]option value=[http][http]/option[end]
   -[end]  
   -[if-any ftp]
   -  [for ftp]option value=[ftp][ftp]/option[end]
   -[end]
   -[if-any backup]
   -  [for backup]option value=[backup][backup] (backup)/option[end]
   -[end]
   +!--[if-any http] [for http]--
   +option value=[http][http]/option
   +!--[end] [end]--
   +!--[if-any ftp] [for ftp]--
   +option value=[ftp][ftp]/option
   +!--[end] [end]--
   +!--[if-any backup] [for backup]--
   +option value=[backup][backup] (backup)/option
   +!--[end] [end]--
/select
  input type=submit value=Change/   /form
  
  
  
  Jeremias Maerki
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r314871 - /xml/site/src/documentation/content/xdocs/

2005-10-13 Thread David Crossley
Jeremias Maerki wrote:
 Some XML editors, most of all XMLSpy, in spite of its maturity, don't
 support Catalogs to map to local versions of a DTD. Therefore, you get a
 lot of annoying error and confirmation dialogs. This change fixed that.
 I know it's not ideal, but it helps a lot. There's nothing wrong with my
 Ant or Forrest setup.

Ah, glad that i didn't go explaining some other problem then.

According to our notes, even xmlspy can be configured:
http://forrest.apache.org/docs_0_80/catalog.html

-David

 David Crossley wrote:
  Why did you need to change the DOCTYPE declarations?
  
  This is an indication that something is wrong with
  your Ant or Forrest setup. If so, then i think that
  i know the solution.
  
  -David

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: use forrest_07_branch (Was: svn commit: r320663 - /xml/site/src/documentation/content/xdocs/mirrors.html)

2005-10-13 Thread Jeremias Maerki

On 13.10.2005 09:08:29 Jeremias Maerki wrote:
snip/
  There is an additional gotcha with those special
  mirror tokens as xml comments. There was a bug in
  Forrest-0.7 release which is fixed in forrest_07_branch ...
  
  http://issues.apache.org/jira/browse/FOR-555
 
 The branch indeed fixed the problem. I'll update guidelines.xml to
 mention this. Thanks for your help, David!

The Forrest branch has another problem instead: note elements don't
turn out right. :-(

snip/

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: use forrest_07_branch (Was: svn commit: r320663 - /xml/site/src/documentation/content/xdocs/mirrors.html)

2005-10-13 Thread David Crossley
Jeremias Maerki wrote:
 Jeremias Maerki wrote:
 snip/
   There is an additional gotcha with those special
   mirror tokens as xml comments. There was a bug in
   Forrest-0.7 release which is fixed in forrest_07_branch ...
   
   http://issues.apache.org/jira/browse/FOR-555
  
  The branch indeed fixed the problem. I'll update guidelines.xml to
  mention this. Thanks for your help, David!
 
 The Forrest branch has another problem instead: note elements don't
 turn out right. :-(

Argh, i confirm that and have taken the issue to
forrest-dev list. If you want a working revision
of forrest_07_branch then use r306553

-David

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs library.xml

2005-01-12 Thread crossley
crossley2005/01/11 16:44:46

  Modified:src/documentation/content/xdocs library.xml
  Log:
  Fix link to wiki.
  
  Revision  ChangesPath
  1.4   +1 -1  xml-site/src/documentation/content/xdocs/library.xml
  
  Index: library.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/library.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- library.xml   22 Jun 2004 02:51:20 -  1.3
  +++ library.xml   12 Jan 2005 00:44:46 -  1.4
  @@ -49,7 +49,7 @@
   on all documented CVS features. 
 /li
   li
  -  jump href=http://issues.apache.org/wiki/apachewiki.cgi;The 
Apache Wiki/jump
  +  jump href=http://wiki.apache.org/;The Apache Wiki/jump
 br/
   The Apache Wiki is a community-provided resource with unofficial 
documents
   about all things Apache. 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs book.xml

2005-01-12 Thread crossley
crossley2005/01/11 16:42:52

  Modified:src/documentation/content/xdocs book.xml
  Log:
  Fix link to wiki.
  
  Revision  ChangesPath
  1.16  +1 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- book.xml  31 Aug 2004 03:27:59 -  1.15
  +++ book.xml  12 Jan 2005 00:42:52 -  1.16
  @@ -60,7 +60,7 @@
 menu label=Resources
   menu-item label=Downloads href=http://xml.apache.org/mirrors.cgi/
   menu-item label=Bug Database 
href=http://issues.apache.org/bugzilla//
  -menu-item label=Wiki 
href=http://issues.apache.org/wiki/apachewiki.cgi/
  +menu-item label=Wiki href=http://wiki.apache.org//
   menu-item label=Gump href=http://gump.apache.org//
 /menu
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Proposal for ASF-wide documentation staging and publishing

2004-11-05 Thread Clay Leeds
On Nov 4, 2004, at 7:23 PM, David Crossley wrote:
Clay Leeds wrote:
I'd like to respond to David Crossley's message with the hope that it
will either move along from its DRAFT classification or get changed so
that it can progress...
Thanks for following up on this. I never know
about posting to multiple mailing lists. That is
why i only sent the original to [EMAIL PROTECTED]
and asked people to come here to discuss. Also this
is where most of the previous discussion took place.
I thought that as well, however I suspect that some COMMITTERs may be 
slow to join [EMAIL PROTECTED] (like me) and would therefore miss out 
on arguments... never to be able to see the conversation. I would posit 
that it make more sense to have this 'discussion' on one 
list--perferably with a searchable archive (e.g., 
[EMAIL PROTECTED] this should take place on an ASF-wide list), 
and *then* the final RESOLUTION should be given to [EMAIL PROTECTED]

Never mind, it is good to have broader feedback.
I will gather the comments from those lists into
the draft proposal.
Thanks!
[snip]
[B] Source docs are managed in project SVN
The source files for the project's website are held in an SVN
repository. These might be XML source for some projects, while others
might have simple HTML docs.
Forgive my naiveté here, but is this process different for a project
like xml-fop, which uses CVS as for version control (i.e., would
xml-fop and other 'CVS' projects have a corresponding cvs.apache.org)?
Or is this totally separate from a project's version control, and
everyone uses svn.apache.org for this stage of the process?
Of course, perhaps i should have used the generic acronym SCM.
Actually it was also deliberate, because Infrastructure
is encouraging projects to migrate to SVN.
Actually, I'm glad you mentioned SVN, because (forgive my naiveté 
again!) I don't use 'SCM' daily... (not like I use SVN or CVS).

Anyway yes, that item [B] represents whatever source control
that the project uses.
Glad I asked!
[snip]
With the exception of my one note above (svn.a.o vs. cvs.a.o), the
above sounds good^H^H^H^H GREAT to me! I hope others will comment on
this (at least to say Looks good to me!) so this process can move
forward, and we can get relieve ourselves of this onerous issue.
Thank you David for writing such a clear and concise proposal!
Thanks. Let us hope that it is a catalyst.
--
David Crossley
Here's to quick discussion and RESOLUTION of this.
Web Maestro Clay
--
Clay Leeds - [EMAIL PROTECTED]
Webmaster/Developer - Medata, Inc. - http://www.medata.com/
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Proposal for ASF-wide documentation staging and publishing

2004-11-04 Thread Clay Leeds
I'd like to respond to David Crossley's message with the hope that it  
will either move along from its DRAFT classification or get changed so  
that it can progress...

There have been various discussions about this topic
on the Infrastructure mailing list. I have summarised
those into a proposal and built a web page at
http://forrest.apache.org/proposal-asf-publish.html
The text content is copied below to facilitate further
discussion.
This proposal links to a separate proposal document
which shows how the Forrestbot addresses part of
that infrastructure.
--- 
-
Warning
This is a draft proposal document. It is not yet the consensus of ASF
nor of the Infrastructure committee. This proposal is a summary of
various email discussions held over the past years, especially on
[EMAIL PROTECTED] around 2004-07-29 which expanded on previous
discussions.

Overview
All ASF projects need to be able to concentrate on their projects and
the content of their websites, rather than get tangled up in arcane
website publication procedures.
There is a staging and publishing server which is separate from the
live production web server. The project committers would commit their
source changes, then trigger a documentation build, then review the
staging website. When satisfied, they approve and publish so as to
copy the stage to the publication point. There are a number of
rotated older versions of the publication point. A deliberate action
on the live webserver causes rsync to pull the current publication
point into production.
Publication infrastructure and actions
+--+  [A] Commit the changes to source documents |
|  svn.apache.org  | |
|  |  [B] ++ |
|  |  | Source docs managed in project SVN | |
+--+  ++ V
+--+  [C] Trigger the build  |
| stage.apache.org | |
|  |  [D] +-+|
|  |  | Build the documents ||
|  |  +-+|
|  | |
|  |  [E] +---+  |
|  |  | Staging server enables review |  |
|  |  +---+  |
|  | |
|  |  [F] Approve and publish|
|  | |
|  |  [G] ++ |
|  |  | Publication point  | |
|  |  | (with some older versions) | |
+--+  ++ V
+--+  [H] Rsync pull into production |
|  www.apache.org  | |
|  |  [I] +--+   |
|  |  | Production webserver $tlp.apache.org |   |
+--+  +--+   V
[A] Commit the changes to source documents
The content changes are committed to the project's source repository.
The committer might have already built and tested the documents with
their local documentation build system. On other occasions, they might
commit changes without building locally. Some committers might not
even have installed a local build system, they might just edit or
patch the content.
[B] Source docs are managed in project SVN
The source files for the project's website are held in an SVN
repository. These might be XML source for some projects, while others
might have simple HTML docs.
Forgive my naiveté here, but is this process different for a project  
like xml-fop, which uses CVS as for version control (i.e., would  
xml-fop and other 'CVS' projects have a corresponding cvs.apache.org)?  
Or is this totally separate from a project's version control, and  
everyone uses svn.apache.org for this stage of the process?

[C] Trigger the build
Via a secure https web interface, or via ssh to the server and use
command-line.
[D] Build the documents
The build system on the server will generate the project documents and
deploy them to the staging server website.
Projects can use various documentation tools: Anakia, Forrest, Maven,
raw html, etc. Each system would have its own ways to report build
problems to the committer (e.g. xml validation, broken links, content
and spelling errors, configuration errors).
[E] Staging server enables review
A pre-release website. Anyone can

Re: Proposal for ASF-wide documentation staging and publishing

2004-11-04 Thread David Crossley
Clay Leeds wrote:
 I'd like to respond to David Crossley's message with the hope that it  
 will either move along from its DRAFT classification or get changed so  
 that it can progress...

Thanks for following up on this. I never know
about posting to multiple mailing lists. That is
why i only sent the original to [EMAIL PROTECTED]
and asked people to come here to discuss. Also this
is where most of the previous discussion took place.

Never mind, it is good to have broader feedback.
I will gather the comments from those lists into
the draft proposal.

[snip]

  [B] Source docs are managed in project SVN
 
  The source files for the project's website are held in an SVN
  repository. These might be XML source for some projects, while others
  might have simple HTML docs.
 
 Forgive my naiveté here, but is this process different for a project  
 like xml-fop, which uses CVS as for version control (i.e., would  
 xml-fop and other 'CVS' projects have a corresponding cvs.apache.org)?  
 Or is this totally separate from a project's version control, and  
 everyone uses svn.apache.org for this stage of the process?

Of course, perhaps i should have used the generic acronym SCM.
Actually it was also deliberate, because Infrastructure
is encouraging projects to migrate to SVN.

Anyway yes, that item [B] represents whatever source control
that the project uses.

[snip]

 With the exception of my one note above (svn.a.o vs. cvs.a.o), the  
 above sounds good^H^H^H^H GREAT to me! I hope others will comment on  
 this (at least to say Looks good to me!) so this process can move  
 forward, and we can get relieve ourselves of this onerous issue.
 
 Thank you David for writing such a clear and concise proposal!

Thanks. Let us hope that it is a catalyst.

-- 
David Crossley


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2004-10-22 Thread crossley
crossley2004/10/21 23:55:18

  Modified:targets  news.html news.pdf
   src/documentation/content/xdocs news.xml
  Log:
  Promote ApacheCon US 2004.
  
  Revision  ChangesPath
  1.69  +48 -42xml-site/targets/news.html
  
  Index: news.html
  ===
  RCS file: /home/cvs/xml-site/targets/news.html,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- news.html 21 Oct 2004 05:08:50 -  1.68
  +++ news.html 22 Oct 2004 06:55:18 -  1.69
  @@ -475,13 +475,19 @@
   h4ApacheCon US 2004 (November 13-17, 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  -
  -a href=http://apachecon.com/2004/US/;ApacheCon US 2004/a
  -  and more about
  -a href=http://www.apache.org/foundation/conferences.html;Apache 
Conferences/a.
  +  
  +a href=http://apachecon.com/2004/US/;
  +img alt=apachecon 2004 logo height=100 
src=http://apache.org/images/ac2004_170x100.gif; width=170
  +  /a
  +  a href=http://apachecon.com/2004/US/;ApacheCon US 2004/a
  +(13-17 November 2004). ApacheCon is the conference for all
  +things Apache. Come along and learn about a range of new
  +technologies, meet some Apache folks and share the knowledge.
  +See more information about
  +a 
href=http://www.apache.org/foundation/conferences.html;Apache Conferences/a.
   /p
   /div
  -a name=N1002B/aa name=forrest-0.6/a
  +a name=N10035/aa name=forrest-0.6/a
   h4Forrest 0.6 released (October 15, 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -490,7 +496,7 @@
 See the a 
href=http://forrest.apache.org/changes.html#version_0.6;changelog/a for 
details.
   /p
   /div
  -a name=N1003D/aa name=forrest-toplevel/a
  +a name=N10047/aa name=forrest-toplevel/a
   h4Forrest becomes an independent project (May 26, 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -499,14 +505,14 @@

   /p
   /div
  -a name=N1004B/aa name=cocoon-2.1.5/a
  +a name=N10055/aa name=cocoon-2.1.5/a
   h4Cocoon 2.1.5 released (May 24, 2004)/h4
   div style=margin-left: 0 ; border: 2px
   pAvailable from a href=http://cocoon.apache.org/2.1/;Apache Cocoon 
2.1/a
 
   /p
   /div
  -a name=N10059/aa name=xerces-j-2.6.1/a
  +a name=N10063/aa name=xerces-j-2.6.1/a
   h4Xerces-J 2.6.1 Now Available (February 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -546,7 +552,7 @@

   /ul
   /div
  -a name=N1008B/aa name=xalan-c-1.7/a
  +a name=N10095/aa name=xalan-c-1.7/a
   h4Xalan-C++ Version 1.7 Released (January 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -568,7 +574,7 @@

   /ul
   /div
  -a name=N100AB/aa name=xerces-c-2.4/a
  +a name=N100B5/aa name=xerces-c-2.4/a
   h4Xerces-C++ 2.4 released (December 2004)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -581,7 +587,7 @@
  a href=/xerces-c/releases.htmlhere/a.
/p
   /div
  -a name=N100C0/aa name=apachecon-us-2003/a
  +a name=N100CA/aa name=apachecon-us-2003/a
   h4ApacheCon US 2003 (November 16-19, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -593,14 +599,14 @@
   Apache folks and share the knowledge.
   /p
   /div
  -a name=N100CE/aa name=xml-commons-resolver-1.1/a
  +a name=N100D8/aa name=xml-commons-resolver-1.1/a
   h4XML Commons Resolver 1.1 released (November 5, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   p
 See the a 
href=/commons/components/resolver/resolver-release-notes.htmlchangelog/a 
for details.
   /p
   /div
  -a name=N100DC/aa name=xml-xalan-j-2.5.2/a
  +a name=N100E6/aa name=xml-xalan-j-2.5.2/a
   h4Xalan Java 2.5.2 released (October 31, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -621,7 +627,7 @@
   
   /p
   /div
  -a name=N100F0/aa name=xml-commons-resolver-1.1.b1/a
  +a name=N100FA/aa name=xml-commons-resolver-1.1.b1/a
   h4Resolver 1.1b1 (beta) released (October 7, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -630,7 +636,7 @@
 See the a 
href=/commons/components/resolver/resolver-release-notes.htmlchangelog/a 
for details.
   /p
   /div
  -a name=N100FE/aa name=forrest-0.5.1/a
  +a name=N10108/aa name=forrest-0.5.1/a
   h4Forrest 0.5.1 released (October 6, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   p
  @@ -639,7 +645,7 @@
 See the a 
href=http://forrest.apache.org/changes.html#version_0.5.1;changelog/a for 
details.
   /p
   /div
  -a name=N1010C/aa name=forrest-0.5/a
  +a name=N10116/aa name=forrest-0.5/a
   h4Forrest 0.5 released (September 13, 2003)/h4
   div style=margin-left: 0 ; border: 2px
   pMuch faster, new flexible tab and menu system, numerous skin
  @@ -648,14 +654,14 @@
 See the a 
href=http://forrest.apache.org/changes.html

cvs commit: xml-site/src/documentation/content/xdocs book.xml news.xml

2004-08-31 Thread crossley
crossley2004/08/30 20:19:38

  Modified:src/documentation/conf cli.xconf
   src/documentation/content/xdocs book.xml news.xml
  Log:
  Enable better potential website mirrors.
  Use relative URIs with absolute paths, rather than absolute URLs, to link
  to xml projects.
  Not sure what to do about the many absolute URLs for
  http://xml.apache.org/dist/* and http://xml.apache.org/websrc/cvsweb.cgi/*
  
  Revision  ChangesPath
  1.2   +16 -1 xml-site/src/documentation/conf/cli.xconf
  
  Index: cli.xconf
  ===
  RCS file: /home/cvs/xml-site/src/documentation/conf/cli.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cli.xconf 9 Sep 2003 11:19:20 -   1.1
  +++ cli.xconf 31 Aug 2004 03:19:37 -  1.2
  @@ -147,6 +147,21 @@
  +--
   exclude pattern=[preferred]/** /
exclude pattern=[location] /
  + exclude pattern=/mirrors.cgi/
  +
  +  !-- exclude some stuff not under this source control --
  + exclude pattern=/pr/**/
  +
  +  !-- exclude projects - they build their own websites --
  + exclude pattern=/batik**/
  + exclude pattern=/crimson**/
  + exclude pattern=/commons**/
  + exclude pattern=/fop**/
  + exclude pattern=/security**/
  + exclude pattern=/xalan**/
  + exclude pattern=/xang**/
  + exclude pattern=/xerces**/
  + exclude pattern=/xindice**/
   
  uri src=favicon.ico/
   
  
  
  
  1.14  +15 -15xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- book.xml  7 Aug 2004 00:22:43 -   1.13
  +++ book.xml  31 Aug 2004 03:19:37 -  1.14
  @@ -19,17 +19,17 @@
 /menu
 
 menu label=Projects
  -menu-item href=http://xml.apache.org/xerces2-j/index.html; 
label=Xerces Java 2 /
  -menu-item href=http://xml.apache.org/xerces-c/index.html; 
label=Xerces C++   /
  -menu-item href=http://xml.apache.org/xerces-p/index.html; 
label=Xerces Perl  /
  -menu-item href=http://xml.apache.org/xalan-j/index.html;
label=Xalan Java 2   /
  -menu-item href=http://xml.apache.org/xalan-c/index.html;  label=Xalan 
C++/
  -menu-item href=http://xml.apache.org/fop/index.html;  label=FOP  
/
  +menu-item href=/xerces2-j/ label=Xerces Java 2 /
  +menu-item href=/xerces-c/ label=Xerces C++   /
  +menu-item href=/xerces-p/ label=Xerces Perl  /
  +menu-item href=/xalan-j/label=Xalan Java 2   /
  +menu-item href=/xalan-c/  label=Xalan C++/
  +menu-item href=/fop/  label=FOP  /
   menu-item href=http://forrest.apache.org/; label=Forrest/
  -menu-item href=http://xml.apache.org/batik/index.html;
label=Batik/
  -menu-item href=http://xml.apache.org/commons/; label=XML Commons /
  -menu-item href=http://xml.apache.org/security/index.html; label=XML 
Security /
  -menu-item href=http://xml.apache.org/xindice/; label=Xindice /
  +menu-item href=/batik/label=Batik/
  +menu-item href=/commons/ label=XML Commons /
  +menu-item href=/security/ label=XML Security /
  +menu-item href=/xindice/ label=Xindice /
   menu-item href=http://axkit.org; label=AxKit /
   menu-item href=http://xmlbeans.apache.org/; label=XMLBeans /
 /menu
  @@ -43,13 +43,13 @@
   menu-item href=http://ws.apache.org/xmlrpc/;  label=XML-RPC/
 /menu
 menu label=Moved Projects
  -menu-item href=http://cocoon.apache.org/;  label=Cocoon /
  +menu-item href=http://cocoon.apache.org/; label=Cocoon/
 /menu
 menu label=Hibernated Projects
  -menu-item href=http://xml.apache.org/xerces-j/index.html; 
label=Xerces Java 1  /
  +menu-item href=/xerces-j/ label=Xerces Java 1/
 
  -menu-item href=http://xml.apache.org/xang/index.html; label=Xang 
/
  -menu-item href=http://xml.apache.org/crimson/index.html;  
label=Crimson  /
  +menu-item href=/xang/ label=Xang/
  +menu-item href=/crimson/ label=Crimson/
 /menu
   
 menu label=Community
  @@ -58,7 +58,7 @@
 /menu
   
 menu label=Resources
  -menu-item label=Downloads href=http://xml.apache.org/mirrors.cgi/
  +menu-item label=Downloads href=/mirrors.cgi/
   menu-item label=Bug Database 
href=http://issues.apache.org/bugzilla//
   menu-item label=Wiki 
href=http://issues.apache.org/wiki/apachewiki.cgi/
   menu-item label=Gump href=http://gump.apache.org//
  
  
  
  1.24  +8 -8  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content

cvs commit: xml-site/src/documentation/content/xdocs book.xml

2004-08-31 Thread crossley
crossley2004/08/30 20:27:59

  Modified:src/documentation/content/xdocs book.xml
  Log:
  This should remain as an absolute URL, shouldn't it?
  
  Revision  ChangesPath
  1.15  +1 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- book.xml  31 Aug 2004 03:19:37 -  1.14
  +++ book.xml  31 Aug 2004 03:27:59 -  1.15
  @@ -58,7 +58,7 @@
 /menu
   
 menu label=Resources
  -menu-item label=Downloads href=/mirrors.cgi/
  +menu-item label=Downloads href=http://xml.apache.org/mirrors.cgi/
   menu-item label=Bug Database 
href=http://issues.apache.org/bugzilla//
   menu-item label=Wiki 
href=http://issues.apache.org/wiki/apachewiki.cgi/
   menu-item label=Gump href=http://gump.apache.org//
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs book.xml index.xml

2004-08-07 Thread cliffs
cliffs  2004/08/06 17:22:43

  Modified:src/documentation/content/xdocs book.xml index.xml
  Log:
  updated xmlbeans links and info
  
  Revision  ChangesPath
  1.13  +3 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- book.xml  22 Jun 2004 02:51:20 -  1.12
  +++ book.xml  7 Aug 2004 00:22:43 -   1.13
  @@ -31,10 +31,12 @@
   menu-item href=http://xml.apache.org/security/index.html; label=XML 
Security /
   menu-item href=http://xml.apache.org/xindice/; label=Xindice /
   menu-item href=http://axkit.org; label=AxKit /
  +menu-item href=http://xmlbeans.apache.org/; label=XMLBeans /
 /menu
  +!-- 
 menu label=Incubating Projects
  - menu-item href=http://xml.apache.org/xmlbeans; 
label=XMLBeans/
 /menu
  +--
 menu label=WS Projects
   menu-item href=http://ws.apache.org/axis/index.html; label=Axis  
   /
   menu-item href=http://ws.apache.org/soap/index.html; label=SOAP  
   /
  
  
  
  1.13  +19 -0 xml-site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- index.xml 18 Apr 2004 07:55:27 -  1.12
  +++ index.xml 7 Aug 2004 00:22:43 -   1.13
  @@ -65,6 +65,9 @@
 li
   emXML Commons/em - focussed on common code and guidelines for 
xml projects
 /li
  +  li
  +emXMLBeans/em - XML-Java binding tool with 100% support of XML 
Schema.
  +  /li
   /ul
   section id=xerces
 titleXerces: XML parsers in Java and C++ (plus Perl and COM)/title
  @@ -195,6 +198,22 @@
   xml.apache.org subprojects.
 /p
   /section
  +section id=xmlbeans
  +  titleXMLBeans: XML-Java binding tool/title
  +  pXMLBeans is a tool that allows you to access the full power of XML 
  +  in a Java friendly way.  The idea is that you can take advantage the 
  +  richness and features of XML and XML Schema and have these features 
mapped 
  +  as naturally as possible to the equivalent Java language and typing 
constructs. 
  +  XMLBeans uses XML Schema to compile Java interfaces and classes that 
you can 
  +  then use to access and modify XML instance data. Using XMLBeans is 
similar 
  +  to using any other Java interface/class, you will see things like 
getFoo or 
  +  setFoo just as you would expect when working with Java. While a major 
use 
  +  of XMLBeans is to access your XML instance data with strongly typed 
Java 
  +  classes there are also API's that allow you access to the full XML 
infoset 
  +  (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to 
reflect 
  +  into the XML schema itself through an XML Schema Object model.
  +  /p
  +/section  
 /section
 section id=participation
   titleAnyone Can Participate/title
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs cvs.xml

2004-07-18 Thread crossley
crossley2004/07/18 08:42:50

  Modified:targets  cvs.html cvs.pdf
   src/documentation/content/xdocs cvs.xml
  Log:
  Forrest uses SVN not CVS.
  
  Revision  ChangesPath
  1.50  +6 -7  xml-site/targets/cvs.html
  
  Index: cvs.html
  ===
  RCS file: /home/cvs/xml-site/targets/cvs.html,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- cvs.html  13 Jun 2004 09:06:18 -  1.49
  +++ cvs.html  18 Jul 2004 15:42:49 -  1.50
  @@ -252,11 +252,11 @@
   /li
   
   li
  -a href=http://nagoya.apache.org/bugzilla/;Bug Database/a
  +a href=http://issues.apache.org/bugzilla/;Bug Database/a
   /li
   
   li
  -a href=http://nagoya.apache.org/wiki/apachewiki.cgi;Wiki/a
  +a href=http://issues.apache.org/wiki/apachewiki.cgi;Wiki/a
   /li
   
   li
  @@ -415,9 +415,8 @@
   
   li
 
  -a target=_top 
href=http://xml.apache.org/websrc/cvsweb.cgi/xml-forrest;xml-forrest/a
  -
  -/li
  +a target=_top 
href=http://xml.apache.org/websrc/cvsweb.cgi/forrest/trunk/?root=Apache-SVN;forrest/a
 (Subversion, not CVS)
  +/li
   
   li
 
  @@ -529,7 +528,7 @@
 
   lixml-fop/li
 
  -lixml-forrest/li
  +liforrest (see a href=http://forrest.apache.org/build.html;SVN 
notes/a)/li
 
   lixml-rpc/li
 
  @@ -569,7 +568,7 @@
   /div
   /div
   
  -a name=N100FE/aa name=Other+Ways+to+Access+the+Source+Code/a
  +a name=N10102/aa name=Other+Ways+to+Access+the+Source+Code/a
   h3Other Ways to Access the Source Code/h3
   div style=margin-left: 0 ; border: 2px
   p
  
  
  
  1.17  +104 -91   xml-site/targets/cvs.pdf
  
Binary file
  
  
  1.4   +2 -2  xml-site/src/documentation/content/xdocs/cvs.xml
  
  Index: cvs.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml   15 Mar 2003 01:08:59 -  1.3
  +++ cvs.xml   18 Jul 2004 15:42:50 -  1.4
  @@ -36,7 +36,7 @@
 jump 
href=http://xml.apache.org/websrc/cvsweb.cgi/xml-fop;xml-fop/jump
   /li
   li
  -  jump 
href=http://xml.apache.org/websrc/cvsweb.cgi/xml-forrest;xml-forrest/jump
  +  jump 
href=http://xml.apache.org/websrc/cvsweb.cgi/forrest/trunk/?root=Apache-SVN;forrest/jump
 (Subversion, not CVS)
   /li
   li
 jump 
href=http://xml.apache.org/websrc/cvsweb.cgi/xml-rpc;xml-rpc/jump
  @@ -107,7 +107,7 @@
 lixml-contrib (so-called whiteboard area)/li
 lixml-crimson/li
 lixml-fop/li
  -  lixml-forrest/li
  +  liforrest (see link 
href=http://forrest.apache.org/build.html;SVN notes/link)/li
 lixml-rpc/li
 lixml-security/li
 lixml-site/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs tabs.xml overview.xml mail.xml library.xml book.xml

2004-06-22 Thread crossley
crossley2004/06/21 19:51:20

  Modified:src/documentation/content/xdocs tabs.xml overview.xml
mail.xml library.xml book.xml
  Log:
  Fix references to nagoya.apache.org
  
  Revision  ChangesPath
  1.2   +2 -2  xml-site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml  25 Oct 2002 15:18:42 -  1.1
  +++ tabs.xml  22 Jun 2004 02:51:20 -  1.2
  @@ -12,8 +12,8 @@
   tab label=Guidelines dir=http://xml.apache.org/guidelines.html/
   tab label=Mailing Lists dir=http://xml.apache.org/mail.html/
   tab label=Downloads dir=http://xml.apache.org/dist//
  -tab label=Bugs dir=http://nagoya.apache.org/bugzilla// 
  +tab label=Bugs dir=http://issues.apache.org/bugzilla// 
   tab label=Credits dir=http://xml.apache.org/ack.html/
   --
   
  -/tabs
  \ No newline at end of file
  +/tabs
  
  
  
  1.2   +1 -1  xml-site/src/documentation/content/xdocs/overview.xml
  
  Index: overview.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml  25 Oct 2002 15:18:42 -  1.1
  +++ overview.xml  22 Jun 2004 02:51:20 -  1.2
  @@ -31,7 +31,7 @@
 jump href=http://xml.apache.org/dist/;Download binary 
builds/jump
   /li
   li
  -  jump href=http://nagoya.apache.org/bugzilla/;Report 
bugs/Request additional features/jump
  +  jump href=http://issues.apache.org/bugzilla/;Report 
bugs/Request additional features/jump
   /li
 /ul
   /section
  
  
  
  1.7   +21 -21xml-site/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mail.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mail.xml  12 Jun 2004 16:51:36 -  1.6
  +++ mail.xml  22 Jun 2004 02:51:20 -  1.7
  @@ -49,7 +49,7 @@
 titlePublic archives/title
 p
Archives of most (if not all) of the xml.apache.org mail lists 
are
  - kept at jump 
href=http://nagoya.apache.org/eyebrowse/ViewLists;
  + kept at jump 
href=http://issues.apache.org/eyebrowse/ViewLists;
  EyeBrowse/jump, which has been set up to
provide web based access to many Apache mailing lists.  Lists 
can be
searched by author, subject and message text.
  @@ -70,7 +70,7 @@
 If you want to keep informed about what we are up to but you do not 
 have the time to read all the messages on the other mailing lists, 
 subscribe to this moderated list to get general announcements. An 
  -  jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=47;archive/jump
  +  jump 
href=http://issues.apache.org/eyebrowse/SummarizeList?listId=47;archive/jump
 is kept.
   /p
   /section
  @@ -86,7 +86,7 @@
 whether technical or organizational. 
 Discussions about specific code bases should be redirected to one of 
 the codebase-specific lists below. An
  -  jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=67;archive/jump
  +  jump 
href=http://issues.apache.org/eyebrowse/SummarizeList?listId=67;archive/jump
 is kept.
 One exception is the xml-crimson codebase, which does not currently 
have it's own mailing list.
   /p
  @@ -115,7 +115,7 @@
 can meet and discuss questions, raise issues, etc. 
   
 Archives of the
  -  jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=85;Xerces-J 
Users/jump
  +  jump 
href=http://issues.apache.org/eyebrowse/SummarizeList?listId=85;Xerces-J 
Users/jump
 mailing list are kept. 
   /p
   /section
  @@ -135,9 +135,9 @@
 parser meet and discuss issues, code changes/additions, etc. 
   
 Archives of the
  -  jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=84;Xerces-J 
developers/jump
  +  jump 
href=http://issues.apache.org/eyebrowse/SummarizeList?listId=84;Xerces-J 
developers/jump
 and
  -  jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=82;Xerces-* 
commit/jump
  +  jump 
href=http://issues.apache.org/eyebrowse/SummarizeList?listId=82;Xerces-* 
commit/jump
 mailing lists are kept. 
   
   /p
  @@ -160,9 +160,9 @@
 binding now has a separate mailing list (see below

cvs commit: xml-site/src/documentation skinconf.xml

2004-06-13 Thread crossley
crossley2004/06/13 00:55:49

  Modified:src/documentation skinconf.xml
  Log:
  Update copyright year.
  
  Revision  ChangesPath
  1.7   +1 -1  xml-site/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/skinconf.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- skinconf.xml  3 Aug 2003 10:42:11 -   1.6
  +++ skinconf.xml  13 Jun 2004 07:55:49 -  1.7
  @@ -71,7 +71,7 @@
 host-logo/host-logo
   
 !-- The following are used to construct a copyright statement --
  -  year2002-2003/year
  +  year2002-2004/year
 vendorThe Apache Software Foundation./vendor
   
 !-- Some skins use this to form a 'breadcrumb trail' of links. If you 
don't
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs book.xml

2004-06-13 Thread crossley
crossley2004/06/13 01:28:35

  Modified:src/documentation/content/xdocs book.xml
  Log:
  Fix Gump URL.
  
  Revision  ChangesPath
  1.11  +1 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- book.xml  12 Jun 2004 16:44:37 -  1.10
  +++ book.xml  13 Jun 2004 08:28:35 -  1.11
  @@ -59,7 +59,7 @@
   menu-item label=Downloads href=http://xml.apache.org/mirrors.cgi/
   menu-item label=Bug Database 
href=http://nagoya.apache.org/bugzilla//
   menu-item label=Wiki 
href=http://nagoya.apache.org/wiki/apachewiki.cgi/
  -menu-item label=Gump href=http://jakarta.apache.org/gump//
  +menu-item label=Gump href=http://gump.apache.org//
 /menu
 
 menu label=Information
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2004-06-13 Thread crossley
crossley2004/06/13 01:29:52

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Add Forrest as TLP.
  Update the Cocoon release info.
  
  Revision  ChangesPath
  1.23  +16 -8 xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- news.xml  12 Jun 2004 16:42:16 -  1.22
  +++ news.xml  13 Jun 2004 08:29:52 -  1.23
  @@ -13,6 +13,17 @@
   updating the xml.apache.org website in the
   link href=guidelines.htmlguidelines/link.
 /p
  +   section id=forrest-toplevel
  + titleForrest becomes an independent project (May 26, 
2004)/title
  + p
  +   link 
href=http://forrest.apache.org/;forrest.apache.org/link
  + /p
  + /section
  +section id=cocoon-2.1.5
  +  titleCocoon 2.1.5 released (May 24, 2004)/title
  +  pAvailable from link href=http://cocoon.apache.org/2.1/;Apache 
Cocoon 2.1/link
  +  /p
  +/section
  section id=xerces-j-2.6.1
titleXerces-J 2.6.1 Now Available (February 2004)/title
p
  @@ -128,6 +139,11 @@
 See the link 
href=http://forrest.apache.org/changes.html#version_0.5;changelog/link for 
details.
   /p
 /section
  +  section id=cocoon-2.1
  +titleCocoon 2.1 released (Aug 12, 2003)/title
  +pAvailable from link href=http://cocoon.apache.org/2.1/;Apache 
Cocoon 2.1/link
  +/p
  +  /section
 section id=xerces-j-2.5.0
   titleXerces-J 2.5.0 released (July 31, 2003)/title
   p
  @@ -141,14 +157,6 @@
p
For more information, visit the link 
href=http://xml.apache.org/xerces2-j/;Apache Xerces2 Java Parser Project 
WebSite/link.
   /p
  -  /section
  -  section id=cocoon-2.1-rc
  -titleCocoon 2.1 Release Candidate released (July 30, 2003)/title
  -p
  - The Apache Cocoon Team is pleased to announce the release of Cocoon 
2.1 Release Candidate.
  - /p
  - pCheck out the Cocoon website link 
href=http://cocoon.apache.org/2.1/;http://cocoon.apache.org/2.1//link for 
more information.
  - /p
 /section
 section id=fop-0.20.5
   titleFOP 0.20.5 released (July 18, 2003)/title
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2004-06-12 Thread crossley
crossley2004/06/12 09:38:36

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Change some Forrest URLs to the new website.
  
  Revision  ChangesPath
  1.21  +4 -4  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- news.xml  18 Apr 2004 07:55:27 -  1.20
  +++ news.xml  12 Jun 2004 16:38:36 -  1.21
  @@ -119,7 +119,7 @@
   p
 Bugfix release using Cocoon 2.1.2, which fixes a bug where some 
pages (most noticeably, the last image on the
 default skin) to not be rendered.  Also includes skin fixes, and 
the ability to obfuscate email addresses.
  -  See the link 
href=http://xml.apache.org/forrest/changes.html#version_0.5.1;changelog/link
 for details.
  +  See the link 
href=http://forrest.apache.org/changes.html#version_0.5.1;changelog/link 
for details.
   /p
 /section
  section id=forrest-0.5
  @@ -127,7 +127,7 @@
   pMuch faster, new flexible tab and menu system, numerous skin
 improvements, DocBook support, Wiki support, improved PDF output,
 eased maintenance of sitemaps, and more.
  -  See the link 
href=http://xml.apache.org/forrest/changes.html#version_0.5;changelog/link 
for details.
  +  See the link 
href=http://forrest.apache.org/changes.html#version_0.5;changelog/link for 
details.
   /p
 /section
 section id=xerces-j-2.5.0
  @@ -222,7 +222,7 @@
 The Apache Forrest team is proud to announce our first public 
release
 Forrest 0.2 which is available for download (as source code and 
binary)
 from the
  -  jump href=http://xml.apache.org/forrest/;Apache Forrest/jump 
site.
  +  jump href=http://forrest.apache.org/;Apache Forrest/jump site.
   /p
 /section
 section id=forrest-built-website
  @@ -230,7 +230,7 @@
   p
   Our project's website! The Forrest team will be gradually rebuilding
   the xml.apache.org website into a true developer community for Apache
  -XML technology. jump href=http://xml.apache.org/forrest/;Check us
  +XML technology. jump href=http://forrest.apache.org/;Check us
   out/jump.
  /p
 /section
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2004-06-12 Thread crossley
crossley2004/06/12 09:42:16

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Minimise the ApacheCon 2003 old news.
  
  Revision  ChangesPath
  1.22  +2 -4  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- news.xml  12 Jun 2004 16:38:36 -  1.21
  +++ news.xml  12 Jun 2004 16:42:16 -  1.22
  @@ -72,11 +72,9 @@
 section id=apachecon-us-2003
   titleApacheCon US 2003 (November 16-19, 2003)/title
   p
  -link href=http://apachecon.com/2003/US/index.html;
  -img src=http://jakarta.apache.org/images/logos/ac2003-150.gif; 
alt=apachecon 2003 logo width=150 height=86/
  -/link
   link href=http://apachecon.com/2003/US/index.html;ApacheCon US 2003/link
  -is now open for registration. ApacheCon is the conference for all things
  +was a success.
  +ApacheCon is the conference for all things
   Apache. Come along and learn about a range of new technologies, meet some
   Apache folks and share the knowledge.
   /p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mail.xml

2004-06-12 Thread crossley
crossley2004/06/12 09:51:36

  Modified:src/documentation/content/xdocs mail.xml
  Log:
  Link directly to the Forrest mail lists page.
  
  Revision  ChangesPath
  1.6   +3 -9  xml-site/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mail.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mail.xml  3 Aug 2003 10:42:11 -   1.5
  +++ mail.xml  12 Jun 2004 16:51:36 -  1.6
  @@ -292,18 +292,12 @@
   /p
   /section
   section id=forrest-dev
  -  titleThe Forrest Developer List/title
  +  titleThe Forrest Lists/title
 p
   emMedium Traffic/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  -
  -
  +The user and dev and svn
  +jump href=http://forrest.apache.org/mail-lists.html;mail 
lists/jump.
 /p
  -  p
  -  This is the list where participating developers of Forrest meet and 
discuss issues, code 
  -  changes/additions, etc.  An jump 
href=http://nagoya.apache.org/eyebrowse/SummarizeList?listId=65;
  -  archive/jump is kept on EyeBrowse/p
   /section
   section id=xang-dev
 titleThe Xang Developer List/title
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-12-30 Thread crossley
crossley2003/12/29 20:17:25

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Was missing XML Commons Version 1.0.b2 release.
  
  Revision  ChangesPath
  1.17  +12 -4 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mirrors.ehtml 10 Nov 2003 14:41:32 -  1.16
  +++ mirrors.ehtml 30 Dec 2003 04:17:25 -  1.17
  @@ -205,13 +205,21 @@
   
pstrongXml-Commons/strong - a 
href=http://www.apache.org/dist/xml/commons/KEYS;KEYS/a/p
  ul
  - lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.tar.gz
  + lia 
href=[preferred]/xml/commons/xml-commons-1.0.b2.tar.gz
  +   XML Commons Version 1.0.b2 - tar.gz/a
  +   [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-1.0.b2.tar.gz.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/commons/xml-commons-1.0.b2.zip
  +   XML Commons Version 1.0.b2 - zip/a
  +   [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-1.0.b2.zip.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.1.tar.gz
Resolver Version 1.1 - stable - tar.gz/a
  - [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.tar.gz.sig;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.1.tar.gz.sig;PGP/a
 ]
/li
  - lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.zip
  + lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.1.zip
Resolver Version 1.1 - stable - zip/a
  - [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.zip.sig;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.1.zip.sig;PGP/a
 ]
/li
lia href=[preferred]/xml/commons/Browse Download 
Area/a/li
   !-- More xml-commons components: which, external - to come 
Sep-03 scurcuru --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2003-11-20 Thread crossley
crossley2003/11/19 18:59:18

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Note the Resolver 1.1 release.
  
  Revision  ChangesPath
  1.19  +6 -0  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- news.xml  2 Nov 2003 23:27:09 -   1.18
  +++ news.xml  20 Nov 2003 02:59:18 -  1.19
  @@ -25,6 +25,12 @@
   Apache folks and share the knowledge.
   /p
 /section
  +  section id=xml-commons-resolver-1.1
  +titleXML Commons Resolver 1.1 released (November 5, 2003)/title
  +p
  +  See the link 
href=http://xml.apache.org/commons/components/resolver/resolver-release-notes.html;changelog/link
 for details.
  +/p
  +  /section
 section id=xml-xalan-j-2.5.2
   titleXalan Java 2.5.2 released (October 31, 2003)/title
   p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-11-10 Thread curcuru
curcuru 2003/11/10 06:41:32

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Ooops, released 1.1 last week... update xml-commons-resolver links
  
  Revision  ChangesPath
  1.16  +2 -10 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mirrors.ehtml 2 Nov 2003 23:27:09 -   1.15
  +++ mirrors.ehtml 10 Nov 2003 14:41:32 -  1.16
  @@ -205,20 +205,12 @@
   
pstrongXml-Commons/strong - a 
href=http://www.apache.org/dist/xml/commons/KEYS;KEYS/a/p
  ul
  - lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.0.tar.gz
  - Resolver Version 1.0.0 stable - tar.gz/a
  - [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.0.tar.gz.sig;PGP/a
 ]
  - /li
  - lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.0.zip
  - Resolver Version 1.0.0 stable - zip/a
  - [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.0.zip.sig;PGP/a
 ]
  - /li
lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.tar.gz
  - Resolver Version 1.1.b1 beta - tar.gz/a
  + Resolver Version 1.1 - stable - tar.gz/a
[ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.tar.gz.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.zip
  - Resolver Version 1.1.b1 beta - zip/a
  + Resolver Version 1.1 - stable - zip/a
[ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.zip.sig;PGP/a
 ]
/li
lia href=[preferred]/xml/commons/Browse Download 
Area/a/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml news.xml

2003-11-02 Thread blautenb
blautenb2003/11/02 15:27:09

  Modified:src/documentation/content/xdocs mirrors.ehtml news.xml
  Log:
  Update for Xalan 2.5.2 from Tetsuya Kitahata
  
  Revision  ChangesPath
  1.15  +6 -6  xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mirrors.ehtml 25 Oct 2003 04:37:32 -  1.14
  +++ mirrors.ehtml 2 Nov 2003 23:27:09 -   1.15
  @@ -130,11 +130,11 @@
pstrongXalan-J/strong - a 
href=http://www.apache.org/dist/xml/xalan-j/KEYS;KEYS/a/p
  ul
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-src.zip
  - Version 2.5.1 - zip/a
  + Version 2.5.2 - zip/a
[ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-src.zip.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-src.tar.gz
  - Version 2.5.1 - tar.gz/a
  + Version 2.5.2 - tar.gz/a
/li
lia href=[preferred]/xml/xalan-j/Browse Download 
Area/a/li
  /ul
  @@ -365,19 +365,19 @@
  !-- Xalan-J --
  ul
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin.zip
  - Version 2.5.1 - zip/a
  + Version 2.5.2 - zip/a
[ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin.zip.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin.tar.gz
  - Version 2.5.1 - tar.gz/a
  + Version 2.5.2 - tar.gz/a
[ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin.tar.gz.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin-2jars.zip
  - Version 2.5.1 (2 Jars) - zip/a
  + Version 2.5.2 (2 Jars) - zip/a
[ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin-2jars.zip.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin-2jars.tar.gz
  - Version 2.5.1 (2 Jars) - tar.gz/a
  + Version 2.5.2 (2 Jars) - tar.gz/a
[ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin-2jars.tar.gz.sig;PGP/a
 ]
/li
  /ul
  
  
  
  1.18  +19 -0 xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- news.xml  7 Oct 2003 15:11:56 -   1.17
  +++ news.xml  2 Nov 2003 23:27:09 -   1.18
  @@ -25,6 +25,25 @@
   Apache folks and share the knowledge.
   /p
 /section
  +  section id=xml-xalan-j-2.5.2
  +titleXalan Java 2.5.2 released (October 31, 2003)/title
  +p
  +The Xalan team is pleased to announce the availability
  +of Xalan Java 2.5.2.
  +/p
  +p
  +Xalan Java provides XSLT processors for transforming XML
  +documents into HTML, text, or other XML document types.
  +The Xalan Java Interpretive processor and the Xalan Java
  +Compiling processor implement XSL Transformations (XSLT)
  +Version 1.0, XML Path Language (XPath) Version 1.0, and
  +Java API for XML Programming (JAXP) Version 1.2.
  +/p
  +p
  +Xalan Java 2.5.2 can be downloaded from one of the Apache
  +mirrors at jump 
href=http://www.apache.org/dyn/closer.cgi/xml/xalan-j;http://www.apache.org/dyn/closer.cgi/xml/xalan-j/jump
  +/p
  +  /section
 section id=xml-commons-resolver-1.1.b1
   titleResolver 1.1b1 (beta) released (October 7, 2003)/title
   p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs book.xml mirrors.ehtml

2003-10-25 Thread blautenb
blautenb2003/10/24 21:37:32

  Modified:src/documentation/content/xdocs book.xml mirrors.ehtml
  Log:
  New mirror page active
  
  Revision  ChangesPath
  1.9   +1 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- book.xml  3 Aug 2003 10:42:11 -   1.8
  +++ book.xml  25 Oct 2003 04:37:32 -  1.9
  @@ -56,7 +56,7 @@
 /menu
   
 menu label=Resources
  -menu-item label=Downloads href=http://xml.apache.org/dist//
  +menu-item label=Downloads href=http://xml.apache.org/mirrors.cgi/
   menu-item label=Bug Database 
href=http://nagoya.apache.org/bugzilla//
   menu-item label=Wiki 
href=http://nagoya.apache.org/wiki/apachewiki.cgi/
   menu-item label=Gump href=http://jakarta.apache.org/gump//
  
  
  
  1.14  +52 -7 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mirrors.ehtml 7 Oct 2003 15:12:18 -   1.13
  +++ mirrors.ehtml 25 Oct 2003 04:37:32 -  1.14
  @@ -105,6 +105,15 @@
lia href=[preferred]/xml/xerces-j/Browse Download 
Area/a/li
  /ul
   
  + pstrongXerces-P/strong - a 
href=http://www.apache.org/dist/xml/xerces-p/KEYS;KEYS/a/p
  +  ul
  + lia 
href=[preferred]/xml/xerces-p/XML-Xerces-current.tar.gz
  + Version 2.3.0-2 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xerces-p/XML-Xerces-current.tar.gz.asc;PGP/a
 ]
  + /li
  + lia href=[preferred]/xml/xerces-p/Browse Download 
Area/a/li
  +   /ul
  +
pstrongXalan-C/strong - a 
href=http://www.apache.org/dist/xml/xalan-c/KEYS;KEYS/a/p
  ul
lia 
href=[preferred]/xml/xalan-c/Xalan-C_1_6-src.tar.gz
  @@ -138,8 +147,7 @@
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.tar.gz.md5;MD5/a ]
/li
lia href=[preferred]/xml/fop/fop-0.20.5-src.zip
  - Version 0.20.5 - zip/a
  - [ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.asc;PGP/a ]
  + Version 0.20.5 - zip/a
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.asc;PGP/a ]
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.md5;MD5/a ]
/li
lia href=[preferred]/xml/fop/Browse Download 
Area/a/li
  @@ -148,12 +156,12 @@
pstrongForrest/strong - a 
href=http://www.apache.org/dist/xml/forrest/KEYS;KEYS/a/p
  ul
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.tar.gz
  - Version 0.5 - tar.gz/a
  + Version 0.5.1 - tar.gz/a
[ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.tar.gz.asc;PGP/a
 ]
[ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.tar.gz.md5;MD5/a
 ]
/li
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.zip
  - Version 0.5 - zip/a
  + Version 0.5.1 - zip/a
[ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.zip.asc;PGP/a
 ]
[ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.zip.md5;MD5/a
 ]
/li
  @@ -217,6 +225,25 @@
   !-- More xml-commons components: which, external - to come 
Sep-03 scurcuru --
  /ul
   
  + pstrongBatik/strong - a 
href=http://www.apache.org/dist/xml/batik/KEYS;KEYS/a/p
  +  ul
  + lia 
href=[preferred]/xml/batik/batik-src-current.zip
  + Version 1.5 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/batik/batik-src-current.zip.asc;PGP/a ]
  + [ a 
href=http://www.apache.org/dist/xml/batik/batik-src-current.zip.md5;MD5/a ]
  + /li
  + lia href=[preferred]/xml/batik/Browse Download 
Area/a/li
  +   /ul
  +
  + pstrongAxKit/strong - a 
href=http

cvs commit: xml-site/src/documentation/content/xdocs news.xml library.xml contact.xml ack.xml

2003-10-07 Thread curcuru
curcuru 2003/10/07 08:11:56

  Modified:src/documentation/content/xdocs news.xml library.xml
contact.xml ack.xml
  Log:
  Minor updates and clarifications to website
  Added link to wiki, note about individual contributors, link to subproject
  mailing lists, update reference from 'Apache Group' to 'Apache Software 
Foundation'
  
  Revision  ChangesPath
  1.17  +8 -0  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- news.xml  6 Oct 2003 03:59:07 -   1.16
  +++ news.xml  7 Oct 2003 15:11:56 -   1.17
  @@ -25,6 +25,14 @@
   Apache folks and share the knowledge.
   /p
 /section
  +  section id=xml-commons-resolver-1.1.b1
  +titleResolver 1.1b1 (beta) released (October 7, 2003)/title
  +p
  +  Beta release with some new functionality and updated documentation 
to match Forrestized website. 
  +  Expect a 1.1 release in time for the next Ant release, which 
bundles Resolver.
  +  See the link 
href=http://xml.apache.org/commons/components/resolver/resolver-release-notes.html;changelog/link
 for details.
  +/p
  +  /section
 section id=forrest-0.5.1
   titleForrest 0.5.1 released (October 6, 2003)/title
   p
  
  
  
  1.2   +6 -0  xml-site/src/documentation/content/xdocs/library.xml
  
  Index: library.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/library.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- library.xml   25 Oct 2002 15:18:42 -  1.1
  +++ library.xml   7 Oct 2003 15:11:56 -   1.2
  @@ -48,6 +48,12 @@
   Written by Per Cederqvist at al, this is the main manual for CVS. It 
provides details
   on all documented CVS features. 
 /li
  +li
  +  jump href=http://nagoya.apache.org/wiki/apachewiki.cgi;The 
Apache Wiki/jump
  +  br/
  +The Apache Wiki is a community-provided resource with unofficial 
documents
  +about all things Apache. 
  +  /li
 /ul
   /section
   section
  
  
  
  1.2   +5 -1  xml-site/src/documentation/content/xdocs/contact.xml
  
  Index: contact.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/contact.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contact.xml   25 Oct 2002 15:18:42 -  1.1
  +++ contact.xml   7 Oct 2003 15:11:56 -   1.2
  @@ -8,9 +8,13 @@
 body
   
 p
  -If you have questions or comments about this site, please send email 
to:
  +If you have questions or comments about this website itself, please 
send email to:
   
   jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump
  +  /p
  +  p
  +If you have technical questions about any of the subprojects hosted 
at this 
  +website, please see the jump 
href=http://xml.apache.org/mail.html;developer mailing lists/jump for each 
subproject.
 /p
 p
   The xml.apache.org project is an effort of the Apache Software 
Foundation. The
  
  
  
  1.2   +12 -1 xml-site/src/documentation/content/xdocs/ack.xml
  
  Index: ack.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/ack.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ack.xml   25 Oct 2002 15:18:42 -  1.1
  +++ ack.xml   7 Oct 2003 15:11:56 -   1.2
  @@ -9,7 +9,7 @@
   /p
   ul
 li
  -jump href=http://www.apache.org;The Apache Group/jumpbr/
  +jump href=http://www.apache.org;The Apache Software 
Foundation/jumpbr/
The xml.apache.org project operates as an Official Project under 
the Apache
umbrella. It abides by the same principles and operating procedures 
as the parent
organization.
  @@ -48,7 +48,18 @@
   jump href=http://www.above.net;Above.Net/jump
 Above.Net provides the network bandwidth for the Apache websites.
   /li
  +!-- Note: We should really update this list with details from 
  + the infrastructure team w/r/t bandwith and servers Oct-03 -sc 
--
   /ul
  +p
  +And, of course, with the support of contributors like you.  While a 
variety of 
  +corporations above provide logistical as well as code contributions, 
Apache 
  +also relies on the thousands of individual developers

cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-10-07 Thread curcuru
curcuru 2003/10/07 08:12:18

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Added resolver-latest as 1.1b1 release is out now.
  
  Revision  ChangesPath
  1.13  +11 -3 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mirrors.ehtml 25 Sep 2003 12:00:43 -  1.12
  +++ mirrors.ehtml 7 Oct 2003 15:12:18 -   1.13
  @@ -197,12 +197,20 @@
   
pstrongXml-Commons/strong - a 
href=http://www.apache.org/dist/xml/commons/KEYS;KEYS/a/p
  ul
  - lia 
href=[preferred]/xml/commons/c-library/xml-commons-resolver-latest.tar.gz
  - Resolver Version 1.0.0 - tar.gz/a
  + lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.0.tar.gz
  + Resolver Version 1.0.0 stable - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.0.tar.gz.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/commons/xml-commons-resolver-1.0.zip
  + Resolver Version 1.0.0 stable - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-1.0.zip.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.tar.gz
  + Resolver Version 1.1.b1 beta - tar.gz/a
[ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.tar.gz.sig;PGP/a
 ]
/li
lia 
href=[preferred]/xml/commons/xml-commons-resolver-latest.zip
  - Resolver Version 1.0.0 - zip/a
  + Resolver Version 1.1.b1 beta - zip/a
[ a 
href=http://www.apache.org/dist/xml/commons/xml-commons-resolver-latest.zip.sig;PGP/a
 ]
/li
lia href=[preferred]/xml/commons/Browse Download 
Area/a/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2003-10-06 Thread jefft
jefft   2003/10/05 20:59:07

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Add Forrest 0.5.1 release
  
  Revision  ChangesPath
  1.16  +12 -3 xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- news.xml  20 Sep 2003 08:05:44 -  1.15
  +++ news.xml  6 Oct 2003 03:59:07 -   1.16
  @@ -25,11 +25,20 @@
   Apache folks and share the knowledge.
   /p
 /section
  -  section id=forrest-0.5
  +  section id=forrest-0.5.1
  +titleForrest 0.5.1 released (October 6, 2003)/title
  +p
  +  Bugfix release using Cocoon 2.1.2, which fixes a bug where some 
pages (most noticeably, the last image on the
  +  default skin) to not be rendered.  Also includes skin fixes, and 
the ability to obfuscate email addresses.
  +  See the link 
href=http://xml.apache.org/forrest/changes.html#version_0.5.1;changelog/link
 for details.
  +/p
  +  /section
  +   section id=forrest-0.5
   titleForrest 0.5 released (September 13, 2003)/title
   pMuch faster, new flexible tab and menu system, numerous skin
  - improvements, DocBook support, Wiki support, improved PDF output,
  - eased maintenance of sitemaps, and more.
  +  improvements, DocBook support, Wiki support, improved PDF output,
  +  eased maintenance of sitemaps, and more.
  +  See the link 
href=http://xml.apache.org/forrest/changes.html#version_0.5;changelog/link 
for details.
   /p
 /section
 section id=xerces-j-2.5.0
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/targets/xmlbeans/documentation - New directory

2003-09-29 Thread daveremy
daveremy2003/09/26 13:44:03

  xml-site/targets/xmlbeans/documentation - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-25 Thread blautenb
blautenb2003/09/25 05:00:43

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Added Xalan-J
  
  Revision  ChangesPath
  1.12  +33 -0 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mirrors.ehtml 24 Sep 2003 11:36:23 -  1.11
  +++ mirrors.ehtml 25 Sep 2003 12:00:43 -  1.12
  @@ -118,6 +118,18 @@
lia href=[preferred]/xml/xalan-c/Browse Download 
Area/a/li
  /ul

  + pstrongXalan-J/strong - a 
href=http://www.apache.org/dist/xml/xalan-j/KEYS;KEYS/a/p
  +   ul
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-src.zip
  + Version 2.5.1 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-src.zip.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-src.tar.gz
  + Version 2.5.1 - tar.gz/a
  + /li
  + lia href=[preferred]/xml/xalan-j/Browse Download 
Area/a/li
  +   /ul
  +
pstrongFop/strong - a 
href=http://www.apache.org/dist/xml/fop/KEYS;KEYS/a/p
 ul
lia href=[preferred]/xml/fop/fop-0.20.5-src.tar.gz
  @@ -312,6 +324,27 @@
[ a 
href=http://www.apache.org/dist/xml/xalan-c/binaries/Xalan-C_1_6-win32.zip.sig;PGP/a
 ]
/li
  /ul
  +
  + pstrongXalan-J/strong - a 
href=http://www.apache.org/dist/xml/xalan-j/KEYS;KEYS/a/p
  +   !-- Xalan-J --
  +   ul
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin.zip
  + Version 2.5.1 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin.zip.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin.tar.gz
  + Version 2.5.1 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin.tar.gz.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin-2jars.zip
  + Version 2.5.1 (2 Jars) - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin-2jars.zip.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xalan-j/xalan-j-current-bin-2jars.tar.gz
  + Version 2.5.1 (2 Jars) - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-j/xalan-j-current-bin-2jars.tar.gz.sig;PGP/a
 ]
  + /li
  +   /ul
   
pstrongFop/strong - a 
href=http://www.apache.org/dist/xml/fop/KEYS;KEYS/a/p
  !-- Fop --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs index.xml

2003-09-24 Thread blautenb
blautenb2003/09/24 04:36:05

  Modified:src/documentation/content/xdocs index.xml
  Log:
  Add Apachecon link
  
  Revision  ChangesPath
  1.11  +20 -0 xml-site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.xml 3 Aug 2003 10:42:11 -   1.10
  +++ index.xml 24 Sep 2003 11:36:05 -  1.11
  @@ -1,6 +1,26 @@
   ?xml version=1.0?
   !DOCTYPE document PUBLIC -//APACHE//DTD Documentation V1.1//EN 
document-v11.dtd
   documentheadertitlexml.apache.org/title/headerbody
  +
  +!-- Temporary Advertising for ApacheCon --
  +
  + section id=apachecon
  +  titleApacheCon US 2003/title
  +   p
  + link href=http://apachecon.com/2003/US/index.html;
  +   img 
src=http://jakarta.apache.org/images/logos/ac2003-150.gif;
  +alt=apachecon 2003 logo width=150 height=86 /
  + /link
  +   /p
  +   p
  + link href=http://apachecon.com/2003/US/index.html;ApacheCon
  +   US 2003/link
  + (16-19 November 2003) is now open for registration. ApacheCon is
  + the conference for all things Apache. Come along and learn about
  + a range of new technologies, meet some Apache folks and share
  + the knowledge.
  +   /p
  +/section
 
   section id=welcome
  titleWelcome to the Apache XML Project/title
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2003-09-20 Thread crossley
crossley2003/09/20 01:05:44

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Add notes about Forrest-0.5 release.
  
  Revision  ChangesPath
  1.15  +7 -0  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- news.xml  19 Sep 2003 04:59:09 -  1.14
  +++ news.xml  20 Sep 2003 08:05:44 -  1.15
  @@ -25,6 +25,13 @@
   Apache folks and share the knowledge.
   /p
 /section
  +  section id=forrest-0.5
  +titleForrest 0.5 released (September 13, 2003)/title
  +pMuch faster, new flexible tab and menu system, numerous skin
  + improvements, DocBook support, Wiki support, improved PDF output,
  + eased maintenance of sitemaps, and more.
  +/p
  +  /section
 section id=xerces-j-2.5.0
   titleXerces-J 2.5.0 released (July 31, 2003)/title
   p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-14 Thread blautenb
blautenb2003/09/13 19:34:51

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Added binary download + TOC
  
  Revision  ChangesPath
  1.10  +184 -7xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mirrors.ehtml 13 Sep 2003 01:22:37 -  1.9
  +++ mirrors.ehtml 14 Sep 2003 02:34:51 -  1.10
  @@ -4,11 +4,33 @@
   /head
   body
h1Apache XML Project Downloads/h1
  +
  + !-- Create a dummy table of contents in site style --
  + ul class=minitoc
  +   li
  + a href=#notesDownload Notes/a
  +   /li
  +   li
  + a href=#mirrorsSelect a Mirror/a
  +   /li
  +   li
  + a href=#sourceSource Downloads/a
  +   /li
  +   li
  + a href=#binaryBinary Downloads/a
  +   /li
  +   li
  + a href=#verifyPGP/MD5 Verification of Archives/a
  +   /li
  + /ul
  +
  +
  +   a name=notes /
  h3Download Notes/h3
   pThis page gives access to source and binary downloads of the 
latest releases
   for all xml.apache.org sub-projects.  Releases are now 
distributed
   via various strongmirror/strong sites around the world, 
and
  -the links below will direct you to an mirror near you.  
Alternative
  +the links below will direct you to a mirror near you.  
Alternative
   mirror locations are also provided.
/p
div class=frame note
  @@ -19,10 +41,11 @@
/div
/div
p
  -The source archives below are the latest release
  +The archives below are the latest release
   versions for each sub-project.  The browse links provide 
access
   to the directory structure where all current binary and 
source archives
  -are held for the nominated project.
  +are held for the nominated project.  In some cases, other recent
  +releases may also be found by browsing the download area.
/p
p
   Access to the latest (and possibly
  @@ -31,6 +54,7 @@
   a href=http://archive.apache.org/dist/xml;Apache 
Archives/a.
/p
   
  +   a name=mirrors/
 h3Mirrors/h3

   pYou are currently using the strong[preferred]/strong mirror.
  @@ -53,7 +77,8 @@
   [end]
   /select
 input type=submit value=Change/   /form
  -  h3Current Releases/h3
  +  a name=source/
  +  h3Source Archives/h3
   
pstrongXerces-C/strong - a 
href=http://www.apache.org/dist/xml/xerces-c/KEYS;KEYS/a/p
  ul
  @@ -98,12 +123,17 @@
lia href=[preferred]/xml/fop/Browse Download 
Area/a/li
  /ul
   
  - pstrongForrest/strong - emunsigned/em/p
  + pstrongForrest/strong - a 
href=http://www.apache.org/dist/xml/forrest/KEYS;KEYS/a/p
  ul
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.tar.gz
  - Version 0.4 - tar.gz/a/li
  + Version 0.5 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.tar.gz.asc;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.tar.gz.md5;MD5/a
 ]
  + /li
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.zip
  - Version 0.4 - zip/a
  + Version 0.5 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.zip.asc;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/forrest/apache-forrest-current-src.zip.md5;MD5/a
 ]
/li
lia href=[preferred]/xml/forrest/Browse Download 
Area/a/li
  /ul
  @@ -156,6 +186,153 @@
lia href=[preferred]/xml/commons/Browse Download 
Area/a/li
   !-- More xml-commons components: which, external - to come 
Sep-03 scurcuru --
  /ul
  +
  +  a name=binary/
  +  h3Binary Distributions/h3
  +
  + pstrongXerces-C/strong - a 
href=http://www.apache.org/dist/xml/xerces-c/KEYS;KEYS/a/p
  +   !-- Xerces C++ Library --
  +   ul
  + lia 
href=[preferred]/xml/xerces-c/binaries/AIX51_6.00/xerces-c_2_3_0-AIX51_6.00.tar.gz

cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-11 Thread jefft
jefft   2003/09/11 04:37:25

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Fix typo
  
  Revision  ChangesPath
  1.8   +1 -1  xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mirrors.ehtml 10 Sep 2003 10:09:48 -  1.7
  +++ mirrors.ehtml 11 Sep 2003 11:37:24 -  1.8
  @@ -31,7 +31,7 @@
   a href=http://archive.apache.org/dist/xml;Apache 
Archives/a.
/p
   
  -  h3Miror/h3
  +  h3Mirrors/h3

   pYou are currently using the strong[preferred]/strong mirror.
  If you encounter a problem with this mirror, please select 
another
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/conf - New directory

2003-09-09 Thread blautenb
blautenb2003/09/09 04:14:19

  xml-site/src/documentation/conf - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/conf cli.xconf

2003-09-09 Thread blautenb
blautenb2003/09/09 04:19:20

  Added:   src/documentation/conf cli.xconf
  Log:
  exclude [preferred] links from processing
  
  Revision  ChangesPath
  1.1  xml-site/src/documentation/conf/cli.xconf
  
  Index: cli.xconf
  ===
  ?xml version=1.0?
  
  !--+
  |  This is the Apache Cocoon command line configuration file. 
  |  Here you give the command line interface details of where
  |  to find various aspects of your Cocoon installation.
  |
  |  If you wish, you can also use this file to specify the URIs
  |  that you wish to generate.
  |
  |  The current configuration information in this file is for
  |  building the Cocoon documentation. Therefore, all links here 
  |  are relative to the build context dir, which, in the build.xml 
  |  file, is set to ${build.context} 
  |
  |  Options:
  |verbose:increase amount of information presented
  |to standard output (default: false)
  |follow-links:   whether linked pages should also be 
  |generated (default: true)
  |precompile-only:precompile sitemaps and XSP pages, but 
  |do not generate any pages (default: false)
  |confirm-extensions: check the mime type for the generated page
  |and adjust filename and links extensions
  |to match the mime type 
  |(e.g. text/html-.html)
  |
  | CVS: $Id: cli.xconf,v 1.1 2003/09/09 11:19:20 blautenb Exp $
  +--
  
  cocoon verbose=true  
  follow-links=true 
  precompile-only=false 
  confirm-extensions=false
  
 !--+
 | Broken link reporting options:
 |   Report into a text file, one link per line:
 | broken-links type=text report=filename/
 |   Report into an XML file:
 | broken-links type=xml report=filename/
 |   Ignore broken links (default):
 | broken-links type=none/
 |   When a page includes an error, should a page be generated?
 | 
 |   Two attributes to this node specify whether a page should
 |   be generated when an error occured. 'generate' specifies 
 |   whether a page should be generated (default: true) and
 |   extension specifies an extension that should be appended
 |   to the generated page's filename (default: none)
 | broken-links generate=true extension=.error.txt/
 |
 +--
 broken-links type=xml 
   file=../brokenlinks.xml
   generate=false
   extension=.error/
 
 !--+
 |  Load classes at startup. This is necessary for generating
 |  from sites that use SQL databases and JDBC.
 |  The load-class element can be repeated if multiple classes
 |  are needed.
 +--
 !--
 load-classorg.firebirdsql.jdbc.Driver/load-class
 --
  
 !--+
 |
 +--
 logging log-kit=WEB-INF/logkit.xconf logger=cli level=ERROR /
  
 !--+
 |  The context directory is usually the webapp directory
 |  containing the sitemap.xmap file.
 |
 |  The config file is the cocoon.xconf file.
 |
 |  The work directory is used by Cocoon to store temporary
 |  files and cache files.
 |  
 |  The destination directory is where generated pages will
 |  be written (assuming the 'simple' mapper is used)
 +--
 context-dir./context-dir
 config-fileWEB-INF/cocoon.xconf/config-file
 work-dir../temp/docs/work-dir
 !-- Overridden in forrest.build.xml 
 dest-dir../docs/dest-dir
 --
  
 !--+
 | Specifies the filename to be appended to URIs that
 | refer to a directory (i.e. end with a forward slash).
 +--
 default-filenameindex.html/default-filename
  
 !--+
 |  Specifies a user agent string to the sitemap when
 |  generating the site.
 +--
 !--
 user-agentxxx/user-agent
 --
  
 !--+
 |  Specifies an accept string to the sitemap when generating
 |  the site.
 +--
 accept*/*/accept
 
 !--+
 |  Specifies the URIs that should be generated (using uri
 |  elements, and (if necessary) what should be done with the
 |  generated pages.
 |
 |  The old behaviour - appends uri to the specified destination
 |  directory (as specified in dest-dir):
 |
 |   uridocuments/index.html/uri
 |
 |  Append: append the generated page's URI to the end of the 
 |  source URI:
 |
 |   uri type=append src-prefix=documents/ src=index.html
 |   dest=build/dest

cvs commit: xml-site/src/documentation/content/xdocs whoweare.xml

2003-09-09 Thread blautenb
blautenb2003/09/09 04:19:55

  Modified:src/documentation/content/xdocs whoweare.xml
  Log:
  update for new PMC membership
  
  Revision  ChangesPath
  1.5   +2 -1  xml-site/src/documentation/content/xdocs/whoweare.xml
  
  Index: whoweare.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/whoweare.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- whoweare.xml  3 Aug 2003 10:42:11 -   1.4
  +++ whoweare.xml  9 Sep 2003 11:19:55 -   1.5
  @@ -31,6 +31,7 @@
liBerin Lautenbach - berin at ozemail.com.au/li
   liTed Leung - twl at apache.org/li
liJeremias Maerki/li
  + liBrian Minchau/li
liSteven Noels/li
liSantiago Pericas-Geertsen/li
liGareth Reakes/li
  @@ -39,10 +40,10 @@
 jump href=http://www.intertwingly.net/blog/;Sam Ruby/jump
 jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump/li
liMatt Sergeant/li
  - liIlene Seelmann/li
liKimbro Staken/li
liJason Stewart/li
liJeff Turner/li
  + liErwin van der Koogh/li
   liDirk-Willem Van Gulik
 jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump
   /li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-08 Thread blautenb
blautenb2003/09/08 04:39:14

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Updates to Xindice and for directory browsing as suggested by Vadim Gritsenko
  
  Revision  ChangesPath
  1.5   +17 -2 xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mirrors.ehtml 5 Sep 2003 01:09:58 -   1.4
  +++ mirrors.ehtml 8 Sep 2003 11:39:14 -   1.5
  @@ -20,7 +20,12 @@
/div
p
   The source archives below are the latest release
  -versions for each sub-project.  Access to the latest (and 
possibly
  +versions for each sub-project.  The browse links provide 
access
  +to the directory structure where all current binary and 
source archives
  +are held for the nominated project.
  + /p
  + p
  +Access to the latest (and possibly
   unstable) source can be accessed via a 
href=cvs.htmlcvs/a.
   Archives of old releases can be found at the 
   a href=http://archive.apache.org/dist/xml;Apache 
Archives/a.
  @@ -62,6 +67,7 @@
[ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.asc;PGP/a
 ]
[ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.md5;MD5/a
 ]
/li
  + lia href=[preferred]/xml/xerces-cBrowse Download 
Area/a/li
  /ul
   
pstrongXalan-C/strong - a 
href=http://www.apache.org/dist/xml/xalan-c/KEYS;KEYS/a/p
  @@ -74,6 +80,7 @@
Version 1.6 - zip/a
[ a 
href=http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_6-src.zip.sig;PGP/a ]
/li
  + lia href=[preferred]/xml/xalan-cBrowse Download 
Area/a/li
  /ul

pstrongFop/strong - a 
href=http://www.apache.org/dist/xml/fop/KEYS;KEYS/a/p
  @@ -88,6 +95,7 @@
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.asc;PGP/a ]
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.md5;MD5/a ]
/li
  + lia href=[preferred]/xml/fopBrowse Download 
Area/a/li
  /ul
   
pstrongForrest/strong - emunsigned/em/p
  @@ -97,6 +105,7 @@
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.zip
Version 0.4 - zip/a
/li
  + lia href=[preferred]/xml/forrestBrowse Download 
Area/a/li
  /ul
   
pstrongSecurity-J/strong - a 
href=http://www.apache.org/dist/xml/security/keys.asc;KEYS/a/p
  @@ -105,6 +114,7 @@
Version 1.0.5D2 - zip/a
[ a 
href=http://www.apache.org/dist/xml/security/java-library/xml-security-src-1_0_5D2.zip.sig;PGP/a
 ]
/li
  + lia 
href=[preferred]/xml/security/java-libraryBrowse Download Area/a/li
  /ul
   
pstrongSecurity-C/strong - a 
href=http://www.apache.org/dist/xml/security/keys.asc;KEYS/a/p
  @@ -117,15 +127,20 @@
Version 1.0.0 - zip/a
[ a 
href=http://www.apache.org/dist/xml/security/c-library/xml-security-c-1.0.0.zip.sig;PGP/a
 ]
/li
  + lia href=[preferred]/xml/security/c-libraryBrowse 
Download Area/a/li
  /ul

pstrongXindice/strong - emunsigned/em/p
  ul
lia 
href=[preferred]/xml/xindice/xml-xindice-1.0.tar.gz
  - Version 1.0 - tar.gz/a/li
  + Version 1.0 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.tar.gz.md5;MD5/a
 ]
  + /li
lia 
href=[preferred]/xml/xindice/xml-xindice-1.0.zip
Version 1.0 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.zip.md5;MD5/a ]
/li
  + lia href=[preferred]/xml/xindiceBrowse Download 
Area/a/li
  /ul
   
a name=verify/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-08 Thread blautenb
blautenb2003/09/08 04:55:52

  Modified:src/documentation/content/xdocs mirrors.ehtml
  Log:
  Fix browsing directories
  
  Revision  ChangesPath
  1.6   +7 -7  xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mirrors.ehtml 8 Sep 2003 11:39:14 -   1.5
  +++ mirrors.ehtml 8 Sep 2003 11:55:52 -   1.6
  @@ -67,7 +67,7 @@
[ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.asc;PGP/a
 ]
[ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.md5;MD5/a
 ]
/li
  - lia href=[preferred]/xml/xerces-cBrowse Download 
Area/a/li
  + lia href=[preferred]/xml/xerces-c/Browse Download 
Area/a/li
  /ul
   
pstrongXalan-C/strong - a 
href=http://www.apache.org/dist/xml/xalan-c/KEYS;KEYS/a/p
  @@ -80,7 +80,7 @@
Version 1.6 - zip/a
[ a 
href=http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_6-src.zip.sig;PGP/a ]
/li
  - lia href=[preferred]/xml/xalan-cBrowse Download 
Area/a/li
  + lia href=[preferred]/xml/xalan-c/Browse Download 
Area/a/li
  /ul

pstrongFop/strong - a 
href=http://www.apache.org/dist/xml/fop/KEYS;KEYS/a/p
  @@ -95,7 +95,7 @@
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.asc;PGP/a ]
[ a 
href=http://www.apache.org/dist/xml/fop/fop-0.20.5-src.zip.md5;MD5/a ]
/li
  - lia href=[preferred]/xml/fopBrowse Download 
Area/a/li
  + lia href=[preferred]/xml/fop/Browse Download 
Area/a/li
  /ul
   
pstrongForrest/strong - emunsigned/em/p
  @@ -105,7 +105,7 @@
lia 
href=[preferred]/xml/forrest/apache-forrest-current-src.zip
Version 0.4 - zip/a
/li
  - lia href=[preferred]/xml/forrestBrowse Download 
Area/a/li
  + lia href=[preferred]/xml/forrest/Browse Download 
Area/a/li
  /ul
   
pstrongSecurity-J/strong - a 
href=http://www.apache.org/dist/xml/security/keys.asc;KEYS/a/p
  @@ -114,7 +114,7 @@
Version 1.0.5D2 - zip/a
[ a 
href=http://www.apache.org/dist/xml/security/java-library/xml-security-src-1_0_5D2.zip.sig;PGP/a
 ]
/li
  - lia 
href=[preferred]/xml/security/java-libraryBrowse Download Area/a/li
  + lia 
href=[preferred]/xml/security/java-library/Browse Download Area/a/li
  /ul
   
pstrongSecurity-C/strong - a 
href=http://www.apache.org/dist/xml/security/keys.asc;KEYS/a/p
  @@ -127,7 +127,7 @@
Version 1.0.0 - zip/a
[ a 
href=http://www.apache.org/dist/xml/security/c-library/xml-security-c-1.0.0.zip.sig;PGP/a
 ]
/li
  - lia href=[preferred]/xml/security/c-libraryBrowse 
Download Area/a/li
  + lia 
href=[preferred]/xml/security/c-library/Browse Download Area/a/li
  /ul

pstrongXindice/strong - emunsigned/em/p
  @@ -140,7 +140,7 @@
Version 1.0 - zip/a
[ a 
href=http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.zip.md5;MD5/a ]
/li
  - lia href=[preferred]/xml/xindiceBrowse Download 
Area/a/li
  + lia href=[preferred]/xml/xindice/Browse Download 
Area/a/li
  /ul
   
a name=verify/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs guidelines.xml

2003-09-07 Thread crossley
crossley2003/09/06 16:09:38

  Modified:targets  guidelines.html
   src/documentation/content/xdocs guidelines.xml
  Log:
  Clarify top-level xml-site guidleines.
  
  Revision  ChangesPath
  1.43  +3 -3  xml-site/targets/guidelines.html
  
  Index: guidelines.html
  ===
  RCS file: /home/cvs/xml-site/targets/guidelines.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- guidelines.html   6 Sep 2003 13:12:16 -   1.42
  +++ guidelines.html   6 Sep 2003 23:09:37 -   1.43
  @@ -429,15 +429,15 @@
   p
While each subproject's individual areas may be managed 
separately 
(by that subproject's committers) the top-level of the website 
  - should be managed through the xml-site repository.  Thus to 
change 
  - any of the files at the root of http://xml.apache.org you 
should 
  + must be managed through the xml-site repository.  Thus to 
change 
  + any of the files at the root of http://xml.apache.org/ you 
would 
first check out the xml-site repository from cvs.apache.org
  /p
   div class=frame note
   div class=labelNote/div
   div class=content
The website is gradually being converted to 
  - a target=_top 
href=http://xml.apache.org/forrest;Forrest/a.  Whilst 
  + a target=_top 
href=http://xml.apache.org/forrest/;Forrest/a.  Whilst 
this conversion is occuring, there are two methods for updating 
content, dependent on what part of the site is being updated.
  /div
  
  
  
  1.10  +3 -3  xml-site/src/documentation/content/xdocs/guidelines.xml
  
  Index: guidelines.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/guidelines.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- guidelines.xml6 Sep 2003 13:12:16 -   1.9
  +++ guidelines.xml6 Sep 2003 23:09:38 -   1.10
  @@ -47,13 +47,13 @@
p
While each subproject's individual areas may be managed 
separately 
(by that subproject's committers) the top-level of the website 
  - should be managed through the xml-site repository.  Thus to 
change 
  - any of the files at the root of http://xml.apache.org you 
should 
  + must be managed through the xml-site repository.  Thus to 
change 
  + any of the files at the root of http://xml.apache.org/ you 
would 
first check out the xml-site repository from cvs.apache.org
  /p
  note
The website is gradually being converted to 
  - jump href=http://xml.apache.org/forrest;Forrest/jump.  
Whilst 
  + jump href=http://xml.apache.org/forrest/;Forrest/jump.  
Whilst 
this conversion is occuring, there are two methods for updating 
content, dependent on what part of the site is being updated.
  /note
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mirrors.ehtml

2003-09-04 Thread blautenb
blautenb2003/09/04 03:35:37

  Added:   src/documentation/content/xdocs mirrors.ehtml
  Log:
  First cut of mirroring downloads
  
  Revision  ChangesPath
  1.1  xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  html
  body
h1Apache XML Project Downloads/h1
  h2Download Notes/h2
  pThis page gives access to source downloads of the latest releases
   for all xml.apache.org sub-projects.  Releases are now 
distributed
   via various strongarchive/strong sites around the world, 
and
   the links below will direct you to an archive near you.  
Alternative
   mirror locations are also provided.
/p
p
   The source archives below are the latest 
strongrelease/strong
   versions for each sub-project.  Access to the absolute latest
   source is provided via a href=cvs.htmlcvs/a.
/p
  
h2Miror/h2

  pYou are currently using the strong[preferred]/strong mirror.
  If you encounter a problem with this mirror, please select 
another
  mirror.  If all mirrors are failing, there are embackup/em
  mirrors (at the end of the mirrors list) that should be 
available.
/p

  form action=[location] method=get id=SelectMirror 
 
 Other mirrors: 
  select name=Preferred
  [if-any http]
[for http]option value=[http][http]/option[end]
  [end]  
  [if-any ftp]
[for ftp]option value=[ftp][ftp]/option[end]
  [end]
  [if-any backup]
[for backup]option value=[backup][backup] (backup)/option[end]
  [end]
  /select
 input type=submit value=Change/   /form
h2Current Releases/h2
  
pstrongXerces-C/strong - a 
href=http://www.apache.org/dist/xml/xerces-c/KEYS;KEYS/a/p
ul
lia href=[prefered]/xml/xerces-c/xerces-c-src_2_3_0.tar.gz
Version 2.3.0 - tar.gz/a/li
lia href=[prefered]/xml/xerces-c/xerces-c-src_2_3_0.zip
Version 2.3.0 - zip/a/li
  /ul
  /body
  /html
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs guidelines.xml mirrors.ehtml

2003-09-04 Thread blautenb
blautenb2003/09/04 04:37:09

  Modified:src/documentation/content/xdocs guidelines.xml mirrors.ehtml
  Log:
  All currently mirrored sub-projects represented
  
  Revision  ChangesPath
  1.6   +1 -0  xml-site/src/documentation/content/xdocs/guidelines.xml
  
  Index: guidelines.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/guidelines.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- guidelines.xml4 Aug 2003 11:27:16 -   1.5
  +++ guidelines.xml4 Sep 2003 11:37:09 -   1.6
  @@ -133,6 +133,7 @@
  do an update of directories there as needed,
  br/Or send an email to infrastructurelt;atgt;apache.org 
and ask for
your website to be added to the cronjob for automatic 
update.
  +   link href=mirrors.html/
/p
  /section
/section
  
  
  
  1.2   +75 -13xml-site/src/documentation/content/xdocs/mirrors.ehtml
  
  Index: mirrors.ehtml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mirrors.ehtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mirrors.ehtml 4 Sep 2003 10:35:37 -   1.1
  +++ mirrors.ehtml 4 Sep 2003 11:37:09 -   1.2
  @@ -1,7 +1,7 @@
   html
   body
h1Apache XML Project Downloads/h1
  -   h2Download Notes/h2
  +   h3Download Notes/h3
   pThis page gives access to source downloads of the latest releases
   for all xml.apache.org sub-projects.  Releases are now 
distributed
   via various strongarchive/strong sites around the world, 
and
  @@ -9,12 +9,12 @@
   mirror locations are also provided.
/p
p
  -The source archives below are the latest 
strongrelease/strong
  -versions for each sub-project.  Access to the absolute latest
  -source is provided via a href=cvs.htmlcvs/a.
  +The source archives below are the latest release
  +versions for each sub-project.  Access to the latest (and 
possibly
  +unstable) source can be accessed via a 
href=cvs.htmlcvs/a.
/p
   
  -  h2Miror/h2
  +  h3Miror/h3

   pYou are currently using the strong[preferred]/strong mirror.
  If you encounter a problem with this mirror, please select 
another
  @@ -36,14 +36,76 @@
   [end]
   /select
 input type=submit value=Change/   /form
  -  h2Current Releases/h2
  +  h3Current Releases/h3
   
  - pstrongXerces-C/strong - a 
href=http://www.apache.org/dist/xml/xerces-c/KEYS;KEYS/a/p
  -  ul
  - lia href=[prefered]/xml/xerces-c/xerces-c-src_2_3_0.tar.gz
  - Version 2.3.0 - tar.gz/a/li
  - lia href=[prefered]/xml/xerces-c/xerces-c-src_2_3_0.zip
  - Version 2.3.0 - zip/a/li
  -   /ul
  + pstrongXerces-C/strong - a 
href=http://www.apache.org/dist/xml/xerces-c/KEYS;KEYS/a/p
  +   ul
  + lia 
href=[preferred]/xml/xerces-c/xerces-c-src_2_3_0.tar.gz
  + Version 2.3.0 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.tar.gz.asc;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.tar.gz.md5;MD5/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xerces-c/xerces-c-src_2_3_0.zip
  + Version 2.3.0 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.asc;PGP/a
 ]
  + [ a 
href=http://www.apache.org/dist/xml/xerces-c/xerces-c-src_2_3_0.zip.md5;MD5/a
 ]
  + /li
  +   /ul
  +
  + pstrongXalan-C/strong - a 
href=http://www.apache.org/dist/xml/xalan-c/KEYS;KEYS/a/p
  +   ul
  + lia 
href=[preferred]/xml/xalan-c/Xalan-C_1_6-src.tar.gz
  + Version 1.6 - tar.gz/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_6-src.tar.gz.sig;PGP/a
 ]
  + /li
  + lia 
href=[preferred]/xml/xalan-c/Xalan-C_1_6-src.zip
  + Version 1.6 - zip/a
  + [ a 
href=http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_6-src.zip.sig;PGP/a ]
  + /li
  +   /ul
  + 
  + pstrongFop/strong - a 
href=http://www.apache.org/dist/xml/fop/KEYS;KEYS/a/p
  +  ul
  + lia href=[preferred

cvs commit: xml-site/src/documentation/content/xdocs mission.xml

2003-08-31 Thread blautenb
blautenb2003/08/31 05:30:11

  Modified:src/documentation/content/xdocs mission.xml
  Log:
  Updated for newly approved charter
  
  Revision  ChangesPath
  1.2   +181 -126  xml-site/src/documentation/content/xdocs/mission.xml
  
  Index: mission.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mission.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mission.xml   25 Oct 2002 15:18:42 -  1.1
  +++ mission.xml   31 Aug 2003 12:30:11 -  1.2
  @@ -13,7 +13,9 @@
 at /em
   jump 
href=http://cvs.apache.org/viewcvs.cgi/xml-admin/charter.txt;http://cvs.apache.org/viewcvs.cgi/xml-admin/charter.txt/jump;
 
 however a recent copy is included herein./p
  -  sourcexml.apache.org is a collaborative software development project
  +  source1 INTRODUCTION
  +==
  +1.1 xml.apache.org is a collaborative software development project
   dedicated to providing robust, full-featured, commercial-quality, and
   freely available XML support on a wide variety of platforms.  This
   project is managed in cooperation with various individuals worldwide
  @@ -21,12 +23,12 @@
   Internet to communicate, plan, and develop XML software and related
   documentation.
   
  -This charter briefly describes the mission, history, organization, and
  +1.2 This charter briefly describes the mission, history, organization, and
   processes of the project.
   
  -MISSION
  -===
  -xml.apache.org exists to promote the use of XML. We view XML as a
  +2 MISSION
  +=
  +2.1 xml.apache.org exists to promote the use of XML. We view XML as a
   compelling paradigm that structures data as information, thereby
   facilitating the exchange, transformation, and presentation of
   knowledge. The ability to transform raw data into usable information
  @@ -34,164 +36,219 @@
   information systems. We intend to build freely available XML
   processing components in order to engender such improvements.
   
  -xml.apache.org defines a set of components that exchange or deal with
  -XML information sets. These components plug into each other using
  -standard APIs (formal, de facto, or proposed). The components must be
  -high performance, reliable, and easy to use.  The components must be
  -part of an underlying architectural orchestration that will allow them
  -to work together without major negotiations or breakage.
  +2.2 xml.apache.org defines a set of components that exchange or deal 
  +with XML information sets. Where appropriate, these components plug 
  +into each other using standard APIs (formal, de facto, or proposed). 
  +The components must be high performance, reliable, and easy to use.  
  +Where inter-related, the components must be part of an underlying 
  +architectural orchestration that will allow them to work together 
  +without major negotiations or breakage.
   
  -We believe that the best way to define this XML information exchange
  +2.3 We believe that the best way to define this XML information exchange
   architecture is by having both individuals and corporations
   collaborate on the best possible infrastructure, APIs, code, testing,
   and release cycles. Components must be vendor neutral and usable as
   core components for all.
   
  -In order to achieve a coherent architecture between xml.apache.org
  +2.4 In order to achieve a coherent architecture between xml.apache.org
   components and other components and applications, standards (formal or
   de facto) will be used as much as possible for both protocols and
  -APIs. We will also allow the innovation of new protocols, APIs, and
  -components in order to seed new concepts not yet defined by standards.
  +APIs. Where appropriate, experiences and lessons learned will be fed 
  +back to standards bodies in an effort to assist in the development of 
  +those standards.  We will also encourage the innovation of new
  +protocols, APIs, and components in order to seed new concepts not
  +yet defined by standards.
   
  -HISTORY
  -===
  -
  -This project was established under the direction of the newly-formed
  +3 HISTORY
  +=
  +3.1 This project was established under the direction of the newly-formed
   Apache Software Foundation in August 1999 to facilitate joint
   open-source development.
   
  -THE PROJECT MANAGEMENT COMMITTEE
  -
  -The xml.apache.org project is managed by a small, core group of
  -contributors known as the Project Management Committee [PMC].  The PMC
  -must have at least one officer from the Apache Board, who will be the
  -Chairperson and report to the Apache Board.  See
  -http://www.apache.org/foundation/bylaws.html for reference.
  -
  -The PMC has the following responsibilities:
  -
  -1) Accepting new subproject proposals, formally submitting these
  -   proposals for committer vote

cvs commit: xml-site/src/documentation/content/xdocs mail.xml

2003-07-03 Thread cziegeler
cziegeler2003/07/03 01:42:23

  Modified:src/documentation/content/xdocs mail.xml
  Log:
  Correcting mailing lists
  
  Revision  ChangesPath
  1.4   +6 -6  xml-site/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mail.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mail.xml  2 Jul 2003 10:46:58 -   1.3
  +++ mail.xml  3 Jul 2003 08:42:23 -   1.4
  @@ -247,8 +247,8 @@
 titleThe Cocoon Users List/title
 p
   emMedium Traffic/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
 /p
 p
 This is the list where active users of Cocoon meet and discuss issues, 
  @@ -261,12 +261,12 @@
 titleThe Cocoon Developer List/title
 p
   emMedium Traffic/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
   br/
   emCVS Commit/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
 /p
 p
 This is the list where participating developers of Cocoon meet and 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs mail.xml

2003-07-02 Thread cziegeler
cziegeler2003/07/02 03:46:58

  Modified:src/documentation/content/xdocs mail.xml
  Log:
  Changing mailing lists
  
  Revision  ChangesPath
  1.3   +4 -4  xml-site/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/mail.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mail.xml  25 Jan 2003 13:57:20 -  1.2
  +++ mail.xml  2 Jul 2003 10:46:58 -   1.3
  @@ -247,8 +247,8 @@
 titleThe Cocoon Users List/title
 p
   emMedium Traffic/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
 /p
 p
 This is the list where active users of Cocoon meet and discuss issues, 
  @@ -261,8 +261,8 @@
 titleThe Cocoon Developer List/title
 p
   emMedium Traffic/em
  -jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  -jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  +jump href=mailto:[EMAIL PROTECTED]Unsubscribe/jump
   br/
   emCVS Commit/em
   jump href=mailto:[EMAIL PROTECTED]Subscribe/jump
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs book.xml news.xml index.xml

2003-06-25 Thread cziegeler
cziegeler2003/06/25 03:09:24

  Modified:src/documentation/content/xdocs book.xml news.xml index.xml
  Log:
  Removing/changing references to cocoon as a toplevel project
  
  Revision  ChangesPath
  1.7   +3 -1  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- book.xml  27 Feb 2003 07:58:56 -  1.6
  +++ book.xml  25 Jun 2003 10:09:24 -  1.7
  @@ -26,7 +26,6 @@
   menu-item href=http://xml.apache.org/xalan-c/index.html;  label=Xalan 
C++/
   menu-item href=http://xml.apache.org/fop/index.html;  label=FOP  
/
   menu-item href=http://xml.apache.org/forrest/index.html;  
label=Forrest  /
  -menu-item href=http://xml.apache.org/cocoon/index.html;  
label=Cocoon /
   menu-item href=http://xml.apache.org/batik/index.html;
label=Batik/
   menu-item href=http://xml.apache.org/commons/; label=XML Commons /
   menu-item href=http://xml.apache.org/security/index.html; label=XML 
Security /
  @@ -37,6 +36,9 @@
   menu-item href=http://ws.apache.org/axis/index.html; label=Axis  
   /
   menu-item href=http://ws.apache.org/soap/index.html; label=SOAP  
   /
   menu-item href=http://ws.apache.org/xmlrpc/;  label=XML-RPC/
  +  /menu
  +  menu label=Moved Projects
  +menu-item href=http://cocoon.apache.org/;  label=Cocoon /
 /menu
 menu label=Hibernated Projects
   menu-item href=http://xml.apache.org/xerces-j/index.html; 
label=Xerces Java 1  /
  
  
  
  1.11  +8 -8  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- news.xml  27 Feb 2003 07:58:56 -  1.10
  +++ news.xml  25 Jun 2003 10:09:24 -  1.11
  @@ -13,6 +13,14 @@
   updating the xml.apache.org website in the
   link href=guidelines.htmlguidelines/link.
 /p
  +  section id=cocoon-toplevel
  +titleNew top-level project: Cocoon/title
  +p
  +  Cocoon has become the status of a top-level project, you
  +  will find the new website here: link
  +href=http://cocoon.apache.org/;http://cocoon.apache.org/link.
  +/p
  +  /section
 section id=ws
   titleWeb Services project launched (February 19, 2003)/title
   p
  @@ -198,14 +206,6 @@
 source code and binary form. Check out the
 jump href=http://xml.apache.org/dist/;download pages/jump for 
binaries and
 source!
  -/p
  -  /section
  -  section id=cocoon-status
  -titleCocoon Status: Source Code and Binaries Available/title
  -p
  -  Cocoon, the XML-based web publishing solution in Java, is available.
  -  Check out the jump href=http://xml.apache.org/dist/cocoon;download 
pages/jump for binaries
  -  and sources.
   /p
 /section
 section id=fop-status
  
  
  
  1.9   +0 -12 xml-site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml 17 Mar 2003 01:48:34 -  1.8
  +++ index.xml 25 Jun 2003 10:09:24 -  1.9
  @@ -34,9 +34,6 @@
   emXalan/em - XSLT stylesheet processors, in Java and C++
 /li
 li
  -emCocoon/em - XML-based web publishing, in Java
  -  /li
  -  li
   emAxKit/em - XML-based web publishing, in mod_perl
 /li
 li
  @@ -98,15 +95,6 @@
 /p
 p
 Xalan is currently available in Java, and C++.  
  -  /p
  -/section
  -section id=cocoon
  -  titleCocoon: XML-based web publishing/title
  -  p
  -Cocoon is a powerful framework for XML web publishing which brings
  -a whole new world of abstraction and ease to consolidated web site
  -creation and management based on the XML paradigm and related
  -technologies.
 /p
   /section
   section id=axkit
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml book.xml

2003-02-27 Thread jefft
jefft   2003/02/26 23:58:56

  Modified:src/documentation/content/xdocs news.xml book.xml
  Log:
  - Add ws.apache.org creation to news
  - Visually separate menu links to ws projects
  
  Revision  ChangesPath
  1.10  +8 -0  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- news.xml  13 Feb 2003 03:21:01 -  1.9
  +++ news.xml  27 Feb 2003 07:58:56 -  1.10
  @@ -13,6 +13,14 @@
   updating the xml.apache.org website in the
   link href=guidelines.htmlguidelines/link.
 /p
  +  section id=ws
  +titleWeb Services project launched (February 19, 2003)/title
  +p
  +  The Axis, SOAP, XML-RPC subprojects have been split off into a 
newly
  +  formed Web Services project, link
  +href=http://ws.apache.org/;http://ws.apache.org/link.
  +/p
  +  /section
 section id=forrest-0.4
   titleForrest 0.4 released (February 12, 2003)/title
   p
  
  
  
  1.6   +5 -4  xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- book.xml  6 Feb 2003 03:13:46 -   1.5
  +++ book.xml  27 Feb 2003 07:58:56 -  1.6
  @@ -27,16 +27,17 @@
   menu-item href=http://xml.apache.org/fop/index.html;  label=FOP  
/
   menu-item href=http://xml.apache.org/forrest/index.html;  
label=Forrest  /
   menu-item href=http://xml.apache.org/cocoon/index.html;  
label=Cocoon /
  -menu-item href=http://xml.apache.org/soap/index.html; label=SOAP 
/
   menu-item href=http://xml.apache.org/batik/index.html;
label=Batik/
  -menu-item href=http://xml.apache.org/axis/index.html; label=Axis 
/
   menu-item href=http://xml.apache.org/commons/; label=XML Commons /
   menu-item href=http://xml.apache.org/security/index.html; label=XML 
Security /
  -menu-item href=http://xml.apache.org/xmlrpc/;  label=XML-RPC/
   menu-item href=http://xml.apache.org/xindice/; label=Xindice /
   menu-item href=http://axkit.org; label=AxKit /
 /menu
  -  
  +  menu label=WS Projects
  +menu-item href=http://ws.apache.org/axis/index.html; label=Axis  
   /
  +menu-item href=http://ws.apache.org/soap/index.html; label=SOAP  
   /
  +menu-item href=http://ws.apache.org/xmlrpc/;  label=XML-RPC/
  +  /menu
 menu label=Hibernated Projects
   menu-item href=http://xml.apache.org/xerces-j/index.html; 
label=Xerces Java 1  /
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs whoweare.xml

2002-12-08 Thread rubys
rubys   2002/12/08 06:54:13

  Modified:src/documentation/content/xdocs whoweare.xml
  Log:
  Update link
  
  Revision  ChangesPath
  1.2   +3 -3  xml-site/src/documentation/content/xdocs/whoweare.xml
  
  Index: whoweare.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/whoweare.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whoweare.xml  25 Oct 2002 15:18:42 -  1.1
  +++ whoweare.xml  8 Dec 2002 14:54:13 -   1.2
  @@ -26,9 +26,9 @@
   liTed Leung
 jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump
   /li
  -liSam Ruby
  -  jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump
  -  [jump href=http://radio.weblogs.com/0101679/;WebLog/jump]/li
  +li
  +  jump href=http://www.intertwingly.net/blog/;Sam Ruby/jump
  +  jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump/li
   liDavanum Srinivas
 jump href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/jump
   /li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-site/src/documentation/content/xdocs news.xml

2002-12-06 Thread cziegeler
cziegeler2002/12/06 07:37:29

  Modified:src/documentation/content/xdocs news.xml
  Log:
  Added news
  
  Revision  ChangesPath
  1.5   +8 -0  xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news.xml  23 Nov 2002 08:19:10 -  1.4
  +++ news.xml  6 Dec 2002 15:37:29 -   1.5
  @@ -13,6 +13,14 @@
   the xml.apache.org website in the link 
href=guidelines.htmlguidelines/link.
 /p
 section
  +titleCocoon 2.0.4 released (December 06, 2002)/title
  +p
  +The Apache Cocoon team is proud to announce the release of
  +Cocoon 2.0.4. The distribution is available from the 
  +jump href=http://xml.apache.org/dist/cocoon;download pages/jump.
  +/p
  +  /section
  +  section
   titleForrest 0.2.1 released (November 23, 2002)/title
   p
 Forrest 0.2.1 contains a handful of bugfixes made in the week since
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Documentation

2002-11-06 Thread Kazmír, Jaroslav
Hi all,

Do you know some program for creating documentation of project written in
XML, XSP etc.? Or prepare some basic structure from this documents.

Thanx a lot.

JayKay

-
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail:  [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: xml-site/targets/cocoon2/userdocs/xsp/graphics index-header.jpg_label=User Documentation - XSP.jpg

2001-11-14 Thread cziegeler
cziegeler01/11/14 03:57:40

  Modified:targets/cocoon2/userdocs index.html
  Added:   targets/cocoon2/userdocs/graphics XSP-label.jpg
XSP-label_over.jpg
   targets/cocoon2/userdocs/xsp index.html
   targets/cocoon2/userdocs/xsp/graphics
index-header.jpg_label=User Documentation - XSP.jpg
  Log:
  Added missing xsp
  
  Revision  ChangesPath
  1.2   +3 -0  xml-site/targets/cocoon2/userdocs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/xml-site/targets/cocoon2/userdocs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html2001/11/08 08:40:01 1.1
  +++ index.html2001/11/14 11:57:40 1.2
  @@ -63,6 +63,9 @@
   td valign=top align=lefta onMouseOver=rolloverOn('Actions') 
onMouseOut=rolloverOff('Actions') href=actions/actions.htmlimg 
onLoad=rolloverLoad('Actions', 'graphics/Actions-label_over.jpg', 
'graphics/Actions-label.jpg'); vspace=0 hspace=0 name=Actions 
width=120 height=12 border=0 src=graphics/Actions-label.jpg 
alt=Actions/a/td
   /tr
   tr
  +td valign=top align=lefta onMouseOver=rolloverOn('XSP') 
onMouseOut=rolloverOff('XSP') href=xsp/index.htmlimg 
onLoad=rolloverLoad('XSP', 'graphics/XSP-label_over.jpg', 
'graphics/XSP-label.jpg'); vspace=0 hspace=0 name=XSP width=120 
height=12 border=0 src=graphics/XSP-label.jpg alt=XSP/a/td
  +/tr
  +tr
   td align=left valign=topimg width=120 vspace=0 
src=images/close.gif hspace=0 height=14 border=0br
   /td
   /tr
  
  
  
  1.1  xml-site/targets/cocoon2/userdocs/graphics/XSP-label.jpg
  
Binary file
  
  
  1.1  
xml-site/targets/cocoon2/userdocs/graphics/XSP-label_over.jpg
  
Binary file
  
  
  1.1  xml-site/targets/cocoon2/userdocs/xsp/index.html
  
  Index: index.html
  ===
  html
  head
  META http-equiv=Content-Type content=text/html; charset=ISO-8859-1
  titleUser Documentation - XSP/title
  script type=text/javascript src=resources/script.js 
language=JavaScript/script
  /head
  body bgcolor=#ff marginheight=4 marginwidth=4 leftmargin=4 
topmargin=4 alink=#cc vlink=#0086b2 link=#039acc text=#00
  table border=0 cellpadding=0 cellspacing=0 width=100%
  tr
  td align=left valign=top rowspan=3 height=60 width=135img 
border=0 vspace=0 hspace=0 src=images/logo.gif height=60 
width=135/tdtd background=images/line.gif colspan=2 align=left 
valign=top height=5 width=100%img align=left border=0 vspace=0 
hspace=0 src=images/line.gif height=5 width=1/tdtd align=left 
valign=top rowspan=3 height=60 width=29img border=0 vspace=0 
hspace=0 src=images/right.gif height=60 width=29/td
  /tr
  tr
  td bgcolor=#0086b2 colspan=2 align=right valign=top height=35 
width=100%img align=right alt=User Documentation - XSP border=0 
vspace=0 hspace=0 
src=graphics/index-header.jpg_label=User%20Documentation%20-%20XSP.jpg/td
  /tr
  tr
  td background=images/bottom.gif bgcolor=#0086b2 align=left 
valign=top height=20 width=100%img align=left border=0 vspace=0 
hspace=0 src=images/bottom.gif height=20 width=3/tdtd 
background=images/bottom.gif width=288 valign=top height=20 
bgcolor=#0086b2 align=right
  table width=288 cellspacing=0 cellpadding=0 border=0
  tr
  td align=left valign=top height=20 width=96a 
onMouseOver=rolloverOn('xml'); onMouseOut=rolloverOff('xml'); target=new 
href=http://xml.apache.org/;img onLoad=rolloverLoad('xml', 
'images/button-xml-hi.gif', 'images/button-xml-lo.gif'); border=0 vspace=0 
hspace=0 name=xml src=images/button-xml-lo.gif height=20 width=96 
alt=http://xml.apache.org/;/a/tdtd align=left valign=top height=20 
width=96a onMouseOver=rolloverOn('asf'); onMouseOut=rolloverOff('asf'); 
target=new href=http://www.apache.org/;img onLoad=rolloverLoad('asf', 
'images/button-asf-hi.gif', 'images/button-asf-lo.gif'); border=0 vspace=0 
hspace=0 name=asf src=images/button-asf-lo.gif height=20 width=96 
alt=http://www.apache.org/;/a/tdtd align=left valign=top height=20 
width=96a onMouseOver=rolloverOn('w3c'); onMouseOut=rolloverOff('w3c'); 
target=new href=http://www.w3.org/;img onLoad=rolloverLoad('w3c', 
'images/button-w3c-hi.gif', 'images/button-w3c-lo.gif'); border=0 vspace=0 
hspace=0 name=w3c src=images/button-w3c-lo.gif height=20 width=96 
alt=http://www.w3.org/;/a/td
  /tr
  /table
  /td
  /tr
  /table
  table width=100% cellspacing=0 cellpadding=0 border=0
  tr width=100%
  td valign=top width=120
  table width=120 cellspacing=0 cellpadding=0 border=0
  tr
  td valign=top align=leftimg width=120 vspace=0 
src=images/join.gif hspace=0 height=14 border=0br
  /td
  /tr
  tr
  td valign=top align=lefta onMouseOver=rolloverOn('Main') 
onMouseOut=rolloverOff('Main') href=../../index.htmlimg 
onLoad=rolloverLoad('Main', 'graphics/Main-label_over.jpg', 
'graphics