8.5
Table Of Contents
- Contents
- About this Guide
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server Configuration dialog box
- Server preferences
- Preferences — Application — Display
- Preferences — Application — Input Settings
- Preferences — Application — Font Fallback
- Preferences — Application — Open and Save
- Preferences — Application — XTensions Manager
- Preferences — Application — Fonts
- Preferences — Application — EPS
- Preferences — Application — Error Reporting
- Preferences — Application — Full Res Preview
- Preferences — Application — Job Jackets
- Preferences — Application — Modifier
- Preferences — Application — PDF
- Preferences — Application — PSD Import
- Preferences — Application — Placeholders
- Preferences — Application — Fraction/Price
- Preferences — Application — Picture Effects
- Preferences — Project — General
- Preferences — Project — XML Import
- Preferences — Layout — General
- Preferences — Layout — Measurements
- Preferences — Layout — Paragraph
- Preferences — Layout — Character
- Preferences — Layout — Trapping
- Preferences — Layout — Grid Cell Fill
- Preferences — Layout — Color Manager
- Preferences — Layout — Layers
- Style sheets
- Colors
- H&Js
- Output styles
- Font mapping
- Source setups
- Output setups
- PPML consumers
- Server XTensions Manager
- Status Monitor
- Other QuarkXPress Server menu items
- Creating URL requests
- Modifying layouts with XML
- QuarkXPress Server XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- QuarkXPress Server Manager
- Understanding QuarkXPress Server Manager
- Working with QuarkXPress Server Manager
- Starting QuarkXPress Server Manager
- Request handler binding
- Configuring QuarkXPress Server instances
- Managing the cache
- Managing logs
- Controlling load balancing
- Using a proxy server
- Generating automatic e-mail messages
- Using other global settings
- Saving a server configuration
- Exporting a server configuration
- Using custom error messages
- Sending requests from a browser
- QuarkXPress Server Manager Scripting Environment
- Glossary
- Legal notices
- Index
For more information, see the QuarkXPress Server Web Integration Guide.
Specialized parameters
Specialized parameters are parameters that serve special purposes. Some of these parameters
work by asking the server to read the contents of XML files.
For more information, see the QuarkXPress Server Web Integration Guide.
Server control parameters
Server control parameters let you perform a variety of server administration tasks, including
adding and deleting files from the document pool, retrieving information about files, and
flushing caches.
For more information, see the QuarkXPress Server Web Integration Guide.
Document providers
Document providers allow QuarkXPress to render the following types of documents:
•
copydesk: Allows QuarkXPress Server to render article files created by QuarkCopyDesk.
•
qcddoc: Allows QuarkXPress Server to render projects created by QuarkXPress.
For more information, see the QuarkXPress Server Web Integration Guide.
Preference administration parameters
The /getprefs handler lets clients remotely retrieve an XML representation of the current
QuarkXPress Server preferences, as described below.
The /setprefs handler lets clients remotely control QuarkXPress Server preferences. For
example,
http://<servername>:<port>/setprefs?AddConnectionFilter=action=allow;
ipaddr=206.195.80.80;mask=255.255.255.1;pos=0 permits connection filters and
specifies the IP address and the subnet mask of the connection.
DescriptionTypeAttribute
Specifies a port number from 1024 to 65,535 (Mac OS) or 1 to
65,535 (Windows).
integer
PortNumber
Specifies the maximum number of listens from 1 to 32.integer
MaxListens
Specifies the maximum number of connections from 1 to 16.integer
MaxConnections
Specifies the memory cache size from 1MB to 1024MB.integer
CacheSize
Specifies the document root directory.string
DocumentRootFolder
Allows the addition of files to the document root directory.Boolean
AllowAddFile
68 | A GUIDE TO QUARKXPRESS SERVER 8.5
CREATING URL REQUESTS