I am a real newbie, reading my first book on HTML, reading all of the back
posts in this group, and making my first page. Please rip me a new one if I
am out to lunch -- as long as you also tell me what to do to do things right!
The administrator of my LAN gave me a site that can only be seen by employees
and showed me how to put up a hello world page with notepad and ftp. Later I
will put my pages on the world wide web.
I have many, many files I want to publish, all in plain DOS text. I have a
utility that will convert from hard returns 79 characters per line to hard
returns at end of paragraph for user word wrapping, so I just take the second,
wrap a <p> and </p> around it, and insert it in my HTML document. Works great
and I added all the stuff to make it w3C validate as HTML 4.01 strict (I TOLD
you I have been reading the back posts!!) ;=)
I want to put at the top of each HTML page links that say the following
BACK TO INDEX
DOS TEXT VERSION
RICH TEXT VERSION
MS WORD VERSION
and links to .txt .rtf .doc versions and to my index page.
Should I make the .txt have hard returns at 79 characters or at the end of
each paragraph? Or should I do both, call them .txt and .text, and have my
administrator set the server to tell browsers that .text is MIME text/plain?
DOS style hard returns, Unix style hard returns, or versions with each?
I would like to have only one filename with different extensions, so I
don't like filename1.txt and filenam2.txt much.
What other formats should I offer? I feel like I am ignoring the Mac and
Unix users. I will buy whatever software I need to get any other versions
that you people think are worth having. PDF? Latex? Some strange VI or
EMAC format I don't know about yet?
Any more advice to a newbee who is willing to learn?
Thanks!
Comment