| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-12 | Improvements of "gf -server" mode and related setup | hallgren | |
| "gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete. | |||
| 2011-10-11 | More work on support for gfse in "gf -server" mode | hallgren | |
| 2011-10-10 | gfse: make it workw ith "gf -server" cloud services | hallgren | |
| 2011-10-10 | More functionality in "gf -server" mode | hallgren | |
| "gf -server" mode now includes PGF service and the services to support example-based grammar writing. (But gf -server is not quite ready to replace pgf-http yet...) Also bumped GF version number to 3.2.10-darcs | |||
| 2011-10-07 | gfse: documentation tweaks | hallgren | |
| 2011-10-03 | gfse: browser compatibility fixes | hallgren | |
| 2011-10-03 | gfse: references to the GF book in keyword tool tips and style tweaks for ↵ | hallgren | |
| example-based grammar editing | |||
| 2011-09-29 | Example-based grammar writing: fix problems caused by the use of exprToAPI | hallgren | |
| The editor needs to keep track of both the raw term and the nice term returned by exprToAPI. (Manually constructed linearization rules will now have the raw term and can not be tested.) Also replace metavariables in generalized terms with the apropriate parameter from the linearization rule. Also fix communication problems caused by inconsistent use of show/read vs showExpr/readExpr. | |||
| 2011-09-28 | gfse: about.html updates | hallgren | |
| 2011-09-27 | gfse: mention example-based grammar writing in about.html | hallgren | |
| 2011-09-27 | gfse: work in progress on support for example-based grammar writing | hallgren | |
| 2011-09-16 | gfse: add Extra and Lexicon to the list of resource modules that can be opened | hallgren | |
| 2011-09-13 | gfse: added grammar cloning | hallgren | |
| 2011-08-17 | gfse: fix an issue with Webkit browers | hallgren | |
| For lin and lincats with empty RHSs, there was nothing to point to to make the edit button (the "%" button) appear in browsers based on Webkit (Safari, Chrome). | |||
| 2011-08-01 | gfse: added links to download PGF files for user's grammars | hallgren | |
| 2011-08-01 | gfse: add missing file share.html to darcs | hallgren | |
| Also fix bug in share.html by adding cloud.js to the list of loaded JavaScript files. | |||
| 2011-07-29 | gfse: some correctness checks for concrete syntax | hallgren | |
| The editor now calls the GF server to check the syntax of expressions that are part of concrete syntax (except for parameter types). This is currently done by using the cc command of the GF shell, which puts some unnecessary restricitons on operation definitions... | |||
| 2011-07-29 | gfse: refactoring | hallgren | |
| Factor out functions that interface to the old cloud service (upload.cgi) from editor.js into cloud.js. Merge changes from editor2.js into editor.js and factor out functions that interface to gf -server into clouds2.js. | |||
| 2011-07-26 | gfse: about: added a note that each grammar has a unique identity ↵ | hallgren | |
| independent of its name | |||
| 2011-07-25 | gfse: various small improvements | hallgren | |
| 2011-07-07 | gfse: new section "Grammars in the cloud" in about.html | hallgren | |
| 2011-07-07 | gfse: grammars in the cloud, still primitve, but good enough to be installed ↵ | hallgren | |
| on the server, I think | |||
| 2011-07-07 | gfse: grammars in the cloud, work in progress | hallgren | |
| Cloud merging: when sharing grammars between two devices that previously each had separate grammar directoies on the server, clean up one of the directories and make it a symbolic link to the other. | |||
| 2011-07-06 | gfse: grammars in the cloud, work in progress | hallgren | |
| 2011-06-08 | gfse: initial support for grammars in the cloud | hallgren | |
| This lets the user access the same set of grammars from multiple devices. Sharing grammars between multiple users is possible but discouraged at the moment. There is no version handling, so concurrent editing of the same grammar by different users might result in one user overwriting changes made by another user. (The same goes for cuncurrent editing on multiple devices by a single user, of course.) | |||
| 2011-05-07 | gfse: fix a problem in browsers where "class" is a reserved keyword | hallgren | |
| 2011-05-06 | gfse: you can now add concrete syntax for arbitrary languages | hallgren | |
| Before, you had to pick a language from a list of supported languages, but now you can also pick Other and change the language code afterwards. | |||
| 2011-04-13 | gfse: use "gf -server" mode instead of upload.cgi | hallgren | |
| Work in progress on making the online grammar editor use the new "gf -server" mode instead of the old upload.cgi script. A first benefit is that the editor now calls the server to check the syntax of lin & lincat definitions. (But the links to minibar/gfshell/quiz are not available at the moment.) | |||
| 2011-03-28 | gfse: somewhat simplified configuration/installation | hallgren | |
| 2011-03-28 | gfse: added an alternate style sheet with the MOLTO color scheme | hallgren | |
| 2011-03-09 | gfse: documentation fixes, links to MOLTO meeting slides and compiler API ↵ | hallgren | |
| document | |||
| 2011-03-07 | gfse: create a new concrete syntax by copying an existing one | hallgren | |
| When adding a new concrete syntax to a grammar, the currently open concrete syntax will be copied. If the abstract syntax is currently open, the new concrete syntax will start out empty. | |||
| 2011-03-07 | gfse: link back to the editor from the upload page | hallgren | |
| 2011-03-06 | gfse: minor layout/formatting variation | hallgren | |
| 2011-02-28 | gfse: fix missing startcat flag bug + documentation updates | hallgren | |
| 2011-02-28 | gfse: fix persmission problem in upload.cgi | hallgren | |
| 2011-02-28 | gfse: include a -path flag to find rgl modules | hallgren | |
| 2011-02-28 | gfse: support for opening RGL modules | hallgren | |
| 2011-02-28 | gfse: minor documentation and style improvements | hallgren | |
| 2011-02-22 | gfse: allow definitions to be reordered by drad-and-drop | hallgren | |
| 2011-02-18 | gfse: fix typos | hallgren | |
| 2011-02-18 | gfse: document that grammars can be uploaded and tested in the GF shell, the ↵ | hallgren | |
| minibar and the translation quiz | |||
| 2011-02-18 | gfse: updated screen shots | hallgren | |
| 2011-02-18 | gfse: support for linking to the translation quiz | hallgren | |
| 2011-02-17 | gfse: some small fixes | hallgren | |
| + 'make install' to copy all required files to the server + configuration options and error checks in upload.cgi | |||
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
