A-A-P Script
============

The purpose of the A-A-P script is to orchestrate building the web
pages using asciidoc(1) and publishing (uploading) the web pages using
FTP.

The  `main.aap` A-A-P script contains recipes to build the HTML web
pages (by running asciidoc(1)) and to publish the web pages (upload to
host website using FTP).

- You will need to edit the `FTP_ROOT` definition to correspond to
  your upload site's FTP parameters.
- Use A-A-P version 0.121 or better (there was an FTP problem under
  Windows in previous versions).

The spell checking are archiving recipes can be run if you have the
`aspell(1)` spell checker and `tar(1)` archive programs installed.

Executing the A-A-P Recipe Executive
------------------------------------
The setup wizard installs program icons to execute the `main.aap`
`build` and `publish` recipes.

These program icons run A-A-P by executing the `aap.bat` batch file:

---------------------------------------------------------------------
include1::aap.bat[]
---------------------------------------------------------------------

Note that the `python.exe` and `aap.py` paths are explicit and are
relative to the website development directory.

Here is the `main.aap` script:
---------------------------------------------------------------------
include1::main.aap[]
---------------------------------------------------------------------

