diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-15 12:51:58 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-15 12:51:58 +0000 |
| commit | 74cd9c49790f8ff2ca0a9b5d2c0a0567278928a1 (patch) | |
| tree | 131e5a6f7ab0c3d8348bf3d70bce6b4ebdc28bf6 /doc/gf-developers.t2t | |
| parent | a2bae03824fa568c0ad5050f3e841ac168f30a95 (diff) | |
Quick updates to doc/gf-developers.t2t
Diffstat (limited to 'doc/gf-developers.t2t')
| -rw-r--r-- | doc/gf-developers.t2t | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index c7643ef07..1f19984fa 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -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 |
