[Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-21 Thread olivier ripoll
Owen wrote:
On Wed, 20 Oct 2004 18:58:46 +0200
Like others with Mozilla and Konquerer on a Mdk10/KDE machine, I only got the source, 
however when I removed the first line
That is good news. There are now 3 persons reporting the problem :)
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN 
so that it started off as 

html
etc
I could read it in a browser (less images of course)
Well, you should not need to suppress this line. When you save locally 
the file, there is no problem.

I will try to explain why (I will oversimplify, so some things get not 
100% exact):

The browsers need to know what they are looking at (is it an image? a 
text file? an archive? an html file that has to be interpreted).

When you are looking at local files (files that are on your hard drive), 
the system is using the file name to guess what the type of the file is. 
On Windows, the extension (last characters after a dot) is used. On 
Linux, it is very similar, although the complete file name can be used, 
not only the last characters (this is why you may have different icons 
and actions for a README.TXT file or an AUTHORS.TXT than for other txt 
files). For the name of the file you are looking at (it should be 
howto.html), the system sees it is an html file and tells it to the 
browser. The browser then interprets the code to display the page correctly.
Try this: change the name of the file to howto.txt and drag and drop the 
file to firefox. It will be displayed as text, with all the tags visible.

When you are looking at a file on the web, your computer cannot know the 
type of the file since it is not accessible on your hard drive. The web 
server has to tell it if what is sent is an image, an archive, a pdf, a 
html file, etc. If the server says text/plain, then the browser will 
open the file as if it was called howto.txt.
You will ask me Why does the system not try to guess from the 
filename? It would be simple, but would also have problems: You may 
notice that sometimes, the files are not called toto.html but toto.php 
or toto.asp. Guessing the file type from the name would most probably 
not be a good solution either.

So the problem we have here is that the server sends the HTML page 
saying that it is a plain text one. For the browser, it is exactly the 
same as reading the howto.txt file.

Another problem, too hard, so I don't worry :-) Try another day!
I do not worry :) . Actually, I can view the file in IE if I need to. I 
can also save it, change all the img tags to point to the images
so they point to the images on the web.

Just the original poster has asked for feedback. So we are trying to 
help him solving a misconfigutation of his server. ;)

Owen
Best regards,
Olivier.
PS: And yes I know, we are really getting off-topic for this list ;)
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-20 Thread olivier ripoll
Patrick Shanahan wrote:
* olivier ripoll [EMAIL PROTECTED] [10-18-04 03:40]:
 might be a problem
...
Not here on Firefox 1.0PR with Windows XP.
^^^
I have two reasons to think XP might not be the problem:
1- I have received an email from a person called John Shawger for whom 
the page works with XP + Firefox 1.0PR
2- It works with IE on windows XP

Looking at the page info, the frameset is correctly sent as text/html 
but the frame content from 
http://66.116.68.158/~marcus/slidestodigital/howto.html
is sent as text/plain.

So I think Firefox is right not to interpret the frame content. It is a 
misconfiguration in the server 66.116.68.158 .

I can confirm the HTML tags problem on the two computers here.
Regards,
Olivier
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-20 Thread Patrick Shanahan
* olivier ripoll [EMAIL PROTECTED] [10-20-04 03:40]:
 1- I have received an email from a person called John Shawger for whom 
 the page works with XP + Firefox 1.0PR
 2- It works with IE on windows XP



 So I think Firefox is right not to interpret the frame content. It is a 
 misconfiguration in the server 66.116.68.158 .
 
 I can confirm the HTML tags problem on the two computers here.

Are you contradicting yourself.  Works with Firefox on xp, doesn't
work with Firefox on xp.  Works for me with Firefox on SuSE 9.0 Linux.
Firefox is right not to work.

Somehow something is not kosher.
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711   Photo Album:  http://wahoo.no-ip.org/photos
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-20 Thread olivier ripoll
Patrick Shanahan wrote:
* olivier ripoll [EMAIL PROTECTED] [10-20-04 03:40]:
1- I have received an email from a person called John Shawger for whom 
the page works with XP + Firefox 1.0PR
2- It works with IE on windows XP



So I think Firefox is right not to interpret the frame content. It is a 
misconfiguration in the server 66.116.68.158 .

I can confirm the HTML tags problem on the two computers here.

Are you contradicting yourself.  Works with Firefox on xp, doesn't
work with Firefox on xp.  Works for me with Firefox on SuSE 9.0 Linux.
Firefox is right not to work.
Somehow something is not kosher.
There is no contradiction. Just reread the messages separately and 
things will get clear. You seem to confuse my mails with mails of other 
people, since I never reported anything on a Suse.

Facts: HTML code appears as is for at least 3 computers for two persons 
(Malcolm Tredinnick and I). The corresponding code is sent as plain/text 
instead of text/html, which is wrong.

Regards,
Olivier.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-20 Thread Owen
On Wed, 20 Oct 2004 18:58:46 +0200
olivier ripoll [EMAIL PROTECTED] wrote:

 Patrick Shanahan wrote:
  * olivier ripoll [EMAIL PROTECTED] [10-20-04 03:40]:
  
 1- I have received an email from a person called John Shawger for whom 
 the page works with XP + Firefox 1.0PR
 2- It works with IE on windows XP

  


Like others with Mozilla and Konquerer on a Mdk10/KDE machine, I only got the source, 
however when I removed the first line

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN 

so that it started off as 

html
etc

I could read it in a browser (less images of course)


Another problem, too hard, so I don't worry :-) Try another day!



Owen
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-18 Thread olivier ripoll
Patrick Shanahan wrote:
* Malcolm Tredinnick [EMAIL PROTECTED] [10-17-04 22:35]:
 ... 

Your webserver is serving up this document as text/plain (rather than
text/html), so it is hard to read at the moment (i.e. littered with
HTML tags). You may wish to fix that. :-)

Hum, looks fine in Firefox and Konqueror
Not here on Firefox 1.0PR with Windows XP.
Regards,
Olivier.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: My new Howto on batch color correction using script-fu

2004-10-18 Thread Patrick Shanahan
* olivier ripoll [EMAIL PROTECTED] [10-18-04 03:40]:
 might be a problem
...
 Not here on Firefox 1.0PR with Windows XP.
^^^
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711   Photo Album:  http://wahoo.no-ip.org/photos
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user