[docs] xmldocs - docelic modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Fri Dec 17 17:02:52 EST 2004


User:      docelic
Date:      2004-12-17 22:02:52 GMT
Added:     refs     DirectoryIndex HTMLsuffix PageDir
Log:
hehe! Found this laying around ;-)

Revision  Changes    Path
1.1                  xmldocs/refs/DirectoryIndex


rev 1.1, prev_rev 1.0
Index: DirectoryIndex
===================================================================
__NAME__ purpose
set the default page in a directory
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'>filename</arg>
</group>
__END__


__NAME__ description
Specify the default page to show in a directory.
</para><para>
When the location requested does not exist, and this directive is set, 
&IC; will try to append the specified filename to the URL, and re-test
for the page existence.
</para><para>
This directive sets the default page for all directories
<emphasis role='bold'>except</emphasis> the catalog entry point.
(In other words, this directive won't help you make 
<literal>http://&def-hostname;/</literal> show
<literal>http://&def-hostname;/index.html</literal> -
see the &SpecialPage; for that).
__END__

__NAME__ notes
Although the name for this directive was borrowed from the &APACHE; Web
Server project, it only accepts one filename (unlike Apache which supports
multiple filenames to look for in sequential order).
__END__

__NAME__ see also
SpecialPage
__END__

__NAME__ example: Setting DirectoryIndex
<programlisting>
DirectoryIndex index.html
</programlisting>
__END__




1.1                  xmldocs/refs/HTMLsuffix


rev 1.1, prev_rev 1.0
Index: HTMLsuffix
===================================================================
__NAME__ purpose
filename extension for files in the pages/ directory
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'>extension</arg>
</group>
__END__


__NAME__ description
Specify extension to append to the filename when looking for the source 
file in the <filename class='directory'>pages/</filename> directory.
__END__

__NAME__ example: Setting HTMLsuffix
<programlisting>
HTMLsuffix .htm
</programlisting>
__END__




1.1                  xmldocs/refs/PageDir


rev 1.1, prev_rev 1.0
Index: PageDir
===================================================================
__NAME__ purpose
directory containing catalog pages
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'>directory</arg>
</group>
__END__


__NAME__ description
Specify the directory containing catalog pages.
</para><para>
This directive can be set in &locale; settings to allow different page
sets for different locales.
__END__

__NAME__ notes
The specified location is always treated relative to &glos-CATROOT;.
__END__

__NAME__ example: Setting PageDir
<programlisting>
PageDir /html
</programlisting>
__END__









More information about the docs mailing list