HighDots Forums  

Make HTML code show up on the web

alt.html alt.html


Discuss Make HTML code show up on the web in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob
 
Posts: n/a

Default Make HTML code show up on the web - 04-15-2008 , 06:07 AM






http://robertlindsay.blogspot.com/20...how-up-on.html

I think I solved it. Please feel free to read and critique the
solution.

Reply With Quote
  #2  
Old   
Bergamot
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-15-2008 , 08:44 AM






Bob wrote:
Quote:
I think I solved it.
I think you multi-posted.
http://oakroadsystems.com/genl/unice.htm#xpost

--
Berg


Reply With Quote
  #3  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-15-2008 , 08:52 AM



Bob wrote:
Quote:
http://robertlindsay.blogspot.com/20...how-up-on.html

I think I solved it. Please feel free to read and critique the
solution.
There wasn't a problem to solve. You just decided for some reason of
your own that a Rube Goldberg approach was better than just typing
"&lt;" for "<" and "&amp;" for "&".


Reply With Quote
  #4  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-15-2008 , 04:00 PM



On 2008-04-15, Bob wrote:
Quote:
http://robertlindsay.blogspot.com/20...how-up-on.html

I think I solved it. Please feel free to read and critique the
solution.
That's a lot of trouble for something simple.

As someone else already pointed out, you can just change (using a
tool such as sed) '<' to '&lt;' and '&' to '&amp;'.

Alternatively, you can rename the file from file.html to file.txt
(or make a link from one name to the other).

--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #5  
Old   
Neredbojias
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-15-2008 , 06:36 PM



On 15 Apr 2008, Bergamot <bergamot (AT) visi (DOT) com> wrote:

Quote:
Bob wrote:

I think I solved it.

I think you multi-posted.
http://oakroadsystems.com/genl/unice.htm#xpost
The last time I multi-posted, I was visiting a harem.

--
Neredbojias
http://www.neredbojias.com/
Great sights and sounds


Reply With Quote
  #6  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-16-2008 , 02:22 AM



Scripsit Chris F.A. Johnson:

Quote:
Alternatively, you can rename the file from file.html to file.txt
That might not help in all cases.

First, the file name suffix has no magic in itself. It's the HTTP
headers that specify whether a resource is to be treated as HTML, as
plain text, or as something else. On the other hand, using ".txt"
_usually_ makes the server send a header that tells that the resource is
plain text.

Second, IE has been observed to ignore the HTTP header and treat data as
HTML, if IE "thinks" that it "looks like" HTML. This is all wrong, but
what can you do?

And does it matter? Anyone who can possibly benefit from seeing HTML
markup probably knows how to do View Source. On the other hand, HTML
markup written by someone who does odd tricks to do a simple thing and
multiposts advice on it is hardly worth copying or imitating.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
  #7  
Old   
Bob
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-16-2008 , 05:15 AM



On Apr 16, 12:22 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote:
Quote:
Scripsit Chris F.A. Johnson:

Alternatively, you can rename the file from file.html to file.txt

That might not help in all cases.

First, the file name suffix has no magic in itself. It's the HTTP
headers that specify whether a resource is to be treated as HTML, as
plain text, or as something else. On the other hand, using ".txt"
_usually_ makes the server send a header that tells that the resource is
plain text.

Second, IE has been observed to ignore the HTTP header and treat data as
HTML, if IE "thinks" that it "looks like" HTML. This is all wrong, but
what can you do?

And does it matter? Anyone who can possibly benefit from seeing HTML
markup probably knows how to do View Source. On the other hand, HTML
markup written by someone who does odd tricks to do a simple thing and
multiposts advice on it is hardly worth copying or imitating.

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
I h


Reply With Quote
  #8  
Old   
Bob
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-16-2008 , 05:16 AM



On Apr 16, 12:22 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote:
Quote:
Scripsit Chris F.A. Johnson:

Alternatively, you can rename the file from file.html to file.txt

That might not help in all cases.

First, the file name suffix has no magic in itself. It's the HTTP
headers that specify whether a resource is to be treated as HTML, as
plain text, or as something else. On the other hand, using ".txt"
_usually_ makes the server send a header that tells that the resource is
plain text.

Second, IE has been observed to ignore the HTTP header and treat data as
HTML, if IE "thinks" that it "looks like" HTML. This is all wrong, but
what can you do?

And does it matter? Anyone who can possibly benefit from seeing HTML
markup probably knows how to do View Source. On the other hand, HTML
markup written by someone who does odd tricks to do a simple thing and
multiposts advice on it is hardly worth copying or imitating.

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
I have to multipost. I don't have a newsreader and I got rid of my
news account. I post from Google groups so there is no way to cross
post, unless I have not figured it out yet.


Reply With Quote
  #9  
Old   
Els
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-16-2008 , 05:35 AM



Bob wrote:

Quote:
I have to multipost. I don't have a newsreader and I got rid of my
news account. I post from Google groups so there is no way to cross
post, unless I have not figured it out yet.
In my Google Groups 'new post' form, I see a field "To Newsgroups". My
guess is that that is meant to be plural. Especially since right below
that file there's a sentence saying "(Separate multiple groups with
commas)".

--
Els http://locusmeus.com/


Reply With Quote
  #10  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Make HTML code show up on the web - 04-16-2008 , 09:47 AM



Scripsit Bob:

Quote:
I have to multipost.
Thank you for the clarification. Now we know that we need to kill-
file you.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.