diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2011-10-28 14:32:00 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2011-10-28 14:32:00 +0000 |
| commit | ee24e01feb7509828329ab75b932768d7fc46979 (patch) | |
| tree | 90f85b43a8ecce6355d8a16c6a1bd22aa568c2ec /eclipse/index.html | |
| parent | dd1cac8c38ae658e5abc755c151b558ca1849f93 (diff) | |
Updated html page
Diffstat (limited to 'eclipse/index.html')
| -rw-r--r-- | eclipse/index.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/eclipse/index.html b/eclipse/index.html index fc63e114a..f093a4eb3 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -4,11 +4,18 @@ <TITLE>GF Eclipse Plugin</TITLE> </HEAD> <BODY> -<CENTER> -<H1>GF Eclipse Plugin</H1> -<P> -This information has now moved to the <A href="http://www.molto-project.eu/node/1395" title="GF Eclipse Plugin at the MOLTO Project website Wiki">MOLTO Project Wiki</A>. -</P> -</CENTER> +<h1 style="text-align:center">GF Eclipse Plugin</h1> +<p style="text-align:center"> + <em> + Maintained by John J. Camilleri<br/> + 28/10/11 + </em> +</p> +<ul style="max-width:400px;margin:0 auto;"> + <li>Documentation has moved to the <a href="http://www.molto-project.eu/node/1395" title="GF Eclipse Plugin at the MOLTO Project website Wiki">MOLTO Project Wiki</a>.</li> + <li>Source code repository is at <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin" title="GF Eclipse Plugin on GitHub">GitHub</a></li> + <li><a href="http://www.grammaticalframework.org/eclipse/examples/" title="Example GF projects">Examples GF projects</a> for use with the plugin.</li> + <li>Software site URL, for installing via Eclipse: <code><a href="http://www.grammaticalframework.org/eclipse/release/" title="Software Site URL for GFEP">http://www.grammaticalframework.org/eclipse/release/</a></code></li> +</ul> </BODY> </HTML> |
