summaryrefslogtreecommitdiff
path: root/src/server/PGFService.hs
AgeCommit message (Collapse)Author
2010-09-30update PGFService to work after the extensions in the random generation APIkrasimir
2010-09-02Bug fix: add missing error handler for statically served files in pgf-server ↵hallgren
HTTP mode
2010-09-01Standalone HTTP version of pgf-serverhallgren
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.)
2010-08-09native representation for HOAS in PMCFG and incremental type checking of the ↵krasimir
parse forest
2010-08-24more advanced complete function in the PGFServicekrasimir
2010-07-31bugfix in the PGF browserkrasimir
2010-07-31the PGF service now generates samples of the syntax in the browsing informationkrasimir
2010-07-31fix: PGFService should type-check the trees that comes from the userkrasimir
2010-07-13detailed information for the type errors from PGFServicekrasimir
2010-07-08FridgeApp and TranslateApp now show the type errorskrasimir
2010-07-07fix PGFService after the change in the parser APIkrasimir
2010-05-28disambiguation in Phrasebook: show Eng instead of AST if DisambL is missing; ↵aarne
show all alternative disambiguations for each alternative translation
2010-04-30for backward compatibility we have the old parse function again. the old ↵krasimir
functionality is exposed by parse_
2010-04-30fix PGFService after the change in the APIkrasimir
2010-04-22now the PGF service communicates with Graphviz using UTF8 for the input and ↵krasimir
binary for the output
2010-04-04in PGFService disambiguation, show tree if there's no disamb grammaraarne
2010-03-30simplified the treatment of politeness in Phrasebookaarne
2010-03-30disambiguation in Phrasebook grammars, PGF server, and the GUIaarne
2010-03-28catching initial bind symbol in PGFServeraarne
2010-03-26text-like unlexer for phrasebook web serviceaarne
2010-03-26fixes for webdemos, including bug in StructuralItaaarne
2010-03-22www api command translategroup, which uses groupResultsaarne
2010-03-04Quick fix to adapt to new version of the PGF library.hallgren
2009-11-29TranslateApp now have browser for abstract syntaxkrasimir
2009-11-26function doListGrammars in PGFService is obsoletekrasimir
2009-11-26the default function of the PGFService should return list of functions as ↵krasimir
well as list of categories
2009-11-26change PGF.categories to return list of identifiers instead of typeskrasimir
2009-10-24added tree visualizations in TranslateAppkrasimir
2009-10-15make the GF server to compile after that changes in the PGF runtimekrasimir
2009-01-25the grammars are now recognized by extension i.e. .pgf is grammar just like ↵krasimir
.php is a PHP script
2009-01-25the pgf-server is single-threaded on Windowskrasimir
2008-12-04pgf server: return 1 result for /random without limit argument.bjorn
2008-11-20pgf.fcgi: don't install any signal handlers. Since we didn't look at the ↵bjorn
variable they set, we just created zombies.
2008-11-04pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for ↵bjorn
fastcgi processes.
2008-11-04Added /random to pgf-server.bjorn
2008-11-03gf-server: complete noew sorts case-insensitivebjorn
2008-10-29gf-server: added a way to list the available pgf filesbjorn
2008-10-29Rename MainFastCGI.hs to PGFService.hs.bjorn