Add link to source on github. Remove redundant comment from index.html.
authorJuriy Zaytsev <kangax@gmail.com>
Mon, 22 Feb 2010 01:39:04 +0000 (20:39 -0500)
committerJuriy Zaytsev <kangax@gmail.com>
Mon, 22 Feb 2010 01:39:04 +0000 (20:39 -0500)
index.html

index 1534a8e..b930529 100644 (file)
         HTMLMinifier is made by <a href="http://perfectionkills.com/">kangax</a>, 
         using tweaked version of HTML parser by <a href="http://ejohn.org/">John Resig</a> 
         (which, in its turn, is based on work of <a href="http://erik.eae.net/">Erik Arvidsson</a>).
+        Source is <a href="http://github.com/kangax/html-minifier">hosted on Github</a>.
       </p>
     </div>
     <script src="master.js" type="text/javascript"></script>
   </body>
-</html>
-
-<!-- 
-  parser deficiencies:
-    Didn't understand doctype
-    Didn't match all attribute names (e.g. those with "-", like "http-equiv").
-    Didn't work properly with _multiline_ comments and CDATA sections.
-    Would strip comments and CDATA blocks from within all elements (even those like SCRIPT, with CDATA content)
--->
\ No newline at end of file
+</html>
\ No newline at end of file