Hi,
As you can see on the mailing list and the ranking on the ObjectWeb
forge website, xwiki is used by more and more companies. Thanks to all
of you for your great support.
The last stable version of XWiki is very old. Since, we add lots of
new features and bug fix. The tasklist for XWiki 1.0 b1 is nearly
empty. There is still some work on the great implementation of the
recomendation on the User Interface made by Marta, but we already have
a really nice interface.
So we need to release a version soon, i'd like to say before 1 month.
So we need your help to :
* try the svn version to track bugs
* fix the last bugs
* finish the current tasks
thanks for your help,
jeremi
Hi Gang !
I've got some questions concerning the development of XWiki extensions :
I've written a simple radeox macro that output a table; basically, it
outputs "{table}" with contents in the macro writer.
It works really fine until I decided to use the macro content
(params.getContent()) !
If I only use my macro like this ({mymacro:<params>}), outputed tables
seems to be interpreted correctly. But if I have the content
({mymacro}<content>{mymacro}), inner {table} seems to be no more
interpreted. Why ?
Other question : Is this possible to configure a radeox macro as easily
as an xwiki plugin ?
With XWiki plugins, you have a context, and then you can access the Wiki
and its configuration.
But how can I do the equivalent with radeox macro ?
Thanks
Guillaume