Hello: I´m using Xwiki and I have read the documentation but I have two questions: 1. I need to dynamically group wiki entries using a wikipedia like category tag. Example: --- MySpace.Rabbit [Category: Animals] On another entry --- MySpace.Horse [Category: Animals] In wikipedia the category tag automatically adds these two entries in the Animals Category. One entry can belong in many categories (which rules out using xwiki spaces. Any tips on implementing this? 2. Im new to portlets and I´m using liferay as a portlet engine. How could I adapt Xwiki as a portlet? It´s listed as a future but I haven´t seen any documentation about it! Thanks in advance!
As we said in the IM chat [email protected] a écrit :
Hello:
I´m using Xwiki and I have read the documentation but I have two questions:
1. I need to dynamically group wiki entries using a wikipedia like category tag. Example:
--- MySpace.Rabbit
[Category: Animals]
On another entry
--- MySpace.Horse
[Category: Animals]
In wikipedia the category tag automatically adds these two entries in the Animals Category. One entry can belong in many categories (which rules out using xwiki spaces. Any tips on implementing this?
-> currently there is no backlinks in XWiki. The plan for backlinks is to wirte a plugin that would use notification in save using the notification API. Then use doc.getLinkedPages() to get the linked pages and update the backlinks table which would be a doc_id, backlink_doc_id table. We then need to write an API: doc.getBackLinks() to read the backlinks.
2. Im new to portlets and I´m using liferay as a portlet engine. How could I adapt Xwiki as a portlet? It´s listed as a future but I haven´t seen any documentation about it!
Current XWiki is compatible with eXo. The JBoss team has sent some code to make it compatible with JBoss Portal and more generally JSR 168 compatible.. This code would need to be integrated and then tested with Liferray Ludovic
Thanks in advance!
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
cramirez@ingenian.com -
Ludovic Dubost