From 22b754d23b56189cf2e7a35096ecd4562ec4093f Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 13 Jun 2018 08:47:33 +0200 Subject: [PATCH] Clean up old download pages --- download.html | 54 ------------ download/old-index.html | 146 -------------------------------- examples/{READ_ME => README.md} | 4 +- 3 files changed, 3 insertions(+), 201 deletions(-) delete mode 100644 download.html delete mode 100644 download/old-index.html rename examples/{READ_ME => README.md} (93%) diff --git a/download.html b/download.html deleted file mode 100644 index 5da03ea53..000000000 --- a/download.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -GF Version 2.8, released 8 July 2007; updated 12 September. - -The Sourceforge GF site -has currently only v 2.7 and older versions. - -

- -Don't forget that you can always get the current sources from the -GF Darcs Repository. First time you do -

-  darcs get --partial --set-scripts-executable http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/
-
-and subsequent times -
-  darcs pull -a
-
-Then compile and install as described in -GF/src/INSTALL. - - - - diff --git a/download/old-index.html b/download/old-index.html deleted file mode 100644 index 74dabb08c..000000000 --- a/download/old-index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - -Grammatical Framework Download and Installation - - - - -

Grammatical Framework
Download and Installation

- -

Latest developer code

-

-GF darcs repository -

- -

Latest release

- -
-
GF 3.1, 15 December 2009 -
-

-

- -

Installation instructions

- -
    -
  • Linux & Mac binaries: tar xvfz in / -
  • Windows binary: unzip in c:\ -
  • Compiled library: - tar xvfz in some DIR and point the variable GF_LIB_PATH to DIR/lib. -
  • -Source package: tar xvfz somewhere and compile as follows: -

    -

    -    tar xvfz gf-3.0.tgz
    -    cd gf-3.0
    -
    -    # alternative 1:
    -    runghc Setup configure
    -    runghc Setup build
    -    runghc Setup install
    -
    -    # alternative 2:
    -    make
    -    make install
    -
    -
- -

Old releases

- -
-
GF 3.0, 24 June 2009. -
-

-

- -

Installation instructions

- -

-Mac binary: gunzip and put somewhere on your path. -

-Linux: tar xvfz in / -

-Windows: unzip in c:\ -

-Compiled library: tar xvfz in some DIR and point the variable GF_LIB_PATH to DIR/lib. -

-Source package: tar xvfz somewhere and compile as follows: -

-

-    tar xvfz gf-3.0.tgz
-    cd gf-3.0
-
-    # alternative 1:
-    runghc Setup configure
-    runghc Setup build
-    runghc Setup install
-
-    # alternative 2:
-    make
-    make install
-
-
- - -GF 3.0 beta3, April 2009. - -3.0 beta2 - - - - - - diff --git a/examples/READ_ME b/examples/README.md similarity index 93% rename from examples/READ_ME rename to examples/README.md index 1c86317fa..e073602ab 100644 --- a/examples/READ_ME +++ b/examples/README.md @@ -1,3 +1,5 @@ +# `/examples` + All contributions (`contrib` and `examples` folders) have now been moved to a separate git repository at: @@ -10,5 +12,5 @@ have some toy grammars to play with. Any updates to these grammars should be made at the gf-contrib repository above; changes will be copied from there to here manually. -John J. Camilleri +John J. Camilleri, 2013-09-16