![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 244](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653244.webp)
Init SAFs
244
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Parameters:
opts
(optional) is a string of letters specifying the options to activate.
Currently there is only one possible option:
s
tells the server to scan each HTML file in the directory being
indexed for the contents of the HTML
<TITLE>
tag to display in the
description field. The
<TITLE>
tag must be within the first 255
characters of the file. This option is off by default.
The search for
<TITLE>
is not case-sensitive.
widths
(optional) specifies the width for each column in the indexing
display. The string is a comma-separated list of numbers that specify
the column widths in characters for name, last-modified date, size,
and description respectively.
The default values for the widths parameter are 22,18,8,33.
The final three values (corresponding to last-modified date, size,
and description respectively) can each be set to 0 to turn the display
for that column off. The name column cannot be turned off. The
minimum size of a column (if the value is non-zero) is specified by
the length of its title -- for example, the minimum size of the Date
column is 5 (the length of “Date” plus one space). If you set a
non-zero value for a column which is less than the length of its title,
the width defaults to the minimum required to display the title.
timezone
(optional) This indicates whether the last-modified time is shown in
local time or in Greenwich Mean Time. The values are
GMT
or
local
. The default is
local
.
format
(optional) This parameter determines the format of the last modified
date display. It uses the format specification for the UNIX function
strftime()
.
The default is
%d-%b-%Y %H:%M
.
ignore
(optional) specifies a wildcard pattern for file names the server
should ignore while indexing. File names starting with a period (.)
are always ignored. The default is to only ignore file names starting
with a period (.).
icon-uri
(optional) specifies the URI prefix the
index-common
function uses
when generating URLs for file icons (
.gif
files). By default, it is
/mc-icons/
. If
icon-uri
is different from the default, the
pfx2dir
function in the
NameTrans
directive must be changed so
that the server can find these icons.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...