john.j.camilleri
a251baddc0
add links to the Java and .NET APIs from the home page
2017-05-31 19:10:03 +00:00
john.j.camilleri
efe7db3269
GF Summer school now links to the 2017 school (update from Normunds).
2017-01-05 21:51:03 +00:00
john.j.camilleri
5155495ba5
Wide Coverage Translation Demo: switch to App16.pgf (adds Russian)
2016-06-17 10:19:46 +00:00
john.j.camilleri
e128139e8c
Change minibar URL to cloud.gf.org in QuickStart page
2015-01-19 06:45:15 +00:00
john.j.camilleri
37a35734a5
PGF Web Service: include entire completion in full mode
...
When using full=yes in the web service 'complete' command,
you now get an additional field 'seq' with the longest possible completion.
So, given:
lin
f1 = ss "the" ;
f2 = ss ("the red house" | "the real deal") ;
and trying to complete on input "th", you get:
[
{
"from": "TestCnc",
"brackets": {
"cat": "_",
"fid": 0,
"index": 0,
"fun": "_",
"children": []
},
"text": "th",
"completions": [
{
"token": "the",
"funs": [
{
"fun": "f1",
"hyps": [],
"cat": "C",
"seq": "the"
},
{
"fun": "f2",
"hyps": [],
"cat": "C",
"seq": "the red house"
},
{
"fun": "f2",
"hyps": [],
"cat": "C",
"seq": "the real deal"
}
]
}
]
}
]
2014-07-15 09:33:22 +00:00
john.j.camilleri
2fcc035623
Add link to IRC logs
...
The logs are simply dumped there in raw form, but at least having a link
should make them Google-indexed. One day we'll put something there with
an interface.
2014-05-09 06:53:41 +00:00
john.j.camilleri
f4be97c152
Fix typo in PGFService: "incomlete"
2014-03-12 12:45:32 +00:00
john.j.camilleri
b138899512
Rename README to READ_ME so that Apache doesn't hide it
2013-09-27 09:31:20 +00:00
john.j.camilleri
8f23ced7ad
Remove empty contrib folder and place README in examples
2013-09-27 09:18:08 +00:00
john.j.camilleri
2767e814f9
Add news item for gf-contrib on homepage
2013-09-18 08:20:47 +00:00
john.j.camilleri
f5461eb3d4
Remove contribs and examples
...
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
2013-09-16 07:17:27 +00:00
john.j.camilleri
bce1dff728
Syntax editor: minor CSS fix
2013-08-13 09:30:13 +00:00
john.j.camilleri
892596d7d6
Correct #chaptwo to #chapfour URLs in tutorial
...
Thanks to "drbean" from the IRC channel for pointing this out!
2013-08-12 06:55:08 +00:00
john.j.camilleri
5fd0dbfd7c
Add more info about RGL browser to release notes 3.5
2013-08-06 13:32:13 +00:00
john.j.camilleri
99cfb34639
RGL Browser: now includes Syntax Editor tab!
2013-07-25 07:36:34 +00:00
john.j.camilleri
ebc4d2173b
GF homepage: Add section for "getting help" (mentioning IRC channel)
...
and remove "fragments" from Maltese
2013-06-26 06:28:54 +00:00
john.j.camilleri
526bfff57d
Add news about Maltese RG, IRC channel to homepage
2013-06-24 07:49:30 +00:00
john.j.camilleri
51ece66688
Syntax editor: minor CSS tweak to resemble Minibar more
2013-06-13 07:34:16 +00:00
john.j.camilleri
c505747492
Syntax editor: AST string always shown, remove export button
2013-06-13 07:26:10 +00:00
john.j.camilleri
0893473aac
Remove summer school page from darcs
...
It is now in www/school/2013 and should be edited directly on server
2013-05-30 09:48:00 +00:00
john.j.camilleri
ef2a875116
Summer School page: minor adjustments
2013-05-29 06:37:23 +00:00
john.j.camilleri
d49d8f56ed
Update Summer School page with sponsorship info (Aarne's changes)
2013-05-29 06:29:25 +00:00
john.j.camilleri
458ffc42d1
Replace "CId" with "Language" in type signature for PGF.tabularLinearizes
2013-04-02 09:19:08 +00:00
john.j.camilleri
30db411075
GFEP: update readme
2013-02-22 15:33:52 +00:00
john.j.camilleri
3d5d424fef
Add fun/cat printnames to PGF web service
...
This is accessible vis the `browse` command, by adding the flag `printnames`
e.g.: .../Letter.pgf?command=browse&id=Recipient&format=json&printnames=1
2013-01-18 09:39:50 +00:00
john.j.camilleri
b8e3fe7bc0
Syntax editor: initial support for string literals
...
Also a bug fix when switching to editor, although this still messes up
when using the letters grammar.
Also updated readme with options, and some style improvements.
2013-01-11 15:33:17 +00:00
john.j.camilleri
be5a313372
Syntax editor: add tooltips to buttons
2013-01-11 12:45:24 +00:00
john.j.camilleri
b5e8d06fba
Syntax editor: remove beta label
2013-01-11 11:38:45 +00:00
john.j.camilleri
28020fdf80
GFEP: update readme for 1.5.2 release
2013-01-11 10:18:13 +00:00
john.j.camilleri
625430fa9c
GFEP: remove doc makefile, updated index.html
2013-01-10 16:19:27 +00:00
john.j.camilleri
fb644d57b7
GFEP: remove doc images and include redirection file (.htaccess)
2013-01-10 10:41:01 +00:00
john.j.camilleri
2623925e67
Syntax editor: unwrap feature
2012-12-11 15:09:16 +00:00
john.j.camilleri
6ef74e13d6
Syntax editor: link to about page
2012-12-11 09:48:44 +00:00
john.j.camilleri
ba3a497e41
Syntax editor: add about.html (and a Makefile for generating it)
2012-12-11 09:42:57 +00:00
john.j.camilleri
953b6b573a
Syntax editor: change startcat when wrapping top node
2012-12-07 15:32:31 +00:00
john.j.camilleri
904e8029fe
Syntax editor: various small improvements...
...
- separate tree edit buttons from option buttons
- fix bug when wrapping on freshly imported ast
- add interface for import & export of ast
- cleaner internal implementation of Editor.add_refinement
- small style updates
2012-12-07 12:55:17 +00:00
john.j.camilleri
32f085a4b5
Syntax editor: wrap now handles multiple possible positions for subtree
2012-12-04 15:45:41 +00:00
john.j.camilleri
314052f8d3
Syntax editor: add wrap feature
2012-12-03 14:02:47 +00:00
john.j.camilleri
0ac61fefba
Syntax editor: internal optimizations by pre-computing certain stuff
2012-11-30 15:08:46 +00:00
john.j.camilleri
58c3e3db85
Syntax editor: in-place replacement of functions
...
When at a non-leaf node, refinements with identical type signatures
are highlighting and can re placed without destroying the children.
If not, the refinement is greyed and the user is asked to clear
the current subtree first if they wish to replace it.
This aspect of the UI should be polished, but at least it is obvious.
Also, some substantial optimizations can still be made to cache
the processed type signatures (which determine what can be replaced
in-place)
2012-11-30 10:56:42 +00:00
john.j.camilleri
8cefec807a
Syntax editor: internal improvements. re-introduce initialize_from function
2012-11-29 15:40:18 +00:00
john.j.camilleri
c3f82bf10f
Syntax editor/minibar integration fix
2012-11-29 15:18:02 +00:00
john.j.camilleri
59b9676fd1
Syntax editor; add new helper for parsing type signatures (not complete)
2012-11-27 12:00:41 +00:00
john.j.camilleri
e9e29aab67
Syntax editor: add options for GM in editor_online.js
2012-11-27 11:21:28 +00:00
john.j.camilleri
45179a580a
Syntax editor: avoid server calls for each refinement by using cached data
2012-11-27 11:19:12 +00:00
john.j.camilleri
b3c1177f9e
Syntax editor: improvements and fixes with grammar manager
2012-11-27 10:09:40 +00:00
john.j.camilleri
22aeb04704
minibar_online.js: updated to launch Editor using a GrammarManager object
2012-11-23 15:07:51 +00:00
john.j.camilleri
d9867893f8
Syntax editor: now uses common GrammarManager object
2012-11-23 15:03:36 +00:00
john.j.camilleri
ee2f0a7487
Syntax editor: return to editor after having switched to minibar
2012-11-23 08:25:00 +00:00
john.j.camilleri
4e00ddea08
Minibar: call abstract_action with 'this' bound to minibar object
2012-11-23 08:21:00 +00:00
john.j.camilleri
c94e34d4e4
Minibar: add show/hide functions
2012-11-23 08:08:13 +00:00
john.j.camilleri
bac6b7fe64
Syntax editor: can now load minibar (in-place) from a linearised tree
2012-11-22 12:45:20 +00:00
john.j.camilleri
381dc3900c
Syntax editor: start with initial AST
...
Note that the argument has been renamed to initial.abstr
(Where abstr means an abstract syntax tree in string form, NOT an AST object)
2012-11-21 15:24:44 +00:00
john.j.camilleri
051b7b0d21
Syntax editor: start with initial grammar, startcat, to: languages
2012-11-21 11:22:35 +00:00
john.j.camilleri
0f59b25d8a
support.js: elem() returns false when as is undefined
2012-11-21 11:13:46 +00:00
john.j.camilleri
3f88302035
Update gf.cabal to copy new common js files
2012-11-20 14:04:09 +00:00
john.j.camilleri
09c4f8410e
Syntax editor: update to use common js files
2012-11-20 13:56:56 +00:00
john.j.camilleri
27beb9a3f8
Syntax editor: random generation of trees (and subtrees!)
2012-11-20 09:36:50 +00:00
john.j.camilleri
bbd81b5d65
Fix date of 2013 summer school on home page (it said 2011)
2012-11-19 10:58:09 +00:00
john.j.camilleri
3e5dac8ed4
Syntax editor: work on importing AST as string (eg for generate random)
...
But it's still not complete. Need an efficient way of getting the cat info to accompany funs.
2012-11-16 14:35:37 +00:00
john.j.camilleri
67ca0a1eae
Syntax editor: select subset of available languages
...
Also added a basic readme file with a list of todo's
2012-11-16 09:33:55 +00:00
john.j.camilleri
f815b2850b
Syntax editor: jump to next hole in tree
2012-11-15 15:38:17 +00:00
john.j.camilleri
dc0f333fec
Syntax editor: fix bug in Firefox, Seamonkey
2012-11-15 12:40:14 +00:00
john.j.camilleri
5c8c1f768f
Add first demo of new syntax editor
...
As part of the GF cloud stuff, it can be accessed from
http://cloud.grammaticalframework.org/syntax-editor/editor.html
2012-11-13 15:14:49 +00:00
john.j.camilleri
8a718d6945
Small update to summer school 2013 page
2012-10-30 13:41:20 +00:00
john.j.camilleri
372dc0b566
Add initial page for 2013 summer school
2012-10-30 13:32:42 +00:00
john.j.camilleri
377ce1732d
Minibar: cursor over editable words is now a "hand"
...
This had been bugging me for ages!
2012-10-26 15:00:19 +00:00
john.j.camilleri
97f6e4b409
Added my name to authors list
2012-10-26 08:47:00 +00:00
john.j.camilleri
9e3b89a2a8
GFEP: updated readme
2012-07-10 12:16:28 +00:00
john.j.camilleri
62b295aaee
GFEP: added images for ontology grammar plugin
2012-07-10 12:15:28 +00:00
john.j.camilleri
8538f34ac8
GFEP: updated readme
2012-06-13 11:22:15 +00:00
john.j.camilleri
90306fa926
GFEP: updated readme
2012-06-12 11:27:23 +00:00
john.j.camilleri
f5a4514ac6
GFEP: updated readme
2012-06-12 11:04:59 +00:00
john.j.camilleri
28e11999e2
GFEP: updated readme
2012-06-11 08:32:16 +00:00
john.j.camilleri
8a7fac37f0
GFEP: updated readme
2012-06-11 08:29:52 +00:00
john.j.camilleri
a563bf3f20
GFEP: updated readme
2012-06-11 08:29:12 +00:00
john.j.camilleri
b478596093
GFEP: updated readme
2012-06-11 08:15:35 +00:00
john.j.camilleri
e778619f80
GFEP: updated readme and removed examples folder
2012-06-01 14:21:26 +00:00
john.j.camilleri
a86085d8ac
GFEP: updated readme
2012-06-01 12:45:39 +00:00
john.j.camilleri
36a5b14cfa
GFEP: Updated readme
2012-06-01 12:43:44 +00:00
john.j.camilleri
78c1af2ad9
GFEP: updated readme for 1.5.0
2012-04-19 09:44:42 +00:00
john.j.camilleri
01a0f1d3e6
GFEP: updated readme
2012-04-04 10:19:11 +00:00
john.j.camilleri
57e927df91
GFEP: updated readme
2012-04-04 08:00:56 +00:00
john.j.camilleri
0f04d88903
GFEP: page is now valid HTML and uses the gf.org stylesheet
2012-03-28 12:52:12 +00:00
john.j.camilleri
604b1634b4
GFEP: updated readme
2012-03-22 08:51:37 +00:00
john.j.camilleri
cc611843a2
GFEP: updated readme
2012-03-21 10:00:24 +00:00
john.j.camilleri
5a263337ce
GFEP: added more images for readme
2012-03-19 13:45:04 +00:00
john.j.camilleri
7d34f76375
GFEP: Added video tutorial
2012-03-19 12:48:30 +00:00
john.j.camilleri
4a4255c1f0
GFEP: updated page
2012-03-06 12:07:51 +00:00
john.j.camilleri
ca58048f28
GFEP: Updated readme, more screenshots
2012-03-05 15:17:15 +00:00
john.j.camilleri
04db5aa045
GFEP: more screenshots
2012-03-05 11:50:20 +00:00
john.j.camilleri
7c00e81fb5
GFEP: updated readme
2012-03-05 10:39:14 +00:00
john.j.camilleri
6f6371e1bf
GFEP: updated screenshots
2012-03-05 10:37:25 +00:00
john.j.camilleri
f6242702f5
GFEP: updated examples
2012-03-05 09:50:29 +00:00
john.j.camilleri
b0ac2fa9ff
Updated 3.3.3 release doc
...
Added link to GFEP page.
2012-02-28 12:56:31 +00:00
john.j.camilleri
85f4264317
Updated GFEP page
2012-02-08 13:28:17 +00:00
john.j.camilleri
9122d44ed6
Udpated GFEP readme
2012-02-02 08:55:31 +00:00
john.j.camilleri
43a372a6cf
Updated GFEP page
2012-01-31 14:08:41 +00:00
john.j.camilleri
b972835712
Updated instructions for gedit editor mode
2012-01-23 12:57:08 +00:00
john.j.camilleri
cfcea38e8d
Updated GFEP readme
...
Added details about updates sites in installation instructions
2012-01-23 08:53:28 +00:00