diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-01-18 13:47:23 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-01-18 13:47:23 +0000 |
| commit | 3a7d9adc46d89cfa6f618fd2358df8230d4c9a27 (patch) | |
| tree | 05598262465e5e487e93491594b40ceecf86f6a6 | |
| parent | 4c77d313abb2d65fd8c7c92ee57810b7714e468f (diff) | |
Updated GFEP readme
| -rw-r--r-- | eclipse/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/eclipse/index.html b/eclipse/index.html index 8a21bfcd8..9e74d0b4b 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -1,7 +1,7 @@ <h1>The GF Eclipse Plugin</h1> <p>John J. Camilleri<br /> -Updated: 11 Jan 2012</p> +Updated: 18 Jan 2012</p> <p><em>The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement n° FP7-ICT-247914.</em></p> @@ -15,17 +15,14 @@ Updated: 11 Jan 2012</p> <p>The starting point for the GFEP is using the <a href="http://www.eclipse.org/Xtext/">Xtext DSL Framework</a> for Eclipse. By converting the GF grammar into the appropriate Extended-BNF form required by the LL(*) ANTLR parser, the framework provides a good starting point for future plugin development, already including a variery of syntax checking tools and some cross-reference resolution support. The specific requirements of the GF language, particularly in the way of its special module hierarchy, mean that significant customisations to this generated base plugin are needed.</p> -<h3>Who</h3> - -<p>The GFEP is being developed as part of Work Package 2 of the <a href="http://www.molto-project.eu/">MOLTO Project</a>.</p> - -<p>Primary developer is <strong>John J. Camilleri</strong>, who should be contacted for all queries and feedback related to the plugin on <code>john.j.camilleri</code> at domain <code>chalmers.se</code>.</p> +<p>The GFEP is being developed by as part of Work Package 2 of the <a href="http://www.molto-project.eu/">MOLTO Project</a>.</p> <h3>Links</h3> <ul> <li>This document shall contain the most up-to-date information about the plugin. The most up-to-date version of this file can always be found in the source-code repository at <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin/blob/master/README.markdown">https://github.com/GrammaticalFramework/gf-eclipse-plugin/blob/master/README.markdown</a></li> <li>Source code repository is at <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin">https://github.com/GrammaticalFramework/gf-eclipse-plugin</a> (do not try to run the plugin from source; please only use the packaged releases).</li> +<li>For reporting bugs and requesting features, please use the <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin/issues">GitHub Issue Tracker</a></li> <li>Here are some <a href="http://www.grammaticalframework.org/eclipse/examples/">example GF projects</a> for testing out the plugin features.</li> <li>Software update site URL for installing through Eclipse: <code>http://www.grammaticalframework.org/eclipse/release/</code></li> @@ -243,8 +240,11 @@ files and manually add them to your Eclipse workspace to experiment with some of <h2>Evaluation & feedback</h2> -<p>Please try to use the plugin for developing your own GF projects and report any issues you come up against. -Do not hesitate to contact me on <code>john.j.camilleri</code> at domain <code>chalmers.se</code> and let me know how you think the plugin can be improved.</p> +<p>Please try to use the plugin for developing your own GF projects and report any issues you come up against.</p> + +<p>For all bug reports and feature requests please use the GitHub Issue Tracker at <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin/issues">https://github.com/GrammaticalFramework/gf-eclipse-plugin/issues</a>.</p> + +<p>Do not hesitate to let us know how you think the plugin can be improved!</p> <h3>Criteria</h3> |
