PDA

View Full Version : Bash Script: Make an HTML document



boopyg
September 3rd, 2007, 03:44 AM
-

Mirrorball
September 3rd, 2007, 04:27 AM
Thanks, but I think learning proper HTML would be much more useful. Here is some reading that will take you to the next level:
http://www.456bereastreet.com/lab/developing_with_web_standards/

boopyg
September 3rd, 2007, 04:32 AM
-

dickohead
September 3rd, 2007, 05:50 AM
He was pointing out that your HTML code is not standards compliant (W3C.org).

also.... if you're going to use a bash script to echo out HTML tags, perhaps you should send those echo responses to a text file and generat the html file for them?

echo "<sometag>">>somefile.html

Mirrorball
September 3rd, 2007, 10:43 AM
Unless you meant that post to be for other people to read, not me, then this post is unnecisary(sp?
No, I meant it for you, and I still think you should read it because you don't seem to know what's in there.

boopyg
September 3rd, 2007, 01:01 PM
-

pmasiar
September 3rd, 2007, 02:03 PM
boopyg, Mirrorball hinted that your advice is less than useful for beginners :-)

To learn way to do web apps, check this: http://LearnPython.pbwiki.com/WebApplication

BTW, you may also want to learn Python, it is better language to generate your web pages than bash.