Re: [xwiki-users] How to include content from HTTP response

2007-10-03 Thread Vincent Massol
Hi,

On Oct 3, 2007, at 3:25 PM, Robin François-Xavier wrote:

 Hi,

 I've got a CVS repository with a web frontend.
 I can access the source codes (java) via URL.

 I found the {code} macro but it only displays embedded code.
 How can I include my remote code using HTTP ?

See http://www.xwiki.org/xwiki/bin/view/DevGuide/APIGuide
(I've started that page for you ;) So feel free to update it with  
other useful API you find out)

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How to include content from HTTP response

2007-10-03 Thread Robin François-Xavier
Hi,

I've got a CVS repository with a web frontend.
I can access the source codes (java) via URL.

I found the {code} macro but it only displays embedded code.
How can I include my remote code using HTTP ?

Best regards.

F.X.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to include content from HTTP response

2007-10-03 Thread Robin François-Xavier
Thank you very much !

Using :

{code}
 $xwiki.getURLContent(http://mycvs.mycompany.com/cvs/MyClass.java;)
{code}

It perfectly produces what I wanted.

Thank you !

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Vincent Massol
Envoyé : mercredi 3 octobre 2007 15:53
À : XWiki Users
Objet : Re: [xwiki-users] How to include content from HTTP response

Hi,

On Oct 3, 2007, at 3:25 PM, Robin François-Xavier wrote:

 Hi,

 I've got a CVS repository with a web frontend.
 I can access the source codes (java) via URL.

 I found the {code} macro but it only displays embedded code.
 How can I include my remote code using HTTP ?

See http://www.xwiki.org/xwiki/bin/view/DevGuide/APIGuide
(I've started that page for you ;) So feel free to update it with  
other useful API you find out)

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users