Program Roadmap
EarthStones' software packages are complex beasts. Under the hood, they utilize a
common Java class library of interest
mainly to programmers. Out in front, three main programs, Java applets and applications,
are accessible to the typical web-literate user. This page offers a quick roadmap to these
top-level programs.
- JDoc. The HTML document-rendering applet. Reads
standard HTML source documents and renders them in a Java applet. Supports most common
tags as well as EarthStones' HTML+ extensions. more...
- JSite. The website description and deployment
applet. Use plain text files to describe the structure of your website and the JSite
applet to deploy it on the web. more...
- JDocViewerApp. A Java console application that implements
a JDoc window but runs as a program on your local machine rather than as an applet in a
web browser. Use it like a mini-browser to view both local HTML documents as well as pages
anywhere on the world wide web. This is a good way to test-drive JDoc. more...
And, for programmers who do wish to dive under the hood, the Using Class Libraries
pages for JDoc and JSite provide a good place to start and will
point you to the source code examples included with licensed copies of these products.