mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Quick updates to doc/gf-developers.t2t
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
GF Developers Guide
|
||||
Authors: Björn Bringert and Krasimir Angelov
|
||||
Last update: %%mtime(%c)
|
||||
Authors: Björn Bringert, Krasimir Angelov and Thomas Hallgren
|
||||
Last update: %%mtime(%c), but some information here is outdated
|
||||
|
||||
% NOTE: this is a txt2tags file.
|
||||
% Create an html file from this file using:
|
||||
% txt2tags -t html --toc darcs.txt
|
||||
|
||||
%!style:../css/style.css
|
||||
%!target:html
|
||||
%!options(html): --toc
|
||||
%!encoding:utf-8
|
||||
@@ -88,7 +89,7 @@ If you plan to work continuously on GF then you should consider to get read-writ
|
||||
Anyone can get the latest development version of GF by running (all on one line):
|
||||
|
||||
```
|
||||
$ darcs get --lazy --set-scripts-executable http://code.haskell.org/gf/
|
||||
$ darcs get --lazy --set-scripts-executable http://www.grammaticalframework.org/ gf
|
||||
```
|
||||
|
||||
This will create a directory called ``gf`` in the current
|
||||
@@ -163,10 +164,8 @@ patch directly from darcs. If so, replace ``-o mypatch.patch`` with
|
||||
|
||||
== Read-write access ==
|
||||
|
||||
If you have a user account on code.haskell.org, you can get read-write access over SSH
|
||||
to the GF repository.
|
||||
To get an account, [fill out this form http://community.haskell.org/admin/account_request.html].
|
||||
Once you have an account, ask <aarne@chalmers.se> to add you to the ``GF`` project.
|
||||
If you have a user account on www.grammaticalframework.org, you can
|
||||
get read-write access over SSH to the GF repository.
|
||||
|
||||
|
||||
=== Getting a fresh copy ===
|
||||
@@ -175,7 +174,7 @@ Get your copy with (all on one line),
|
||||
replacing ``bringert`` with your own username on code.haskell.org:
|
||||
|
||||
```
|
||||
$ darcs get --lazy --set-scripts-executable bringert@code.haskell.org:/srv/code/gf
|
||||
$ darcs get --lazy --set-scripts-executable bringert@www.grammaticalframework.org:/usr/local/www/GF/ gf
|
||||
```
|
||||
|
||||
The option ``--lazy`` means that darcs defers downloading all the
|
||||
|
||||
Reference in New Issue
Block a user