Re: [xwiki-users] Run external script to generate data for wiki page

2014-12-19 Thread Bryn Jeffries
I was thinking basic current side AJAX, rather than doing something server side in Velocity. It's not my area, but I'm sure it's possible. The idea is just too get your browser to call the CGI script. - Reply message - From: "Jason Clemons" To: "XWiki Users" Subject: Re: [xwiki-users] R

Re: [xwiki-users] [myxwiki] new wiki request

2014-12-19 Thread Valdis Vītoliņš
> Enjoy! > -Vincent > > PS: Remember the stability of myxwiki.org is not guaranteed! See > http://myxwiki.org But usually it's not bad though. See for example: http://stats.pingdom.com/n04jhbg6a16x/910468/2014/12 http://stats.pingdom.com/n04jhbg6a16x/910468/2014/11 Valdis _

Re: [xwiki-users] [myxwiki] new wiki request

2014-12-19 Thread vinc...@massol.net
Hi PAG, On 19 Dec 2014 at 18:52:57, Pierre-Antoine Grégoire (pierreantoine.grego...@yajug.org(mailto:pierreantoine.grego...@yajug.org)) wrote: > - *subject*: [myxwiki] new wiki request > - *description*: Wiki for YaJUG > - *owner name*: zepag (Pierre-Antoine Grégoire) > - *wiki name*: yajug ht

[xwiki-users] [myxwiki] new wiki request

2014-12-19 Thread Pierre-Antoine Grégoire
- *subject*: [myxwiki] new wiki request - *description*: Wiki for YaJUG - *owner name*: zepag (Pierre-Antoine Grégoire) - *wiki name*: yajug ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Migrate MediaWiki content to XWiki

2014-12-19 Thread Ilsa Loving
Hi all, I’m trying to get us migrated from several installations of MediaWiki to one XWiki. I have installed XWiki 6.3 just fine… but the big problem is migrating the data over. So far all the options I’ve found have been sorely lacking. -The method provided on the Encodo blog, uses the XMLRP

Re: [xwiki-users] Query external MSSQL DB in a wiki page

2014-12-19 Thread vinc...@massol.net
Hi Bryn, On 17 Dec 2014 at 22:49:26, Bryn Jeffries (bryn.jeffr...@sydney.edu.au(mailto:bryn.jeffr...@sydney.edu.au)) wrote: > I wrote: > > I have managed the following with an external PostgreSQL server: > > Retrieve and display queried data in a page with Groovy; Write a Java > > component to

Re: [xwiki-users] Line wrapping in Code Macro

2014-12-19 Thread Thomas Mortagne
This is because that's actually what you asked with this syntax. To customise the macro itself you can use cssClass parameter, see http://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro#HParametersdefinition (code macro inherits box macro). On Thu, Dec 18, 2014 at 10:14 PM, Jamal wrote: >

Re: [xwiki-users] Using a local class within a wiki page

2014-12-19 Thread vinc...@massol.net
Ok I’ve discussed with Guillaume Laforge from Groovy fame and here are more details: * In our code we capture the output of the script and use it to display the rendered page so any println located directly in the script will work. * However for a println in a Class, Groovy call System.out.print