|
|
|
|
Go to the first, previous, next, last section, table of contents.
HTML OptionsHTML ContentAllow Configuration
Available only when also using This configuration is accomplished with cookies. If the user has cookies disabled in their browser, their configuration will not be saved.
When a configuration is saved, it will be applied to all directories
at or below JavaScript Mode
When JavaScript mode is enabled, JavaScript code is added to the main index file (default index.html) to re-set the location to the JavaScript index file (currently hard-coded as "indexjs.html"). This results in JavaScript being loaded into the browser automatically if JavaScript is supported by the browser and the browser is one that WebMagick supports (currently Netscape 3.0X, Netscape 4.0X, and Internet Explorer 4.0X). Browsers that do not support JavaScript, have JavaScript disabled, or are not recognized by WebMagick safely ignore the JavaScript and operate directly from WebMagick's usual HTML files. The advantage of JavaScript mode is that other than retrieving a few intial files and the images to be viewed, all HTML is generated directly within the user's browser, minimizing server accesses. In addition, navigation and presentation are dramatically improved since there is no need to pre-compute every possible viewing option and JavaScript has better control and knowledge of the browser than HTML does.
In order for JavaScript mode to operate correctly, the file
'webmagick.js' must be installed in the location specified by
Apache server: Update conf/mime.types and add the line application/x-javascript js CERN or W3 server: Update config/httpd.conf and add the line AddType .js application/x-javascript 8bit Phttpd: Update modules/file.conf and add the following to the content-types list
.js application/x-javascript
Table Mode
Use HTML tables instead of imagemaps for displaying thumbnails. This results in quicker navigation because smaller images are downloaded, and quicker directory processing, since no montages are created. This option is available with or without JavaScript mode enabled. README File Treatment
Specify the handling of a README file. If the file designated by
Address Information
Specify additional information to place in <ADDRESS></ADDRESS> tags in page frame. WebMagick copyright and support information is placed on all generated pages. Anonymize
Turn off the WebMagick copyright info and author's address on all generated pages. If you are operating a site that my mother wouldn't approve of, please use this option. Page Header
Specify text to add to the page header in the thumbnail frame (a short term hack). This option is subject to change and will be eliminated if the thumbnail frame is templatized. Page Title
Specify the page title. If this option is not specified, then WebMagick will generate its own title in the form 'Index of directory "subdirectory name"'. Stylesheet
Specify a style sheet to use for all generated pages. This will override the following options:
Directory Page Template (No Frames)
Specify a template (written in PERL) that represents the format used to generate the frame-less directory navigation page. This format will be seen by browsers that do not support frames. This is a guru-level option that may require reading WebMagick code. Directory Page Template (Framed)
Specify a template (written in PERL) that represents the format used to generate the framed (left frame) directory navigation page. This format will be seen by browsers that support frames. This is a guru-level option that may require reading WebMagick code. Per-Image HTMLWhen per-image HTML mode is enabled, an HTML file is generated corresponding to each image. The HTML file is named based on the image file name with an HTML extension. Enable Per-image HTML
Enable per-image HTML file generation. Per-image HTML extension
Set the file extension to use for per-image HTML files. The final name is the image file name appended with this file extension. The default extension is '.html'. Per-image HTML Nav Buttons
Enable image navigation buttons (up, previous, next) on per-image HTML files. Per-image Picture Title
Enable per-image HTML picture titles. Default is on. Per-image Picture Title Start HTML
HTML to add before picture title (default is <P>) Per-image Picture Title End HTML
HTML to add after picture title (default is </P>) Default Frame Target
Set the default URL target name for links in per-image HTML files. There is normally no need to set this target because HTML is normally displayed in the current frame and there are no links by default, however, sometimes it is desirable for links to display in a different (or new) window. Extra Top HTML
Extra HTML to insert above the image. Extra Bottom HTML
Extra HTML to insert below the image. Text ColorsThumbnail Frame Background Color
Specify the background color for thumbnail frame. Thumbnail Frame Text Foreground Color
Specify the toreground color for text in thumbnail frame. Directory Frame Text Color
Specify the foreground text color of the directory frame. Defaults to
the value of Directory Frame Background Color
Specify the background color of the directory frame. Defaults to the
value of HTML Link ColorsThumbnail Frame Active Link Color
Specify the link (active) color for the thumbnail frame. Thumbnail Frame Un-visited Link Color
Specify link (unvisited) color for the thumbnail frame. Thumbnail Frame Visited Link Color
Specify link (visited) color for the thumbnail frame. Directory Frame Active Link Color
Specify link (active) color for the directory frame. Defaults to value of
Directory Frame Un-Visited Color
Specify link (unvisited) color for the directory frame. Defaults to the
value of Directory Frame Visited Color
Specify link (visited) color for the directory frame. Defaults to value
of Frame OptionsEnable Frames
Enable frames. This defaults to on, but is useful to turn off if you have a single directory collection. Enable Frame Borders
Enable decorative frame borders with the value 'YES' or disable decorative frame borders by specifying the value 'NO'. These options are passed directly to the HTML's FRAMESET 'FRAMEBORDER' option in the generated pages. Frame Border Thickness
Specifies the number of pixels allocated to the frame border. Frame Margin Height
Specifies the number of pixels allocated to the frame margin in the vertical direction. Frame Margin Width
Specifies the number of pixels allocated to the frame margin in the horizontal direction. Frame Style
Specifies the frame template to use. Templates are currently specified for the range of 1-4 with the following effect:
HTML Meta TagsMeta-Tag Author
Specify author name to add to the HTML meta tags in generated HTML files. Meta-Tag Charset
Specify HTML documents character set in case HTTPD can't provide it. Meta-Tag Classification
Specify any classification information to add to the HTML meta tags in generated HTML files. This may be used by indexing robots. Meta-Tag Description
Specify page description text to add to the HTML meta tags in generated HTML files. This information may used by indexing robots. Meta-Tag Expires
Page expiration date to add to the HTML meta tags in generated HTML files. Should be specified in the form: "Tue, 20 Aug 1996 14:25:27 GMT"
Since the specified expiration time is absolute, use of this option
implies a commitment to execute WebMagick with option
This information is used by browsers and caching servers to determine when cached data becomes stale. Meta-Tag Key-Words
Specify keywords to add to the HTML meta tags in generated HTML files. Should be specified as a string with keywords delimited by a comma (e.g. "key1,key2,key3"). This information may used by indexing robots.
Go to the first, previous, next, last section, table of contents. |
| Last modified: Saturday September 21, 2002 mailto:clindell@users.sourceforge.net |