Being transparent on product status.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14f8e98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ldt
diff --git a/index.html b/index.html
index 8e1dd17..68c0982 100644
--- a/index.html
+++ b/index.html
@@ -211,9 +211,24 @@
<div class="span12">
<h2 id="installation">Installation</h2>
<div class="row">
+ <div class="span8 offset2">
+ <div class="alert">
+ <button type="button" class="close" data-dismiss="alert">×</button>
+ <p><strong>We are migrating from Koneki</strong></p>
+ <p>
+ This project has been extracted from
+ <a href="http://eclipse.org/koneki/">Koneki</a>
+ and does not have stable releases yet.
+ If you want to try <em>stable versions</em> of
+ this product, you can get them there.
+ </p>
+ <p>Please, bear in mind: <strong>LDT and Koneki LDT are not compatible</strong>.</p>
+ </div>
+ </div>
<div class="span6">
<h3>Standalone product</h3>
- <p>
+ Coming soon...
+ <!--p>
If you are not a regular Eclipse user, or simply don't want to
clutter your regular development environment with the LDT
plug-ins, you might want to download a ready-to-use Eclipse
@@ -255,7 +270,7 @@
href="http://eclipse.org/downloads/download.php?file=/koneki/products/stable/ldt/1.2/org.eclipse.koneki.ldt.product-linux.gtk.x86_64.tar.gz">64-bit</a>
</td>
</tr>
- <!--<tr>
+ <tr>
<th rowspan="2">Current milestone (1.2RC2)</th>
<td><a
href="http://eclipse.org/downloads/download.php?file=/koneki/products/milestones/ldt/1.2RC2/org.eclipse.koneki.ldt.product-win32.win32.x86.zip">32-bit</a>
@@ -275,17 +290,30 @@
<td><a
href="http://eclipse.org/downloads/download.php?file=/koneki/products/milestones/ldt/1.2RC2/org.eclipse.koneki.ldt.product-linux.gtk.x86_64.tar.gz">64-bit</a>
</td>
- </tr>-->
+ </tr>
</tbody>
</table>
<p>Please be aware that the milestone version can be
unstable, and may contain bugs (please <a
href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=LDT;component=LuaDevelopmentTools"
- target="_blank"> report them</a> if this is the case!).</p>
+ target="_blank"> report them</a> if this is the case!).</p-->
</div>
<div class="span6">
- <h3>Inside an existing Eclipse installation</h3>
+ <h3>Existing Eclipse installation</h3>
<p>
+ So far only <em>nightly builds</em> are available.
+ <ul>
+ <li>In your Eclipse 4.3+ go to <em>Help > Install New Software...</em></li>
+ <li>Add the following repository:</li>
+ <ul><li>http://download.eclipse.org/ldt/updates-nightly/</li></ul>
+ <li>Now you can install the <em>Lua Development Tools</em>.</li>
+ </ul>
+ </p>
+ <p>
+ <strong>Note: </strong>Our wiki explains everything about
+ <a href="https://wiki.eclipse.org/LDT/User_Area/updatesites">our update-sites</a>.
+ </p>
+ <!--p>
Add the following repository: <strong>http://download.eclipse.org/ldt/releases/stable</strong>
from the "<strong>Help > Install New Software...</strong>"
menu of your Eclipse 4.3+ workbench, and then check the "Lua
@@ -302,7 +330,7 @@
title="Drag and drop into a running Eclipse workspace to install Lua Development Tools">
<img src="https://marketplace.eclipse.org/misc/installbutton.png">
</a>
- </p>
+ </p-->
</div>
</div>
</div>