Re: [xwiki-users] Create Javascript application in XWiki

2015-03-23 Thread Eduard Moraru
Hi Nicolas, Typically, the flow is the following: 1. You create a page and the markup (wiki syntax + additional HTML if you need form UI elements or if you can not reuse property displayers from velocity, e.g. $doc.display('someProperty', 'edit') [1] ) 2. You add a skin extension [2] object to tha

[xwiki-users] Create Javascript application in XWiki

2015-03-23 Thread Nicolas Delsaux
I would like to create a Javascript application in XWiki. My precise goal is to go get some content from Jenkins (build status) and render it over a static image using d3.js or any other rich rendering framework. I suppose the only way to implement that is to write my webpage as HTML. But, then

Re: [xwiki-users] integrating data from JSPWiki/DokuWiki/mediawiki

2015-03-23 Thread vinc...@massol.net
  On 23 Mar 2015 at 15:07:41, Thomas Mortagne (thomas.morta...@xwiki.com(mailto:thomas.morta...@xwiki.com)) wrote: > On Mon, Mar 23, 2015 at 11:02 AM, Nicolas Delsaux > wrote: > > > > > > Le 19/03/2015 16:10, vinc...@massol.net a écrit : > >> > >> Nice choice! :) > > > > Yeah, for now, as I'm

Re: [xwiki-users] integrating data from JSPWiki/DokuWiki/mediawiki

2015-03-23 Thread Thomas Mortagne
Actually I did not looked if there was a parser for dokuwiki and jspwiki but I guess you can reuse a parser done for one of the existing extensions. On Mon, Mar 23, 2015 at 3:07 PM, Thomas Mortagne wrote: > On Mon, Mar 23, 2015 at 11:02 AM, Nicolas Delsaux > wrote: >> >> >> Le 19/03/2015 16:10,

Re: [xwiki-users] integrating data from JSPWiki/DokuWiki/mediawiki

2015-03-23 Thread Thomas Mortagne
On Mon, Mar 23, 2015 at 11:02 AM, Nicolas Delsaux wrote: > > > Le 19/03/2015 16:10, vinc...@massol.net a écrit : >> >> Nice choice! :) > > Yeah, for now, as I'm only evaluating it, I'm rather happy. >> >> Yes, this is an old script written a long time ago (not by me, I just made >> it available on

Re: [xwiki-users] Editing pages and index view

2015-03-23 Thread MishaK
Hello, I found out that the tree is possible to edit by changing the page names. I tried numbering the pages in front but they still don't sort in the number order from 1 to 9. Here is how it looks like. Tree view on the page: Document

Re: [xwiki-users] RE Suggestions for new Photo Albulm Xwiki

2015-03-23 Thread Nicolas Delsaux
Can't help to wonder ... Photos are metadata-rich files : IPTC, EXIF, and so on. Will your extension extract those metadata and display them (allowing easy use of those tags) ? Le 21/03/2015 08:01, Hamster a écrit : Great idea guys! There are several "Photo/Pictures Extensions" available in X

Re: [xwiki-users] integrating data from JSPWiki/DokuWiki/mediawiki

2015-03-23 Thread Nicolas Delsaux
Le 19/03/2015 16:10, vinc...@massol.net a écrit : Nice choice! :) Yeah, for now, as I'm only evaluating it, I'm rather happy. Yes, this is an old script written a long time ago (not by me, I just made it available on that page ;)), before XWiki Rendering (see http://rendering.xwiki.org) exis