Commit Graph

5307 Commits

Author SHA1 Message Date
hallgren
affdcf421e GF shell restricted mode
By setting the environment variable GF_RESTRICTED before starting GF, the shell
will be run in restricted mode. This will prevent the GF shell from starting
arbitrary system commands (most uses of System.Cmd.system are blocked) and
writing arbitrary files (most commands that use writeFile et al are blocked).

Restricted mode is intended minimize the potential security risks involved
in allowing public access to the GF shell over the internet. It should be used
in conjuction with system level protection mechanisms (e.g. file permissions)
to make sure that a publicly acessible GF shell does not give access to parts
of the system that should not be publicly accessible.
2011-03-03 15:42:57 +00:00
hallgren
65e1ea2fc4 gf.cabal: bump version number, add source repository info
I changed the version number to 3.2.1-darcs.
I think the version number of the current version from darcs should always
include the "-darcs" suffix (or "-current" perhaps?). The suffix should be
removed only momentarily when making an official release.
2011-03-03 15:24:43 +00:00
aarne
9b26957785 overloaded opers included in sorting of judgements 2011-03-03 15:10:31 +00:00
aarne
93987ee869 print lexicon in Xerox LEXC format: pg -lexc 2011-03-03 08:31:15 +00:00
aarne
d160fbf459 ParadigmsSwe: mkA makes adjectives ending with a/e/o invariant (except for genitive) 2011-03-01 16:25:59 +00:00
aarne
3e2d906888 corrected help for l command 2011-03-01 16:15:20 +00:00
hallgren
4642b2a392 demos/index.html: minibar is now available on the standard port
Minibar was at http://www.grammaticalframework.org:41296/minibar/minibar.html
but now also at http://www.grammaticalframework.org/demos/minibar/minibar.html
which means it is accessible behind firewalls that block requests to
nonstandard ports.
2011-03-01 15:02:13 +00:00
hallgren
8e2caf6404 demo/indx.html: record translation quiz entry 2011-03-01 14:58:51 +00:00
hallgren
da740b51c2 minibar/support.js: recognize relative URLs as locations on the same server
This means that the relative grammar directory location in the default
configuration will result in AJAX requests rather than the less efficient
JSONP requests.
2011-03-01 14:47:20 +00:00
hallgren
a27f58d6ae minibar: make the feedback form work in the generic minibar
It is still disabled by default, since some manual configuraiton of
feedback.cgi is required.
2011-03-01 13:46:00 +00:00
aarne
f790bd949f removed accusative case for nouns in Eng (it is for NP, Pron, IP, RP only) 2011-02-28 20:59:29 +00:00
hallgren
aad6e864b9 gfse: fix missing startcat flag bug + documentation updates 2011-02-28 16:47:25 +00:00
hallgren
fe9eaf0ddd gfse: fix persmission problem in upload.cgi 2011-02-28 15:46:42 +00:00
hallgren
164018b6c0 gfse: include a -path flag to find rgl modules 2011-02-28 15:45:55 +00:00
hallgren
10f2f3e7d7 gfse: support for opening RGL modules 2011-02-28 14:18:20 +00:00
hallgren
fc1471717c gfse: minor documentation and style improvements 2011-02-28 12:41:05 +00:00
aarne
e455f86608 new synopsis after Rus bug fix 2011-02-28 13:40:49 +00:00
aarne
a786f1c809 the command show_operations to inspect opers in scope 2011-02-28 13:31:04 +00:00
aarne
e02e27f24b German verb form for haben; extended TryGer 2011-02-27 16:36:24 +00:00
aarne
13c66a1cd7 the Mixed conjugation 2011-02-27 16:36:01 +00:00
aarne
5536c31585 removed message showing what modules are read unless in verbose mode 2011-02-26 10:25:09 +00:00
aarne
593152871e generalized V2V construction to present participles 2011-02-26 10:24:32 +00:00
aarne
dd937731f6 Predef.error surfaces as error message in compilation and cc command 2011-02-25 17:01:10 +00:00
aarne
804f7edddd simple grammar for dates 2011-02-25 15:44:25 +00:00
aarne
ffc78017b2 command ga moved to option 'aw -giza' 2011-02-25 12:55:36 +00:00
aarne
ba98fb8698 FoodsNep by Dinesh Simk 2011-02-24 14:05:16 +00:00
aarne
33ef398076 that_Subj in Finnish 2011-02-24 08:20:55 +00:00
aarne
89c3f5555f that_Subj in Bul 2011-02-24 08:13:58 +00:00
hallgren
b2917c5652 gfse: allow definitions to be reordered by drad-and-drop 2011-02-22 16:04:49 +00:00
hallgren
6173291ec1 gfse: fix typos 2011-02-18 14:51:06 +00:00
hallgren
e2096fef35 gfse: document that grammars can be uploaded and tested in the GF shell, the minibar and the translation quiz 2011-02-18 14:47:20 +00:00
hallgren
f0a80d0ea6 gfse: updated screen shots 2011-02-18 14:46:18 +00:00
hallgren
1ee4844fca gfse: support for linking to the translation quiz 2011-02-18 11:44:05 +00:00
hallgren
f65aff1d21 translation quiz: always show the grammar menu 2011-02-18 11:52:08 +00:00
hallgren
f7e791e0e8 translation quiz: a small change to make easy to select an alternate grammar directory 2011-02-18 11:51:41 +00:00
hallgren
69e7262286 gfse: some small fixes
+ 'make install' to copy all required files to the server
+ configuration options and error checks in upload.cgi
2011-02-17 17:35:22 +00:00
hallgren
1715f683dc Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:43:41 +00:00
hallgren
b7e13dafa1 Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:42:16 +00:00
hallgren
60980e40e4 Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:38:46 +00:00
aarne
a533b68c55 example/Discourse for English too 2011-02-09 22:57:56 +00:00
aarne
3b713801ad discourse devices for English 2011-02-09 22:57:27 +00:00
aarne
78741bd973 factored DiscourseFin to 4+5 constructors 2011-02-09 17:11:45 +00:00
aarne
0bc1fbccf5 more general discourse particles in Finnish 2011-02-09 16:42:15 +00:00
aarne
c2d382746e more work on Finnish ClausePlus 2011-02-08 19:27:35 +00:00
aarne
438f267e7e experimenting with discourse particles in DiscourseFin 2011-02-08 15:49:47 +00:00
aarne
ff1413e801 ExtraFin functions for word order variations 2011-02-08 15:49:04 +00:00
aarne
55d15c9bf8 examples/discourse on Finnish discourse particles and their translations 2011-02-08 12:30:13 +00:00
hallgren
b380d4ba37 Download page: added Mac .pkg from Jordi Saludes 2011-02-07 12:20:02 +00:00
aarne
e4eccba450 a simple clitic analysis command 'ca' 2011-02-06 16:19:24 +00:00
aarne
a710e3fdee removed some nonsense-producing variants from Query 2011-01-31 10:03:59 +00:00