Commit Graph

494 Commits

Author SHA1 Message Date
hallgren
b717031cbf doc/gf-developers.t2t: script name for installing the C run-time was wrong, should be setup.sh 2015-09-14 11:19:29 +00:00
hallgren
a3dcc2ff0e doc/gf-developers.t2t: some updates 2015-09-14 09:24:10 +00:00
hallgren
a7945644e8 Update doc/gf-help-full.txt (GF shell reference manual) 2015-08-04 11:49:17 +00:00
krasimir
270ba6887f add the Python API tutorial to the GF home page 2015-07-15 12:12:50 +00:00
hallgren
4e9e7c2bdd Documentation updates for the release of GF 3.7 2015-06-25 12:10:47 +00:00
hallgren
287be6ff2d doc/gf-developers.t2t: add a note about parallel builds
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work
with newer versions of cabal.
2015-06-23 10:20:04 +00:00
hallgren
dbe00ecfac Remove the automatically generated doc/gf-developers.html 2015-06-22 15:10:37 +00:00
john.j.camilleri
993014699f Change minibar URL to cloud.gf.org in QuickStart page 2015-01-19 06:45:15 +00:00
kr.angelov
e75d178151 make the GF logo fit precisely in a square 2014-12-10 10:29:27 +00:00
hallgren
eadc012b7a doc/gf-developers.t2t: add a note about how to create OS X Installer packages 2014-09-23 12:18:17 +00:00
hallgren
2646c40549 doc/gf-developers.t2t: made the C run-time section a bit more informative 2014-06-23 13:28:10 +00:00
hallgren
a4c56fe345 Update the GF shell reference manual 2014-06-19 10:58:35 +00:00
aarne
0e613f1029 section on record update in gf-refman 2014-06-19 07:10:43 +00:00
hallgren
b78751d50a doc/gf-developers.t2t: quick note on how to compile the C run-time system
Also a few other minor updates.
2014-06-17 14:17:59 +00:00
hallgren
539cb5746b doc/Logos/gf1.svg: variant of the GF logo with a subtle shadow 2014-03-13 14:50:30 +00:00
hallgren
6055ad2f0d GF home page: use the SVG version of the GF logo in browsers that support it
It looks better on high resolution screens.
2013-12-18 12:01:15 +00:00
hallgren
ac16928d87 Minor release/download/developer doc changes 2013-11-29 16:04:52 +00:00
kr.angelov
d40f0e292e document the four new language features in the reference manual 2013-11-12 16:05:02 +00:00
gregoire.detrez
27e8ab97f7 Add vim and eclipse in the page about editor modes (fix) 2013-08-22 15:26:26 +00:00
gregoire.detrez
39308cca93 Add vim and eclipse in the page about editor modes 2013-08-22 15:17:30 +00:00
john.j.camilleri
c58359b5ae 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
hallgren
9ffc434fef doc/gf-developers.t2t: add some notes on how to create .deb and .rpm packages 2013-08-08 12:51:24 +00:00
hallgren
5c4dbe743e Update shell reference manual 2013-08-05 11:47:17 +00:00
hallgren
d2627125e6 Download page & developers guide: add a section about known problems with Cabal 2013-04-29 13:12:37 +00:00
aarne
45a32c632a new-gf-bib fixes 2013-04-22 20:48:50 +00:00
inari.listenmaa
7868774695 new source to new-gf.bib
in addition to the previous ones, added also a source that isn't related to GF, but is used as a source in the sublanguage paper.
2013-04-22 17:22:11 +00:00
inari.listenmaa
697547ad40 new sources to new-gf.bib
Including sources needed in MTsummit paper about sublanguage. MOLTO deliverables and some conference papers.
2013-04-22 17:19:29 +00:00
hallgren
86127d03d0 Update shell reference manual 2013-03-14 08:08:51 +00:00
hallgren
7020bd7568 doc/gf-developers.t2t: updated 2013-01-30 16:32:44 +00:00
aarne
e1e5ec2bf8 some additions to new-gf-bib.bib 2013-01-28 08:42:00 +00:00
aarne
1caa2a6d90 started GF FAQ; not yet publishable 2012-12-28 10:57:46 +00:00
hallgren
bf1ce93220 Convert some documentation to UTF-8
Using

	%!encoding:utf-8

in txt2tags files ensures that the generated HTML includes an appropriate
charset declaration. This way we avoid relying on browser defaults, which can
be wrong.
2012-11-27 16:03:29 +00:00
hallgren
a6ac00023d some documentation updates and fixes
doc/Makefile: add a rule to regenerate gf-help-full.txt
gf-help-full.txt: updated (new parse tree visualization options)
demo & cloud index: clarifications
minibar documentation: better layout on mobile devices
GF 3.4 release notes: reorganized & updated
2012-11-27 14:11:47 +00:00
hallgren
0dbe9a6d50 Make the GF web site more mobile friendly
Most of the pages on the GF web site have an exemplary simple design,
with just one column of text. This make them adapt exceptionally
well to screens of different sizes. In particular, they should be
easy to read even on smartphones.

However, smartphone browsers like Mobile Safari and the default
Android Browser assume that pages do *not* adapt well to small
screens, so by default they emulate a big screen, forcing the user
to zoom in to a part of the page to be able to read it. By adding
the meta tag

  <meta name = "viewport" content = "width = device-width">

the big screen emulation can be turned off, allowing pages to be
formatted to fit the actual screen size and text to be displayed
at a readable size.
2012-09-28 20:26:13 +00:00
aarne
3e13ae37ab link to ICFP slides, part 1 2012-09-18 13:44:36 +00:00
hallgren
745a949980 doc/icfp-2012: adding a link to my slides 2012-09-14 21:18:36 +00:00
hallgren
2700a4e604 doc/gf-developers: a few more small fixes 2012-09-11 19:08:50 +00:00
hallgren
f4fcaf3e25 doc/gf-developers: fixed a typo 2012-09-11 18:43:40 +00:00
hallgren
598d1747c8 Updated the GF Developers Guide
+ The instructions have been modernized and simplified slightly and should now
  work again. (I have not verified it on Windows.)
  Using 'cabal' instead of 'runghc Setup.hs' avoids some problems.
+ Also, download/index.html has simpler installation instructions sufficient
  for many users, so mention it in the main README file.
+ Also adjusted the main Makefile.
2012-08-06 16:14:47 +00:00
hallgren
31d68ca225 gf-people.html: updated some broken links
www.cs.chalmers.se -> www.cse.chalmers.se
2012-06-20 20:40:26 +00:00
hallgren
636e8ac75b gf-help-full.txt: updated with new command option 'ma -known' 2012-06-12 11:34:47 +00:00
hallgren
496897c8e1 Quick updates to doc/gf-developers.t2t 2012-05-15 12:51:58 +00:00
hallgren
402ec51ac4 doc/icfp-2012.t2t: link back to ICFP 2012 web site 2012-03-23 13:27:08 +00:00
hallgren
45ba976e3e ICFP 2012 tutorial page: use the GF stylesheet for a consistent look 2012-03-20 14:04:57 +00:00
aarne
9fc7b4ae54 icfp tutorial web page 2012-03-17 14:13:42 +00:00
hallgren
7458562652 Update doc/gf-help-full.txt
* echo help -full -t2t | gf -run >doc/gf-help-full.txt
* Insert 3 empty lines first in the file.
2012-03-01 19:39:42 +00:00
hallgren
aab3e37146 Recording changes in automatically generated HTML files on the server 2012-02-13 18:19:51 +00:00
john.j.camilleri
2fd04e0797 Updated instructions for gedit editor mode 2012-01-23 12:57:08 +00:00
john.j.camilleri
ab8240e7c3 Removed GFEP section from GF Editor Modes page 2011-12-28 14:01:24 +00:00
hallgren
c2b5aba409 gf-bib.bib: added EACL 2009 and ACL 2010 entries from gf-bibliography.t2t 2011-12-14 15:26:05 +00:00