Hi, I am trying create a page using "curl", but I need insert the page as a html macro in content tag, like following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <page xmlns="http://www.xwiki.org"> <title>Hello world</title> <content> * {{html}} <html xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:html="http://www.w3c.org/1999/xhtml"> <body>test</body> </html> {{/html}}* </content> </page> But, it doesn't accept the content inside {{html}} tag, showing as content only the {{/html}} tag. How can I create a page this way or must be created of another way? Thanks, Alexandre Souza 2009/8/31 <[email protected]> > Send users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xwiki.org/mailman/listinfo/users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today's Topics: > > 1. the links I see don't look like the links I posted (clay) > 2. Panels in Chronopolys (Anna M Wiese) > 3. Re: the links I see don't look like the links I posted > (Marius Dumitru Florea) > 4. How do I create an ImageMap in Xwiki with Syntax 2.0? > (Steven Calkins) > 5. Re: How do I create an ImageMap in Xwiki with Syntax 2.0? > (Vincent Massol) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 30 Aug 2009 14:30:21 -0500 > From: "clay" <[email protected]> > Subject: [xwiki-users] the links I see don't look like the links I > posted > To: <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > > > I'm using 1.9.3.22597 & Syntax 2.0, > > When I paste text like this: > > > > http://forum.doityourself.com/general-chats-discussions/273144-painting-hou > se-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-painting-hou%0Ase-numbers-curb.html> > > done by the city.They leave a > > > into a page, after save & view the text shows up like this: > > > http:~/~/ > forum.doityourself.com/general-chats-discussions/273144-painting-h > > ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion > s/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-painting-h%0Aouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion%0As/273144-painting-house-numbers-curb.html> > > done by the city.They leave a > > > where the first http is a label & the 2nd is the link what can I do? > > > > > Page Source: > <div id="xwikicontent"> > <p> </p><p><span > style="color:#0000ff;">http:~/~/ > forum.doityourself.com/general-chats-discuss > ions/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discuss%0Aions/273144-painting-house-numbers-curb.html> > <!--startwikilink:http://forum.d > > oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb > .html--><span class="wikiexternallink"><a > href=" > http://forum.doityourself.com/general-chats-discussions/273144-paintin > g-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-paintin%0Ag-house-numbers-curb.html> > "><span > class="wikigeneratedlinkcontent"> > http://forum.doityourself.com/general-chats > -discussions/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats%0A-discussions/273144-painting-house-numbers-curb.html> > </span></a></span><!--st > opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS: 2; > TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: > 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; > COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: > 1px; -webkit-border-vertical-spacing: > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: > auto; -webkit-text-stroke-width: 0px">done by the city. They leave a > note on your door you fill it out and tape it back on the door. They come > take the note. You do this so they know who's getting it done.</span></p> > </div> > > xWiki Source: > (% style="COLOR: #0000ff" > %)http:~~~~/~~~~/ > forum.doityourself.com/general-chats-discussions/273144-pai > > nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d > iscussions/273144-painting-house-numbers-curb.html]]<http://forum.doityourself.com/general-chats-discussions/273144-pai%0Anting-house-numbers-curb.html%5B%5Bhttp://forum.doityourself.com/general-chats-d%0Aiscussions/273144-painting-house-numbers-curb.html%5D%5D> > > (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none; > TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana; > WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); > WORD-SPACING: 0px; -webkit-border-horizontal-spacing: > 1px; -webkit-border-vertical-spacing: > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: > auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a > note > on your door you fill it out and tape it back on the door. They come take > the note. You do this so they know who's getting it done. > > > > ------------------------------ > > Message: 2 > Date: Sun, 30 Aug 2009 20:57:11 -0700 (PDT) > From: Anna M Wiese <[email protected]> > Subject: [xwiki-users] Panels in Chronopolys > To: xwiki <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > I have figured out how to change the panels on the main page using the > panel wizard by going to the link > http://localhost:8080/xwiki/bin/view/Panels/ and clicking the panel > wizard, but I can seem to find how to adjust the panels in the working > groups. Is there a way to use the panel wizard on other pages besides the > main page? > > Also, when I have set up a panel configuration for a working group page is > there a way to save that configurations to be used on other pages. > > Any assistance will be greatly appreciated. > > -Anna > > > > > > ------------------------------ > > Message: 3 > Date: Mon, 31 Aug 2009 11:24:28 +0300 > From: Marius Dumitru Florea <[email protected]> > Subject: Re: [xwiki-users] the links I see don't look like the links I > posted > To: XWiki Users <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > > clay wrote: > > > > I'm using 1.9.3.22597 & Syntax 2.0, > > > > > When I paste text like this: > > In which editor did you paste? Wiki or WYSIWYG? > > > > > > > > http://forum.doityourself.com/general-chats-discussions/273144-painting-hou > > se-numbers-curb.html > > > > done by the city.They leave a > > Are the new lines, the tabs and the text after the URL important? I > mean, does this issue reproduce without them (if you paste/write just > the URL)? What happens if you paste/write a URL in an empty page? > > What version of Safari do you use? Does this issue reproduce in Firefox? > > Thanks, > Marius > > > > > > > into a page, after save & view the text shows up like this: > > > > > > http:~/~/ > forum.doityourself.com/general-chats-discussions/273144-painting-h > > ouse-numbers-curb.htmlhttp:// > forum.doityourself.com/general-chats-discussion > > s/273144-painting-house-numbers-curb.html > > > > done by the city.They leave a > > > > > > where the first http is a label & the 2nd is the link what can I do? > > > > > > > > > > Page Source: > > <div id="xwikicontent"> > > <p> </p><p><span > > style="color:#0000ff;">http:~/~/ > forum.doityourself.com/general-chats-discuss > > ions/273144-painting-house-numbers-curb.html<!--startwikilink: > http://forum.d > > > oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb > > .html--><span class="wikiexternallink"><a > > href=" > http://forum.doityourself.com/general-chats-discussions/273144-paintin > > g-house-numbers-curb.html"><span > > class="wikigeneratedlinkcontent"> > http://forum.doityourself.com/general-chats > > > -discussions/273144-painting-house-numbers-curb.html</span></a></span><!--st > > opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS: > 2; > > TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: > > 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; > > COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: > > 1px; -webkit-border-vertical-spacing: > > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: > > auto; -webkit-text-stroke-width: 0px">done by the city. They leave > a > > note on your door you fill it out and tape it back on the door. They come > > take the note. You do this so they know who's getting it done.</span></p> > > </div> > > > > xWiki Source: > > (% style="COLOR: #0000ff" > > %)http:~~~~/~~~~/ > forum.doityourself.com/general-chats-discussions/273144-pai > > nting-house-numbers-curb.html[[ > http://forum.doityourself.com/general-chats-d > > iscussions/273144-painting-house-numbers-curb.html]] > > > > (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none; > > TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana; > > WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: > rgb(0,0,0); > > WORD-SPACING: 0px; -webkit-border-horizontal-spacing: > > 1px; -webkit-border-vertical-spacing: > > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: > > auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a > note > > on your door you fill it out and tape it back on the door. They come take > > the note. You do this so they know who's getting it done. > > > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/users > > > ------------------------------ > > Message: 4 > Date: Mon, 31 Aug 2009 10:50:30 +0200 > From: "Steven Calkins" <[email protected]> > Subject: [xwiki-users] How do I create an ImageMap in Xwiki with > Syntax 2.0? > To: "XWiki Users" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Dear All, > How do I create an ImageMap in Xwiki with Syntax 2.0? > > I already have the image map created with an open source tool. I can > include an image in syntax 2 with the [[image:URL||width="xxx"]] syntax. > But where do I tell it to use the image map? And where can I put the > image map? > > Thanks for any help. > > Steven Calkins > > > ------------------------------ > > Message: 5 > Date: Mon, 31 Aug 2009 10:56:16 +0200 > From: Vincent Massol <[email protected]> > Subject: Re: [xwiki-users] How do I create an ImageMap in Xwiki with > Syntax 2.0? > To: XWiki Users <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Hi Steven, > > On Aug 31, 2009, at 10:50 AM, Steven Calkins wrote: > > > Dear All, > > How do I create an ImageMap in Xwiki with Syntax 2.0? > > > > I already have the image map created with an open source tool. I can > > include an image in syntax 2 with the [[image:URL||width="xxx"]] > > syntax. > > But where do I tell it to use the image map? And where can I put the > > image map? > > You'll need to use the HTML macro: > http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro > > Thanks > -Vincent > > > > ------------------------------ > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > > > End of users Digest, Vol 25, Issue 60 > ************************************* > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
