File: index.html

package info (click to toggle)
jericho-html 3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,568 kB
  • sloc: java: 11,771; jsp: 185; xml: 130; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
	<head>
		<title>Jericho HTML Parser - Sample Web Applications</title>
		<link rel="stylesheet" type="text/css" href="css/jericho.css" />
	</head>
	<body>
		<a style="float: right" title="Jericho HTML Parser Homepage" href="http://jericho.htmlparser.net/">Jericho HTML Parser</a>
		<h1>Jericho HTML Parser - Sample Web Applications</h1>
		<ul>
			<li><a target="_blank" href="samples/RenderToText.jsp">Render HTML to Text</a></li>
			<li><a target="_blank" href="samples/FormatSource.jsp">Source Formatter</a></li>
		</ul>
	</body>
</html>