mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
15 lines
677 B
Plaintext
15 lines
677 B
Plaintext
STFL is a library which implements a curses-based widget set for text
|
|
terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby.
|
|
Since the API is only 14 simple function calls big and there are
|
|
already generic SWIG bindings it is very easy to port STFL to
|
|
additional scripting languages.
|
|
|
|
A special language (the Structured Terminal Forms Language) is used to
|
|
describe STFL GUIs. The language is designed to be easy and fast to
|
|
write so an application programmer does not need to spend ages fiddling
|
|
around with the GUI and can concentrate on the more interesting
|
|
programming tasks.
|
|
|
|
Author: Clifford Wolf <clifford@clifford.at>
|
|
WWW: http://www.clifford.at/stfl/
|