From 74cd9c49790f8ff2ca0a9b5d2c0a0567278928a1 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 15 May 2012 12:51:58 +0000 Subject: Quick updates to doc/gf-developers.t2t --- doc/gf-developers.t2t | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'doc/gf-developers.t2t') 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 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 -- cgit v1.2.3