Download List

Descripción del Proyecto

BASP (BAsh Server Pages) is a patch against Bash for processing HTML templates (or any documents) with embedded shell scripts. The advantage is that you have full access to the shell and system environment without learning yet another programming language. This project has been merged with BashDiff.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-16 21:46
1.19

BASP se ha cambiado para leer de un archivo o entrada estándar, de modo que usted puede hacer "basp archivo ..." o 'basp <archivo'. Esto es un poco más fácil de usar en los scripts CGI. La documentación interna y el código se limpiaron.
Tags: Major feature enhancements
BASP has been changed to read from a file or stdin, so that you can do 'basp file...' or 'basp &lt; file'. This is a bit easier to use in CGI scripts. The internal documentation and code were cleaned up.

2004-10-14 23:12
1.7

<%=...%> Es ahora una abreviatura para 'echo-n "en lugar de" eco ", de modo que salto de línea extra no se imprimirá.
Tags: Code cleanup
&lt;%=...%&gt; is now shorthand for 'echo -n' instead of 'echo', so that extra newline will not be printed.

2004-10-11 23:30
1.5

Espacios en blanco antes y después de los segmentos de secuencia de comandos se conservan actualmente. Anteriormente, los productos guión fueron impresos en líneas separadas para facilitar su lectura.
Tags: Code cleanup
Whitespaces before and after script segments are now preserved. Previously, script outputs were printed on separate lines for readability.

2004-07-03 20:50
1.1

La <%=...%> notación abreviada para <% echo ...%> fue añadida.
Tags: Minor feature enhancements
The &lt;%=...%&gt; shorthand notation for
&lt;%echo ...%&gt; was added.

2004-06-20 15:14
1.0

Tags: Initial freshmeat announcement

Project Resources