Specifications

If you’re using a non–command-line tool, open the theme.plist le located in your
Documents folder.
4 If there is a <!-- comment marker before <keys>sidebars</key>, remove it and
the --> comment marker before <key>version</key>.
5 For each sidebar that you want to comment out, do the following:
a Add <!-- before the <dict> tag of the sidebar you want to comment out.
For sidebars, <dict> tags are followed by the displayName key.
For example, to comment out the “Whats Hot” sidebar, you’d change this:
<dict>
<key>displayName</key>
<string>What’s Hot</string>
to this:
<!--
<dict>
<key>displayName</key>
<string>What’s Hot</string>
b Add --> after the </dict> tag of the sidebar you want to comment out.
The corresponding </dict> tag is the rst one found at the same indentation level
of the sidebars <dict> tag.
For example, to nish commenting out the “Whats Hot” sidebar, you’d look for the
rst </dict> tag at the same indentation level as the What’s Hot <dict> tag level,
and then youd change this:
</dict>
to this:
</dict>
-->
6 If you copied theme.plist to your Documents folder, copy it back to the theme folder.
To copy this le, enter:
$ cp /Users/user_name/Documents/theme.plist theme_name.wikitheme/
7 Restart web service.
For more information, see “Starting Up Web Service” on page 23.
46 Chapter 3 Customizing How the Wiki Looks