XPages Wiki

Committed by Steve Castledine
All contributors Steve Castledine; Niklas Heidloff
Downloads 1142
Rating
Tags Niklas Heidloff, Project, Steve Castledine, Web client
Type OpenNTF Projects
Last updated on Jan 20, 2009
License Apache License v2
Tested platforms Domino 8.5
The XPages Wiki is a basic wiki implementation demonstrating various XPages capabilities.
Read the full documentation here.

Features:
    1. Notes and Web based editing (using Notes/Web Rich text, HTML or wiki markup)
    2. Version history and control (Notes only so far for rollback)
    3. Wiki Markup based on the Creole standard
    4. Automatic source code formatting
    5. Forward Linking (if links do not exist page is automatically generated)
    6. Automatic Table of Contents
    7. RSS Feeds for new content, changed content and comments
    8. Tags and tag cloud
    9. Categories (and ability to format each category page differently)
    10. Easy Sidebar Link management
    11. Discussion for each wiki page

Screenshot:

Dieter Schroeder created  5/14/09 4:34:31 AM
applikation doesn´t work, get these error messages when starting: Browsermessage HTTP Web Server: Command Not Handled Exception on server (8.5, Unix) JVM SERVERE: CFLAD####E Exeption thrown WebServer: Command Not Handled Exception [xphwt.nsf] has anybody an Idea? greetings Dieter

  
bruce lill created  5/19/09 3:48:43 PM
The server_encoding field is not copied fromthe preference doc to the profile doc, so rss didn't work. added line to the synchProfileDocument routine in the ClientUILibrary script library to fix. Call profileDoc.ReplaceItemValue("server_encoding",doc.GetItemValue("server_encoding")(0))

  
Jens Bruntt created  5/20/09 7:58:38 AM
You also need to add: Call profileDoc.ReplaceItemValue("server_host",doc.GetItemValue("server_host")(0)) To the same ScriptLibrary for the link-tags in the RSS feeds to work properly. Remember to open View-Action More->Preferences and clicking OK to make the profile document get properly updated.