HTP

Source code: ref/wishlist.htp

Table of Contents
  htp.def
  macros.def
  htp.htt

<block body>

<ul>

<li>Add more powerful conditions for if and while macro. The main
problem is the syntax.  I think of something like<br>
<blockquote>
<code>&lt;if test="${i} lt 5 or ${i} lt ${max}"&gt;</code>.
</blockquote></li>

<li>Add regular expressions, to make htp more powerful.</li>

<li>An &lt;OUTPUT EXECUTE="..." REDIRECT&gt; tag would be nice that
filters a block through an external program and inserts the result.
This would be useful in the online documentation to produce the pretty
HTML code.  The problem is that it needs to handle concurrency
correctly: for large blocks it is not good to just write the input and
afterwards read the output as this may deadlock (htp and the other
process are both waiting for their output to be consumed).
</li>

<li>Add a section to this manual containing useful code snippets.</li>

<li>The ability to define macros on the command-line or in response files.
</li>

<li>It would be nice to have a fully functional dependency mechanism.
When the html file is produced, htp could also output the names of all
read files to an extra file.  On the next run this file could be read
to quickly determine the dependencies.  

<p>One could also handle file execute tags by allowing the user to give
the dependencies in an attribute.</p>
</li>

</ul>

</block>

  page source
  htp project
  htp homepage
hosted by
SourceForge.net
HTML coding Powered by htp
htp on-line reference / http://htp.sourceforge.net/ref/
Authors: Jim Nelson, Jochen Hoenicke, Michael Möller.
Maintainers: Jochen Hoenicke.

Copyright © 1995-96 Jim Nelson.
Copyright © 2001-2003 Jochen Hoenicke.
Permission to reproduce and distribute this hypertext document granted according to terms described in the License section.

last updated Tue Feb 22, 2011