[xwiki-users] Page in external website
Hi, We maintain a very valuable knowledge base about a rare syndrome Cornelia de Lange syndrome. What is the best strategy to display content in a website of other organizations? A normal iFrame will show all the XWiki skin elements while in this case only Content needs to be shown. No edit's, no display of tags, annotations, attachments... Off course the inline links should work (when linking to XWiki.Pages) Gerritjan
Hi, You can use the XWIki REST API to get content. See http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI You can also simply prepend "xpage=plain" to the page URL. For example: http://playground.xwiki.org/xwiki/bin/view/Sandbox/WebHome?xpage=plain Thanks -Vincent On Mon, Nov 11, 2013 at 12:13 PM, Gerritjan Koekkoek < [email protected]> wrote:
Hi,
We maintain a very valuable knowledge base about a rare syndrome Cornelia de Lange syndrome.
What is the best strategy to display content in a website of other organizations?
A normal iFrame will show all the XWiki skin elements while in this case only Content needs to be shown. No edit's, no display of tags, annotations, attachments...
Off course the inline links should work (when linking to XWiki.Pages)
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, I know some people who add "xpage=print" to the page URL. For example: http://playground.xwiki.org/xwiki/bin/view/Sandbox/WebHome?xpage=print I hope it helps, Louis-Marie 2013/11/12 Vincent Massol <[email protected]>
Hi,
You can use the XWIki REST API to get content.
See http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI
You can also simply prepend "xpage=plain" to the page URL. For example: http://playground.xwiki.org/xwiki/bin/view/Sandbox/WebHome?xpage=plain
Thanks -Vincent
On Mon, Nov 11, 2013 at 12:13 PM, Gerritjan Koekkoek < [email protected]> wrote:
Hi,
We maintain a very valuable knowledge base about a rare syndrome Cornelia de Lange syndrome.
What is the best strategy to display content in a website of other organizations?
A normal iFrame will show all the XWiki skin elements while in this case only Content needs to be shown. No edit's, no display of tags, annotations, attachments...
Off course the inline links should work (when linking to XWiki.Pages)
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Gerritjan Koekkoek -
Guillaume "Louis-Marie" Delhumeau -
Vincent Massol