/usr/share/doc/htp/htp.htt is in htp 1.19-2+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | <!--- -*- html -*- --->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<set web="http://htp.sourceforge.net/">
<set wwwref="${web}ref/">
<set project="http://sourceforge.net/projects/htp/">
<set rk_email="robert.king@mailbox.gu.edu.au">
<set rk_old="http://www.ens.gu.edu.au/robertk/">
<set rk_home="http://math.newcastle.edu.au/~rking/">
<set rk_htp="${rk_home}htp/">
<IF NOT ref>
<set ref="">
</IF>
<def name=sfuser option="name login">
<a href="http://sourceforge.net/users/$login"><use name></a></def>
<block jh><sfuser login="hoenicke" name="Jochen Hoenicke"></block>
<block mm><sfuser login="mcmoe" name="Michael Möller"></block>
<IF TOC_IHREF_${_htpfile_out}>
<SET TOC_SECTION=${TOC_IHREF_${_htpfile_out}}>
<SET subject=${TOC_${TOC_SECTION}}>
</IF>
<IF NOT title>
<BLOCK title>
<IF ref_manual>htp on-line reference<ELSE>htp - a HTML pre-processor</IF>
<IF subject>: <USE subject></IF>
</BLOCK>
</IF>
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE><USE title></TITLE>
<link rel="stylesheet" type="text/css" href="${ref}styles.css">
</HEAD>
<body bgcolor="#b0b080">
<table border="0" cellspacing="5" cellpadding="15" width="100%">
<tr>
<td colspan="2" bgcolor="white">
<img src="${ref}pic/logo.png" alt="HTP">
<h1>
<use title>
</h1>
</td>
</tr>
<tr>
<td width="20%" bgcolor="white" valign="top">
<if ref_manual>
<if not top_page>
<div style="align:top">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td class="toc" colspan="3" width="100%">
<a class="noline" href="index.html">Table of Contents</a></td>
</tr>
<showsidetoc cols=3>
</table>
</div>
</if>
</if>
</td>
<td bgcolor="#f0f0d0" rowspan="2" valign="top">
<if syntax>
<h2>syntax</h2>
<htpcode option="-s" expand>
<use syntax noexpand>
</htpcode>
</if>
<if synopsis>
<h2>synopsis</h2>
<use synopsis>
</if>
<if body>
<use body>
</if>
<p>
</td>
</tr>
<tr>
<td width="20%" bgcolor="white" valign="bottom">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td class="tocf" width=10>
<img src="${ref}pic/source.png" alt="">
</td><td class="toc">
<a href="$sourcecgi/$_htpfile_in">page source</a>
</td></tr>
<tr><td class="tocf" width=10>
<img src="${ref}pic/sficon.png" alt="">
</td><td class="toc">
<a href="${project}">htp project</a>
</td></tr>
<if not home_page>
<tr><td class="tocf">
<img src="${ref}pic/htpicon.png" alt="">
</td><td class="toc">
<a href="${web}">htp homepage</a>
</td></tr>
</if>
<if not ref_manual>
<tr><td class="tocf" width=10>
<img src="${ref}pic/download.png" alt="">
</td><td class="toc">
<a href="${project}download">download</a>
</td></tr>
<tr><td class="tocf">
<img src="${ref}pic/manbig.png" alt="">
</td><td class="toc">
<a href="${ref}">htp on-line reference</a>
</td></tr>
</if>
<tr><td colspan="2">
hosted by<br />
<a href="http://sourceforge.net/">Sourceforge</a><br />
HTML coding
<a href="http://htp.sourceforge.net/"><img
src="${ref}pic/poweredbyhtp.png" alt="Powered by htp"></a>
</td></tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="white">
<div style="font-size:small">
<address>
<if ref_manual>
htp on-line reference / <A HREF="${wwwref}"><USE wwwref></A><br />
<else>
htp homepage / <A HREF="${web}"><USE web></A><br />
</if>
Authors: Jim Nelson, <use jh>, <use mm>.<br />
Maintainers:
<if RKING_STILL_MAINTAINER>
<A HREF="${rk_home}">Robert King</A> / <a
href="mailto:${rk_email}"><use rk_email></a>,
</if><use jh>.<br />
</address>
<p>
<if ref_manual>
Copyright © 1995–96 Jim Nelson.<BR>
<else>
Copyright © 2000 Robert King.<BR>
</if>
Copyright © 2001–2014 <use jh>.<BR>
<if not _htpfile_out="license.html">
Permission to reproduce and distribute this hypertext document granted
according to terms described in the
<A HREF="${ref}license.html">License section</A>.
</if>
</p>
<p>
last updated <file date>
</p>
</div>
</td>
</tr>
</table>
</body>
</html>
|