|
[Webware-checkins] CVS: Webware/WebKit/Docs Application.configlist,1.15,1.16 RelNotes-0.6.1.html,1.6,1.7 UsersGuide.html,1.24,1.25
From: Geoff Talvola <gtalvola@us...> - 2002-04-25 15:08
|
Update of /cvsroot/webware/Webware/WebKit/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv27534/WebKit/Docs
Modified Files:
Application.configlist RelNotes-0.6.1.html UsersGuide.html
Log Message:
fixing typo in the documentation for UseCascadingExtensions
Index: Application.configlist
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/Application.configlist,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Application.configlist 24 Apr 2002 23:09:46 -0000 1.15
--- Application.configlist 25 Apr 2002 15:08:44 -0000 1.16
***************
*** 10,14 ****
('ExtensionsToServe', "[]", 'This is a list of extensions that WebKit will use exclusively when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
! ('UseExtensionCascading', "1", 'Should extension cascading be used when autodetecting extensions'),
('ExtensionCascadeOrder', "['.psp', '.py', '.html']", 'This is a list of extensions that WebKit will cascade through when autodetecting extensions. Note that this has no effect if the extension is named explicitly in a URL.'),
--- 10,14 ----
('ExtensionsToServe', "[]", 'This is a list of extensions that WebKit will use exclusively when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
! ('UseCascadingExtensions', "1", 'Should extension cascading be used when autodetecting extensions'),
('ExtensionCascadeOrder', "['.psp', '.py', '.html']", 'This is a list of extensions that WebKit will cascade through when autodetecting extensions. Note that this has no effect if the extension is named explicitly in a URL.'),
Index: RelNotes-0.6.1.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/RelNotes-0.6.1.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RelNotes-0.6.1.html 26 Jan 2002 17:35:58 -0000 1.6
--- RelNotes-0.6.1.html 25 Apr 2002 15:08:44 -0000 1.7
***************
*** 48,52 ****
<ul>
<li>ExtensionsToServe
! <li>UseExtensionCascading
<li>ExtensionCascadeOrder
<li>FilesToHide
--- 48,52 ----
<ul>
<li>ExtensionsToServe
! <li>UseCascadingExtensions
<li>ExtensionCascadeOrder
<li>FilesToHide
Index: UsersGuide.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/UsersGuide.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** UsersGuide.html 24 Apr 2002 23:09:46 -0000 1.24
--- UsersGuide.html 25 Apr 2002 15:08:44 -0000 1.25
***************
*** 235,239 ****
<p><dl class=config>
! <dt class=config><span class=setting>UseExtensionCascading</span>
<code> = 1</code></dt>
<dd class=config>
--- 235,239 ----
<p><dl class=config>
! <dt class=config><span class=setting>UseCascadingExtensions</span>
<code> = 1</code></dt>
<dd class=config>
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit/Docs Application.configlist,1.15,1.16 RelNotes-0.6.1.html,1.6,1.7 UsersGuide.html,1.24,1.25 | Geoff Talvola <gtalvola@us...> |