git.y1.nz

digest-html

Converts HTML to plaintext-with-links.
download: http://git.y1.nz/archives/digest-html.tar.gz
README | Files | Log | Refs

test/1.html

      1 <html>
      2 	<head>
      3 		<base href="google.com/base/ref">
      4 	</head>
      5 	<body>
      6 		<p>Whatever</p>
      7 		<dfn>123</dfn>
      8 		<a href="/one">one</a>
      9 		<a href="rel-one/two">relative one</a>
     10 		<a href="two?query">two query</a>
     11 	</body>
     12 </html>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.