Bug 569262 - M2Eclipse download page outdated

Remove download page, redirect to GitHub README.

Change-Id: Ibe3721111360726f84b05fce1ba38630012b2f0d
Signed-off-by: Mickael Istria <mistria@redhat.com>
1 file changed
tree: e928f6cadec8ece4f925133a2cc6748363006d07
  1. assets/
  2. documentation/
  3. projectplan/
  4. .gitignore
  5. _references.md
  6. index.html
  7. m2e-community.html
  8. m2e-downloads.html
  9. m2e-news.html
  10. README.md
README.md

M2Eclipse Website

The M2Eclipse website is a Jekyll-based website that is primarily written in the Markdown format, with a bit of plain HTML.

You can use any Markdown editor for the developer-centric pages (*.md), and all normal Jekyll commands will work to build/render the site.

You can also use the script provided to run the Java implementation of Jekyll if you don't want to install Ruby/Jekyll on your system.

./jekyll.sh

Now you can go to http://localhost:4000/m2e/ to see the site.