| Age | Commit message (Collapse) | Author |
|
function names as strings.
|
|
Solution: include a local copy of brushed-metal.png
|
|
prevented the fridge and translate web apps from working
queryToArguments "?&input=bla+bla"
returns [("&input","bla+bla")]
but should return [("input","bla bla")]
|
|
refers to a directory
|
|
HTTP mode
|
|
pgf-server can now act as a standalone HTTP server. To activate this mode,
start it with
pfg-server http
to use the default port number (41296), or give an explicit port number, e.g.,
pgf-server http 8080
The HTTP server serves PGF files in the same way as the old FastCGI interface.
In addition, it also serves static files. The document root for static files
is the www subdirectory of the current directory where pgf-server is started.
In spite of these addition, backwards compatibility is maintaned. The old
FastCGI interface continues to work as before. (It is activated when
pgf-server is started without arguments.)
|
|
|
|
|
|
Quick fix. More work needed for correct behaviour when multiple words are
entered at once.
|
|
parse forest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show_groupedtranslations
|
|
show_grouped_translations: false
This affected minibar.html but not phrasebook.html and was
caused by accidental shadowing of function tr in function show_translations.
|
|
structures output by pgf-server.
The canParse field was removed without notice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not used yet
|
|
fid(String|Int|Float)
|
|
|
|
|
|
|
|
|