From 5aa2a212bbbf6bce696665852d7da98f91c81d54 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 12 Jun 2018 15:53:58 +0200 Subject: Remove HTML files from VC which should be generated from txt2tags If these pages disappear from the web via www.grammaticalframework.org then this commit may need to be reversed --- download/index-3.1.6.html | 93 --------------------------------------------- download/release-3.1.6.html | 87 ------------------------------------------ download/release-3.1.6.t2t | 64 +++++++++++++++++++++++++++++++ download/release-3.1.6.txt | 64 ------------------------------- 4 files changed, 64 insertions(+), 244 deletions(-) delete mode 100644 download/index-3.1.6.html delete mode 100644 download/release-3.1.6.html create mode 100644 download/release-3.1.6.t2t delete mode 100644 download/release-3.1.6.txt (limited to 'download') diff --git a/download/index-3.1.6.html b/download/index-3.1.6.html deleted file mode 100644 index f351fbb1e..000000000 --- a/download/index-3.1.6.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -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/release-3.1.6.html b/download/release-3.1.6.html deleted file mode 100644 index e7c31458d..000000000 --- a/download/release-3.1.6.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - -GF Version 3.1.6 Release Notes - -

GF Version 3.1.6 Release Notes

- -23 April 2010
-
- -

Installation

-

-The binaries now work out of the box for each platform and support -completions (file names and parsing), because readline has been -changed to haskeline. -

-

-To compile from source, GHC 6.12 is now required. But GHC is not needed -if the binary executables are used. -

-

-Binaries (.gfo and .pgf files) compiled with GF 3.1 are incompatible -with 3.1.6 and must either be removed; alternatively, the -src flag can be -used when compiling. -

-

-Notice the new place to send bug reports (see GF's welcome message)! -

-

New features

-

-Grammar language -

- - -

-Shell commands and options (see help in GF for more information) -

- - -

-Libraries -

- - -

-Examples -

- - -

-Internal -

- - -

Issues

-

-Javascript generation is not updated to the new PGF format. -GF 3.1 should still be used for building Javascript applications. -

- - - - diff --git a/download/release-3.1.6.t2t b/download/release-3.1.6.t2t new file mode 100644 index 000000000..aec8bb650 --- /dev/null +++ b/download/release-3.1.6.t2t @@ -0,0 +1,64 @@ +GF Version 3.1.6 Release Notes +23 April 2010 + + +=Installation= + +The binaries now work out of the box for each platform and support +completions (file names and parsing), because readline has been +changed to haskeline. + +To compile from source, GHC 6.12 is now required. But GHC is not needed +if the binary executables are used. + +Binaries (``.gfo`` and ``.pgf`` files) compiled with GF 3.1 are incompatible +with 3.1.6 and must either be removed; alternatively, the ``-src`` flag can be +used when compiling. + +Notice the new place to send bug reports (see GF's welcome message)! + + +=New features= + +Grammar language +- improved support for dependent types (see ``SUMO``, ``nqueens`` in ``examples``) + + +Shell commands and options (see ``help`` in GF for more information) +- ``eb``: example-based grammar file conversion + (see ``examples/animals/QuestionI.gf``) +- ``vd = visualize_dependency``: show dependency tree +- ``vp = visualize_parse``: show parse tree +- ``gr, gt, mq, tq``: use a seed tree with metavariables +- ``gr, p, tq``: use ``-probs=FILE`` to bias or rank generated trees +- ``gt`` now tries the different alternatives in the order in which they appear in the source code +- ``dg``: hide modules when printing dependency graph +- -output-format=lambda_prolog let us to use Lambda Prolog for exhaustive generation with dependent types + + +Libraries +- Urdu completed (Shafqat Virk) +- Turkish morphology + Zamberek's dictionary in GF (Server Cimen) + + +Examples +- SUMO +- phrasebook +- nqueens + + +Internal +- single PMCFG format for both linearization and parsing +- use of Haskeline for completion - more portable than Readline +- unicode support from Haskell 6.12 instead of home-made coding + + +==Issues== + +Javascript generation is not updated to the new PGF format. +[GF 3.1 old-index.html] should still be used for building Javascript applications. + + + + + diff --git a/download/release-3.1.6.txt b/download/release-3.1.6.txt deleted file mode 100644 index aec8bb650..000000000 --- a/download/release-3.1.6.txt +++ /dev/null @@ -1,64 +0,0 @@ -GF Version 3.1.6 Release Notes -23 April 2010 - - -=Installation= - -The binaries now work out of the box for each platform and support -completions (file names and parsing), because readline has been -changed to haskeline. - -To compile from source, GHC 6.12 is now required. But GHC is not needed -if the binary executables are used. - -Binaries (``.gfo`` and ``.pgf`` files) compiled with GF 3.1 are incompatible -with 3.1.6 and must either be removed; alternatively, the ``-src`` flag can be -used when compiling. - -Notice the new place to send bug reports (see GF's welcome message)! - - -=New features= - -Grammar language -- improved support for dependent types (see ``SUMO``, ``nqueens`` in ``examples``) - - -Shell commands and options (see ``help`` in GF for more information) -- ``eb``: example-based grammar file conversion - (see ``examples/animals/QuestionI.gf``) -- ``vd = visualize_dependency``: show dependency tree -- ``vp = visualize_parse``: show parse tree -- ``gr, gt, mq, tq``: use a seed tree with metavariables -- ``gr, p, tq``: use ``-probs=FILE`` to bias or rank generated trees -- ``gt`` now tries the different alternatives in the order in which they appear in the source code -- ``dg``: hide modules when printing dependency graph -- -output-format=lambda_prolog let us to use Lambda Prolog for exhaustive generation with dependent types - - -Libraries -- Urdu completed (Shafqat Virk) -- Turkish morphology + Zamberek's dictionary in GF (Server Cimen) - - -Examples -- SUMO -- phrasebook -- nqueens - - -Internal -- single PMCFG format for both linearization and parsing -- use of Haskeline for completion - more portable than Readline -- unicode support from Haskell 6.12 instead of home-made coding - - -==Issues== - -Javascript generation is not updated to the new PGF format. -[GF 3.1 old-index.html] should still be used for building Javascript applications. - - - - - -- cgit v1.2.3 From 22b754d23b56189cf2e7a35096ecd4562ec4093f Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 13 Jun 2018 08:47:33 +0200 Subject: Clean up old download pages --- download.html | 54 ------------------ download/old-index.html | 146 ------------------------------------------------ examples/README.md | 16 ++++++ examples/READ_ME | 14 ----- 4 files changed, 16 insertions(+), 214 deletions(-) delete mode 100644 download.html delete mode 100644 download/old-index.html create mode 100644 examples/README.md delete mode 100644 examples/READ_ME (limited to 'download') 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/README.md b/examples/README.md new file mode 100644 index 000000000..e073602ab --- /dev/null +++ b/examples/README.md @@ -0,0 +1,16 @@ +# `/examples` + +All contributions (`contrib` and `examples` folders) have now been +moved to a separate git repository at: + +https://github.com/GrammaticalFramework/gf-contrib + +This `examples` folder remains because its contents are compiled by +SetupWeb, so that when you run the GF cloud server locally you already +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, +2013-09-16 diff --git a/examples/READ_ME b/examples/READ_ME deleted file mode 100644 index 1c86317fa..000000000 --- a/examples/READ_ME +++ /dev/null @@ -1,14 +0,0 @@ -All contributions (`contrib` and `examples` folders) have now been -moved to a separate git repository at: - -https://github.com/GrammaticalFramework/gf-contrib - -This `examples` folder remains because its contents are compiled by -SetupWeb, so that when you run the GF cloud server locally you already -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 -2013-09-16 -- cgit v1.2.3