WikiPipes/FAQ

From semanticweb.org
Jump to: navigation, search

[edit] How can I add a new wiki page?

First, get a an IWikiPage for the desired pagename via

 IWikiPage page = IWikiRepository.getPageByName( String name )

and then set the content either from STIF via

 page.setContentFromWif(java.io.Reader wifReader)

or from native wiki syntax via

 page.rawWikiPage().setNativeWikitext(String nativeWikiSource)
Personal tools
Namespaces

Variants
Actions
Navigation
services
Toolbox