[warning] Wiki being moved

2002-12-27 Thread Steven Noels
Hi all, I'm moving the Wiki to its new location on http://wiki.cocoondev.org/Wiki.jsp I've temporarily disabled editing facilities on the old location, and will try to set up some decent redirection mechanism once the new one is up & running. In case you can't wait, please don't forget to re-s

cvs commit: xml-cocoon2/src/documentation/xdocs/plan doc.xml issues-doc.xml

2002-12-27 Thread stevenn
stevenn 2002/12/27 02:39:03 Modified:src/documentation/xdocs/link sites.xml src/documentation/xdocs news.xml src/documentation/xdocs/plan doc.xml issues-doc.xml Log: corrected links to new Wiki location Revision ChangesPath 1.6 +3 -3

cvs commit: xml-cocoon2/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp AbstractEsqlQuery.java MysqlEsqlQuery.java OracleEsqlQuery.java PostgresEsqlQuery.java PostgresOldEsqlQuery.java SybaseEsqlQuery.java

2002-12-27 Thread tcurdt
tcurdt 2002/12/27 07:19:02 Modified: src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp AbstractEsqlQuery.java MysqlEsqlQuery.java OracleEsqlQuery.java PostgresEsqlQuery.java PostgresOldEsqlQ

cvs commit: xml-cocoon2/src/webapp/samples/docs/samples/xsp esql.xsp

2002-12-27 Thread tcurdt
tcurdt 2002/12/27 07:20:06 Modified:src/webapp/samples/docs/samples/xsp esql.xsp Log: added a sample of the esql:previous-results and esql:more-results tag Revision ChangesPath 1.3 +8 -2 xml-cocoon2/src/webapp/samples/docs/samples/xsp/esql.xsp Index: esql

Re: Change in for postgresql

2002-12-27 Thread Torsten Curdt
This is why I started thinking about this issue and suggested the workaround. I think the solutions is not too ugly because is better to get 5 rows in a resultset than 8,000 or more, just to get the row number 5 and trigger the tag. Thanks for reporting, Antonio. I've had a closer look. I thin

cvs commit: xml-cocoon2 changes.xml

2002-12-27 Thread tcurdt
tcurdt 2002/12/27 07:36:05 Modified:.changes.xml Log: fixed the esql:more-results bug as reported by Antonio Gallardo Revision ChangesPath 1.325 +4 -1 xml-cocoon2/changes.xml Index: changes.xml =

HSSFSerializer - Extensions?

2002-12-27 Thread Danny Mui
There are some features that HSSF supports that gnumeric does not, one instance is setting fonts for the header/footer (among others). This is currently a need for my project I'm working on and I'm wondering how I should go about implementing this. Should I extend the schema to accomodate the

Re: [warning] Wiki being moved

2002-12-27 Thread Tony Collen
On Fri, 27 Dec 2002, Steven Noels wrote: > Hi all, > > I'm moving the Wiki to its new location on > http://wiki.cocoondev.org/Wiki.jsp Could you make /wiki.jsp redirect to /Wiki.jsp, too? A problem I was having with the wiki at its old place was that I couldn't remember if the url was /Wiki/wik

Re: [warning] Wiki being moved

2002-12-27 Thread Steven Noels
Tony Collen wrote: Could you make /wiki.jsp redirect to /Wiki.jsp, too? A problem I was having with the wiki at its old place was that I couldn't remember if the url was /Wiki/wiki.jsp, /wiki/Wiki.jsp, or any combination of such... I think an all-lowercase url would be easiest to remember :)

Re: [warning] Wiki being moved

2002-12-27 Thread Tony Collen
On Fri, 27 Dec 2002, Steven Noels wrote: > So you'll hit the Main page using: > > - http://wiki.cocoondev.org/ > - http://wiki.cocoondev.org/index.jsp > - http://wiki.cocoondev.org/wiki.jsp > - http://wiki.cocoondev.org/Wiki.jsp <- real entry point > > Is that OK? Yep, perfect, thanks :)

Re: [RT] Input Pipelines (long)

2002-12-27 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: This said, do we really want to abstract our Environment objects so that they are capable of handling all web, CLI and mail environments? Isn't this FS? Is the Environment itself FS? Good question. Many people that don't like Cocoon told me so. I'm still debating

Re: [RT] Flow/Sitemap Integration

2002-12-27 Thread Stefano Mazzocchi
Hunsberger, Peter wrote: Stefano Mazzocchi wrote: Oh boy, it's already hard enough to indicate what is a good URI, if we start discussing what is a 'flow uri' compared to a 'resource uri' we get in trouble. This comes at the matching issue the opposite way that I did initially: instead of a

RE: [RT] Flow/Sitemap Integration

2002-12-27 Thread Hunsberger, Peter
Stefano Mazzocchi wrote: > Hunsberger, Peter wrote: Now, if the "type" was available in the flow, you could get different resources for the same flow. >>> >>>Well, how would Cocoon know how to match? Say I ask for '/dashboard' how >>>is the pipeline going to find out where to get the

cocoon.xconf component-selector and Composable

2002-12-27 Thread Jakob Praher
hi all, first of all: happy holidays! I am working on extending xmlforms to be able to plug in formlifecycelisteners. for simplicity's sake I use a component-selector right now for registering the listeners. I know that there is a CocoonComponentManager which is, as I found out, allocated on a

Re: [RT] Flow/Sitemap Integration

2002-12-27 Thread Stefano Mazzocchi
Hunsberger, Peter wrote: Stefano Mazzocchi wrote: Then don't propose it. I don't think I will! However, when doing architecture you always have to ask if inverting a control flow makes sense; sometimes abstractions suddenly become obvious or new use cases jump out. Oh totally. That's why I t

Re: Change in for postgresql

2002-12-27 Thread Antonio Gallardo
Thanks! :-) Antonio Torsten Curdt dijo: >> This is why I started thinking about this issue and suggested the >> workaround. I think the solutions is not too ugly because is better to >> get 5 rows in a resultset than 8,000 or more, just to get the row >> number 5 and trigger the tag. > > > Thank

cvs commit: xml-cocoon2/src/documentation/xdocs/plan doc.xml issues-doc.xml

2002-12-27 Thread crossley
crossley2002/12/27 21:25:17 Modified:src/documentation/xdocs Tag: cocoon_2_0_3_branch news.xml src/documentation/xdocs/link Tag: cocoon_2_0_3_branch sites.xml src/documentation/xdocs/plan Tag: cocoon_2_0_3_branch

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers book.xml html-serializer.xml serializers.xml svg-serializer.xml svgjpeg-serializer.xml svgpng-serializer.xml svgxml-serializer.xml text-serializer.xml wap-serializer.xml xml-serializer.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:06:53 Modified:.Tag: cocoon_2_0_3_branch changes.xml src/documentation/xdocs/userdocs Tag: cocoon_2_0_3_branch book.xml src/documentation/xdocs/userdocs/serializers Tag: cocoon_2_0

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

2002-12-27 Thread crossley
crossley2002/12/27 23:08:47 Modified:src/documentation sitemap.xmap Log: Add new Readers documentation to "List of docs". Revision ChangesPath 1.20 +2 -1 xml-cocoon2/src/documentation/sitemap.xmap Index: sitemap.xmap ==

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

2002-12-27 Thread crossley
crossley2002/12/27 23:08:52 Modified:src/documentation Tag: cocoon_2_0_3_branch sitemap.xmap Log: Add new Readers documentation to "List of docs". Revision ChangesPath No revision No revision 1.3.2.8 +1 -0 xml-coc

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers svgtiff-serializer.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:11:18 Added: src/documentation/xdocs/userdocs/serializers Tag: cocoon_2_0_3_branch svgtiff-serializer.xml Log: Sync with new docs from head. Revision ChangesPath No revision No rev

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers book.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:16:27 Modified:src/documentation/xdocs/userdocs/serializers book.xml Log: Missing xhtml-serializer.xml ? Revision ChangesPath 1.6 +2 -0 xml-cocoon2/src/documentation/xdocs/userdocs/serializers/book.xml Index: book.xml =

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/readers axisrpc-reader.xml database-reader.xml directoryziparchiver-reader.xml jsp-reader.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:21:32 Modified:src/documentation/xdocs/userdocs/readers axisrpc-reader.xml database-reader.xml directoryziparchiver-reader.xml jsp-reader.xml Log: Fix some ... maybe relics from copying a template file. Revis

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/readers axisrpc-reader.xml database-reader.xml directoryziparchiver-reader.xml jsp-reader.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:21:44 Modified:src/documentation/xdocs/userdocs/readers Tag: cocoon_2_0_3_branch axisrpc-reader.xml database-reader.xml directoryziparchiver-reader.xml jsp-reader.xml Log: Fix some ... mayb

cvs commit: xml-cocoon2/src/documentation/xdocs/faq faq-configure-c2.xml

2002-12-27 Thread crossley
crossley2002/12/27 23:52:52 Modified:src/documentation/xdocs/faq faq-configure-c2.xml Log: Sync with release branch. Revision ChangesPath 1.7 +1 -1 xml-cocoon2/src/documentation/xdocs/faq/faq-configure-c2.xml Index: faq-configure-c2.xml =