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.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Shells Text Processing Filters |
|---|---|
| Licenses | GPL |
| Implementation | Unix Shell |
Recent releases


Release Notes: BASP has been changed to read from a file or stdin, so that you can do 'basp file...' or 'basp < file'. This is a bit easier to use in CGI scripts. The internal documentation and code were cleaned up.


Release Notes: <%=...%> is now shorthand for 'echo -n' instead of 'echo', so that extra newline will not be printed.


Release Notes: Whitespaces before and after script segments are now preserved. Previously, script outputs were printed on separate lines for readability.


Release Notes: The <%=...%> shorthand notation for <%echo ...%> was added.


No changes have been submitted for this release.