Hello everybody.
Because of a java memory problem when exporting my wiki, I want to do selective space exports. The problem is that there is no easy snippet to do it. I found some code to export one space, and would be great to hace something with chekboxes or similiar to quickly select wich space to export. I am not good at the scripting language yet, so some help would be great.
I attach the code for one space exporting
#if(!$request.space)
#set($space = "All")
#else
#set($space = $request.space)
#end
#set($spacesText = {})
#set($spaces = $xwiki.spaces)
#set($ok = $spacesText.put("All","All"))
#foreach($space in $spaces)
#set($ok = $spacesText.put($space,$space))
#end
#macro(spaceoption $space $selectspace $spacesText)
<option value="$spacesText.get($space)" #if($selectspace == $spacesText.get($space))selected="selected"#end>$space</option>
#end
#macro(spaceselect $selectspace $spaces $spacesText)
<select name="space">
#spaceoption("All" $selectspace $spacesText)
#foreach($space in $spaces)
#spaceoption($space $selectspace $spacesText)
#end
</select>
#end
<form action="">
{pre}
<div class="centered">
Space #spaceselect($space $spaces $spacesText) <input type="submit" value="Ver"/>
</div>
{/pre}
</form>
#if ($request.space)
1.1 List of docs that will be Exported
#set($parametros = "?format=xar&history=false&name="+$space)
#foreach ($item in $xwiki.getSpaceDocsName($request.space))
* $item
#set( $parametros = $parametros + "&pages=" + $space + "." + $item )
#end
#set( $parametros=$doc.getURL("export")+$parametros )
#set( $parametros=$parametro.toString.replace("/view/","/export/"))
<a href="$parametros">Exportar</a>
#end
--
Francisco Hernández Cuchí
Jefe de Servicios Sistemas de Información
OFICINA ESPAÑOLA DE PATENTES Y MARCAS
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
Hi all,
I am looking for a way to display in the current document the browsable list
of others documents linking to it.
Example :
- Doc A has a link to doc C
- Doc B has a link to doc C
In doc C, I want to have two generated links "Doc A" and "Doc B" that a user
can click.
Is the solution a velocity or groovy script ?
Many thanks,
Olivier
I have changed a bit the displayDocumentList macro in
xwiki/templates/macros.vm and now it work for me:
#foreach($docName in $docNames)
#set($document = $xwiki.getDocument($docName).getTranslatedDocument())
#if($xwiki.hasAccessLevel("view", $context.user, $document.fullName))
#if(!$blacklistedSpaces.contains($document.getSpace()))
#set($discard = $documentList.add($document))
#end
#end
#end
Try it and tell me if it works for you
thank you very much for the new wiki
i will put it to good use :)
On 6-Sep-09, at 3:00 AM, users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> 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
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: [psiu] new wiki request (Vincent Massol)
> 2. Re: iclei-eval new wiki request (Vincent Massol)
> 3. Re: iclei-eval new wiki request (Nick Fahey)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 5 Sep 2009 13:17:57 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [psiu] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <C1D14604-A9CB-4A8C-869C-DA2224ED58AE(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi Jason,
>
> On Sep 3, 2009, at 12:38 PM, Jason Binstock wrote:
>
>> I'd like to start a new wiki for my fraternity to keep us better
>> organized and so I can learn more about the administration of XWiki
>>
>> ideally the server name would be: psiu.myxwiki.org
>>
>> my username for myxwiki.org is jason53
>
> Your wiki has been created:
> http://psiu.myxwiki.org/xwiki/bin/view/Main/
>
> Enjoy it
>
> Thanks
> -Vincent
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 5 Sep 2009 13:33:50 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] iclei-eval new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4DBC926A-4904-4BB7-9D17-F247C71BB93B(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi Nick,
>
> On Sep 5, 2009, at 11:05 AM, Nick Fahey wrote:
>
>> Hi,
>>
>> I'm itching to get an evaluation xwiki instance in place for our
>> not-for-profit organisation. I'm reasonably certain that xwiki will
>> become our intranet platform and I'd like to dress up a dummy site to
>> demonstrate to others in my organisation.
>>
>> For an outline of who ICLEI is and what we do, please see:
>> http://www.iclei.org/index.php?id=global-about-iclei
>>
>> In short, we are a global not-for-profit membership organisation of
>> local governments working on environmental sustainability. We have
>> 250
>> staff across 13 offices, worldwide.
>>
>> My MyXWiki.org username is: NickFahey
>
> Created
> http://iclei.myxwiki.org/xwiki/bin/view/Main/
>
> Enjoy!
> -Vincent
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 06 Sep 2009 08:58:40 +1000
> From: Nick Fahey <nick.fahey(a)iclei.org>
> Subject: Re: [xwiki-users] iclei-eval new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4AA2ED20.4040504(a)iclei.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Dear Vincent,
>
> Thanks very much. I'm looking forward to exploring.
>
> Regards,
> Nick
>
> Vincent Massol wrote:
>> Hi Nick,
>>
>> On Sep 5, 2009, at 11:05 AM, Nick Fahey wrote:
>>
>>
>>> Hi,
>>>
>>> I'm itching to get an evaluation xwiki instance in place for our
>>> not-for-profit organisation. I'm reasonably certain that xwiki will
>>> become our intranet platform and I'd like to dress up a dummy site
>>> to
>>> demonstrate to others in my organisation.
>>>
>>> For an outline of who ICLEI is and what we do, please see:
>>> http://www.iclei.org/index.php?id=global-about-iclei
>>>
>>> In short, we are a global not-for-profit membership organisation of
>>> local governments working on environmental sustainability. We have
>>> 250
>>> staff across 13 offices, worldwide.
>>>
>>> My MyXWiki.org username is: NickFahey
>>>
>>
>> Created
>> http://iclei.myxwiki.org/xwiki/bin/view/Main/
>>
>> Enjoy!
>> -Vincent
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 26, Issue 12
> *************************************
Hello,
I've got some problems with setting securities on my farm (1.7.2). The
idea is, that I want to grant access to a certain group to only a
certain space in a xwiki on the farm, but not the main one. Let's name
the space ProjectA, and the group ClientA. I want members of group
ClientA to read (View), write (Edit) and Comment all of the ProjectA's
pages, but the home page, witch I want they only read.
What I do is:
in a global rights panel bloc all Unregistered User rights
create local group ClientA,
create user Jim Foobarsky,
add Jim to ClientA group
remove Jim from XAllWikiGroup, because he's assigned there by default,
in a global rights panel disable all ClientA rights
in a space ProjectA rights panel explicitly grant view, comment and edit
rights to group ClientA,
in a ProjectA.WebHome rights panel disable ClientA group edit and
comment rights,
Everything seems to be all right, but Jim Foobarsky cannot access
comment and attachment panels on ProjectA space pages. Those panes are
not disabled, as it should be if comment right is revoked. They are not
displayed at all, probably because of lack of responsible javascript
code, which is not loaded.
Does anyone have some suggestions how to set up proper rights to achieve
mentioned goal.
Robert
----------------------------------------------------
Wygraj bilety do kina na PRZEDPREMIEROWY pokaz filmu
"Bękarty Wojny" Quentina Tarantino!
http://klik.wp.pl/?adr=www.bekartywojny.bloog.pl&sid=848
Hi,
I'm itching to get an evaluation xwiki instance in place for our
not-for-profit organisation. I'm reasonably certain that xwiki will
become our intranet platform and I'd like to dress up a dummy site to
demonstrate to others in my organisation.
For an outline of who ICLEI is and what we do, please see:
http://www.iclei.org/index.php?id=global-about-iclei
In short, we are a global not-for-profit membership organisation of
local governments working on environmental sustainability. We have 250
staff across 13 offices, worldwide.
My MyXWiki.org username is: NickFahey
Thanks in advance.
Regards,
Nick
I'd like to start a new wiki for my fraternity to keep us better
organized and so I can learn more about the administration of XWiki
ideally the server name would be: psiu.myxwiki.org
my username for myxwiki.org is jason53
Thank you,
Jason
Hi Marius,
It just happened in firefox so FF isn't immune.
In this case, I copied the text from IE and pasted into FF.
I've been doing a lot of that lately. If it turns out to be frequent that it
happens when I'm copying from IE and into FF I'll let you know. I'm thinking
that things are smoother when it's an FF to FF copy/paste.
-----Original Message-----
From: clay [mailto:clay@grabafact.com]
Sent: Thursday, September 03, 2009 12:39p
To: users(a)xwiki.org
Cc: mariusdumitru.florea(a)xwiki.com
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
Marius,
Thanks for responding.
Sorry I'm just now getting back online.
I'm in IE8 compatibility mode right now.
I copied the text enclosed by the comments where 'positive reviews' is a web
link:
/*
published by Gotham Books, is getting some positive reviews.
Murray points out that
*/
and pasted it into the WYSIWYG editor which is also in IE8 compatibility
mode.
After 'Save and View' I get the same results as before:
Display:
positive
reviewshttp://www.businessweek.com/magazine/content/09_36/b4145072739717.htm
Page Source:
<span style="color:#0000ff;">positive
reviews<!--startwikilink:http://www.businessweek.com/magazine/content/09_36/
b4145072739717.htm--><span class="wikiexternallink"><a
href="http://www.businessweek.com/magazine/content/09_36/b4145072739717.htm"
><span
class="wikigeneratedlinkcontent">http://www.businessweek.com/magazine/conten
t/09_36/b4145072739717.htm</span></a></span><!--stopwikilink--></span>
Wiki Source:
(% style="color:#0000ff;" %)positive
reviews[[http://www.businessweek.com/magazine/content/09_36/b4145072739717.h
tm]](%%)
Copying & Pasting the link only gives the same results (displayed).
Repeating in a new, empty page gives the same results (displayed).
I don't use Safari. I have Firefox 3.5 & Chrome 2.0.172.43. Sometimes Chrome
is ID'ed as Safari so that may have been what I was using when I first
posted.
Just pasted the link only in Firefox. New, empty page. No problems.
Pasted link with surrounding text in Firefox. New, empty page. No problems.
The WYSIWYG editor did not display any toolbar buttons in Chrome so I
couldn't test it there.
One thing I might add is that when I first encountered this, one of the
things I tried was using Syntax 1.
I haven't gone back to confirm it but I got the impression that the process
was more reliable in that Syntax.
That's just a hunch though. If you want me to try it out I will.
Message: 3
Date: Mon, 31 Aug 2009 11:24:28 +0300
From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A9B88BC.6000909(a)xwiki.com>
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
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hello everybody,
I have a xwiki_db.script of about 1 giga and I want to export the XWIKI to another system. It doesn't mind how much memory I give to the java process, I get the error. Is there any other way of doing the import/export, that will not get the hava heap exception?
Origing: xwiki self contained installer with the jetty installer
Destiny: Oracle Database and Weblogic
I wonder if I could do it just copying all the webdav folders or not?
Thanks,
Francisco
--
Francisco Hernández Cuchí
OFICINA ESPAÑOLA DE PATENTES Y MARCAS
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
hi,
I'm stumped on this, I have an object property and I can't figure out
how to get hold of the class to get the contenttype field for that property.
Any help would be much appreciated.
Caleb James DeLisle
Marius,
Thanks for responding.
Sorry I'm just now getting back online.
I'm in IE8 compatibility mode right now.
I copied the text enclosed by the comments where 'positive reviews' is a web
link:
/*
published by Gotham Books, is getting some positive reviews.
Murray points out that
*/
and pasted it into the WYSIWYG editor which is also in IE8 compatibility
mode.
After 'Save and View' I get the same results as before:
Display:
positive
reviewshttp://www.businessweek.com/magazine/content/09_36/b4145072739717.htm
Page Source:
<span style="color:#0000ff;">positive
reviews<!--startwikilink:http://www.businessweek.com/magazine/content/09_36/
b4145072739717.htm--><span class="wikiexternallink"><a
href="http://www.businessweek.com/magazine/content/09_36/b4145072739717.htm"
><span
class="wikigeneratedlinkcontent">http://www.businessweek.com/magazine/conten
t/09_36/b4145072739717.htm</span></a></span><!--stopwikilink--></span>
Wiki Source:
(% style="color:#0000ff;" %)positive
reviews[[http://www.businessweek.com/magazine/content/09_36/b4145072739717.h
tm]](%%)
Copying & Pasting the link only gives the same results (displayed).
Repeating in a new, empty page gives the same results (displayed).
I don't use Safari. I have Firefox 3.5 & Chrome 2.0.172.43. Sometimes Chrome
is ID'ed as Safari so that may have been what I was using when I first
posted.
Just pasted the link only in Firefox. New, empty page. No problems.
Pasted link with surrounding text in Firefox. New, empty page. No problems.
The WYSIWYG editor did not display any toolbar buttons in Chrome so I
couldn't test it there.
One thing I might add is that when I first encountered this, one of the
things I tried was using Syntax 1.
I haven't gone back to confirm it but I got the impression that the process
was more reliable in that Syntax.
That's just a hunch though. If you want me to try it out I will.
Message: 3
Date: Mon, 31 Aug 2009 11:24:28 +0300
From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A9B88BC.6000909(a)xwiki.com>
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
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi All,
I want to know how to integrate with other forums in xwiki.ex(Jforum with
xwiki).
or any other forum also fine.But how both can talk to each other in SSO.
Or any other forum plugin is compatible in xwiki.A
Any suggestion will be highly appreciatiable.
Regards,
Debasis
-----
Thanks In Advance
Debasis
--
View this message in context: http://n2.nabble.com/Using-Forums-in-Xwiki-tp3566123p3566123.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi I'm trying to make a page creation dialog. For the sake of clarifying
my question here are the things I would like to do
1. On creation of a new page/object there have to be two
attachments. Preferable with standardized names.
a. So I was thinking of a dialog like "upload attachment 1" and
"upload attachment 2", and save them as attachments in the page with
name 'att1' and 'att2' regardless of their original filenames.
b. Before they get saved, I must resize them due to copyright
protection. And save the original sized attachments someplace where only
admins/privileges user access them.
2. A few fields needs to be filled out (not a must, but should be
best practis to do at this point).
For 2. I have created a normal class, template and sheet.
But for 1. I've a little lost.
Should I write some kind of velocity or groovy script or do I need to
write a new plugin or application?
Especial the name mapping and the fact I would like to save the same
upload different places bugs me, but there must be a simple solution?
Where or how would I save a attachment so only admins can see it? On the
same page (constraints on download link, protected attachment)? Create a
shadow Space.page? Or all in one page? (there will be 12000 +
attachments).
Anny help, thoughts or other suggestions are most welcome
-Rune (pulven)
I have a problem with this solution. I use XWiki Enterprise 1.9.3 and I just
created a new htmlheader.vm with only the lines described. The skin was
destroyed. If I don't create it, the file doesn't exist in the skin. Does
someone know what I have to add to the file to not loose the skin AND have
the Favicon?
I know it's the whole concept behind a "wiki", but is the content of xwiki.org open to anyone for modification? For example, I figured out how to install the Calendar Plugin and Event Calendar Application and thought I could add the installation steps to http://code.xwiki.org/xwiki/bin/view/Plugins/CalendarPlugin since it's not documented. Or is content like that only added through specific people?
Trevor
Hi All,
I am tryiing to install BulletinBoard Application in xwiki.I followed the
installation procedure.
# Step 2 : Tell the wiki where to find the right languages resources.
* In the administration menu, click on the "Preferences" tab.
* Click on the "Advanced" sub-menu.
* Scroll in this menu until you can see "Internationalization Document
Bundles:" written.
* In that field, copy-paste the following text : "BBCode.Translations,"
* Save the page.
The problem here is I am not atall getting a preference Tab and Advanced
submenu.Thats why I am getting the text like
bb_bbcodespace
# b_createnewbbs bb_adminbb
# bb_changelookbbs bb_skinbbs
# bb_changetranslationsbb bb_translationsbb
# bb_apanelisavailable bb_bbpanel. bb_usepanelwizard bb_gotopanelwizard?
Also If I am trying to add a new topic by going to bb_category :
CategoryClassTemplate I am not able to save that.I am encountering with the
following error
java.lang.NullPointerException
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2008)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.useDefaultAction(XWiki.java:5822)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:237)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:181)
at com.xpn.xwiki.doc.XWikiDocument.getURL(XWikiDocument.java:1025)
at com.xpn.xwiki.api.Document.getURL(Document.java:590)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Can anybody please help on this.
Thanks
Debasis
--
View this message in context: http://n2.nabble.com/Probem-with-nstallation-of-Bulletin-board-Application-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've been looking through the XWiki documentation and have been wondering about setting a parent when creating a new page.
I can only see two effects:
1) visually, in the page descriptor (eg. in space "Projects": "Projects: Project Template > Project1" (with a parent) vs " Projects: Project1" (without a parent).
2) in the "document index" tree view where pages are shown in their parent/child hierarchy
Other than that, is there any purpose to setting a parent?
Thanks,
Trevor
Hello,
I'm trying to connect to my XWiki 1.9.2 instance using XWiki Eclipse.
In the XWiki connection settings dialog box, the field "Server URL" is set
to "http://<server>/xwiki". And when I click on Finish, I get the following
error message :
Error connecting to remote XWiki: 'Failed to create input stream: Server
returned HTTP response code: 401 for URL:
http://<real_server>/xwiki/bin/login/XWiki/XWikiLogin;jsessionid=79C01C68A222CC518927BECE744B53F2?srid=W0osUbgb'.
Please check your settings.
I know that 401 is for Unauthorized but my username and password are valid.
Is there something to configure in xwiki.cfg ?
Could anyone help me ? Thank you.
Maxime Mathieu
Maybe somebody can help me for this subject:
As a understand, Xwiki is a platform, on which I can add more and more
applications. I tried to install Xwiki Enterprise (successfully) and also, I
tried different applications on it. All is ok, but I need application "File
Manager" same as in Xwiki Workspace. I think, that I can take this
application separately and will add it to Xwiki Enterprise, same as other
applications. But I didn't find this application separately. I search all
site and all forums but dind't find any solution. Maybe I can import direct
xwiki-workspaces.xar - in this variant, please explain, which documents I
should select in a import process (I think not all of them).
--
View this message in context: http://n2.nabble.com/Using-File-Manager-Application-from-Xwiki-Workspace-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am using xwiki with hsqldb.when I am trying create and save the page I am
getting exception.Here exception stack trace goes .
java.lang.NullPointerException
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2008)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.useDefaultAction(XWiki.java:5822)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:237)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:181)
at com.xpn.xwiki.doc.XWikiDocument.getURL(XWikiDocument.java:1025)
at com.xpn.xwiki.api.Document.getURL(Document.java:590)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
--
View this message in context: http://n2.nabble.com/Unable-to-save-the-any-page-in-Xwiki-with-Hsqldb-tp355…
Sent from the XWiki- Users mailing list archive at Nabble.com.
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 <users-request(a)xwiki.org>
> Send users mailing list submissions to
> users(a)xwiki.org
>
> 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
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> 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" <clay(a)grabafact.com>
> Subject: [xwiki-users] the links I see don't look like the links I
> posted
> To: <users(a)xwiki.org>
> Message-ID: <EEEEKPCFNEOKNFCCMDBDIEELCAAA.clay(a)grabafact.com>
> 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…>
>
> 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%0…>
>
> 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-…>
> <!--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-…>
> "><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-…>
> </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-…>
>
> (% 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 <orngtictac(a)yahoo.com>
> Subject: [xwiki-users] Panels in Chronopolys
> To: xwiki <users(a)xwiki.org>
> Message-ID: <451830.60775.qm(a)web52811.mail.re2.yahoo.com>
> 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 <mariusdumitru.florea(a)xwiki.com>
> Subject: Re: [xwiki-users] the links I see don't look like the links I
> posted
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4A9B88BC.6000909(a)xwiki.com>
> 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
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 31 Aug 2009 10:50:30 +0200
> From: "Steven Calkins" <steven.calkins(a)crossmediasolutions.de>
> Subject: [xwiki-users] How do I create an ImageMap in Xwiki with
> Syntax 2.0?
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID: <F63091682B4CC141B8AB9D347A9C50EF0389AE2F(a)ms1.stuertz.wue>
> 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 <vincent(a)massol.net>
> Subject: Re: [xwiki-users] How do I create an ImageMap in Xwiki with
> Syntax 2.0?
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <E9510CD0-E17B-4493-89C6-39A14E7C45FC(a)massol.net>
> 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
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 25, Issue 60
> *************************************
>