1
0
forked from GitHub/gf-core
Commit Graph

135 Commits

Author SHA1 Message Date
aarne
6b47126c8c GF index: shortcut links to Android app, Best practices, REMU, and new Android development instructions 2014-09-12 09:01:43 +00:00
hallgren
b429086b2f Adjust the release date on the home page 2014-06-23 13:33:38 +00:00
hallgren
865e818ea9 Update web pages and bump version number to 3.6! 2014-06-21 18:29:29 +00:00
john.j.camilleri
3dceed1486 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
hallgren
05c70fdc41 Spring cleaning
Nothing major...
2014-04-28 13:56:20 +00:00
hallgren
3e804fbe7f GF home page: news item about Digital Grammars 2014-03-13 13:15:43 +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
34fcb4970d GF home page: add a link to Grégoire's GF build status page
The link shows the current build status.
2013-12-12 20:54:59 +00:00
hallgren
7215991e9b Adding an alternate style for the GF home page 2013-11-27 15:32:25 +00:00
hallgren
1735dcf055 GF home page: mention upcoming default character encoding change 2013-11-25 20:11:11 +00:00
hallgren
9b399a1138 GF home page: comment out news from 2012-11 and older 2013-10-30 13:52:42 +00:00
hallgren
5dec00c1d1 GF home page: update PGF library API link
GF 3.5 is now on Hackage and the automatic generation of Haddock documentation
succeeded for the first time in a long time!
2013-10-23 14:24:04 +00:00
aarne
c8c6a6a043 news about Estonian 2013-10-18 12:02:00 +00:00
aarne
e1c7aaedb4 added links to main index.html 2013-10-11 12:58:53 +00:00
hallgren
452164f10f GF home page: minor style changes
+ Split the list of languages into several columns if space permits
  (in supported browsers, currently Firefox).
+ Limit the size of the GF logo to 75% of width the window. Looks better on
  small screens.
2013-09-29 16:25:16 +00:00
hallgren
9be39dd3c7 Link to GF source code browser
And the summers chool and the Interactive map are not new anymore.
2013-09-23 13:07:24 +00:00
john.j.camilleri
58fd2508ba Add news item for gf-contrib on homepage 2013-09-18 08:20:47 +00:00
hallgren
db9e12340d Move GF 3.5 download page into place. Update home page. 2013-08-06 15:32:20 +00:00
aarne
41acc7a6fd pointer to RGL publications as main index news item 2013-07-26 08:45:53 +00:00
aarne
b18a531dbc updated the number of PhD thesis and publications in index.html; started an RGL publications page 2013-07-25 15:24:22 +00:00
john.j.camilleri
4e1b19c1af 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
6d6aa75382 Add news about Maltese RG, IRC channel to homepage 2013-06-24 07:49:30 +00:00
aarne
5612fcfacf Greek by Ioanna Papodopoulou - complete, 27th RGL language 2013-04-25 13:22:28 +00:00
hallgren
12d1bbda48 GF home page: add "machine translation" in a meta keywords tag
GF does not show up if you google for machine translation. This meta tag might
help, but in general I think it is better for SEO to mention relevant keyword
in the body text than to rely on meta tags.
2013-04-18 12:02:32 +00:00
hallgren
8379e24174 GF home page style update 2013-02-07 13:11:09 +00:00
hallgren
d6efe245c1 This is GF 3.4! 2013-01-30 23:27:06 +00:00
aarne
034779148e updated resource synopsis and the scripts creating it; added Swahili to main index list 2013-01-30 17:01:22 +00:00
aarne
448a11e594 commented out some old history from index.html, and completed the list of languages 2013-01-30 16:54:51 +00:00
hallgren
d0d4583bb8 GF home page: link to the Resource Grammar Library coverage map by Tommi Nieminen 2012-12-10 15:17:55 +00:00
john.j.camilleri
07e57fb0fa Fix date of 2013 summer school on home page (it said 2011) 2012-11-19 10:58:09 +00:00
aarne
fc7de1cb8f index: news on summer school and Chinese 2012-11-19 09:58:26 +00:00
hallgren
19f5112b9f Updated summer school links
You can now use the following links to refer to GF Summer School web pages:

- Latest summer school: http://school.grammaticalframework.org/
- 2009 summer school: http://school.grammaticalframework.org/2009
- 2011 summer school: http://school.grammaticalframework.org/2011
- 2013 summer school: http://school.grammaticalframework.org/2013

This is accomplished with DNS and web server configuration. No files have
been moved, so this does not break any existing links (except that
http://school.grammaticalframework.org/ now refers to the latest summer school
instead of the 2011 summer school).
2012-11-15 21:05:10 +00:00
hallgren
59f693e891 index.html: better news formatting 2012-10-02 14:19:33 +00:00
hallgren
ba31d0c332 index.html: change to and explicitly declare that the character encoding is UTF-8
...to avoid complaints from HTML validators and potential problems in browsers
with different default character encodings.
2012-10-02 13:57:10 +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
e2fdf3747f github news, new languages in the list on index 2012-06-29 09:57:36 +00:00
hallgren
c15f9f73c1 GF home page: link to PGF library API documentation 2012-06-20 12:04:04 +00:00
hallgren
8b465dcaff GF home page: link to GF clouds service (cloud.grammaticalframework.org)
Also some small cloud service documentation updates.
2012-06-11 15:34:16 +00:00
hallgren
d13f71a27e Integrate Japanese
* Update Setup.hs to build Japanese by default.
* News item about Japanese on the home page.
* Add Japanese to the supported RGL imports in the grammar editor (gfse).
2012-05-15 13:11:32 +00:00
hallgren
4d28af9352 GF home page: News: GF Tutorial at ICFP 2012 2012-03-23 13:20:58 +00:00
hallgren
b3a66202ae GF home page: direct link to Issues
"Wiki" is a word with very low information scent: there is no way to know
what type of informaiton is hiding behind the Wiki link, e.g., that there is
a bug tracker (or an FAQ), so not many users will click on it.
2012-03-08 15:24:26 +00:00
hallgren
b6736ae159 Update home page and download page for GF 3.3.3 release 2012-03-03 11:53:10 +00:00
hallgren
4d4aefebdd GF home page minor style update 2012-03-01 14:51:16 +00:00
hallgren
8b33d91317 GF home page: News: Hindi, Sindhi 2012-02-24 15:42:57 +00:00
hallgren
ac5ee00e21 GF home page: adding an experimental site search box 2012-01-31 14:18:00 +00:00
aarne
4bf634ffcd Latvian and Thai on language list in GF index 2011-12-29 08:50:33 +00:00
john.j.camilleri
694a01ea3a Added separate link for GFEP 2011-11-08 07:48:16 +00:00
hallgren
292ef40fff GF 3.3 news item on the GF home page 2011-10-25 20:21:02 +00:00
hallgren
4ab9212489 GF 3.3 tentative release date is 2011-10-27 2011-10-25 18:47:09 +00:00
hallgren
fb43ab5019 Preparations for release of GF 3.3
+ 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-25 18:25:49 +00:00