Re: Got a question...

2000-12-30 Thread Rodent of Unusual Size
"William A. Rowe, Jr." wrote: > > I'm led to believe users should _Always_ be able to read the docs > on the local hard drive? This is why we run that expand.pl when > rolling the release tarball, delete the FAQ-x.html, and download > the interpreted FAQ.html from locus. No. That is done so the

RE: Got a question...

2000-12-30 Thread William A. Rowe, Jr.
> From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 30, 2000 5:46 AM > > "William A. Rowe, Jr." wrote: > > > > The .msi installer package I'm working up can tweak whatever > > we need, but we have a big issue with index.html.en ... I can't > > simply resolve a sh

RE: Got a question...

2000-12-30 Thread William A. Rowe, Jr.
> From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 30, 2000 5:46 AM > > "William A. Rowe, Jr." wrote: > > > > The .msi installer package I'm working up can tweak whatever > > we need, but we have a big issue with index.html.en ... I can't > > simply resolve a sh

Re: Got a question...

2000-12-30 Thread Rodent of Unusual Size
"William A. Rowe, Jr." wrote: > > The .msi installer package I'm working up can tweak whatever > we need, but we have a big issue with index.html.en ... I can't > simply resolve a shortcut since win32 doesn't like .en files. What doesn't it like about them? I'd rather try to deal with this tha

cvs commit: httpd-docs-1.3/htdocs/manual index.html.en index.html.ja.jis

2000-12-30 Thread wrowe
wrowe 00/12/29 20:09:10 Modified:htdocs/manual index.html.en index.html.ja.jis Log: Credit to Carol Compton <[EMAIL PROTECTED]> for finding this bug in our html, and thanks to Dirk for kindly restating all the obvious bits. Dunno how long this was broken, but it must h

RE: cvs commit: httpd-docs-1.3/htdocs/manual index.html.ja.jis

2000-12-30 Thread William A. Rowe, Jr.
ack, there is something else going on here... I'm still researching. ITMT users, .jis is restored, and the .en translation is using POST which is successful for whatever reason. I'm digging further Bill > -Original Message- > From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED] > Sent:

Re: cvs commit: httpd-docs-1.3/htdocs/manual index.html.ja.jis

2000-12-30 Thread Dirk-Willem van Gulik
Bill, I am holding out on that change; and in fact almost object to it ! As both the HTTP/1.x spec (rfc2616) say that the string is case-sensitive: 5.1.1 Method The Method token indicates the method to be performed on the resource identified by the Request-URI. The meth

RE: index.html.ja.jis

2000-12-30 Thread William A. Rowe, Jr.
N'er mind... the search script should be fixed shortly, so we can go on. I've reverted to "post", which shouldn't present encoding problems. Bill > -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Friday, December 29, 2000 8:14 PM > To: [EMAIL PROTECTED]

cvs commit: httpd-docs-1.3/htdocs/manual index.html.ja.jis

2000-12-30 Thread wrowe
wrowe 00/12/29 18:52:27 Modified:htdocs/manual index.html.ja.jis Log: The last two patches fixed the .en page, but not the .ja.jis encoded one, as O is possibly a state transition. Since there is a headache here, I'm reverting to "post" and await a fixed search script.

index.html.ja.jis

2000-12-30 Thread William A. Rowe, Jr.
Would someone with a good editor change the encoded "POST" string to the appropriate value in the search submit dialog? It apparently isn't correct. ITMT we should have an update rsn for the bad script that doesn't like the "post" method for search :-) Bill

RE: Got a question...

2000-12-30 Thread William A. Rowe, Jr.
> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Friday, December 29, 2000 6:21 PM > > I'm open to any other ideas, including, perhaps, index.en.html, > that might or might not work? I'm trying to get a handle on > the whole multiviews thing myself, so forgive if the suggestion > is

Re: Got a question...

2000-12-30 Thread Chris Pepper
At 6:20 PM -0600 2000/12/29, William A. Rowe, Jr. wrote: we are in the process of (ta-dum) internationalizing all the pages! This is a great thing, IMHO. There is an issue with Win32 however that I'm just bringing up for ideas... The .msi installer package I'm working up can tweak whatever we

Got a question...

2000-12-30 Thread William A. Rowe, Jr.
Ok, we are in the process of (ta-dum) internationalizing all the pages! This is a great thing, IMHO. There is an issue with Win32 however that I'm just bringing up for ideas... The .msi installer package I'm working up can tweak whatever we need, but we have a big issue with index.html.en .

RE: cvs commit: httpd-docs-1.3/htdocs/manual index.html.en

2000-12-30 Thread William A. Rowe, Jr.
Sorry for beating anyone up on this issue... it's the swish-e search script that was the bad boy. For now let's leave this alone. I referred the issue to the script's maintainer, but for the moment, "POST" is a good thing. If nothing is done by next week, I'll fix the search script myself. B