Re: [xwiki-devs] [GSOC]how to convert html to xwiki syntax

2008-06-06 Thread Ludovic Dubost
Hi Mirko, Great to see you on the XWiki list. I have a few questions about JODConverter.. - I see you already have a web service. How about a nice REST api for that web service, including username/password ? - Are you handling a conversion queue ? - How do you handle OO not coming back from

[xwiki-devs] SX questions

2008-06-06 Thread Vincent Massol
Hi (Sergiu), I finally read your SX design doc yesterday night and I have some questions: * It's called Skin Extensions (SX) but it seems to be missing vm extensions, right? AFAIU this is in IX. I would have expected Skin extensions to include vm. Maybe just a problem of terminology. * How

Re: [xwiki-devs] Setting TAGs in XWiki workspaces

2008-06-06 Thread Jerome Velociter
Hello Vivian This feature is not exposed in XWiki Workspaces. For now you can only affect categories to a page, from a list you previously defined for the workspace. (See manage categories in the administration section of a workspace). Though, we intend to change that to actual free tags in the

Re: [xwiki-devs] SX questions

2008-06-06 Thread Sergiu Dumitriu
Vincent Massol wrote: Hi (Sergiu), I finally read your SX design doc yesterday night and I have some questions: * It's called Skin Extensions (SX) but it seems to be missing vm extensions, right? AFAIU this is in IX. I would have expected Skin extensions to include vm. Maybe just a

Re: [xwiki-devs] Logging architecture proposal

2008-06-06 Thread Vincent Massol
Hi Jonas, Side note: It's great to see someone diving into the code. We need more of you so please continue to make proposal, and do forrays in the code :) see below On Jun 6, 2008, at 11:25 AM, Jonas von Malottki wrote: Hello X-Wikians, I am currently browsing the Xwiki Code and thus

[xwiki-devs] Logging architecture proposal

2008-06-06 Thread Jonas von Malottki
Hello X-Wikians, I am currently browsing the Xwiki Code and thus found the current handling of the logging to catch my eye. I filed a jira idea (XWIKI-2437) to use slf4j as logging abstraction. it wasn't until this mornig though that I found the new logging Architecture in the component sub

Re: [xwiki-devs] [GSOC]how to convert html to xwiki syntax

2008-06-06 Thread Vincent Massol
On Jun 6, 2008, at 10:22 AM, Paul Libbrecht wrote: dare I candidly ask how math is processed? Is that related to Office/OO import/Export? Do you mean if you put math inside Word documents? If you're talking about math support in general then that's not for this thread... :) I also remember

Re: [xwiki-devs] Presentation Application (was Re: [GSOC] Today is GSOC project starting day)

2008-06-06 Thread Arpit Jain
Both S5 and Slidy presentation is a single XHTML file and they have a set of markups which is then used by the javascript to show the presentation. If we decide on one of the markup, converting to other won't be a problem by a simple script. And later, if Google Presentation API allows XHTML

Re: [xwiki-devs] [GSOC]how to convert html to xwiki syntax

2008-06-06 Thread Paul Libbrecht
dare I candidly ask how math is processed? thanks in advance paul Le 06-juin-08 à 00:34, Mirko Nasato a écrit : Hi all, I'd certainly be happy to add XWiki to the list of other open source projects that use JODConverter and provide suggestions if needed. I see you mention xhtml... well

Re: [xwiki-devs] [GSOC]how to convert html to xwiki syntax

2008-06-06 Thread Mirko Nasato
Hi Ludovic, 2008/6/6 Ludovic Dubost [EMAIL PROTECTED]: I have a few questions about JODConverter.. - I see you already have a web service. How about a nice REST api for that web service, including username/password ? The web service 'protocol' used by JODConverter 2.2 is documented at

[xwiki-devs] [Proposal] Bug Fixing Day - every Wednesday

2008-06-06 Thread Vincent Massol
Hi devs, Looking at jira we have 232 open bugs on core right now. This is quite worse than the figure we had when we release 1.4 final. In addition the diagram on jira.xwiki.org shows that more bugs are created than fixed lately. Since stability is one priority number 1 from now on (it's in

Re: [xwiki-devs] [proposal] XWiki Watch 1.0 Roadmap

2008-06-06 Thread Vincent Massol
Hi Anca, Sounds ok to me although the issue list sounds pretty big :) Could you update http://watch.xwiki.org/xwiki/bin/view/Main/Roadmap with the list of high level domains/items planned (see http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap for example)? Also could you update jira

Re: [xwiki-devs] Logging architecture proposal

2008-06-06 Thread Jonas von Malottki
Hi Vincent, Very fast response time, thats cool. snip In slf4j you would write something like this: LOG.debug(my debug message is {} {}: {}, var1, var2, var3); Thus the function will be called but the string operation can take place iff the string will really be logged. (see

Re: [xwiki-devs] Logging architecture proposal

2008-06-06 Thread Vincent Massol
On Jun 6, 2008, at 1:57 PM, Jonas von Malottki wrote: Hi Vincent, Very fast response time, thats cool. snip In slf4j you would write something like this: LOG.debug(my debug message is {} {}: {}, var1, var2, var3); Thus the function will be called but the string operation can take

Re: [xwiki-devs] Xwiki XWS problem

2008-06-06 Thread Jerome Velociter
Jerome Velociter wrote: Jerome Velociter wrote: Hello Jarmo, I could not reproduce this behavior on 1.1-m1 with a member account. Something I don't understand in the exception you paste, is that it refers to a page in edition : org.apache.velocity.exception.MethodInvocationException:

Re: [xwiki-devs] Xwiki XWS problem

2008-06-06 Thread Jarmo Tanskanen
Jerome Velociter wrote: Jerome Velociter wrote: Hello Jarmo, I could not reproduce this behavior on 1.1-m1 with a member account. Something I don't understand in the exception you paste, is that it refers to a page in edition :

Re: [xwiki-devs] Xwiki XWS problem

2008-06-06 Thread Jarmo Tanskanen
Jerome Velociter wrote: Jerome Velociter wrote: Jerome Velociter wrote: Hello Jarmo, I could not reproduce this behavior on 1.1-m1 with a member account. Something I don't understand in the exception you paste, is that it refers to a page in edition :

Re: [xwiki-devs] [GSOC]how to convert html to xwiki syntax

2008-06-06 Thread Vincent Massol
Hi Axel, On Jun 6, 2008, at 8:37 PM, Axel wrote: It's probably not very difficult to add another HTML to XWiki converter[1] to the my Java Wikipedia API [2]. You can try the converter online at [3]. Thanks for the pointers. We haven't decided yet what to use for XHTML to Wiki conversion so