|
Posted by Max Power on November 8, 2006, 3:33 am
Please log in for more thread options
HTML reprocessor: how do you get rid of the obese MS-Word (normal or
filtered) HTML?
I just want all the fancy MS tags removed and replaced with basic ones, or
if applicable -- stripped entirely back to HTML 2.0, or HTML 'core' 3.2.
It was one thing when my Win95 Netscape's HTML editor bloated up my HTML 2.0
code into moderately efficient HTML 3.2 code.
The NETSCAPE Win XP HTML editor rewrote the code into moderately efficient
4.01 Transitional code -- but kept the code only slightly divergent from
HTML 3.2's core tags.
'Style' tags -- Eeek how obese these tags make HTML!
Yet, most web authoring tools (the cheap or free ones) will not help with
CSS.
'Meta' tags: I would love to clean them all up one day.
Not all my website is affected, but someday it may be.
If this idea only worked for HTML ...
http://hireme.geek.nz/wiki-at-home.html I ACTUALLY LIKE SOME WIKIpedia MARKUP, IT IS SO not obese!
If only Wiki markup were possible in HTML, as a way to make HTML more
accessible again.
-- Tables: it would really clean them up, but not most nested tables (beyond
to nesting layers).
-- Orandanary text: some of it could be helped by Wiki markup.
-- Images: mixed bag, only useful for HTML novices and testing.
-- A new tag would probably be needed:
show/hide quoted text
"<wiki_markup_aa>''Text''</wiki_markup_aa>"
-- When saving HTML files, some computational work would need to be done to
find the most space efficient markup during the saving process.
Most of my website code could go back to HTML 3.2, but my goal is conversion
to 4.01 STRICT + UTF-8 + EN-CA + no local colored tags for links...
|