HTP

htp on-line reference : Feature wish list

Table of Contents
  Introduction
  License
  Tutorial
  Usage
  HTP Tags
  History
> Wish list
  Bugs
  • Add more powerful conditions for if and while macro. The main problem is the syntax. I think of something like
    <if test="${i} lt 5 or ${i} lt ${max}">.
  • Add regular expressions, to make htp more powerful.
  • An <OUTPUT EXECUTE="..." REDIRECT> 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).
  • Add a section to this manual containing useful code snippets.
  • The ability to define macros on the command-line or in response files.
  • 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.

    One could also handle file execute tags by allowing the user to give the dependencies in an attribute.

  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 Fri Aug 31, 2007