diff options
| author | hallgren <hallgren@chalmers.se> | 2012-03-01 15:45:05 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-03-01 15:45:05 +0000 |
| commit | 53d57cdb5b10e44c75cf0545df901a215e52d121 (patch) | |
| tree | d6288e694bb3bf3855680862a3a5a0a2e5cd5e70 /examples/phrasebook/doc-phrasebook.html | |
| parent | 24a650be639878c1aa47aacf7f40d155ec032143 (diff) | |
doc-phrasebook.txt: update hyperlinks
Link to www.grammaticalframework.org instead of code.haskell.org/gf.
Diffstat (limited to 'examples/phrasebook/doc-phrasebook.html')
| -rw-r--r-- | examples/phrasebook/doc-phrasebook.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/examples/phrasebook/doc-phrasebook.html b/examples/phrasebook/doc-phrasebook.html index 21ad0993e..21fc7b3b1 100644 --- a/examples/phrasebook/doc-phrasebook.html +++ b/examples/phrasebook/doc-phrasebook.html @@ -46,6 +46,7 @@ Showcase for project FP7-ICT-247914, Deliverable D10.2. History </P> <UL> +<LI>1 September. Version 1.1: bug fixes, some new constructions. <LI>2 June. Version 1.0 released! <LI>29 May. Link to Google translate with the current language pair and phrase. <LI>27 May. Polish added. @@ -116,7 +117,7 @@ The phrasebook has the following requirement specification: <P> The phrasebook is available as open-source software, licensed under GNU LGPL. The source code resides in -<A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A> +<A HREF="http://www.grammaticalframework.org/examples/phrasebook/"><CODE>www.grammaticalframework.org/examples/phrasebook/</CODE></A> </P> <A NAME="toc2"></A> <H1>Points illustrated</H1> @@ -179,7 +180,7 @@ The use of resource grammars and functors </P> <UL> <LI>the translator was implemented on top of an earlier linguistic knowledge base, - the <A HREF="http://grammaticalframework.com/lib">GF Resource Grammar Library</A> + the <A HREF="http://www.grammaticalframework.org/lib">GF Resource Grammar Library</A> </UL> <P> @@ -259,9 +260,9 @@ The abstract syntax defines the <B>ontology</B> behind the phrasebook. Some explanations can be found in the <A HREF="Ontology.html">ontology document</A>, which is produced from the abstract syntax files -<A HREF="http://code.haskell.org/gf/examples/phrasebook/Sentences.gf"><CODE>Sentences.gf</CODE></A> +<A HREF="http://www.grammaticalframework.org/examples/phrasebook/Sentences.gf"><CODE>Sentences.gf</CODE></A> and -<A HREF="http://code.haskell.org/gf/examples/phrasebook/Words.gf"><CODE>Words.gf</CODE></A> +<A HREF="http://www.grammaticalframework.org/examples/phrasebook/Words.gf"><CODE>Words.gf</CODE></A> by <CODE>make doc</CODE>. </P> <A NAME="toc8"></A> @@ -277,7 +278,7 @@ locally on her own computer. </P> <A NAME="toc9"></A> <H1>Effort and cost</H1> -<TABLE CELLPADDING="4" BORDER="1"> +<TABLE BORDER="1" CELLPADDING="4"> <TR> <TH>Language</TH> <TH>Grammarian's language skills</TH> @@ -588,7 +589,7 @@ The basic things "everyone" can do is <P> The missing concrete syntax entries are added to the <CODE>Words</CODE><I>L</I><CODE>.gf</CODE> files for each language <I>L</I>. The -<A HREF="http://code.haskell.org/gf/lib/doc/synopsis.html#toc78">morphological paradigms</A> +<A HREF="http://www.grammaticalframework.org/lib/doc/synopsis.html#toc78">morphological paradigms</A> of the GF resource library should be used. Actions (prefixed with <CODE>A</CODE>, as <CODE>AWant</CODE>) are a little more demanding, since they also require syntax constructors. Greetings (prefixed with <CODE>G</CODE>) are pure strings. @@ -597,9 +598,9 @@ with <CODE>G</CODE>) are pure strings. Some explanations can be found in the <A HREF="Implementation.html">implementation document</A>, which is produced from the concrete syntax files -<A HREF="http://code.haskell.org/gf/examples/phrasebook/SentencesI.gf"><CODE>SentencesI.gf</CODE></A> +<A HREF="http://www.grammaticalframework.org/examples/phrasebook/SentencesI.gf"><CODE>SentencesI.gf</CODE></A> and -<A HREF="http://code.haskell.org/gf/examples/phrasebook/WordsEng.gf"><CODE>WordsEng.gf</CODE></A> +<A HREF="http://www.grammaticalframework.org/examples/phrasebook/WordsEng.gf"><CODE>WordsEng.gf</CODE></A> by <CODE>make doc</CODE>. </P> <P> @@ -611,7 +612,7 @@ Here are the steps to follow for contributors: using <CODE>darcs pull</CODE>. <LI>Also make sure that you have compiled the library by <CODE>make present</CODE> in <CODE>gf/lib/src/</CODE>. <LI>Work in the directory - <A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>gf/examples/phrasebook/</CODE></A>. + <A HREF="http://www.grammaticalframework.org/examples/phrasebook/"><CODE>gf/examples/phrasebook/</CODE></A>. <LI>After you've finished your contribution, recompile the phrasebook by <CODE>make pgf</CODE>. <LI>Save your changes in <CODE>darcs record .</CODE> (in the <CODE>phrasebook</CODE> subdirectory). <LI>Make a patch file with <CODE>darcs send -o my_phrasebook_patch</CODE>, which you can @@ -682,6 +683,6 @@ Willard Rafnsson, Nick Smallbone. </P> -<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> +<!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) --> <!-- cmdline: txt2tags -thtml -\-toc doc-phrasebook.txt --> </BODY></HTML> |
