cvs commit: xml-fop/src/documentation README

2003-03-26 Thread vmote
vmote 2003/03/26 09:47:11 Modified:src/documentation README Log: Add comments about support for the update of the FOP live web site. Revision ChangesPath 1.5 +12 -7 xml-fop/src/documentation/README Index: README

cvs commit: xml-fop/src/documentation README

2003-03-25 Thread vmote
vmote 2003/03/25 09:01:51 Modified:src/documentation README Log: Rewrote with instructions for using forrestbot. Added more detail. Revision ChangesPath 1.4 +91 -48xml-fop/src/documentation/README Index: README

cvs commit: xml-fop/src/documentation README

2002-12-14 Thread vmote
vmote 2002/12/14 10:11:24 Modified:src/documentation README Log: Add clarifications from Jeff Turner & Christian Geisert regarding publication process. Revision ChangesPath 1.3 +17 -7 xml-fop/src/documentation/README Index: RE

Re: dtd catalog (was: src/documentation/README)

2002-12-12 Thread Oleg Tkachenko
Victor Mote wrote: It seems to me, on reflection, that I had this completely wrong. They can't get out of sync *while they have a PUBLIC identifier.* I am still naive about such things, but doesn't the assignment of a PUBLIC ID ammount to a contract that the document so named will never change?

RE: dtd catalog (was: src/documentation/README)

2002-12-12 Thread Victor Mote
Peter B. West wrote: > >>These can (probably will) get out of sync. The dtd should be the one > >>used when the document was last modified, shouldn't it? It seems to me > >>there is a case for including the schema subtree, including catalog > >>file(s) and the dtd subdirectory, in the src/build t

Re: dtd catalog (was: src/documentation/README)

2002-12-12 Thread Peter B. West
Victor Mote wrote: Peter B. West wrote: ... The way this works is that your validation software has to know how to find the catalog. If it does, then the catalog can contain mappings from the PUBLIC IDs in the DOCTYPE declaration to a local physical file. That setup is already in all of our d

Re: src/documentation/README

2002-12-11 Thread Jeff Turner
On Wed, Dec 11, 2002 at 03:15:33PM +0100, Nicola Ken Barozzi wrote: ... [On why http://forrestbot.cocoondev.org/sites/xml-fop/ wasn't updating] ... > [java] Exception in thread "main" java.lang.InternalError: Can't > connect to X11 window server using ':0.0' as the value of the DISPLAY > va

Re: dtd catalog (was: src/documentation/README)

2002-12-11 Thread Jeff Turner
On Wed, Dec 11, 2002 at 12:59:03PM -0700, Victor Mote wrote: > Peter B. West wrote: > > > I'm still floundering around here, but when I found 'catalog' in > > .../documentation/resources/schema, and the dtd in .../schema/dtd, I > > began to see a ray of light. It seems to me that such a setup sho

Re: dtd catalog (was: src/documentation/README)

2002-12-11 Thread Peter B. West
Victor Mote wrote: Peter B. West wrote: I'm still floundering around here, but when I found 'catalog' in .../documentation/resources/schema, and the dtd in .../schema/dtd, I began to see a ray of light. It seems to me that such a setup should be used for all of the DOCTYPE delcarations in the

RE: dtd catalog (was: src/documentation/README)

2002-12-11 Thread Victor Mote
Peter B. West wrote: > I'm still floundering around here, but when I found 'catalog' in > .../documentation/resources/schema, and the dtd in .../schema/dtd, I > began to see a ray of light. It seems to me that such a setup should be > used for all of the DOCTYPE delcarations in the documentation

RE: src/documentation/README

2002-12-11 Thread Victor Mote
Jeff Turner wrote: > Forrest is in the same boat as FOP when it comes to site updates. AFAIK, > there are no docs, but the process is: > > - Committers commit generated docs to xml-site/targets/{project} > - Every X hours, a script updates /www/xml.apache.org/ or wherever on >the live site,

cvs commit: xml-fop/src/documentation README

2002-12-11 Thread vmote
vmote 2002/12/11 11:06:38 Modified:src/documentation README Log: Expand with more details, and add some comments from Jeff Turner. Revision ChangesPath 1.2 +48 -23xml-fop/src/documentation/README Index: README

Re: src/documentation/README

2002-12-11 Thread Peter B. West
Christian Geisert wrote: Peter B. West wrote: You need a local forrest installation, see http://xml.apache.org/forrest/your-project.html#N10036 Christian, Thanks. I have set one up, but I was confused about automated updates. Peter -- Peter B. West [EMAIL PROTECTED] http://www.powerup.com

Re: src/documentation/README

2002-12-11 Thread Christian Geisert
Peter B. West wrote: Jeff Turner wrote: Forrest is in the same boat as FOP when it comes to site updates. AFAIK, there are no docs, but the process is: - Committers commit generated docs to xml-site/targets/{project} Generated by what? Forrestbot? Where? Is the login that appears at Yo

Re: src/documentation/README

2002-12-11 Thread Peter B. West
Jeff Turner wrote: On Wed, Dec 11, 2002 at 11:24:34PM +1000, Peter B. West wrote: Forrestbot? Forrestbot is a glorified Ant script which automates the process of checking out a site's contents from CVS, building the docs and uploading the docs somewhere. It currently has no official role in

Re: src/documentation/README

2002-12-11 Thread Nicola Ken Barozzi
Keiron Liddle wrote: On Tue, 2002-12-10 at 19:17, Victor Mote wrote: OK, I see now that I misunderstood your "Sorry, yes" answer to Keiron. If http://forrestbot.cocoondev.org/site/xml-fop should be reflecting changes no more than an hour old made to xml-fop/src/documentation, then it is not wo

Re: src/documentation/README

2002-12-11 Thread Jeff Turner
On Wed, Dec 11, 2002 at 11:24:34PM +1000, Peter B. West wrote: > Jeff Turner wrote: > > > >Forrest is in the same boat as FOP when it comes to site updates. AFAIK, > >there are no docs, but the process is: > > > > - Committers commit generated docs to xml-site/targets/{project} > > Generated by w

Re: src/documentation/README

2002-12-11 Thread Peter B. West
Keiron Liddle wrote: On Tue, 2002-12-10 at 19:17, Victor Mote wrote: OK, I see now that I misunderstood your "Sorry, yes" answer to Keiron. If http://forrestbot.cocoondev.org/site/xml-fop should be reflecting changes no more than an hour old made to xml-fop/src/documentation, then it is not work

Re: src/documentation/README

2002-12-11 Thread Peter B. West
Jeff Turner wrote: Forrest is in the same boat as FOP when it comes to site updates. AFAIK, there are no docs, but the process is: - Committers commit generated docs to xml-site/targets/{project} Generated by what? Forrestbot? Where? Is the login that appears at forrestbot.cocoondev.org

Re: src/documentation/README

2002-12-11 Thread Jeff Turner
On Tue, Dec 10, 2002 at 11:17:25AM -0700, Victor Mote wrote: ... > > > > See http://forrestbot.cocoondev.org/site/xml-fop ... > OK, I see now that I misunderstood your "Sorry, yes" answer to Keiron. If > http://forrestbot.cocoondev.org/site/xml-fop should be reflecting changes no > more than an hou

RE: src/documentation/README

2002-12-11 Thread Keiron Liddle
On Tue, 2002-12-10 at 19:17, Victor Mote wrote: > OK, I see now that I misunderstood your "Sorry, yes" answer to Keiron. If > http://forrestbot.cocoondev.org/site/xml-fop should be reflecting changes no > more than an hour old made to xml-fop/src/documentation, then it is not > working. I just look

Re: src/documentation/README

2002-12-10 Thread Peter B. West
Victor Mote wrote: Jeff Turner wrote: On Tue, Dec 10, 2002 at 10:24:28AM -0700, Victor Mote wrote: Jeff Turner wrote: See http://forrestbot.cocoondev.org/site/xml-fop Updated every hour with the latest Forrest and FOP source. I am really not yet following what is going on here. I unde

RE: src/documentation/README

2002-12-10 Thread Victor Mote
Jeff Turner wrote: > On Tue, Dec 10, 2002 at 10:24:28AM -0700, Victor Mote wrote: > > Jeff Turner wrote: > > > > > See http://forrestbot.cocoondev.org/site/xml-fop > > > > > > Updated every hour with the latest Forrest and FOP source. > > > > I am really not yet following what is going on here. I

Re: src/documentation/README

2002-12-10 Thread Jeff Turner
On Tue, Dec 10, 2002 at 10:24:28AM -0700, Victor Mote wrote: > Jeff Turner wrote: > > > See http://forrestbot.cocoondev.org/site/xml-fop > > > > Updated every hour with the latest Forrest and FOP source. > > I am really not yet following what is going on here. I understand the flow > of files int

RE: src/documentation/README

2002-12-10 Thread Victor Mote
Jeff Turner wrote: > See http://forrestbot.cocoondev.org/site/xml-fop > > Updated every hour with the latest Forrest and FOP source. I am really not yet following what is going on here. I understand the flow of files into xml-site/targets/fop. I assume that the link above is showing an hourly upd

Re: src/documentation/README

2002-12-10 Thread Keiron Liddle
On Tue, 2002-12-10 at 05:45, Victor Mote wrote: > I have been running this on the Apache machine. Is that OK? If successful, > we can theoretically just add a cron job to publish periodically if we wish, > until Forrest is ready to do its magic for us. > > When running forrest, I am getting the No

Re: src/documentation/README

2002-12-10 Thread Jeff Turner
On Tue, Dec 10, 2002 at 05:26:48PM +0100, Keiron Liddle wrote: > On Tue, 2002-12-10 at 11:56, Jeff Turner wrote: > > See http://forrestbot.cocoondev.org/site/xml-fop > > > > Updated every hour with the latest Forrest and FOP source. > > You mean: and FOP that comes with Forrest. Sorry, yes. Lat

Re: src/documentation/README

2002-12-10 Thread Keiron Liddle
On Tue, 2002-12-10 at 11:56, Jeff Turner wrote: > See http://forrestbot.cocoondev.org/site/xml-fop > > Updated every hour with the latest Forrest and FOP source. You mean: and FOP that comes with Forrest. - To unsubscribe, e-m

Re: src/documentation/README

2002-12-10 Thread Jeff Turner
s, which I will interject into the src/documentation/README > doc contents below: > > > The current procedure is: > > > > - checkout xml-forrest module > > - run: build.sh(bat) dist > > - follow instructions to set FORREST_HOME and path > > - go to xml-fop dir

src/documentation/README

2002-12-09 Thread Victor Mote
Keiron and Nicola Ken (and anyone else who is interested): I have the process of building the fop web site mostly scripted at /home/vmote/script/build-fop-website.bsh. I have a couple of problems/questions, which I will interject into the src/documentation/README doc contents below: >

cvs commit: xml-fop/src/documentation README

2002-12-03 Thread keiron
keiron 2002/12/03 02:06:10 Added: src/documentation README Log: readme for generating docs Revision ChangesPath 1.1 xml-fop/src/documentation/README Index: README === To update