cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2003-03-01 Thread stefano
stefano 2003/03/01 07:44:06 Modified:src/webapp sitemap.xmap Log: added more docs into the first welcome pipeline (users don't read docs anyway so it's better to place them right in their face!) also fixed the macosx user pages (thanks to pier) Revision ChangesPath

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2003-03-01 Thread stefano
stefano 2003/03/01 06:55:18 Modified:src/webapp sitemap.xmap Log: more docs and added OS-based user directories (please check macosx location since I don't remember exactly where user public_html equivalent is) Revision ChangesPath 1.90 +18 -2 xml-cocoon2/src/we

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2003-02-22 Thread stefano
stefano 2003/02/22 07:00:50 Modified:src/webapp sitemap.xmap Log: - fixed a problem with encoding for the copyright sign - cleaned up the TraxTransformer parameters Revision ChangesPath 1.89 +4 -2 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2003-02-22 Thread stefano
stefano 2003/02/22 03:24:21 Modified:src/webapp sitemap.xmap Log: fixed favicon Revision ChangesPath 1.88 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file: /home/c

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-12-03 Thread crafterm
crafterm2002/12/03 05:37:26 Modified:src/webapp sitemap.xmap Log: Added new jpath transformer to webapp root sitemap. Revision ChangesPath 1.85 +1 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-11-16 Thread ivelin
ivelin 2002/11/16 10:58:29 Modified:src/webapp sitemap.xmap Log: 1) XMLFormTransformer logging to the xmlform.log file Revision ChangesPath 1.84 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap ===

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-10-27 Thread ivelin
ivelin 2002/10/27 00:20:17 Modified:src/webapp sitemap.xmap Log: 1) added XMLFormTransformer to main sitemap 2) added WebServiceProxy to main sitemap 3) enable XSLTC as default transformer, based on the majority of votes in a recent poll initiated by Stefano. Revision Ch

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-10-23 Thread crafterm
crafterm2002/10/23 09:17:25 Modified:src/webapp sitemap.xmap Log: Sitemap patch explaining the different pipeline implementations. PR: Bugzilla#13880 Obtained By: Michael Melhem <[EMAIL PROTECTED]> Revision ChangesPath 1.79 +34 -0 xml-cocoon2/src/webapp/si

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-09-21 Thread ivelin
ivelin 2002/09/21 20:14:08 Modified:src/webapp sitemap.xmap Log: fixed an inadvertent checked-in Revision ChangesPath 1.76 +24 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap ===

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-09-20 Thread froehlich
froehlich2002/09/20 11:14:31 Modified:src/webapp sitemap.xmap Log: added func. to clear the persistent cache from the sample page Revision ChangesPath 1.75 +2 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-08-09 Thread cziegeler
cziegeler2002/08/09 00:47:17 Modified:src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java ProcessingPipeline.java src/java/org/apache/cocoon/components/pipeline/impl Caching

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-15 Thread cziegeler
cziegeler2002/07/15 01:17:29 Modified:.changes.xml todo.xml src/documentation/xdocs/plan release.xml src/java/org/apache/cocoon/caching ComponentCacheKey.java PipelineCacheKey.java src/java/org/apache/cocoon/co

RE: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-10 Thread Carsten Ziegeler
Christian Haul wrote: > > On 10.Jul.2002 -- 08:31 AM, [EMAIL PROTECTED] wrote: > > cziegeler2002/07/10 01:31:57 > > > > Modified:src/webapp sitemap.xmap > > Log: > > Cleaned up sitemap again :) > > 8'-( > > What is the replacement for mount? I kind of liked to have this > place t

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-10 Thread Christian Haul
On 10.Jul.2002 -- 08:31 AM, [EMAIL PROTECTED] wrote: > cziegeler2002/07/10 01:31:57 > > Modified:src/webapp sitemap.xmap > Log: > Cleaned up sitemap again :) 8'-( What is the replacement for mount? I kind of liked to have this place to experiments. Chris. -- C h r i s t

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-10 Thread cziegeler
cziegeler2002/07/10 01:31:57 Modified:src/webapp sitemap.xmap Log: Cleaned up sitemap again :) Revision ChangesPath 1.70 +0 -27 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === R

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-06 Thread Nicola Ken Barozzi
Tim Myers wrote: > to stuff your own little projects, (assuming you're in unix) > it's super convenient to add this to the cocoon sitemap: > > > > > > > > > > > > > > then stick whatever kindof automounting sitemap you want in your > public_html

RE: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread John Morrison
> I'm with Carsten here, let's make the base sitemap do automount. +1 J. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Tim Myers
to stuff your own little projects, (assuming you're in unix) it's super convenient to add this to the cocoon sitemap: then stick whatever kindof automounting sitemap you want in your public_html directory. the greatest benefit of this, is if eve

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Nicola Ken Barozzi
Jason Foster wrote: >Carsten Ziegeler wrote: >> But we have already the global mount: >> >> >> >> >> >> >> I think this is enough. > > If you're willing to add more directories to the contents of ".../webapps/ > cocoon", then sure. However it then get trickier to determine

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Jason Foster
> But we have already the global mount: > > > > > > > I think this is enough. If you're willing to add more directories to the contents of ".../webapps/ cocoon", then sure. However it then get trickier to determine what is yours and what came with cocoon. I use the "mount

RE: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Carsten Ziegeler
But we have already the global mount: I think this is enough. Carsten > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 05, 2002 5:34 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-coc

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: > Please, we decided to leave the main sitemap clean, so we should stick > to it. > Second, why do you still need this, we don't have a mount directory > anymore, it's all in samples? I'm +1 for a mount dir preconfigured. We should encourage users to create mounted sitema

RE: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread Carsten Ziegeler
iday, July 05, 2002 4:39 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-cocoon2/src/webapp sitemap.xmap > > > haul2002/07/05 07:38:37 > > Modified:src/webapp sitemap.xmap > Log: > Put "mount" back into main sitemap. OK, this one loo

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-05 Thread haul
haul2002/07/05 07:38:37 Modified:src/webapp sitemap.xmap Log: Put "mount" back into main sitemap. OK, this one looks big but it's the only solution I found for all cases. mount mount/ mount/sample mount/sample/page mount/sample/sub/page ... Revisio

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-03 Thread stephan
stephan 2002/07/03 14:23:35 Modified:src/webapp sitemap.xmap Log: Set a redirection to the documentation as start site. Revision ChangesPath 1.68 +5 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap ==

RE: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-02 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > cziegeler2002/07/02 06:24:04 > > Modified:src/webapp sitemap.xmap > Log: > Stripped down root sitemap > > Revision ChangesPath > 1.67 +4 -720xml-cocoon2/src/webapp/sitemap.xmap ^

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-02 Thread cziegeler
cziegeler2002/07/02 06:24:04 Modified:src/webapp sitemap.xmap Log: Stripped down root sitemap Revision ChangesPath 1.67 +4 -720xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RC

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-07-02 Thread cziegeler
cziegeler2002/07/02 03:38:35 Modified:src/documentation/xdocs performancetips.xml src/webapp sitemap.xmap Log: Removed duplicate entry Revision ChangesPath 1.6 +2 -6 xml-cocoon2/src/documentation/xdocs/performancetips.xml Index: performance

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-06-03 Thread cziegeler
cziegeler2002/06/03 02:17:34 Modified:src/webapp sitemap.xmap Log: And removed xt transformer from the sitemap... Revision ChangesPath 1.61 +0 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-29 Thread cziegeler
cziegeler02/05/29 01:20:26 Modified:.todo.xml src/documentation cocoon.xconf sitemap.xmap src/java/org/apache/cocoon/caching PipelineCacheKey.java src/java/org/apache/cocoon/components/pipeline AbstractProcessi

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-28 Thread cziegeler
cziegeler02/05/28 02:09:34 Modified:src/webapp sitemap.xmap Log: Added conf of profiling pipelines to sitemap Revision ChangesPath 1.58 +4 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-27 Thread cziegeler
cziegeler02/05/27 06:14:53 Modified:src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java ProcessingPipeline.java src/java/org/apache/cocoon/components/treeprocessor/sitemap A

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-27 Thread cziegeler
cziegeler02/05/27 05:43:22 Modified:src/java/org/apache/cocoon cocoon.roles src/java/org/apache/cocoon/components/treeprocessor InvokeContext.java treeprocessor-builtins.xml src/java/org/apache/cocoon/components/treeprocessor/sitemap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-22 Thread haul
haul02/05/22 09:05:28 Modified:src/webapp sitemap.xmap Log: added util:get-source and util:include-source tags plus helper function in XSPUtil plus demo sitemap entry "view-xsource" with xml serializer Revision ChangesPath 1.54 +4 -0 xml-cocoon2/src/web

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-21 Thread cziegeler
cziegeler02/05/21 01:29:36 Modified:src/java/org/apache/cocoon/components/source SourceUtil.java src/java/org/apache/cocoon/webapps/session session-tran.xmap src/java/org/apache/cocoon/xml/dom DOMStreamer.java src/webapp sitemap.xmap Added:

Re: cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-18 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: > > dims02/05/13 11:12:18 > > Modified:src/webapp sitemap.xmap > Log: > Stefano(?) missed a step :-) > > Revision ChangesPath > 1.51 +3 -0 xml-cocoon2/src/webapp/sitemap.xmap > > Index: sitemap.xmap > ===

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-13 Thread dims
dims02/05/13 11:12:18 Modified:src/webapp sitemap.xmap Log: Stefano(?) missed a step :-) Revision ChangesPath 1.51 +3 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-12 Thread stefano
stefano 02/05/12 17:10:55 Modified:src/webapp sitemap.xmap Log: might be useful to somebody (I know I should be writing a document for this but I don't have time!) Revision ChangesPath 1.50 +13 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-04-25 Thread kpiroumian
kpiroumian02/04/25 09:26:29 Modified:src/webapp sitemap.xmap Log: LocaleAction declaration moved to /webapp/samples/i18n/sitemap.xmap Revision ChangesPath 1.48 +1 -2 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-04-16 Thread kpiroumian
kpiroumian02/04/16 03:02:28 Modified:src/webapp sitemap.xmap Log: JSP and i18n samples are moved to mounted webapp/samples directory Revision ChangesPath 1.47 +1 -24 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-04-05 Thread vgritsenko
vgritsenko02/04/05 22:30:35 Modified:src/webapp sitemap.xmap Log: reference descriptor as file Revision ChangesPath 1.46 +2 -10 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === R

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-03-20 Thread vgritsenko
vgritsenko02/03/20 20:32:23 Modified:src/webapp sitemap.xmap Log: Fix yahoo sample Revision ChangesPath 1.45 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file: /ho

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-03-13 Thread cziegeler
cziegeler02/03/13 23:09:50 Modified:.changes.xml src/scratchpad/src/org/apache/cocoon/sunshine SunShine.java src/webapp sitemap.xmap Added: src/java/org/apache/cocoon/transformation EncodeURLTransformer.java Removed

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-03-13 Thread cziegeler
cziegeler02/03/13 03:05:24 Modified:src/webapp sitemap.xmap Log: Adding set-header action to sitemap Revision ChangesPath 1.41 +3 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-03-07 Thread nicolaken
nicolaken02/03/07 13:02:34 Modified:src/webapp/stylesheets simple-samples2html.xsl src/webapp sitemap.xmap Added: src/webapp/resources/icons cocoon.ico Log: Adding favicon.ico (favourite icon) support to main samples page (/welcome). Tested in Mozilla 0.9.8 a

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-03-05 Thread sylvain
sylvain 02/03/05 05:33:46 Modified:.build.xml src/webapp sitemap.xmap Added: src/java/org/apache/cocoon/generation xindice.pipeline xindice.sitemap xmldb.pipeline src/java/org/apache/cocoon/samples/parentcm naming.pip

cvs commit: xml-cocoon2/src/webapp sitemap.xmap cocoon.xconf

2002-02-28 Thread vgritsenko
vgritsenko02/02/28 13:41:24 Modified:src/java/org/apache/cocoon cocoon.roles src/webapp sitemap.xmap cocoon.xconf Log: Move more components from the sitemap.xmap into the cocoon.xconf Revision ChangesPath 1.13 +1 -2 xml-cocoon2/src/java/org/apach

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-02-23 Thread gianugo
gianugo 02/02/23 08:47:40 Modified:src/documentation/xdocs/userdocs/concepts sitemap.xml src/documentation/xdocs/userdocs/generators xmldb-generator.xml xmldbcollection-generator.xml src/java/org/apache/cocoon/generation XMLDBGenerat

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-02-22 Thread butlermh
butlermh02/02/22 03:27:52 Modified:src/webapp sitemap.xmap Log: Re-enabled DELI samples as DELI / xerces problems now solved Revision ChangesPath 1.30 +1 -2 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-02-20 Thread vgritsenko
vgritsenko02/02/20 16:40:58 Modified:src/webapp sitemap.xmap Log: Sample of explicitly specifying sitemap file name Revision ChangesPath 1.29 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap ==

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-29 Thread ovidiu
ovidiu 02/01/29 12:00:00 Modified:src/webapp sitemap.xmap Log: Removed test pipeline. Revision ChangesPath 1.20 +0 -6 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file:

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-21 Thread vgritsenko
vgritsenko02/01/21 14:38:26 Modified:src/webapp sitemap.xmap Log: Yahoo page changed again Revision ChangesPath 1.16 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS f

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-17 Thread vgritsenko
vgritsenko02/01/17 11:13:00 Modified:src/webapp sitemap.xmap Log: Change Yahoo! scrape XPath Revision ChangesPath 1.15 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:15:48 Modified:src/webapp sitemap.xmap Log: Fixing type - making dynamic and static samples work again! Revision ChangesPath 1.14 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-14 Thread cziegeler
cziegeler02/01/14 04:25:18 Modified:src/webapp sitemap.xmap Added: src/java/org/apache/cocoon/generation bsf.sitemap servlet.sitemap velocity.sitemap Log: Making sitemap components optional Revision ChangesPath 1.1 xml-coc

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-11 Thread vgritsenko
vgritsenko02/01/11 17:14:34 Modified:src/java/org/apache/cocoon/matching RegexpHostMatcher.java RegexpTargetHostMatcher.java RegexpTargetHostMatcherFactory.java RegexpURIMatcher.java RegexpURIMatcherFactory.java

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-11 Thread vgritsenko
vgritsenko02/01/11 09:07:06 Modified:src/java/org/apache/cocoon/matching RegexpTargetHostMatcher.java RegexpTargetHostMatcherFactory.java RequestParamMatcher.java WildcardParameterValueMatche

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-11 Thread vgritsenko
vgritsenko02/01/11 06:39:12 Modified:.changes.xml src/webapp sitemap.xmap Log: Change name of the wap serializer to wml in samples sitemap. Revision ChangesPath 1.66 +5 -1 xml-cocoon2/changes.xml Index: changes.xml

cvs commit: xml-cocoon2/src/webapp sitemap.xmap cocoon.xconf

2002-01-10 Thread vgritsenko
vgritsenko02/01/10 08:19:13 Modified:src/webapp sitemap.xmap cocoon.xconf Log: - add lost comment - reflect XML:DB source URL syntax change in sitemap Revision ChangesPath 1.7 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-09 Thread ovidiu
ovidiu 02/01/09 18:16:58 Modified:src/webapp sitemap.xmap Log: Removed superfluous definition. Revision ChangesPath 1.6 +0 -6 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap ===

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-09 Thread ovidiu
ovidiu 02/01/09 17:53:54 Modified:src/webapp sitemap.xmap Log: Added legacyProfiles/*. Revision ChangesPath 1.5 +4 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-08 Thread cziegeler
cziegeler02/01/08 02:08:03 Modified:src/webapp sitemap.xmap Log: Added text serializer Revision ChangesPath 1.3 +2 -0 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file: