summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-04-29Download page & developers guide: add a section about known problems with Cabalhallgren
2013-04-22new-gf-bib fixesaarne
2013-04-22new source to new-gf.bibinari.listenmaa
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-22new sources to new-gf.bibinari.listenmaa
Including sources needed in MTsummit paper about sublanguage. MOLTO deliverables and some conference papers.
2013-03-14Update shell reference manualhallgren
2013-01-30doc/gf-developers.t2t: updatedhallgren
2013-01-28some additions to new-gf-bib.bibaarne
2012-12-28started GF FAQ; not yet publishableaarne
2012-11-27Convert some documentation to UTF-8hallgren
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-27some documentation updates and fixeshallgren
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-09-28Make the GF web site more mobile friendlyhallgren
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-18link to ICFP slides, part 1aarne
2012-09-14doc/icfp-2012: adding a link to my slideshallgren
2012-09-11doc/gf-developers: a few more small fixeshallgren
2012-09-11doc/gf-developers: fixed a typohallgren
2012-08-06Updated the GF Developers Guidehallgren
+ 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-06-20gf-people.html: updated some broken linkshallgren
www.cs.chalmers.se -> www.cse.chalmers.se
2012-06-12gf-help-full.txt: updated with new command option 'ma -known'hallgren
2012-05-15Quick updates to doc/gf-developers.t2thallgren
2012-03-23doc/icfp-2012.t2t: link back to ICFP 2012 web sitehallgren
2012-03-20ICFP 2012 tutorial page: use the GF stylesheet for a consistent lookhallgren
2012-03-17icfp tutorial web pageaarne
2012-03-01Update doc/gf-help-full.txthallgren
* echo help -full -t2t | gf -run >doc/gf-help-full.txt * Insert 3 empty lines first in the file.
2012-02-13Recording changes in automatically generated HTML files on the serverhallgren
2012-01-23Updated instructions for gedit editor modejohn.j.camilleri
2011-12-28Removed GFEP section from GF Editor Modes pagejohn.j.camilleri
2011-12-14gf-bib.bib: added EACL 2009 and ACL 2010 entries from gf-bibliography.t2thallgren
2011-12-14gf-bibliography.t2t: fixed a typohallgren
2011-11-29Also recording gf-bibliography.html...hallgren
...although I think in general it is a bad idea to keep automatically generated files in the source repository.
2011-11-29gf-bibliography.t2t: add links to PDFs for ACL 2010 and EACL 2011 papershallgren
2011-11-08additions to new-gf-bib.bibaarne
2011-11-07added Ramona's articles to doc fileramona.enache
2011-10-31new version of gf-bib.bibaarne
2011-10-28a few more entries to gf-bibliographyaarne
2011-10-27publications: added Burden & Heldalaarne
2011-10-25Preparations for release of GF 3.3hallgren
+ Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed.
2011-10-24gf-quickstart.html: describe gf -server instead of pgf-httphallgren
2011-10-17Added link for GFEPjohn.j.camilleri
2011-10-03gf-bibliography.html with Thomas' corrected linksaarne
2011-10-03updated gf-biblio with cse instead of csaarne
2011-10-03corrected links in gf-bibliohallgren
2011-10-03new items in gf-bibliography.t2taarne
2011-09-27Update the shell reference manualhallgren
2011-09-21Update 19 broken links in the GF bibliographyhallgren
Most of the broken link were due to the move from www.cs.chalmers.se was to www.cse.chalmers.se in 2010.
2011-09-20Created a new page documenting available editor modes for GFhallgren
Also adding editing modes for Gedit and Geany contributed by John J. Camilleri.
2011-09-15Add the commands to the table of contents in the GF shell reference manualhallgren
2011-09-14Include a table of contents in the GF shell reference manualhallgren
2011-09-14Separate commands with <hr> instead of <p> in the GF shell reference manualhallgren
2011-09-14Omit empty sections in GF shell reference manualhallgren
2011-09-14Use 'help -full -t2t' to generate the GF Shell reference manualhallgren