Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The directory trunk/src/site/markdown contains Markdown files for the site.
  • The directory trunk/src/site/resources contains the status resources (e.g. images, etc) for the site.
  • The directory trunk/books contains the source for various books.

4. Generate Optionally generate static site files

Once you have finished making changes the files must be committed in order to publish them to the Apache site. These resulting static files will be generated into site. You can open the file site/index.html in your browser to review your changes before publishing.

Note

The static site files only need to be regenerated if you want the published site to be updated. If you are updating the content of a book for an upcoming release you might not want to do that. In this case you can just skip to "Commit site files" to commit those changes without publishing them.

Code Block
ant -f trunk/build.xml site

5.

...

Commit site files

The committing of the files causes the site to be published. In particular the generated static files in site are published to the Apache website.

...