slive 01/02/10 13:59:16
Added: htdocs/manual configuring.html.html custom-error.html.html
handler.html.html index.html.html install.html.html
new_features_1_3.html.html server-wide.html.html
htdocs/manual/howto cgi.html.html
htdocs/manual/mod directive-dict.html.html
mod_negotiation.html.html module-dict.html.html
htdocs/manual/vhosts index.html.html
Log:
Add .html.html files which include each .html.en file using SSI.
In cunjunction with Multiviews, this means that clients which would
otherwise get "No Acceptable Variant" errors, will instead be directly
served the engligh language page.
These files are generated by the following script run in each
documentation directory:
#!/bin/sh
for file in `ls *.en | sed s/\.en//g`
do
echo $file
echo "<!--#include virtual=\"$file.en\" -->" > $file.html;
done
Revision Changes Path
1.1 httpd-docs-1.3/htdocs/manual/configuring.html.html
Index: configuring.html.html
===================================================================
<!--#include virtual="configuring.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/custom-error.html.html
Index: custom-error.html.html
===================================================================
<!--#include virtual="custom-error.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/handler.html.html
Index: handler.html.html
===================================================================
<!--#include virtual="handler.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/index.html.html
Index: index.html.html
===================================================================
<!--#include virtual="index.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/install.html.html
Index: install.html.html
===================================================================
<!--#include virtual="install.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/new_features_1_3.html.html
Index: new_features_1_3.html.html
===================================================================
<!--#include virtual="new_features_1_3.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/server-wide.html.html
Index: server-wide.html.html
===================================================================
<!--#include virtual="server-wide.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/howto/cgi.html.html
Index: cgi.html.html
===================================================================
<!--#include virtual="cgi.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/mod/directive-dict.html.html
Index: directive-dict.html.html
===================================================================
<!--#include virtual="directive-dict.html.en" -->
1.1
httpd-docs-1.3/htdocs/manual/mod/mod_negotiation.html.html
Index: mod_negotiation.html.html
===================================================================
<!--#include virtual="mod_negotiation.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/mod/module-dict.html.html
Index: module-dict.html.html
===================================================================
<!--#include virtual="module-dict.html.en" -->
1.1 httpd-docs-1.3/htdocs/manual/vhosts/index.html.html
Index: index.html.html
===================================================================
<!--#include virtual="index.html.en" -->