Re: Documentation System [was: Spring Configurator Docs]

2009-02-12 Thread hepabolu
Luca Morandini said the following on 12/2/09 20:27: Benjamin Boksa wrote: As there is no official cocoon blog as far as I know I think such a blog would be a good way (in addition to the existing documentation) to Once upon a time there was planetcocoon.com... with blog and all sorts of coc

Re: Documentation System [was: Spring Configurator Docs]

2009-02-12 Thread hepabolu
David Legg said the following on 12/2/09 16:42: Luca, I did some "documentation port" myself, but I have to admit it is not that easy, since something *may* indeed have changed in the passage... bottom line: you have to know a component's behaviour in both 2.1 and 2.2 before safely porting it

Re: [OT] Mac OS X and Java development

2008-05-09 Thread hepabolu
Just chiming in. Came preinstalled on my mac. Did you install the dev tools? No dev tools. Are they only available for Leopard? I'm still on Tiger - and would rather switch to Linux than spending money for Leopard ;) All versions of Mac OS X (at least from Panther or Tiger) come with dev

Re: [jira] Commented: (COCOON-2043) Thien Luh's new design of the Cocoon website

2008-04-21 Thread hepabolu
> Thien Luh has provided a superb redesign of the website. Attached are the > elements that make up the design. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Bye, hepabolu

Re: [jira] Created: (COCOON-2189) Dojo drag and drop reordering does not work

2008-03-29 Thread hepabolu
ject Object] with arguments [object > Object] > FATAL exception raised: Unspecified error. > > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Sent from Gmail for mobile | mobile.google.com Bye, hepabolu

Re: FAQ dcoument

2008-01-06 Thread hepabolu
Reinhard Poetz said the following on 6/1/08 13:51: Vadim Gritsenko wrote: On Jan 5, 2008, at 9:53 AM, hepabolu wrote: Grzegorz Kossakowski said the following on 5/1/08 13:51: Hi, I added[1] FAQ-entry for the subject of much controversy among Cocoon community. Now I wonder how to get it

Re: FAQ dcoument

2008-01-05 Thread hepabolu
Grzegorz Kossakowski said the following on 5/1/08 13:51: Hi, I added[1] FAQ-entry for the subject of much controversy among Cocoon community. Now I wonder how to get it published, I found old document aggregating all FAQ entries but it doesn't work ATM. Before I go and fix it I would like to a

Re: [result][vote] Releasing from trunk: Cocoon 2.2-RC2 & others

2007-10-29 Thread hepabolu
Reinhard Poetz said the following on 26/10/07 18:34: Grzegorz Kossakowski wrote: BTW. When can we expect new release officialy announced? I've started to work on it together with a "What's new in Cocoon 2.2" page and hope to finish it this weekend. Sorry to reply so late, I'm currently ou

Re: Cocoon 2.2 documentation online!

2007-10-03 Thread hepabolu
Reinhard Poetz said the following on 2/10/07 18:08: hepabolu wrote: Reinhard Poetz said the following on 28/9/07 16:26: While I was creating all the release artifacts of Cocoon 2.2RC2 I also published our 2.2 docs. See http://cocoon.apache.org/2.2/ I have to say that I'm really pro

Re: Cocoon 2.2 documentation online!

2007-10-02 Thread hepabolu
Reinhard Poetz said the following on 28/9/07 16:26: While I was creating all the release artifacts of Cocoon 2.2RC2 I also published our 2.2 docs. See http://cocoon.apache.org/2.2/ I have to say that I'm really proud of seeing this long-term effort finally materializing :-) Thanks to all the

Re: [CocoonGT] Has anyone considered inviting folks from Wicket?

2007-09-04 Thread hepabolu
Gianugo Rabellino said the following on 4/9/07 13:36: On 9/4/07, Grzegorz Kossakowski <[EMAIL PROTECTED]> wrote: Hello, I saw that there are people interested in Cocoon-Wicket cooperation and we have already some plans to play with Wicket in Cocoon 2.2. I also have seen few folks from Wicket

Re: How to update docs for 2.1?

2007-07-04 Thread hepabolu
Grzegorz Kossakowski said the following on 4/7/07 16:03: Both: - generation of 2.1 docs - base for 2.2 docs Hope this helps. Almost. :) If I want to start a document that is based on something from 2.1 I should _copy_ that document instead of _moving_ right? Legacy docs should be modified on

Re: How to update docs for 2.1?

2007-07-04 Thread hepabolu
Grzegorz Kossakowski said the following on 4/7/07 10:12: First: some idiot decided to 'service' my ADSL connection, thus cutting me off and now three parties are haggling about who is responsible for reconnecting me. End result: I'm on dial-up for the time being and I won't read/answer much.

Re: [WEBSITE] 2.1/userdocs/flow/tutor.html

2007-06-11 Thread hepabolu
Jeff Schmitz said the following on 8/6/07 22:10: There is an error in the flowscript tutorial. http://cocoon.apache.org/2.1/userdocs/flow/tutor.html The game.js code shows the following call: cocoon.sendPageAndWait("guess.jxt", { "random" : random, "hint" : hint,

Re: CForms binding with namespaces error - advice wanted

2007-05-24 Thread hepabolu
Marc Portier said the following on 24/5/07 17:35: we could start off by checking some more 1/ can jxpath in fact handle namespaces correctly as described above ( in https://issues.apache.org/jira/browse/COCOON-1671#action_12356396 the orginal reporter of the issue states that this is the case,

Re: CForms binding with namespaces error - advice wanted

2007-05-24 Thread hepabolu
Carsten Ziegeler said the following on 24/5/07 16:14: Helma wrote Yes. Source is: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ORIGINAL_VERSION"> So in fact I want the first line of the binding file to bind to /oe:version I don't think there are unused prefixes in bot

Re: CForms binding with namespaces error - advice wanted

2007-05-24 Thread hepabolu
Carsten Ziegeler said the following on 24/5/07 15:57: hepabolu schrieb: So you can't rely that you get the namespace attributes in the dom builder. I think this is where things go wrong. Note that both binding file and source are generated with a pipeline and pipelineUtil.toDOM. I&#x

Re: CForms binding with namespaces error - advice wanted

2007-05-24 Thread hepabolu
So you can't rely that you get the namespace attributes in the dom builder. I think this is where things go wrong. Note that both binding file and source are generated with a pipeline and pipelineUtil.toDOM. I've done some debugging into pipelineUtil.toDOM and this is what I found: - binding

Re: CForms binding with namespaces error - advice wanted

2007-05-24 Thread hepabolu
Carsten Ziegeler said the following on 23/5/07 21:43: If I see this correctly, the difference between the two solutions is that in the not working case, the DOMBuilder is used to build the DOM whereas in the working case, the serializer is used and the result is then parsed again. As Marc sai

Re: CForms binding with namespaces error - advice wanted

2007-05-23 Thread hepabolu
Joerg Heinicke said the following on 23/5/07 20:03: On 23.05.2007 13:07, hepabolu wrote: + I would comment (or even close-wontfix?) that bug with a reference to the above conclusion from carsten. Just in case somebody would want to apply the patch without giving it more thought... I just

Re: CForms binding with namespaces error - advice wanted

2007-05-23 Thread hepabolu
Marc Portier said the following on 23/5/07 12:26: Carsten Ziegeler wrote: hepabolu wrote: Joerg Heinicke said the following on 22/5/07 22:18: On 22.05.2007 17:07, Helma van der Linden wrote: // Create the SAX parser and set the features so it creates the events we need

Re: CForms binding with namespaces error - advice wanted

2007-05-23 Thread hepabolu
Joerg Heinicke said the following on 22/5/07 22:18: On 22.05.2007 17:07, Helma van der Linden wrote: // Create the SAX parser and set the features so it creates the events we need SAXParser parser = (SAXParser)manager.lookup(SAXParser.ROLE); if( parser instanceof

Re: Samples styling

2007-05-18 Thread hepabolu
Felix Knecht said the following on 17/5/07 17:46: IMO the documentation in general for the servlet services should be done somewhere else than in the sitemap itself. So I think it should be enough to have a note in the sitemap when servlet services are used. Is this ok? Sure, you DO need pro

Re: Samples styling

2007-05-16 Thread hepabolu
Felix Knecht said the following on 16/5/07 15:01: Grzegorz Kossakowski schrieb: As I previously said, I'm not sure if we need this either, so I won't push you to use services. I'm not feeling pushed ;-) But I think we should show in the samples what's the common way of doing it - otherwise onl

Re: svn commit: r537202 - /cocoon/trunk/pom.xml

2007-05-11 Thread hepabolu
[EMAIL PROTECTED] said the following on 11/5/07 16:59: - [2.0.5,) + [2.0.6,) Looks odd: starting and ending brackets are different. Is this correct? Bye, Helma

Re: Upgrading Daisy

2007-05-10 Thread hepabolu
Reinhard Poetz said the following on 10/5/07 14:51: Daisy 2.0.X changes the name of the document in the url (1.html -> 1-NS.html with NS = a namespacecode), which means you have to redo the publishing all over again because the link to the Daisy page breaks after the upgrade. I don't see a re

Re: Upgrading Daisy

2007-05-10 Thread hepabolu
Reinhard Poetz said the following on 10/5/07 09:33: [moving over a discussion from [EMAIL PROTECTED] to [EMAIL PROTECTED] Bruno Dumon wrote: Which also makes me think of it: the Cocoon zone is still running Daisy 1.5. I could do the upgrade, but I'm not sure on the impact this might have. The m

Re: [OT] Lots of nested quotes

2007-05-10 Thread hepabolu
Grzegorz Kossakowski said the following on 9/5/07 22:09: Take a look at the snippet above, it's long trail of useless information - noise. I know that you are as lazy as I'm but there is solution for Thunderbird users: https://addons.mozilla.org/pl/thunderbird/addon/612 I hope you will like it

Re: svn commit: r535805 - in /cocoon/trunk: commons/CREDITS.txt pom.xml

2007-05-08 Thread hepabolu
Grzegorz Kossakowski said the following on 7/5/07 18:08: Typo? Sorry, I'm not sure what you mean. Please explain. Bye, Helma

Re: svn commit: r536004 - /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/css/site.css

2007-05-08 Thread hepabolu
[EMAIL PROTECTED] said the following on 8/5/07 00:09: +tt { + font-size: 1.3em; } Reinhard, it's best to keep the font sizes in percentages to keep things consistent. The only em value is in the body selector. Bye, Helma

Re: [OT] pronunciation

2007-04-23 Thread hepabolu
Ralph Goers said the following on 22/4/07 21:27: Grzegorz Kossakowski wrote: I was under constant pressure so could not refuse: http://reflectingonthevicissitudes.wordpress.com/2007/04/22/pal-how-can-i-call-you/ :) Very cool. If I was going to spell it from the way you say it your first na

Re: building trunk.

2007-04-16 Thread hepabolu
Reinhard Poetz said the following on 16/4/07 13:07: Giacomo Pati wrote: Ok, so just for readybility. Do you use the eclipse XML-Formatter? no, I use OxygenXML but I do the formatting by hand. Basically I add empty lines between the different sections and try to move the important I use Ox

Re: [GT2007] [VOTE] Conference location + time

2007-04-11 Thread hepabolu
Arje Cahn said the following on 11/4/07 15:08: Hi all, Please cast your votes on both the location and the time for this year's Cocoon GetTogether conference: A) The Netherlands, Amsterdam +1 B) Italy, Rome / Milano +10 C) England, London / Norwich +2 When: A) Late september +1

Re: svn commit: r525980 - /cocoon/branches/BRANCH_2_1_X/src/blocks/mail/java/org/apache/cocoon/mail/transformation/SendMailTransformer.java

2007-04-07 Thread hepabolu
Joerg Heinicke said the following on 6/4/07 00:38: On 06.04.2007 00:18, [EMAIL PROTECTED] wrote: Log: COCOON-1622: Second patch applied since it's the most complete. Works. Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/java/org/apache/cocoon/mail/transformation/SendMailTransforme

Re: [graphics] Re: Publishing our new docs - what else needs to be done?

2007-03-30 Thread hepabolu
Reinhard Poetz said the following on 29/3/07 00:17: Sorry for picking up this thread again after more than a week. My apologies. No worries. See http://cocoon.zones.apache.org/daisy/cdocs/g4/1346.html. As I don't want to create dozens of JIRA tasks, I created this list. As the handling of hu

Re: Daisy and JIRA karma

2007-03-27 Thread hepabolu
Jeroen Reijn said the following on 27/3/07 10:02: Me 2, me 2! :-) Daisy login: jreijn JIRA login: jeroenreijn :-) Daisy karma granted Bye, Helma

[daisy] User removed

2007-03-27 Thread hepabolu
FYI: I have removed a Daisy user from the zones who registered with 'admin' as username and 'xx xxx' as name and a hotmail address on 2/9/07 and hasn't confirmed registration ever since. Bye, Helma

Re: Daisy and JIRA karma

2007-03-26 Thread hepabolu
Felix Knecht said the following on 27/3/07 07:07: Dear all Would someone be so kind grant me the necessary karma on Daisy and JIRA? On both systems I use the username 'felixk'. Daisy karma granted. Bye, Helma

Re: [graphics] Final version of new Cocoon masthead

2007-03-21 Thread hepabolu
Peter Hunsberger said the following on 21/3/07 14:32: Looks good. There are some quirks as you scale it larger, in particualr with IE 6. Maybe we should add a Note about "Best viewed with a standards compliant browser", but I don't know No. That's so nineties. As said before: I think our

Re: [graphics] Final version of new Cocoon masthead

2007-03-21 Thread hepabolu
be required; if you increase > your browser text size (ctrl + in Firefox) you get some strange things > going on. People with poor eyesight may not be able to use it very > well as it currently sits. Fixed as well. Check the new version at: http://people.apache.org/~hepabolu/final6.html Bye, Helma

Re: [graphics] Final version of new Cocoon masthead

2007-03-20 Thread hepabolu
Joerg Heinicke said the following on 20/3/07 20:33: On 20.03.2007 17:48, Peter Hunsberger wrote: However, note that some CSS tweaking may be required; if you increase your browser text size (ctrl + in Firefox) you get some strange things going on. People with poor eyesight may not be able to u

Re: [graphics] Final version of new Cocoon masthead

2007-03-20 Thread hepabolu
Gavin Carothers said the following on 20/3/07 14:46: doesn't clear it up as it drops under the left hand nav, dope. The goal of course is to drop the news section always under the floating boxes. This shouldn't change the look on a wide display but makes it a fair bit easier to read on a smalle

[graphics] Re: Publishing our new docs - what else needs to be done?

2007-03-20 Thread hepabolu
Reinhard Poetz said the following on 20/3/07 12:02: Jeroen Reijn wrote: *Applause* Great work! :D So when are we going to put this live? there is some work left: - create a Maven skin (-> writing a Velocity template) - initial content for http://cocoon.apache.org and --> http://co

[graphics] Final version of new Cocoon masthead

2007-03-19 Thread hepabolu
Hi guys, The final version of Cocoon's new masthead front page is available at: http://people.apache.org/~hepabolu/final6.html Once again a big round of applause to Thien. Bye, Helma

Re: [GT2007] It's that time of the year again...

2007-03-17 Thread hepabolu
Torsten Curdt said the following on 17/3/07 00:03: >> What about a Cocoon GetTogether 2007? +1! *cough* Italy? *cough* :-) Italy!! :-D +1! Bye, Helma

[graphics] New masthead version - final5

2007-03-12 Thread hepabolu
Guys, Thien and I have discussed the L&F of the breadcrumb trail and turned it to a more bluish color. Thien has also made the colors of the masthead stronger. Check it out: http://people.apache.org/~hepabolu/final5.html Bye, Helma

Re: [vote] Jeroen Reijn as a new Cocoon committer

2007-03-05 Thread hepabolu
Andrew Savory said the following on 5/3/07 09:19: Hi, I'd like to propose Jeroen Reijn as a Cocoon committer. +1 Bye, Helma

Re: [graphics] Artwork for cocoon.apache.org - final4

2007-03-01 Thread hepabolu
Grzegorz Kossakowski said the following on 1/3/07 14:15: Could folks working on this give any rough timetable? You have to keep in mind that the website is not fully 'done' yet. Apart from the masthead and the current front page some elements such as table styles etc. are missing. And I won't

[graphics] Artwork for cocoon.apache.org - final4

2007-03-01 Thread hepabolu
h flag (only saw the messages of Sylvain and Betrand after the upload of this version). Here's the link: http://people.apache.org/~hepabolu/final4.html The only issue left now (AFAICK) is Peter Hunsberger's mentioning of the "pastel" colors of the blocks in the masthead.

Re: [vote] Grzegorz Kossakowski as a new Cocoon committer

2007-02-22 Thread hepabolu
Daniel Fagerstrom said the following on 22/2/07 17:36: Hi all! I'd like to propose Grzegorz Kossakowski (aka Grek) as a new Cocoon committer. He has been around at the user list since 2003 and has been +1 Bye, Helma

[graphics] Artwork for cocoon.apache.org - new version

2007-02-20 Thread hepabolu
Guys, after some discussion back and forth with Thien we've decided on the next version: - the masthead is adjusted to improve the display of the search box and the apache feather when resizing. - the green blocks are better at the center than on the side. - we've added a prominent download

Re: [graphics] Which site to redesign?

2007-02-12 Thread hepabolu
Jeroen Reijn said the following on 12/2/07 13:22: Btw did somebody else also notice that the CSS behaves different in IE6 and FireFox 2.0? In IE the menu runs through the image left to "What is Apache Cocoon" and the green blocks on the right align differently. I'm currently working with Thien

[graphics] Which site to redesign?

2007-02-09 Thread hepabolu
Guys, I'm currently working with Thien on a new version of the masthead. I'm sure you've noticed that it has gone beyond that. ;-) I'd like your opinion on the following: should the new design be used only for Cocoon 2.2 and beyond or also tweaked a bit and used for 2.1? I more or less assu

Re: Site structure

2007-02-09 Thread hepabolu
Reinhard Poetz said the following on 9/2/07 10:00: actually we have it under http://cocoon.apache.org/2.2/ (Vadim convinced me at this point) I think it would make sense to have a "subprojects" or "projects" or something like that directory and put the servlet-service and configuration into it.

Re: [graphics] New version of masthead - update

2007-02-07 Thread hepabolu
Vadim Gritsenko said the following on 7/2/07 16:11: hepabolu wrote: Awesome! Looks good ... but ... is that a page curl beside "What is Apache Cocoon" ? *shudder* I suppose it is. I think it's very well done, no tackiness about it. What makes you shudder? I'm not crazy

Re: [graphics] New version of masthead - update

2007-02-06 Thread hepabolu
Awesome! Looks good ... but ... is that a page curl beside "What is Apache Cocoon" ? *shudder* I suppose it is. I think it's very well done, no tackiness about it. What makes you shudder? Also, how would it look with Cocoon 2.1 somewhere in the top menubar too? True, that needs to be added.

Re: [graphics] New version of masthead

2007-02-06 Thread hepabolu
Peter Hunsberger said the following on 6/2/07 16:07: involved in web site design I do think we need to go through a limited critiquing process and that the development community is as good of source of opinions as any. +1 We need to agree on something that we all like, more or less. If you vi

Re: [graphics] New version of masthead - update

2007-02-06 Thread hepabolu
OOPS now the link: http://people.apache.org/~hepabolu/final2.html Bye, Helma On 2/6/07, hepabolu <[EMAIL PROTECTED]> wrote: Guys, Thien did it again: - he changed the masthead, making it a bit smaller and darker. - he also added a search box and changed the color of "apache co

Re: [graphics] New version of masthead - update

2007-02-06 Thread hepabolu
Guys, Thien did it again: - he changed the masthead, making it a bit smaller and darker. - he also added a search box and changed the color of "apache cocoon" to be more prominent. - he removed some tiles to make things look better at 800x600. - the green blocks are now moved also to make thin

Re: [graphics] New version of masthead

2007-02-06 Thread hepabolu
Sylvain Wallez said the following on 6/2/07 08:49: Mo :-) Don't confuse your cows and your sheep. ;-) Collecting opinions is good, but we also need to define the decision process to avoid endless discussions and frustration in the end for those that may have the feeling the decision was i

Re: [graphics] New version of masthead

2007-02-05 Thread hepabolu
Reinhard Poetz said the following on 5/2/07 11:17: Daniel Fagerstrom wrote: But it takes a little bit to much screen real estate IMHO. It is a little bit higher than our current look and nearly twice as high as the masthead and top menu for Spring framework. Would it be possible to rescale it

Re: [graphics] New version of masthead

2007-02-04 Thread hepabolu
Ralph Goers said the following on 4/2/07 22:51: Wow! :-) Very up-to-date and hip reaction. Bye, Helma

[graphics] New version of masthead

2007-02-04 Thread hepabolu
Guys, Thien did it again. He created a great new version of the "blocks" masthead and redesigned the rest of the homepage. http://people.apache.org/~hepabolu/final.html I don't want to bias you, but I like it a lot. ;-) WDYT? Bye, Helma

Re: [graphics] Artwork for cocoon.apache.org - next steps

2007-01-31 Thread hepabolu
Steven Noels said the following on 31/1/07 10:13: On 31 Jan 2007, at 07:51, Reinhard Poetz wrote: - Although I would like to have it, it is difficult for us to maintain a "breadcrump navigation" like Apache Cocoon > Cocoon Blocks > Cocoon Forms > [Introduction] as we can't auto-generat

Re: [docs] ?

2007-01-20 Thread hepabolu
Grzegorz Kossakowski said the following on 20/1/07 22:09: Mark Lundquist napisał(a): Makes sense, OK... "Heading 2" has the look I want (with its bottom border) — at least in Daisy, not sure when it gets exported to Forrest... I see your problem with images... I don't think it's good option

Re: [docs] Working with Cocoon from trunk

2007-01-20 Thread hepabolu
Mark Lundquist said the following on 20/1/07 19:22: OK... so what is the deal with http://cocoon.zones.apache.org/daisy/cdocs-site-main/g1/1285.html This is the part that goes on the main site. Use this for document creation. http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g1/1285.h

Re: [graphics] Masthead artwork for cocoon.apache.org

2007-01-19 Thread hepabolu
Thien said the following on 19/1/07 11:56: A little explanation to the visuals. Let me first say, I think all are fabulously done and show off your skills. 1. Typical masthead design, the dark area has the word "cocoon" drawn in a Lego-like look. To me this one felt like: "the old one but d

Re: [graphics] Masthead artwork for cocoon.apache.org

2007-01-19 Thread hepabolu
Hi everyone, Thien has kindly provided some awesome designs for the masthead. Thanks Thien! I've put them up at: http://people.apache.org/~hepabolu/all.html The 'all' page contains all designs at once for easy comparison, the top line contains links to four identical mock

Re: RFC: CForms Roadmap

2007-01-09 Thread hepabolu
Jeremy Quinn said the following on 9/1/07 13:12: The next level of complexity, is all of the groups and layout stuff in the cforms xslt. In hindsight, it seems this could have been done cleaner in a separate namespace, but we do not have that option now, unless we want to force everyone to com

Re: [graphics] Masthead artwork for cocoon.apache.org

2007-01-08 Thread hepabolu
I'm just curious to know how things are progressing. Any news? Bye, Helma

Re: Current status of the new documentation

2007-01-06 Thread hepabolu
Jeremy Quinn said the following on 6/1/07 20:22: OK, I only have 'guest' under the role menu, so I assume someone has to enable me as a doc-editor? Fixed. Your default role is doc-editor, but I've also given you the doc-committer role (since you're a committer ;-) ) which is allowed to put do

Re: Docs for 2.1.10

2006-12-21 Thread hepabolu
Carsten Ziegeler said the following on 21/12/06 12:38: Ross Gardler wrote: Thanks for the info! One final question :) where do I find the docs for 2.1 in Daisy? Fairly important I suppose... http://cocoon.zones.apache.org/daisy/documentation/659.html Hmm, that does not look like the docs I f

Re: [VOTE] Drop JDK1.3 support after 2.1.10 release

2006-12-18 Thread hepabolu
Vadim Gritsenko said the following on 18/12/06 17:14: get 2.1.10 out, close 2.1.x branch, and work on getting 2.2 out - i'm completely +1 on this line of thinking. Why do we need to keep on dragging 2.1.x branch forward? Just say that 2.1.10 is last on jdk 1.3 (and last of 2.1.x), and 2.2 forwa

Re: [VOTE] Drop JDK1.3 support after 2.1.10 release

2006-12-18 Thread hepabolu
Guys, I read only part of the discussion but seeing the reasons to either drop the 1.3 compatibility (no resources, too much effort) or keep it (versioning requirements), both sides have valuable arguments. My initial thought was similar to Ralph's only he had better arguments ;-) : - stop t

Re: [graphics] Masthead artwork for cocoon.apache.org

2006-12-07 Thread hepabolu
Jorg Heymans said the following on 7/12/06 09:06: Niclas Hedhman wrote: 3. PNG scaling == big problems. 4. Thien normally works with Illustrator, and handing over SVG instead of rendered PNG is not a big deal. I see your point. Well as long as Thien is happy in the end that's fine then

Re: i18nTransformer problems with static pages

2006-12-05 Thread hepabolu
Ard Schrijvers said the following on 5/12/06 12:40: ...I replaced this xsl transformer with a custom StripNameSpacesTransformer (about just 10 lines), which outperforms the slow xsl transformation a factor 30... This would be useful to have in Cocoon, go for it! I thought it was too trivial

Re: i18nTransformer problems with static pages

2006-12-04 Thread hepabolu
falcorn said the following on 4/12/06 13:47: I removed dtd declaration and xml:space attribute has gone; But there is declaration of xmlns:i18n at html tag. And IE dosen't like this attribute. I get blank page. In FF everything is correct, I only get some warrnings from Tidy that there is not st

Re: Releasing 2.1.10

2006-12-04 Thread hepabolu
Carsten Ziegeler said the following on 4/12/06 14:08: It's time to release again - thanks to Bruno we have solved the rhino licensing problem now and imho nothing is preventing us from a release. If there are no outstanding issues I will assemble a release next monday (11th), put it up for downl

Re: [graphics] Masthead artwork for cocoon.apache.org

2006-12-01 Thread hepabolu
Vadim Gritsenko said the following on 1/12/06 01:18: hepabolu wrote: All: I know it is quite early for this, but in order to review the galleries of samples that Thien will be delivering ;-) we need a space to put them. I don't mind to help out in getting them uploaded, but it would be

Re: [graphics] Masthead artwork for cocoon.apache.org

2006-11-30 Thread hepabolu
Mark Lundquist said the following on 30/11/06 12:48: Niclas Hedhman wrote: I have just hired a Graphics Designer here at CodeDragons, and we don't think we will manage to fill his pipeline with commercial work from the start. I have previously promised that he will be available some o

Re: The Cocoon documentation: a lot has happened here

2006-11-06 Thread hepabolu
Arje Cahn said the following on 6/11/06 16:29: News on the homepage: excellent!! I love it. It would be better if we could have the date presented as part of the title: # 10/18/06: News Management in our Docs submitted by Ross Gardler, 10/18/06 9:59:32 PM I tend to disagree on this, although i

Re: [SITE] - Contributions to this relase....

2006-10-30 Thread hepabolu
Antonio Gallardo said the following on 30/10/06 01:08: Hi folks, In http://cocoon.apache.org/2.1/changes.html we read for each release: Contributors to this release We thank the following people for their contributions to this release. This is a list of all people who participated as

Re: [RANT] The Cocoon website: move on, nothing is happening here

2006-10-19 Thread hepabolu
Ross Gardler said the following on 18/10/06 23:36: Daniel Fagerstrom wrote: [news items] Guys, I wholeheartily welcome your ideas of news items and I fully agree with Ross that they should be entered in Daisy directly. If Daisy can be configured to auto-publish after a delay, that's great.

Re: [RANT] The Cocoon website: move on, nothing is happening here

2006-10-18 Thread hepabolu
Bertrand Delacretaz said the following on 18/10/06 13:56: Thanks Arje for starting this thread. +1 Guys, since the documentation is my main focus, I want to chime in here. Re the redesign of the website: I haven't discussed this much with Reinhard, but my intention was a new revamped websi

Re: RFC: CForms + Dojo: the way forward

2006-10-09 Thread hepabolu
Jeremy Quinn said the following on 6/10/06 20:47: On 6 Oct 2006, at 18:46, hepabolu wrote: Jeremy Quinn said the following on 6/10/06 16:42: Hi All We had an informal group discussion on Tuesday at the Hackathon about CForms. The purpose of the discussion was to find a consensus on the

Re: RFC: CForms + Dojo: the way forward

2006-10-06 Thread hepabolu
Jeremy Quinn said the following on 6/10/06 16:42: Hi All We had an informal group discussion on Tuesday at the Hackathon about CForms. The purpose of the discussion was to find a consensus on the direction to take CForms, so that everybody who would like to work on it is hopefully going to ta

Re: Releasing M2?

2006-10-06 Thread hepabolu
Reinhard Poetz said the following on 6/10/06 16:06: Carsten Ziegeler wrote: We have done a lot of changes since M1 - we have a new Spring bridge, updated to Spring 2.0 final, the dispatcher servlet etc. I think it makes sense to release this stuff as M2. WDYT? agreed. let's wait for Daniel's

Re: [RT] User poll to find unused components

2006-10-03 Thread hepabolu
Sylvain Wallez said the following on 3/10/06 13:26: Geert Josten wrote: +1 for the blocks, because it simplifies the stay/leave selection. In a later stage the poll can be repeated per block for the individual components. I also suggest to ask for a TOP 5 and create a TOP 10 from that to cat

Re: [RT] User poll to find unused components

2006-10-03 Thread hepabolu
Bertrand Delacretaz said the following on 3/10/06 12:05: On 10/3/06, Sylvain Wallez <[EMAIL PROTECTED]> wrote: ...So the idea is to involve users in the process and conduct a poll where they will be able to list the components they use regularly so that we can find those that can be pushed to

Roadmap for 2.2 (was: Re: Maven dictatorship and software parasitism)

2006-09-29 Thread hepabolu
Carsten Ziegeler said the following on 29/9/06 12:12: but I'm not very enthusiastic about it as imho time and energy could be used in different places. Let's get this 2.2 release out *now*. I agree, but does anyone know what is needed for this? I went as far back as May 2005 but every topic o

Re: [RT] Simplify flow usage

2006-09-29 Thread hepabolu
Reinhard Poetz said the following on 29/9/06 11:14: Carsten Ziegeler wrote: hepabolu wrote: How much extra effort would it take to allow overriding the location in e.g. the sitemap? E.g. as an attribute in map:flow That shouldn't be difficult - but then the question is if th

Re: [RT] Simplify flow usage

2006-09-29 Thread hepabolu
Carsten Ziegeler said the following on 29/9/06 09:19: If noone objects I will add the stuff in the next days. I like the feature but not the location as flowscripts are not configuration files. What about ./flow only? Ok, it seems that everyone here is in favour of using just "flow" without a

Re: Maven info wanted

2006-09-28 Thread hepabolu
Reinhard Poetz said the following on 28/9/06 14:55: We have invested a lot of time into making trunk build with M2. And don't forget that it's much more than just compiling the thing. We have two archetypes, one deployment plugin, the documentation which is exported using Maven, a working int

Daisy is down on the zones

2006-09-28 Thread hepabolu
Guys, Daisy on the zones gives a 502. In an attempt to fix it myself I wanted to follow Bertrand's link in the message below, but I'm not able to access it. So please help. Bye, Helma Bertrand Delacretaz said the following on 24/11/05 21:37: > Le 24 nov. 05, à 20:56, Jorg Heymans a écrit :

Re: Maven info wanted

2006-09-27 Thread hepabolu
One reply to all the others: Leszek Gawron said the following on 27/9/06 16:25: > I have managed to create a single blog entry about starting a mavenized > cocoon application: http://ouzo.squash.eu.org/ > > It enlists all the commands you need to enter to create a valid cocoon > application skele

Maven info wanted

2006-09-27 Thread hepabolu
Guys, I've watched the devlist with growing astonishment seeing how you got into Maven2 and under its hood at an amazing pace. My first steps into Maven v1 were not very successful and at the time clear documentation of Maven2 was non-existent. I suppose this has changed by now, but I'm stil

Re: Creating a mavenized cocoon application

2006-09-27 Thread hepabolu
Leszek Gawron said the following on 7/9/06 13:55: As I suck in writing documentation I decided to summarize first steps to create a cocoon application in a blog entry [1] If anybody finds it useful I will continue the tutorial. The best thing would be if somebody more english fluent ports it t

Re: Cocoon 2.2 documentation

2006-09-25 Thread hepabolu
Reinhard Poetz said the following on 23/9/06 11:56: hepabolu wrote: Reinhard Poetz said the following on 22/9/06 17:46: -- First, thanks for reading so far! If you agree, I would like that we use the new documentation structure in Daisy for our Cocoon 2.2 docs and polish the Maven

Re: Cocoon 2.2 documentation

2006-09-22 Thread hepabolu
about the (Forrest) skin I created about half a year ago? http://web.inter.nl.net/users/hepabolu/cocoondocsskin/ I'll change it to Maven if necessary. cocoon.zones.apache.org which would help us to find out how the result docs look like. A lot of stuff that we could trigger at the GT an

Re: [GT2006] 17 talks proposed!

2006-09-18 Thread hepabolu
Andrew Savory said the following on 18/9/06 17:38: Hi, Arje Cahn wrote: I agree with all of these. I also agree with Betrand to have the rest of Andrew's talks be written up on XML.com or similar. We missed out on the last round of articles that I proposed after the previous GT, so it might

  1   2   3   4   >