[interchange-docs] xmldocs - docelic modified 9 files

docs at icdevgroup.org docs at icdevgroup.org
Thu Jan 8 17:28:46 UTC 2009


User:      docelic
Date:      2009-01-08 17:28:46 GMT
Modified:  refs     FileDatabase Filter FormAction FormIgnore
Modified:           FractionalItems HTMLsuffix HammerLock RedirectCache
Modified:           WideOpen
Log:
* Updates to F*/G*/H* config directives

Revision  Changes    Path
1.2                  xmldocs/refs/FileDatabase


rev 1.2, prev_rev 1.1
Index: FileDatabase
===================================================================
RCS file: /var/cvs/xmldocs/refs/FileDatabase,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileDatabase	8 Apr 2006 23:45:55 -0000	1.1
+++ FileDatabase	8 Jan 2009 17:28:46 -0000	1.2
@@ -28,10 +28,6 @@
 </para><para>
 Files in the filesystem, if they exist, always take precedence over file
 contents in the database.
-</para><para>
-As you see, this directive allows you to create catalogs that live in the
-database space, without a single file stored on disk. Don't, however,
-be fooled by this option &mdash; in general, filesystem is the only
 right place for your files.
 __END__
 



1.6                  xmldocs/refs/Filter


rev 1.6, prev_rev 1.5
Index: Filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/Filter,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Filter	5 Nov 2007 21:58:54 -0000	1.5
+++ Filter	8 Jan 2009 17:28:46 -0000	1.6
@@ -41,7 +41,7 @@
 
 
 __NAME__ notes
-You could also use the &tag-filter; tag to help yourself, but in the long
+You could also use the &tag-filter; tag, but in the long
 run the &conf-Filter; approach reduces typing and minimizes the chance
 of omission.
 __END__



1.5                  xmldocs/refs/FormAction


rev 1.5, prev_rev 1.4
Index: FormAction
===================================================================
RCS file: /var/cvs/xmldocs/refs/FormAction,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FormAction	5 Aug 2008 12:27:29 -0000	1.4
+++ FormAction	8 Jan 2009 17:28:46 -0000	1.5
@@ -7,12 +7,10 @@
 __END__
 
 __NAME__ synopsis
-<group choice='req'>
-	<arg choice='plain'>
-		<replaceable>action_name</replaceable>
-		<replaceable>perl_code</replaceable>
-	</arg>
-</group>
+<arg choice='plain'>
+	<replaceable>action_name</replaceable>
+	<replaceable>perl_code</replaceable>
+</arg>
 __END__
 
 __NAME__ description



1.3                  xmldocs/refs/FormIgnore


rev 1.3, prev_rev 1.2
Index: FormIgnore
===================================================================
RCS file: /var/cvs/xmldocs/refs/FormIgnore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FormIgnore	6 Nov 2006 18:41:20 -0000	1.2
+++ FormIgnore	8 Jan 2009 17:28:46 -0000	1.3
@@ -13,7 +13,8 @@
 
 __NAME__ description
 The directive specifies variables that should not be propagated from the
-&glos-CGI; into &glos-value;s space.
+&glos-CGI; into &glos-value;s space, when a call such as
+<code>[update values]</code> is made.
 __END__
 
 __NAME__ example: Defining FormIgnore



1.3                  xmldocs/refs/FractionalItems


rev 1.3, prev_rev 1.2
Index: FractionalItems
===================================================================
RCS file: /var/cvs/xmldocs/refs/FractionalItems,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FractionalItems	6 Nov 2006 18:41:20 -0000	1.2
+++ FractionalItems	8 Jan 2009 17:28:46 -0000	1.3
@@ -28,7 +28,7 @@
 
 __NAME__ example: Enabling FractionalItems
 <programlisting>
-FractionalItems 1
+FractionalItems Yes
 </programlisting>
 __END__
 



1.7                  xmldocs/refs/HTMLsuffix


rev 1.7, prev_rev 1.6
Index: HTMLsuffix
===================================================================
RCS file: /var/cvs/xmldocs/refs/HTMLsuffix,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- HTMLsuffix	11 Jul 2008 00:45:45 -0000	1.6
+++ HTMLsuffix	8 Jan 2009 17:28:46 -0000	1.7
@@ -9,8 +9,16 @@
 
 
 __NAME__ description
-Specify extension to append to the filenames when looking for the source
-files in the <filename class='directory'>pages/</filename> directory.
+Specify extension (suffix) to use with filenames when looking for the
+source files in the <filename class='directory'>pages/</filename> directory.
+</para><para>
+If a page with the configured suffix does not exist on the disk, &IC; will
+unconditionally try the usual "<literal>.html</literal>" variant.
+</para><para>
+Note that 
+this setting applies strictly to the disk file lookup &mdash;
+page names in the users' browsers will always appear as
+"<literal>.html</literal>".
 __END__
 
 



1.3                  xmldocs/refs/HammerLock


rev 1.3, prev_rev 1.2
Index: HammerLock
===================================================================
RCS file: /var/cvs/xmldocs/refs/HammerLock,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HammerLock	6 Nov 2006 18:41:20 -0000	1.2
+++ HammerLock	8 Jan 2009 17:28:46 -0000	1.3
@@ -10,8 +10,7 @@
 
 __NAME__ description
 The directive specifies an interval after which a locked session could be
-considered to be
-lost due to malfunction. This will also clean up the session lock.
+considered lost due to malfunction. This will also clean up the session lock.
 __END__
 
 __NAME__ notes



1.2                  xmldocs/refs/RedirectCache


rev 1.2, prev_rev 1.1
Index: RedirectCache
===================================================================
RCS file: /var/cvs/xmldocs/refs/RedirectCache,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RedirectCache	6 Nov 2006 22:04:40 -0000	1.1
+++ RedirectCache	8 Jan 2009 17:28:46 -0000	1.2
@@ -21,3 +21,4 @@
   access.
 
 
+session is not initialized with redirectcache



1.7                  xmldocs/refs/WideOpen


rev 1.7, prev_rev 1.6
Index: WideOpen
===================================================================
RCS file: /var/cvs/xmldocs/refs/WideOpen,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WideOpen	22 Nov 2007 01:22:13 -0000	1.6
+++ WideOpen	8 Jan 2009 17:28:46 -0000	1.7
@@ -18,7 +18,8 @@
 
 __NAME__ description
 The &conf-WideOpen; directive disables IP-based qualification of user
-&glos-session;s.
+&glos-session;s, and everyone's hostname part of the &IC; &glos-cookie; is
+set to <literal>nobody</literal>.
 This increases compatibility, but reduces &glos-catalog; security.
 </para><para>
 When this directive is enabled, no IP-based checking is done, so 







More information about the docs mailing list