Commit Graph

7718 Commits

Author SHA1 Message Date
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
jordi.saludes 50cdc9e354 provide both genders for Plural in Cat/mkPronoun 2011-06-02 08:53:35 +00:00
aarne adfc2b6796 adapted parse/English to new uncontracted polarity 2011-06-02 09:26:33 +00:00
aarne bbc2a7c538 ported the change in English NPCase and Polarity to SUMO 2011-06-02 08:30:06 +00:00
aarne 20966efd85 factored English uncontracted negation to one constant, ExtraEng.UncNeg : Pol 2011-06-02 08:05:31 +00:00
aarne 5782bea01d patches in Spanish adjectives by Inari 2011-06-02 07:24:20 +00:00
jordi.saludes 7445a5fda6 Fixed A's in Cat phrasebook nationalities 2011-06-01 15:50:21 +00:00
virk.shafqat 3a20957aaa addedSymbolicPnb 2011-05-20 23:23:08 +00:00
virk.shafqat 198ba1a151 refinementsTextUrd11-19-05 2011-05-19 18:19:34 +00:00
virk.shafqat 9e38856a1e refinementsTextUrd-11-05-19 2011-05-19 15:57:12 +00:00
virk.shafqat ab120fc83f refinements-2011-05-19 2011-05-19 15:19:15 +00:00
virk.shafqat 96d8cc4c04 refinementsUrdPhrasebook-2011-05-13 2011-05-13 21:51:16 +00:00
aarne 026c5cddf5 fixing case in ParseEng 2011-05-13 16:25:58 +00:00