Specifications

Chapter 6 Managing Wiki Content 77
Key Example Value Description
podcastCategory Sports, Music Name of the podcast
category.
podcastEnabled <true/>, <false/> Set to true if podcasts are
enabled.
sidebars An array Contains custom sidebar
settings.
For more information
about setting up sidebars,
see “Creating Sidebars” on
page 39.
themeName com.apple.block.green.
banner
Set to the unique
identier of the theme.
Use the Admin Settings page to change these settings instead of manually editing
the metadata.plist le. If you manually edit the le, you must stop web service or your
changed settings are overwritten.
To manually edit wiki administration settings:
1 Stop the web service by doing one of the following:
In Server Preferences, click Web and move the slider to O. Â
In Server Admin, open the disclosure triangle for your server, select Web, and click Â
Stop Web.
Enter the following in Terminal: Â
$ sudo serveradmin stop teams;
If prompted, enter your administrator account password.
Stopping web service can disrupt users, so send out a notication that the server will
be temporarily down before doing this.
2 If you’re going to use Property List Editor or a non–command-line tool, copy the
theme.plist le to your Documents folder.
To copy this le, enter:
$ sudo cp /Library/Collaboration/Groups/group_name/metadata.plist /Users/
user_name/Documents/
Replace group_name with the groups short name. Replace user_name with the short
name of the user you’re logged in as.
If prompted, enter your administrator account password.
3 Open theme.plist in Property List Editor or in a text editor.
To open this le in a command-line text editor (in this example, nano), enter:
$ sudo nano theme_name.wikitheme/theme.plist