Specifications
Chapter 3 Customizing How the Wiki Looks 53
To change text shown in the wikis list:
1 In Terminal, enter the following command:
$ cd /Library/Application\ Support/Apple/WikiServer/
2 Create a le named wikiListExplanation.html in a text editor.
To create this le in a command-line text editor, enter:
$ sudo nano wikiListExplanation.html
If prompted, enter your administrator account password.
You can use any command-line text editor, as long as you precede the command to
run the text editor with sudo.
3 Enter the content that you want to appear in HTML format and save it.
For example, here’s some HTML:
<p>These are private wikis for <a href="http://www.example.com">Example
Co.</a></p><p>If you can't create wikis but you'd like to, contact
the <a href="mailto:svradmin@example.com">Server Administrator</
a>.</p>
4 Change the permissions of wikiListExplanation.html by entering the following
command:
$ sudo chown 94:94 wikiListExplanation.html
To change the text shown in the blogs list:
1 In Terminal, enter the following command:
$ cd /Library/Application\ Support/Apple/WikiServer/
2 Create a le named userListExplanation.html in a text editor.
To create this le in a command-line text editor, enter:
$ sudo nano userListExplanation.html
If prompted, enter your administrator account password.
You can use any command-line text editor, as long as you precede the command to
run the text editor with sudo.
3 Enter the content that you want to appear in HTML format and save it.
For example, here’s some HTML:
<p>These are personal blogs for <a href="http://www.example.com">Example
Co.</a></p><p>If you can't create a personal blog but you'd like
to, contact the <a href="mailto:svradmin@example.com">Server
Administrator</a>.</p>
4 Change the permissions of userListExplanation.html by entering the following
command:
$ sudo chown 94:94 userListExplanation.html