From 55c2b7a083da571421afcf46c6d0265c6dc92602 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 23 Dec 2010 20:35:36 +0000 Subject: Switch over start page and download page to version 3.2! --- download/index-3.1.6.html | 102 ++++++++++++++++++++++++++++++++ download/index-3.1.6.t2t | 72 +++++++++++++++++++++++ download/index-3.2.t2t | 88 ---------------------------- download/index.html | 146 ++++++++++++++++++++++++++-------------------- download/index.t2t | 91 +++++++++++++++++++++++++++++ download/index.txt | 72 ----------------------- download/release-3.2.t2t | 1 + index.html | 24 ++++---- 8 files changed, 362 insertions(+), 234 deletions(-) create mode 100644 download/index-3.1.6.html create mode 100644 download/index-3.1.6.t2t delete mode 100644 download/index-3.2.t2t create mode 100644 download/index.t2t delete mode 100644 download/index.txt diff --git a/download/index-3.1.6.html b/download/index-3.1.6.html new file mode 100644 index 000000000..743cce35c --- /dev/null +++ b/download/index-3.1.6.html @@ -0,0 +1,102 @@ + + + + +Grammatical Framework Download and Installation + +

Grammatical Framework Download and Installation

+ +Version 3.1.6, 23 April 2010
+
+ +

Latest developer code

+

+GF darcs repository +

+

Latest release

+

+GF 3.1.6 released 23 April 2010. +

+ + +

+What's new? See the release notes. +

+

Previous releases

+

+Follow this link. +

+

Installation instructions

+

+The Windows package is installed by just unpacking it anywhere. +It finds the libraries relative to the .exe file. +

+

+To install a binary package for MacOS X or Linux: uncompress the executable and +put it somewhere on your path, renaming it to just gf. For instance: +

+
+    gunzip gf-bin-[version].gz
+    sudo mv gf-bin-[version] /usr/local/bin/gf
+
+

+To install the libraries (if done separately), unpack them in the place to which your +GF_LIB_PATH points. +

+
+    cd $GF_LIB_PATH
+    gtar xvfz gf-lib-[VERSION].tgz
+
+

+If this variable hasn't been defined, it is useful define it, e.g. +

+
+    export GF_LIB_PATH=/usr/local/lib/gf/
+
+

+

+To compile and install from source on Mac or Linux, do: +

+
+    tar xvfz gf-[VERSION].tgz
+    cd GF/src
+    runghc Setup configure --user
+    runghc Setup build
+    runghc Setup install
+
+

+The last command must be prefixed by sudo, if the installation is outside +user-writeable area. +

+ + + + + + diff --git a/download/index-3.1.6.t2t b/download/index-3.1.6.t2t new file mode 100644 index 000000000..ee2ebbc85 --- /dev/null +++ b/download/index-3.1.6.t2t @@ -0,0 +1,72 @@ +Grammatical Framework Download and Installation +Version 3.1.6, 23 April 2010 + + +==Latest developer code== + +[GF darcs repository ../doc/darcs.html] + +==Latest release== + +GF 3.1.6 released 23 April 2010. +- MacOS X installer package: + [``gf-3.1.6-leopard.pkg`` gf-3.1.6-leopard.pkg] (7.7MB) +- MacOS X (gzipped executable, Leopard and Snow Leopard): + [``gf-3.1.6-bin-intel-mac.gz`` gf-3.1.6-bin-intel-mac.gz] (1.9MB) +- Windows (zipped executable): + [``gf-3.1.6-bin-i486-windows.zip`` gf-3.1.6-bin-i486-windows.zip] + (1.6 MB) +- Ubuntu Linux (gzipped executable): + [``gf-3.1.6-bin-i486-linux.gz`` gf-3.1.6-bin-i486-linux.gz] + (1.7 MB) +- compiled library package: + [``gf-3.1.6-lib.tar.gz`` gf-3.1.6-lib.tar.gz] + (4.4 MB) +- full source package (GF system, libraries, examples, documentation): + [``gf-3.1.6-src.tar.gz`` gf-3.1.6-src.tar.gz] + (11 MB) + +GF is also on [Hackage http://hackage.haskell.org/package/gf] + + +What's new? See the [release notes release-3.1.6.html]. + + +==Previous releases== + +[Follow this link old-index.html]. + + +==Installation instructions== + + +The Windows package is installed by just unpacking it anywhere. +It finds the libraries relative to the ``.exe`` file. + +To install a binary package for MacOS X or Linux: uncompress the executable and +put it somewhere on your path, renaming it to just ``gf``. For instance: +``` + gunzip gf-bin-[version].gz + sudo mv gf-bin-[version] /usr/local/bin/gf +``` +To install the libraries (if done separately), unpack them in the place to which your +``GF_LIB_PATH`` points. +``` + cd $GF_LIB_PATH + gtar xvfz gf-lib-[VERSION].tgz +``` +If this variable hasn't been defined, it is useful define it, e.g. +``` + export GF_LIB_PATH=/usr/local/lib/gf/ +``` + +To compile and install from source on Mac or Linux, do: +``` + tar xvfz gf-[VERSION].tgz + cd GF/src + runghc Setup configure --user + runghc Setup build + runghc Setup install +``` +The last command must be prefixed by ``sudo``, if the installation is outside +user-writeable area. diff --git a/download/index-3.2.t2t b/download/index-3.2.t2t deleted file mode 100644 index fb89f0f2c..000000000 --- a/download/index-3.2.t2t +++ /dev/null @@ -1,88 +0,0 @@ -Grammatical Framework Download and Installation - - -%!style:../css/style.css -%!postproc(html): -%!postproc(html): -%!postproc(html):

- -**GF 3.2** was released on 23 December 2010. - -What's new? See the [Release notes release-3.2.html]. - - -== Binary packages for the latest release == - - -| **Platform** | **Download** | **How to install** -| Linux (32-bit) | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz`` -| Linux (64-bit) | [gf-3.2-bin-x86_64-linux.tar.gz gf-3.2-bin-x86_64-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-x86_64-linux.tar.gz`` -%| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions -| MacOS X | [gf-3.2-bin-intel-mac.tar.gz gf-3.2-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz`` -| Windows | [gf-3.2-bin-i386-windows.zip gf-3.2-bin-i386-windows.zip] | ``unzip gf-3.2-bin-i386-windows.zip`` - -More packages might be added later. - -===Notes=== - -The Windows package is installed by just unpacking it anywhere. -It finds the libraries relative to the ``.exe`` file. - -The MacOS and Linux packages are designed to be installed in ``/usr/local``. -You can install them in other locations, but then you need to set the -``GF_LIB_PATH`` environment variable: - -``` - export GF_LIB_PATH=/usr/local/share/gf-3.2/lib -``` - -where ``/usr/local`` should be replaced with the path to the location where you -unpacked the package. - - -==Installing the latest release from source== - -GF is on [Hackage http://hackage.haskell.org/package/gf], so the prodedure is -fairly simple: - -+ Install the - [Haskell Platform 2010.2.0.0 (July 2010) http://hackage.haskell.org/platform]. -+ ``cabal update`` -+ On Linux: install some C libraries from your Linux distribution (see below) -+ ``cabal install gf`` - - -=== Notes === - -The above steps installs GF for a single user and does not require root -privileges. The executables are put in ``$HOME/.cabal/bin``, so it is a good -idea to put a line in your ``.bash_profile`` to add that directory to you path: - -``` - PATH=$HOME/.cabal/bin:$PATH -``` - -GF uses ``haskeline``, which depends some non-Haskell libraries that -won't be installed automatically by cabal, so you need to install -them manually. Here is one way to do this: - -- On Ubuntu: ``sudo apt-get install libghc6-terminfo-dev`` -- On Fedora: ``sudo yum install ghc-terminfo-devel`` - - -==Older releases== - -- [GF 3.1.6 index.html] (April 2010). -- [GF 3.1 old-index.html] (December 2009). - - -==Latest developer code== - -``` - darcs get --lazy http://www.grammaticalframework.org/ -``` - --------------------- - -[www.grammaticalframework.org http://www.grammaticalframework.org] - \ No newline at end of file diff --git a/download/index.html b/download/index.html index 743cce35c..e9da919cc 100644 --- a/download/index.html +++ b/download/index.html @@ -2,101 +2,123 @@ + Grammatical Framework Download and Installation -

Grammatical Framework Download and Installation

+

Grammatical Framework Download and Installation

-Version 3.1.6, 23 April 2010
-

Latest developer code

-GF darcs repository +GF 3.2 was released on 23 December 2010.

-

Latest release

-GF 3.1.6 released 23 April 2010. +What's new? See the Release notes.

- +

Binary packages for the latest release

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
PlatformDownloadHow to install
Linux (32-bit)gf-3.2-bin-i386-linux.tar.gzsudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz
Linux (64-bit)gf-3.2-bin-x86_64-linux.tar.gzsudo tar -C /usr/local -zxf gf-3.2-bin-x86_64-linux.tar.gz
MacOS Xgf-3.2-bin-intel-mac.tar.gzsudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz
Windowsgf-3.2-bin-i386-windows.zipunzip gf-3.2-bin-i386-windows.zip

-What's new? See the release notes. -

-

Previous releases

-

-Follow this link. +More packages might be added later.

-

Installation instructions

+

Notes

The Windows package is installed by just unpacking it anywhere. It finds the libraries relative to the .exe file.

-To install a binary package for MacOS X or Linux: uncompress the executable and -put it somewhere on your path, renaming it to just gf. For instance: +The MacOS and Linux packages are designed to be installed in /usr/local. +You can install them in other locations, but then you need to set the +GF_LIB_PATH environment variable:

-    gunzip gf-bin-[version].gz
-    sudo mv gf-bin-[version] /usr/local/bin/gf
+    export GF_LIB_PATH=/usr/local/share/gf-3.2/lib
 
+

-To install the libraries (if done separately), unpack them in the place to which your -GF_LIB_PATH points. +where /usr/local should be replaced with the path to the location where you +unpacked the package.

-
-    cd $GF_LIB_PATH
-    gtar xvfz gf-lib-[VERSION].tgz
-
+

Installing the latest release from source

+

+GF is on Hackage, so the prodedure is +fairly simple: +

+
    +
  1. Install the + Haskell Platform 2010.2.0.0 (July 2010). +
  2. cabal update +
  3. On Linux: install some C libraries from your Linux distribution (see below) +
  4. cabal install gf +
+

-If this variable hasn't been defined, it is useful define it, e.g. +You can also download the full source package from here: +gf-3.2.tar.gz. +

+

Notes

+

+The above steps installs GF for a single user and does not require root +privileges. The executables are put in $HOME/.cabal/bin, so it is a good +idea to put a line in your .bash_profile to add that directory to you path:

-    export GF_LIB_PATH=/usr/local/lib/gf/
+    PATH=$HOME/.cabal/bin:$PATH
 

-To compile and install from source on Mac or Linux, do: +GF uses haskeline, which depends some non-Haskell libraries that +won't be installed automatically by cabal, so you need to install +them manually. Here is one way to do this:

+
    +
  • On Ubuntu: sudo apt-get install libghc6-terminfo-dev +
  • On Fedora: sudo yum install ghc-terminfo-devel +
+ +

Older releases

+ + +

Latest developer code

-    tar xvfz gf-[VERSION].tgz
-    cd GF/src
-    runghc Setup configure --user
-    runghc Setup build
-    runghc Setup install
+    darcs get --lazy http://www.grammaticalframework.org/
 
+

+
+

-The last command must be prefixed by sudo, if the installation is outside -user-writeable area. +www.grammaticalframework.org

- + - - diff --git a/download/index.t2t b/download/index.t2t new file mode 100644 index 000000000..a31a52698 --- /dev/null +++ b/download/index.t2t @@ -0,0 +1,91 @@ +Grammatical Framework Download and Installation + + +%!style:../css/style.css +%!postproc(html): +%!postproc(html): +%!postproc(html):

+ +**GF 3.2** was released on 23 December 2010. + +What's new? See the [Release notes release-3.2.html]. + + +== Binary packages for the latest release == + + +| **Platform** | **Download** | **How to install** +| Linux (32-bit) | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz`` +| Linux (64-bit) | [gf-3.2-bin-x86_64-linux.tar.gz gf-3.2-bin-x86_64-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-x86_64-linux.tar.gz`` +%| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions +| MacOS X | [gf-3.2-bin-intel-mac.tar.gz gf-3.2-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz`` +| Windows | [gf-3.2-bin-i386-windows.zip gf-3.2-bin-i386-windows.zip] | ``unzip gf-3.2-bin-i386-windows.zip`` + +More packages might be added later. + +===Notes=== + +The Windows package is installed by just unpacking it anywhere. +It finds the libraries relative to the ``.exe`` file. + +The MacOS and Linux packages are designed to be installed in ``/usr/local``. +You can install them in other locations, but then you need to set the +``GF_LIB_PATH`` environment variable: + +``` + export GF_LIB_PATH=/usr/local/share/gf-3.2/lib +``` + +where ``/usr/local`` should be replaced with the path to the location where you +unpacked the package. + + +==Installing the latest release from source== + +GF is on [Hackage http://hackage.haskell.org/package/gf], so the prodedure is +fairly simple: + ++ Install the + [Haskell Platform 2010.2.0.0 (July 2010) http://hackage.haskell.org/platform]. ++ ``cabal update`` ++ On Linux: install some C libraries from your Linux distribution (see below) ++ ``cabal install gf`` + + +You can also download the full source package from here: +[``gf-3.2.tar.gz`` gf-3.2.tar.gz]. + +=== Notes === + +The above steps installs GF for a single user and does not require root +privileges. The executables are put in ``$HOME/.cabal/bin``, so it is a good +idea to put a line in your ``.bash_profile`` to add that directory to you path: + +``` + PATH=$HOME/.cabal/bin:$PATH +``` + +GF uses ``haskeline``, which depends some non-Haskell libraries that +won't be installed automatically by cabal, so you need to install +them manually. Here is one way to do this: + +- On Ubuntu: ``sudo apt-get install libghc6-terminfo-dev`` +- On Fedora: ``sudo yum install ghc-terminfo-devel`` + + +==Older releases== + +- [GF 3.1.6 index-3.1.6.html] (April 2010). +- [GF 3.1 old-index.html] (December 2009). + + +==Latest developer code== + +``` + darcs get --lazy http://www.grammaticalframework.org/ +``` + +-------------------- + +[www.grammaticalframework.org http://www.grammaticalframework.org] + \ No newline at end of file diff --git a/download/index.txt b/download/index.txt deleted file mode 100644 index ee2ebbc85..000000000 --- a/download/index.txt +++ /dev/null @@ -1,72 +0,0 @@ -Grammatical Framework Download and Installation -Version 3.1.6, 23 April 2010 - - -==Latest developer code== - -[GF darcs repository ../doc/darcs.html] - -==Latest release== - -GF 3.1.6 released 23 April 2010. -- MacOS X installer package: - [``gf-3.1.6-leopard.pkg`` gf-3.1.6-leopard.pkg] (7.7MB) -- MacOS X (gzipped executable, Leopard and Snow Leopard): - [``gf-3.1.6-bin-intel-mac.gz`` gf-3.1.6-bin-intel-mac.gz] (1.9MB) -- Windows (zipped executable): - [``gf-3.1.6-bin-i486-windows.zip`` gf-3.1.6-bin-i486-windows.zip] - (1.6 MB) -- Ubuntu Linux (gzipped executable): - [``gf-3.1.6-bin-i486-linux.gz`` gf-3.1.6-bin-i486-linux.gz] - (1.7 MB) -- compiled library package: - [``gf-3.1.6-lib.tar.gz`` gf-3.1.6-lib.tar.gz] - (4.4 MB) -- full source package (GF system, libraries, examples, documentation): - [``gf-3.1.6-src.tar.gz`` gf-3.1.6-src.tar.gz] - (11 MB) - -GF is also on [Hackage http://hackage.haskell.org/package/gf] - - -What's new? See the [release notes release-3.1.6.html]. - - -==Previous releases== - -[Follow this link old-index.html]. - - -==Installation instructions== - - -The Windows package is installed by just unpacking it anywhere. -It finds the libraries relative to the ``.exe`` file. - -To install a binary package for MacOS X or Linux: uncompress the executable and -put it somewhere on your path, renaming it to just ``gf``. For instance: -``` - gunzip gf-bin-[version].gz - sudo mv gf-bin-[version] /usr/local/bin/gf -``` -To install the libraries (if done separately), unpack them in the place to which your -``GF_LIB_PATH`` points. -``` - cd $GF_LIB_PATH - gtar xvfz gf-lib-[VERSION].tgz -``` -If this variable hasn't been defined, it is useful define it, e.g. -``` - export GF_LIB_PATH=/usr/local/lib/gf/ -``` - -To compile and install from source on Mac or Linux, do: -``` - tar xvfz gf-[VERSION].tgz - cd GF/src - runghc Setup configure --user - runghc Setup build - runghc Setup install -``` -The last command must be prefixed by ``sudo``, if the installation is outside -user-writeable area. diff --git a/download/release-3.2.t2t b/download/release-3.2.t2t index af9f29e19..04832c674 100644 --- a/download/release-3.2.t2t +++ b/download/release-3.2.t2t @@ -2,6 +2,7 @@ GF Version 3.2 Release Notes 23 December 2010 %!style:../css/style.css +%!postproc(html):

==Installation== diff --git a/index.html b/index.html index 8f56c0406..354aa731d 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,14 @@

Grammatical Framework

-Version 3.1.6 +Version 3.2
-April 2010 -
-Version 3.2 coming before Xmas 2010! +December 2010 +

[ Demos -| Download +| Download | Libraries | Reference | Tutorial @@ -39,14 +38,15 @@ April 2010

News

-
- -

- -22/12/2010 - GF Summer School in Barcelona, - 15-26 August 2011. +

+
+
2010-12-23: GF 3.2 released! + Release notes +
2010-12-22: + GF Summer School + in Barcelona, 15-26 August 2011. +
-- cgit v1.2.3