diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2017-06-30 15:16:52 +0200 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2017-06-30 15:16:52 +0200 |
| commit | a0072a5487bbc20781dfcd476beef8fb9af29101 (patch) | |
| tree | 57b327c3f961a41ad43c38cd54caf04f1e03b46d /download | |
| parent | 899dba88b7fdde748cc10443b3d0fdb3584874e4 (diff) | |
Updates to reflect the darcs->git move in the developer guide and the download page & release notes for the next release
Diffstat (limited to 'download')
| -rw-r--r-- | download/index-next.t2t | 10 | ||||
| -rw-r--r-- | download/release-next.t2t | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/download/index-next.t2t b/download/index-next.t2t index bdc4bced1..6d9ab63eb 100644 --- a/download/index-next.t2t +++ b/download/index-next.t2t @@ -138,7 +138,7 @@ The first time: %, assuming you already have the Haskell Platform and darcs ``` - darcs get --lazy http://www.grammaticalframework.org/ GF + git clone https://github.com/GrammaticalFramework/GF.git cd GF cabal install ``` @@ -147,13 +147,13 @@ Subsequently: ``` cd GF - darcs pull -a + git pull cabal install ``` -Alternatively, you can get the code from the -[GF GitHub https://github.com/GrammaticalFramework/GF/] mirror, which is -updated nightly. +%Alternatively, you can get the code from the +%[GF GitHub https://github.com/GrammaticalFramework/GF/] mirror, which is +%updated nightly. The above notes for installing from source apply also in these cases. For more info on working with the GF source code, see the diff --git a/download/release-next.t2t b/download/release-next.t2t index 47167b4d7..89d8e0226 100644 --- a/download/release-next.t2t +++ b/download/release-next.t2t @@ -12,6 +12,12 @@ See the [download page http://www.grammaticalframework.org/download/index.html]. ==What's new== +The [GF repository on GitHub https://github.com/GrammaticalFramework/GF/] +is now our master source repository, not just a read-only mirror. +Bug reports and feature requests can be submitted to the +[issue tracker https://github.com/GrammaticalFramework/GF/issues], +and we also accept pull requests. + Over 200 changes have been pushed to the source repository since [the release of GF 3.8 release-3.8.html] in June 2016. |
