Add README
1 file changed
tree: 9c2637a3c893f20b9a040f57463175bad2cc7e78
  1. content/
  2. generated/
  3. src/
  4. .buildpath
  5. .project
  6. _projectCommon.php
  7. description.html
  8. faq.php
  9. index.php
  10. pom.xml
  11. README.md
README.md

Eclipse EE4J Top Level Project Website Source

This repository contains the source for the Eclipse EE4J Top Level Project website.

The main repository is accessible via the Eclipse Gerrit instance. All content committed to that repository is automatically be propogated to the project website.

We maintain a clone of this repository on GitHub. Pull requests will be reviewed there.

This is under construction.

This repository contains both the source and the deployment artifacts. We currently use Asciidoctor for some static content. Asciidoctor content in the src directory is compiled and moved into the generated directory by a Maven build script (pom.xml in the root). PHP files grab and render the generated content at runtime. There should never be a reason to directly modify content in the generated directory.