6Start the web service by doing one of the following:
ÂÂ In Server Preferences, click Web and move the slider to On.
ÂÂ In Server Admin, open the disclosure triangle for your server, select Web, and click Start Web.
ÂÂ Enter the following in Terminal:
$ sudo serveradmin start teams;
If prompted, enter your administrator account password.
Viewing a Page’s Metainformation
A page’s metainformation, such as its title, last author, and last modification date, are stored in:
/Library/Collaboration/Groups/group_name/wiki/page_uid.page/page.plist
Replace group_name with the group’s short name. Replace page_uid with the unique identifier of your page.
Blog and mailing list archive pages also each have their own page.plist file.
For information about viewing or editing property list files, see “Editing Property List Files,” on page 14.
The page.plist file includes the following keys:
Key | Example Value | Description |
author | annejohnson | Short user name of the original |
|
| author. |
|
|
|
commentUID | groups/group_name/discussion/ | Unique identifier for the comments |
| page_uid | page and its location. |
|
|
|
createdDate | Original page creation date and | |
|
| time. |
|
|
|
edited | <true/>, <false/> | Originally set to false, this is set to |
|
| true the first time the page is saved. |
|
|
|
kind | wiki, weblog, mailinglist | Type of page. |
|
|
|
lastModifiedAuthor | ravipatel | Short user name of the last person |
|
| to edit the page. |
|
|
|
modifiedDate | Last page modification date and | |
|
| time. |
|
|
|
title | Welcome | Title of the page. |
|
|
|
44