Hi everyone, I work for a company that is looking at xWiki as a candidate for an in-house wiki set-up. It seems to meet all the features that we need, with the exception of navigation. What we'd really like is to be able to set up "portals" on wiki pages, so that the article is displayed in context. An example of what I'm talking about would be the portal on the right of this Wikipedia page: http://en.wikipedia.org/wiki/Neoplatonism. Is this possible in xWiki? Would I use HTML for it? Thanks in advance, Nathan Hunt -- 9Wood, Inc. tel 888.767.9990 fax 888.767.9998 www.9wood.com
Hi Nathan, You're probably looking for the panels application that comes within the XWiki Enterprise default XAR : http://code.xwiki.org/xwiki/bin/view/Applications/PanelsApplication Hope this helps, Guillaume On Tue, May 27, 2008 at 5:58 PM, Nathaniel Hunt <[email protected]> wrote:
Hi everyone, I work for a company that is looking at xWiki as a candidate for an in-house wiki set-up. It seems to meet all the features that we need, with the exception of navigation. What we'd really like is to be able to set up "portals" on wiki pages, so that the article is displayed in context. An example of what I'm talking about would be the portal on the right of this Wikipedia page: http://en.wikipedia.org/wiki/Neoplatonism. Is this possible in xWiki? Would I use HTML for it?
Thanks in advance, Nathan Hunt -- 9Wood, Inc. tel 888.767.9990 fax 888.767.9998 www.9wood.com _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Guillaume, Thanks very much for the response! That looks like it could work for what I need. Thanks, Nathan On Tue, May 27, 2008 at 9:11 AM, Guillaume Lerouge <[email protected]> wrote:
Hi Nathan, You're probably looking for the panels application that comes within the XWiki Enterprise default XAR : http://code.xwiki.org/xwiki/bin/view/Applications/PanelsApplication
Hope this helps,
Guillaume
On Tue, May 27, 2008 at 5:58 PM, Nathaniel Hunt <[email protected]> wrote:
Hi everyone, I work for a company that is looking at xWiki as a candidate for an in-house wiki set-up. It seems to meet all the features that we need, with the exception of navigation. What we'd really like is to be able to set up "portals" on wiki pages, so that the article is displayed in context. An example of what I'm talking about would be the portal on the right of this Wikipedia page: http://en.wikipedia.org/wiki/Neoplatonism. Is this possible in xWiki? Would I use HTML for it?
Thanks in advance, Nathan Hunt -- 9Wood, Inc. tel 888.767.9990 fax 888.767.9998 www.9wood.com _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- http://wikibc.blogspot.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- 9Wood, Inc. tel 888.767.9990 fax 888.767.9998 www.9wood.com
Nathan, You could also look at this: http://code.xwiki.org/xwiki/bin/view/Macros/DisplayPanelLayoutMacro -Vincent On May 27, 2008, at 6:15 PM, Nathaniel Hunt wrote:
Guillaume, Thanks very much for the response! That looks like it could work for what I need.
Thanks, Nathan
On Tue, May 27, 2008 at 9:11 AM, Guillaume Lerouge <[email protected]
wrote:
Hi Nathan, You're probably looking for the panels application that comes within the XWiki Enterprise default XAR : http://code.xwiki.org/xwiki/bin/view/Applications/PanelsApplication
Hope this helps,
Guillaume
On Tue, May 27, 2008 at 5:58 PM, Nathaniel Hunt <[email protected]> wrote:
Hi everyone, I work for a company that is looking at xWiki as a candidate for an in-house wiki set-up. It seems to meet all the features that we need, with the exception of navigation. What we'd really like is to be able to set up "portals" on wiki pages, so that the article is displayed in context. An example of what I'm talking about would be the portal on the right of this Wikipedia page: http://en.wikipedia.org/wiki/Neoplatonism. Is this possible in xWiki? Would I use HTML for it?
Thanks in advance, Nathan Hunt
You can also use some velocity macros inside the document, and use structured objects and sheets, to get something like the grey infobox on this page: http://dev.xwiki.org/xwiki/bin/view/Design/SkinExtensions That box is generated by this call: #includeInContext("XWiki.DesignClassSheet") and takes data defined in an object attached to the document. In general, the question "Is this possible in XWiki" always has an affirmative answer, regardless of what "this" stands for. Guillaume Lerouge wrote:
Hi Nathan, You're probably looking for the panels application that comes within the XWiki Enterprise default XAR : http://code.xwiki.org/xwiki/bin/view/Applications/PanelsApplication
Hope this helps,
Guillaume
On Tue, May 27, 2008 at 5:58 PM, Nathaniel Hunt <[email protected]> wrote:
Hi everyone, I work for a company that is looking at xWiki as a candidate for an in-house wiki set-up. It seems to meet all the features that we need, with the exception of navigation. What we'd really like is to be able to set up "portals" on wiki pages, so that the article is displayed in context. An example of what I'm talking about would be the portal on the right of this Wikipedia page: http://en.wikipedia.org/wiki/Neoplatonism. Is this possible in xWiki? Would I use HTML for it?
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (4)
-
Guillaume Lerouge -
Nathaniel Hunt -
Sergiu Dumitriu -
Vincent Massol