On Feb 17, 2012, at 2:25 PM, Thomas Mortagne wrote:
+0
On Fri, Feb 17, 2012 at 2:13 PM, Vincent Massol <vincent(a)massol.net> wrote:
Hi devs,
I'd like to propose to add a new xwiki-platform-git module in xwiki-platform. This
module will provide a simple Script Service to make it easy to perform Git actions on a
git repository from which wiki pages.
I've already coded the script service and I've started documenting it on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Git+Module
Do you plan to add more velocity oriented APIs to the script service ?
org.eclipse.jgit.lib.Repository does not seems easy to use in velocity
if it require what's in the example (mostly thinking about the "new
Git()" calls).
What I have is the minimum and it' s only a start. We can add more APIs as we need
them and to make our scripts even simper to write.
My main idea is that whatever we use on
xwiki.org should be in xwiki-platform and
supported by us.
Thanks
-Vincent
> The rationale for having it in platform:
> * I'm committing to maintain it
> * I'd like that we use it on
xwiki.org to provide all sorts of stats for the
XWiki development, for the new Home page/Community page and for having an always up to
date Hall of Fame page:
> -
http://newxwiki.xwiki.org/xwiki/bin/view/Main/WebHome
> -
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2#…
> -
http://dev.xwiki.org/xwiki/bin/view/Community/HallOfFame
>
> Here's my +1
>
> Thanks
> -Vincent