Questions tagged [xwiki]

XWiki is both an open source enterprise wiki software and a platform for quickly writing simple collaborative web applications. It's written in Java with a design emphasis on extensibility.

XWiki is a free software platform written in Java based on the wiki principles, under the LGPL license. In addition to being a full-featured wiki, it is also a second generation wiki allowing effortless development of collaborative web applications. On top of this platform a plethora of applications are developed, targeted mainly on aiding enterprise-level needs.

XWiki Enterprise, the enterprise wiki edition, includes WYSIWYG editing, OpenOffice based document import/export, semantic annotations and tagging, and advanced permissions management.

Read more about XWiki at Wikipedia..

170 questions
1
vote
2 answers

Passing javascript variable to velocity variable templete

I have installed xwiki successfully and able to generate wiki pages using velocity template language. Could anyone please tell me that how can I pass javascript varible to velocity templete. I have gone through few forums that I need to pass the…
charan098
  • 11
  • 1
  • 4
1
vote
1 answer

How to specify table border in XWiki 2.0 or 2.1 syntax

The default table style in XWiki looks fine in the web page, but when the page is exported as PDF, every table's border just disappeared and the whole table looks crammed. I tried |(% border="1" %) header1, |(% style="border:1" %),|(%…
carusyte
  • 1,549
  • 17
  • 21
1
vote
1 answer

Wikipedia content parsing JSON

I want to get the contents of a Wikipedia page and then do some funny stuff with it. The idea is that I want to get them in XML/JSON format and at the moment I don't seem to find a way to do it. For the moment I succeeded in getting this…
1
vote
2 answers

Uploading an image to web with excel vba

I'm trying to upload an image to a REST webpage. I can do this successfully though a cURL call: curl -u Admin:admin -T C:\temp\wikiTable.jpg http://192.168.0.35:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/attachments/table.jpg I'm now…
Gerrie van Wyk
  • 679
  • 8
  • 27
1
vote
1 answer

Register java based listeners in subwiki's for XWiki

We are working on a wiki farm containing various similar subwiki’s for various clients. The challenge I am really struggling with is, that I want to have different (java based) listeners registered for each subwiki. An example of such a listener is…
XiMM
  • 13
  • 3
1
vote
1 answer

Render HTML inside velocity includeInContext() XWiki

I have two spaces. One is the "view" page and the other is the "tool" page. I want to render the "tool" on various "view" pages through my wiki, within the context of the view. Currently, in the "view" page I…
Gerrie van Wyk
  • 679
  • 8
  • 27
1
vote
1 answer

Get all the spaces the current user has access to in XWiki

How do I get all the spaces for which the current user has access in a java component? I have the following: List lstSpaces = new ArrayList(); XWikiContext xcontext = this.xwikiContextProvider.get(); XWiki xwiki =…
Gerrie van Wyk
  • 679
  • 8
  • 27
1
vote
2 answers

How to make confluence2 calls via XWikiXmlRpcClient?

Using a version of this code. (The code is modified to use pages relevant to my confluence set up, apart from that it's identical to this): import java.net.MalformedURLException; import org.apache.xmlrpc.XmlRpcException; import…
eeijlar
  • 1,232
  • 3
  • 20
  • 53
1
vote
0 answers

cannot get "\"while reading an xml file

I'm trying to read an xml page of xwiki line by line but when i read this line: [[3.2.2>>doc:3\.2\.2]] it returns just [[3.2.2>>doc:3.2.2]] any ideas why it ignores \ . so i have an xwiki page localPäge.xml :
Med braim
  • 463
  • 1
  • 7
  • 12
1
vote
1 answer

error while sendin http PUt to creat a new page in xwiki with REST api

i want to send a page to xwiki with $ curl -u Admin:admin -X PUT --data-binary "@newPage.xml" -H "Content-Type: application/xml" http://localhost:8082/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage my xml page is like that:
Med braim
  • 463
  • 1
  • 7
  • 12
1
vote
1 answer

Xwiki reload component jar

According to the guide, adding new components to XWiki involves putting the jar file into XE_WAR_HOME/WEB-INF/lib. However I seem to then need to restart tomcat before I can use the new component. Is there a way around this restart? The component…
beldaz
  • 4,299
  • 3
  • 43
  • 63
1
vote
1 answer

xwiki - Get title of Page if rights are Read=False

I'm trying to create an automatic Index where all the pages from the spaces will be displayed. Something like: Space 1 (public) Page 1 (public) Page 2 (private) Page 2.1 (public) Space 2 (public) Page A (private) Page B…
EricPb
  • 560
  • 1
  • 8
  • 21
1
vote
1 answer

Xwiki Create virtual wiki - problem adding a class

I'm trying to create a virtual wiki but I already struggle with In your Class Editor, create a new class called "XWikiServerClass" Further reading in the DevGuide / DataModel shows that I'm not alone. I understand the words saying but I don't get…
ahahn
  • 98
  • 1
  • 8
1
vote
1 answer

How to unmarshal a schema based request result correctly (i.e. xwiki)?

I used the XWiki Schema Definition to create with the Eclipse XJC Binding Compiler an object class model. In the package-info.java the following namespace is created @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.xwiki.org",…
Matthias Wegner
  • 303
  • 4
  • 18
1
vote
1 answer

Buidling XWiki-Platform. Maven dependency error

I've cloned the XWiki-Platform repository and now trying to build it. After having some initial troubles, I am now stuck on this error: The POM for org.codehaus.swizzle:swizzle-confluence:jar:xwiki:1.2-20080419 is missing, no dependency information…
Anton
  • 2,282
  • 26
  • 43
1 2
3
11 12