tree: a3e90ea39e243265e988035380088665069ccd43 [path history] [tgz]
  1. .settings/
  2. META-INF/
  3. src/
  4. .classpath
  5. .gitignore
  6. .project
  7. about.html
  8. build.properties
  9. EPL-2.0.html
  10. pom-plain.xml
  11. pom.xml
  12. README.md
plugins/org.eclipse.epsilon.emc.html/README.md

Epsilon-HTML Integration

Eclipse plugins that extend Epsilon's Model Connectivity (EMC) layer with support for managing HTML documents using languages of the Epsilon platform to perform activities such as code generation, HTML validation and transformation.

How to Run

  • Install the latest interim version of Epsilon or clone its Eclipse Epsilon Git repo and import all projects under /plugins to your Eclipse workspace
  • Clone this Git repo
  • Import the org.eclipse.epsilon.emc.html and org.eclipse.epsilon.emc.html.dt projects into your workspace
  • Run the main method of the HtmlModel class in org.eclipse.epsilon.emc.html or
  • Start a nested Eclipse instance by selecting the org.eclipse.epsilon.emc.html project and clicking Run As -> Eclipse Application
  • Import the org.eclipse.epsilon.emc.html.examples.dblp and org.eclipse.epsilon.emc.html.examples.bootstrap projects into your nested Eclipse workspace
  • Right click on fetch-bibtex.launch and select Run As -> fetch-bibtex or bootstrap.launch and select Run As -> bootstrap

How to Script HTML Documents