Apple Mac OS X Server (Extending Your Wiki Server For Ve Bedienungsanleitung Seite 1

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software Apple Mac OS X Server (Extending Your Wiki Server For Ve herunter. Apple Mac OS X Server (Extending Your Wiki Server For Version 10.5 Leopard) User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - Mac OS X Server

Mac OS X ServerExtending Your Wiki ServerFor Version 10.5 Leopard

Seite 2

Wireframe Theme File Structure OverviewThe wireframe theme is a good example theme to customize, because unlike the other built-in themes, its CSS le

Seite 3 - Contents

Chapter 1 Customizing How the Wiki Looks 11File or Folder Name Purposescreen/calendar.css Sets the colors for the web calendar.screen/comments.c

Seite 4 - 4 Contents

Creating a ThemeThe easiest way to create a theme is to take the existing wireframe theme, make a copy of it with permissions intact, and then customi

Seite 5 - About This Guide

Chapter 1 Customizing How the Wiki Looks 13 6 Restart the web service by doing one of the following:Restart the server. ÂIn Server Preferences,

Seite 6 - Directory Help

Here are some published CSS guides: Â CSS: The Denitive Guide, 3rd Edition, by Eric Meyer. O’Reilly Media, Inc. 2006. Â CSS Mastery: Advanced Web St

Seite 7 - Theme File Structure Overview

Chapter 1 Customizing How the Wiki Looks 15Property List Editor doesn’t show comments, so if you want to see the example sidebars provided in th

Seite 8

Here is the sidebars array in a plain text editor:<key>sidebars</key><array> <dict> sidebar keys and values </

Seite 9

Chapter 1 Customizing How the Wiki Looks 17Changing General Theme SettingsThe wireframe theme’s theme.plist includes keys and values for the fol

Seite 10

Creating SidebarsIf you haven’t created a sidebar before, it might be easier to customize an example sidebar to suit your needs.In the wireframe theme

Seite 11

Chapter 1 Customizing How the Wiki Looks 19Static Unique KeysStatic sidebars list predened URLs. “Useful Links” is an example static sidebar.St

Seite 12 - Creating a Theme

© 2008 Apple Inc. All rights reserved. KThe owner or authorized user of a valid copy of Mac OS X Server software may reproduce this publication for th

Seite 13 - Editing CSS Files

Key Example Value Possible Values Optional or Required Descriptionsnippet Click here to see your server’s homepage.Any string Optional Used for the li

Seite 14 - Editing Property List Files

Chapter 1 Customizing How the Wiki Looks 21Key Example Value Possible Values Optional or Required Descriptionsort modiedDate, createdDate, titl

Seite 15 - About Property List Files

Tag Unique KeysTag sidebars list wiki, blog, and mailing list entries that use a specic tag or set of tags. The most recently modied entries are lis

Seite 16

Chapter 1 Customizing How the Wiki Looks 23Using the Example SidebarsThe wireframe theme’s theme.plist le includes several sidebar examples. Al

Seite 17

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

Seite 18 - Creating Sidebars

Chapter 1 Customizing How the Wiki Looks 25Adding JavaScript and XSL FilesThe wiki server supports the use of custom JavaScript and Extensible S

Seite 19 - Static Unique Keys

2 Restart the web service by doing one of the following:Restart the server. ÂIn Server Preferences, click Web, move the slider to O, and then to On

Seite 20 - Search Unique Keys

Chapter 1 Customizing How the Wiki Looks 27JavaScript ExampleThe following example JavaScript function adds a header link next to the magnier b

Seite 21 - Calendar Unique Keys

28 Chapter 1 Customizing How the Wiki LooksIf you edit a copy of the default.xsl le, you must also make copies of all of the XSL les that in

Seite 22

Chapter 1 Customizing How the Wiki Looks 29 3 Restart the web service by doing one of the following:Restart the server. ÂIn Server Preferences,

Seite 23 - Using the Example Sidebars

5 Preface: About This Guide5 Getting Additional Information7 Chapter 1: Customizing How the Wiki Looks7 Theme File Structure Overview9 Variant

Seite 24

30 This chapter describes how to enable specic protocols, CSS styles, and HTML tags and attributes.The default wiki server setup simplies adminis

Seite 25 - XSL files

Chapter 2 Allowing Specic Protocols, CSS Styles, and HTML Tags and Attributes 31Creating a Custom WhitelistTo create a custom whitelist, create

Seite 26 - About JavaScript

About the Custom Whitelist’s StructureThe following lines are required in the custom whitelist:<?xml version="1.0" encoding="UTF-8&q

Seite 27 - About XSL

Chapter 2 Allowing Specic Protocols, CSS Styles, and HTML Tags and Attributes 33For example, to allow the use of the font-size style attribute,

Seite 28

<array> <string>src</string> <string>type</string> <string>width</string> &l

Seite 29

Chapter 2 Allowing Specic Protocols, CSS Styles, and HTML Tags and Attributes 35ProtocolteltelnetvncwebcalxmppCSS Styles Allowed in the Built-i

Seite 30 - CSS Styles, and HTML Tags

Tag Attributesnodeolppreq citespanstrongtabletbodytfootth colspan, rowspantheadtd colspan, rowspantruul 36 Chapter 2 Allowing Specic Protocols

Seite 31 - Creating a Custom Whitelist

37This chapter describes how to manage wiki content using tools and the command-line.Using tools and the command line allows you to migrate, bac

Seite 32 - Allowing Specic CSS Styles

To manually back up the wiki, copy the wiki data store with its permissions intact. For example, to copy the wiki data store to a folder on a dierent

Seite 33 - Tag Attributes

Chapter 3 Managing Wiki Content 39Wiki File Structure OverviewBy default, the wiki server stores group wikis in /Library/Collaboration/Groups/.T

Seite 34 - About the Built-in Whitelist

37 Chapter 3: Managing Wiki Content37 Migrating Wiki Content From Other Websites37 Backing Up the Wiki Server39 Wiki File Structure Overview40 M

Seite 35

The Groups folder in the wiki data store includes the following critical wiki les and folders:File or Folder Name Purposegroup_name/ Enabling web ser

Seite 36

Chapter 3 Managing Wiki Content 41For more information about AtomPub, see:Website URLRFC 4287: The Atom Syndication Format atompub.org/rfc4287.h

Seite 37 - Managing Wiki Content

The metadata.plist le includes the following keys:Key Example Value DescriptionGUID 28CC6BE9-11C1-456C-A3B2-8FCF5520A1DB Uniquely identies the wiki.

Seite 38

Chapter 3 Managing Wiki Content 43To manually edit wiki administration settings: 1 Stop the web service by doing one of the following:In Server

Seite 39 - Wiki File Structure Overview

6 Start 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 disclos

Seite 40 - Manually Editing Raw Content

Key Example Value Descriptiontombstoned <true/>, <false/> Originally set to false, this is set to true when a page is temporarily deleted.

Seite 41 - Website URL

5This guide explains how to create custom themes, allow specic protocols, CSS styles, and HTML tags and attributes, and manage wiki content.The

Seite 42

6 Preface About This GuideFor information about administering wikis, see Directory Help. You can view Directory Help by opening Directory (loc

Seite 43

7This chapter describes how to customize a wiki’s appearance.You can use a wiki’s admin settings to do the following:Change the wiki’s title ÂCh

Seite 44

However, CSS les located in individual theme folders take precedence and override the settings in this folder.Individual theme folders are subfolders

Seite 45 - Managing Attachments

Chapter 1 Customizing How the Wiki Looks 9Variant Theme File Structure OverviewPrebuilt themes have several variants, which all share the same l

Kommentare zu diesen Handbüchern

Keine Kommentare