Specifications

File or Folder Name Description
group_name/ Creating a wiki creates a folder with the groups
short name.
group_name/index.db This le changes when you edit wiki content. If
you manually edit raw content, erase this le so it
regenerates based on raw content.
group_name/metadata.plist This le contains wiki administration settings.
group_name/wiki/ This folder stores all pages in the wiki.
group_name/wiki/page_uid.page/ This folder is created when you create a wiki
page. The name of the folder is a unique identier
that appears in the page’s URL:
http://domain_name/groups/group_name/wiki/
page_uid/page_name
group_name/wiki/page_uid.page/page.html This le contains the pages HTML content.
group_name/wiki/page_uid.page/page.plist This le contains meta-information for a page.
group_name/wiki/page_uid.page/attachments/ This folder stores subfolders for every attachment.
group_name/wiki/page_uid.page/attachments/
attachment_uid/
This folder is created when a le is attached to
a page. Every folder stores one attachment. The
name of the folder is a unique identier that
appears in the attachment’s URL:
http://domain_name/groups/groupname/
wiki/pageuid/attachments/attachment_uid/
attachment_lename
group_name/wiki/page_uid.page/attachments/
attachment_uid/attachment_lename
This le is an attachment.
group_name/wiki/page_uid.page/images/ This folder stores all images for a page.
group_name/wiki/page_uid.page/images/image_
lename
This le is an image.
Manually Editing Raw Content
When you use the wiki to edit wiki pages, the wiki server indexes your content. If you
manually edit raw content, the wiki server doesn’t index content. You must delete the
index.db le so the le regenerates based on the changed raw content; otherwise, an
error occurs.
To avoid this problem, use the Atom Publishing Protocol, also known as AtomPub, or
the MetaWeblog application programmers interface (API). You can use an AtomPub-
enabled client or the MetaWeblog API to log in, publish, update, or delete wiki and
blog entries.
Congure AtomPub clients to use this service address:
74 Chapter 6 Managing Wiki Content