Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Asiri Rathnayake
Hi Kasun, On Thu, Apr 7, 2011 at 12:22 PM, Kasun Nishshanka nishshan...@gmail.comwrote: I went through the code and your UI for creating macros. I can see you are using Redeox for rendering the macros and other wiki content. AFAIK XWiki uses it's own rendering engine (for normal wiki content

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Asiri Rathnayake
On Thu, Apr 7, 2011 at 12:35 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: Hi Kasun, On Thu, Apr 7, 2011 at 12:22 PM, Kasun Nishshanka nishshan...@gmail.comwrote: I went through the code and your UI for creating macros. I can see you are using Redeox for rendering the macros and

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Thomas Mortagne
On Thu, Apr 7, 2011 at 13:22, Kasun Nishshanka nishshan...@gmail.com wrote: I went through the code and your UI for creating macros. I can see you are using Redeox for rendering the macros and other wiki content. So I believe there are two high level goals in the project. 1. Design the UI to

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
Hi Thomas Asiri, Thanks for pointing this out. Now I'm looking at the correct place (rendering project) Thanks, Kasun On Thu, Apr 7, 2011 at 5:20 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: On Thu, Apr 7, 2011 at 12:35 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote:

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
Hi, In the rendering project I can see there are several in-built macros. Each macro accept a Parameters class. Still I'm not sure about the lifestyle of these macro objects and I'm investigating in to it. Thanks, Supun.. On Thu, Apr 7, 2011 at 6:58 PM, Kasun Nishshanka

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
Right now I'm looking at the entry point for the macros. I can see that the parameters are typed in the parameters classes. Kasun On Thu, Apr 7, 2011 at 8:51 PM, Kasun Nishshanka nishshan...@gmail.comwrote: Hi, In the rendering project I can see there are several in-built macros. Each

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Thomas Mortagne
On Thu, Apr 7, 2011 at 17:27, Kasun Nishshanka nishshan...@gmail.com wrote: Right now I'm looking at the entry point for the macros. I can see that the parameters are typed in the parameters classes. Theses are java macros. The project is about wiki macros which are wiki page based macro

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
On Thu, Apr 7, 2011 at 9:01 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Thu, Apr 7, 2011 at 17:27, Kasun Nishshanka nishshan...@gmail.com wrote: Right now I'm looking at the entry point for the macros. I can see that the parameters are typed in the parameters classes. Theses

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
On Thu, Apr 7, 2011 at 9:25 PM, Kasun Nishshanka nishshan...@gmail.comwrote: On Thu, Apr 7, 2011 at 9:01 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Apr 7, 2011 at 17:27, Kasun Nishshanka nishshan...@gmail.com wrote: Right now I'm looking at the entry point for the

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Asiri Rathnayake
Hi, Still I'm not sure about the lifestyle of these macro objects and I'm investigating in to it. If you meant the life-cycle of macros, it's something like below: - When XWiki starts up it loads the MacroManager component and asks it to load all the Macros (including Java macros as well as

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Thomas Mortagne
On Thu, Apr 7, 2011 at 17:57, Kasun Nishshanka nishshan...@gmail.com wrote: On Thu, Apr 7, 2011 at 9:25 PM, Kasun Nishshanka nishshan...@gmail.com wrote: On Thu, Apr 7, 2011 at 9:01 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Apr 7, 2011 at 17:27, Kasun Nishshanka

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-07 Thread Kasun Nishshanka
Now I'm looking at the DefaultWikiMacroFactory. I believe this is where the macros are created. Kasun. On Thu, Apr 7, 2011 at 9:33 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Thu, Apr 7, 2011 at 17:57, Kasun Nishshanka nishshan...@gmail.com wrote: On Thu, Apr 7, 2011 at 9:25 PM,

[xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-06 Thread Kasun Nishshanka
Hi, I am a student of University of Moratuwa Sri Lanka, currently following my Chemical and Process Engineering degree. Although I'm not a computer science student I found it is a very interesting subject, especially Java programming. I have experience in developing Java programs and web based

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-06 Thread Asiri Rathnayake
Hi Kasun, The dead-line for applications is closing: http://www.google-melange.com/gsoc/events/google/gsoc2011 May be you should contact devs on the IRC, do a quick research and put together a proposal asap? I think Thomas (IRC Nick: tmortagne) knows a lot about Wiki Macros implementation and

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-06 Thread Thomas Mortagne
On Wed, Apr 6, 2011 at 17:49, Kasun Nishshanka nishshan...@gmail.com wrote: Hi, I am a student of University of Moratuwa Sri Lanka, currently following my Chemical and Process Engineering degree. Although I'm not a computer science student I found it is a very interesting subject, especially

Re: [xwiki-devs] Project Proposal XWiki for GSoC 2011

2011-04-06 Thread Kasun Nishshanka
Hi Asiri, Thank you for the information. I am looking at the details now, and hoping to submit the proposal tomorrow. -Kasun On Wed, Apr 6, 2011 at 9:42 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: Hi Kasun, The dead-line for applications is closing: