1
0
forked from GitHub/gf-core
Commit Graph

6730 Commits

Author SHA1 Message Date
aarne 2d91016760 Added ExtAdvS separate from AdvS in Sentence 2011-08-03 15:19:39 +00:00
aarne 930d9ab752 word order in Scand and Ger coordinated Inv 2011-08-03 14:37:49 +00:00
hallgren e60b4e97c0 gfse: added links to download PGF files for user's grammars 2011-08-01 15:01:14 +00:00
hallgren 29e9b30b47 gfse: add missing file share.html to darcs
Also fix bug in share.html by adding cloud.js to the list of loaded JavaScript
files.
2011-08-01 14:27:29 +00:00
aarne 1fd0abc8bf a couple of fixes with Romance determiners 2011-08-01 10:22:14 +00:00
hallgren c78328fd86 gfse: some correctness checks for concrete syntax
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 15:44:19 +00:00
hallgren 97d7bdd6c0 gfse: refactoring
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-29 13:45:37 +00:00
hallgren 21e6ebfe26 gfse: about: added a note that each grammar has a unique identity independent of its name 2011-07-26 15:03:33 +00:00
hallgren cce6b793b1 gfse: various small improvements 2011-07-25 19:21:46 +00:00
aarne b43fa3ce9e past participle in proper place in English VP 2011-07-22 07:49:53 +00:00
aarne 61c9bdf94e PassVPSlash in Extra and ExtraEng; should generalize PassV2 in the future 2011-07-21 09:13:26 +00:00
aarne 9023382c31 GenIP, GenRP in Extra and any_Quant in ExtraEng 2011-07-21 08:25:04 +00:00
Nick Frolov 6946d9e07c The stub of Russian Phrasebook is tweaked to start giving sane output 2011-07-07 17:10:14 +00:00
hallgren e84ef142d7 gfse: new section "Grammars in the cloud" in about.html 2011-07-07 16:59:37 +00:00
hallgren 5f624dce85 gfse: grammars in the cloud, still primitve, but good enough to be installed on the server, I think 2011-07-07 16:57:59 +00:00
hallgren 8e47fa6d88 gfse: grammars in the cloud, work in progress
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-07 13:30:56 +00:00
aarne 3963df0a31 Nepali corrected in Synopsis; Nepali and Persian added to main page 2011-07-07 12:42:28 +00:00
hallgren 7b8828ae0a gfse: grammars in the cloud, work in progress 2011-07-06 16:55:42 +00:00
hallgren e4e5ca23d3 gfse: initial support for grammars in the cloud
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-06-08 15:29:50 +00:00
virk.shafqat a7fede8ee4 refinementsNep-11-06-27 2011-06-27 14:55:51 +00:00
adam.slaski a98d4bb0aa one new verb paradigm for Polish resource and one new function in ExtraPol 2011-06-23 15:28:03 +00:00
adam.slaski 5827065087 bug in how8manyIDet fixed 2011-06-23 12:52:04 +00:00
adam.slaski 0d85fd183a phrasebook polish updated 2011-06-23 12:44:53 +00:00
adam.slaski a79bffff8a morphoPol revisited 2011-06-23 12:37:28 +00:00
adam.slaski 1b8f23c14e noun morphology revisited 2011-06-23 12:37:12 +00:00
adam.slaski a9534eea48 ResPol revisited 2011-06-23 12:35:47 +00:00
adam.slaski 1cdfd8adc6 new verb models added 2011-06-23 12:35:08 +00:00
adam.slaski 30719e6e6b changes in lexicon noun 2011-06-23 12:34:34 +00:00
hallgren ca16782d06 minibar support.js: add function ajax_http_post for posting FormData 2011-06-21 16:10:44 +00:00
hallgren b80696f958 gf-server: make pgf-service work the Apache mod_fastcgi
pgf-service now appears to works with Apache mod_fastcgi (under Mac OS X) in
addition to lighttpd.

One difference appears to be that while lighttpd passes the name of the PGF
file in the SCRIPT_FILENAME variable, Apache passes it in PATH_TRANSLATED.
But perhaps this depends on exactly how the fastcgi service is configured.
The following is what I added to the Apache configuration file to test this:

	<Directory /Library/WebServer/Documents/fcgi-bin>
	  SetHandler fastcgi-script
	  Options +ExecCGI
	</Directory>
	Action pgf-service /fcgi-bin/pgf-service
	AddHandler pgf-service .pgf
2011-06-21 15:49:31 +00:00
hallgren 4b86179f12 gf-server: enable -rtsopts when compiling with ghc>=7.0 2011-06-21 15:45:13 +00:00
hallgren 1780b14d3a gf-server.cabal: a separate flag for the content service
* Use cabal install -ffastcgi to compile the fastcgi server.
  * Use cabal install -fcontent to compile the content service (off by default,
    currently broken)
  * Use both flag to compile both.
2011-06-21 15:38:57 +00:00
hallgren ae83ed677c gfse: fix a problem in browsers where "class" is a reserved keyword 2011-05-07 17:36:49 +00:00
aarne 070dca9a6a updated information on GF book 2011-06-20 20:52:23 +00:00
aarne b199fcde2f Nepali added to resource synopsis 2011-06-20 13:13:12 +00:00
virk.shafqat 7df882ef08 Nepali_api 2011-06-20 11:51:44 +00:00
virk.shafqat a9d8634147 refinementNepali-11-06-20 2011-06-20 11:24:22 +00:00
aarne f08c6a10a1 Status updated with Persian and Nepali 2011-06-14 11:52:26 +00:00
aarne af69d5eda6 synopsis with Persian 2011-06-14 11:49:38 +00:00
aarne a772c0af48 allow empty lines in transliteration files 2011-06-14 11:49:10 +00:00
aarne 67c804d9a8 Nepali resource by Dinesh Simk - almost complete 2011-06-14 11:19:59 +00:00
aarne 69c5b1d317 Inari's additions to ParadigmsSpa 2011-06-14 10:46:43 +00:00
virk.shafqat f0d0c01743 NumeralsDigits 2011-06-13 22:37:48 +00:00
virk.shafqat 9c37ec6f63 fileExtarPes-added 2011-06-13 21:27:20 +00:00
virk.shafqat 87ae4d68fd refinement-11-06-13 2011-06-13 21:21:30 +00:00
virk.shafqat 50057fb219 PersianAPI 2011-06-13 18:44:29 +00:00
virk.shafqat 052c75a71c PersianRG 2011-06-13 18:23:30 +00:00
aarne 525bf8f410 Finnish SDP paradigm ported to lower-case by using Predef.toUpper 2011-06-02 16:12:01 +00:00
aarne 7d3949a270 Predef functions toUpper, toLower, isUpper 2011-06-02 16:10:46 +00:00
aarne b30b5b6882 "Urd in Phrasebook Makefile; correct form of adj Spa.spanish_A" 2011-06-02 10:30:32 +00:00