diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 15:37:56 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 15:37:56 -0500 |
commit | 26849aa92e046b15d1c80c623b20f20f89e52b65 (patch) | |
tree | 1511f746689dcb0b2db98c97e3d1a5103b8dc11f | |
parent | 43623d6ac1cf83e9a9e6a1848fd8825863afbdb3 (diff) | |
download | horizon-26849aa92e046b15d1c80c623b20f20f89e52b65.tar.gz horizon-26849aa92e046b15d1c80c623b20f20f89e52b65.tar.bz2 horizon-26849aa92e046b15d1c80c623b20f20f89e52b65.tar.xz horizon-26849aa92e046b15d1c80c623b20f20f89e52b65.zip |
README: Update for executor and locator
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -191,6 +191,18 @@ Specification. The documents are written in DocBook XML; the HTML and PDF versions are not stored in this repository. +``executor``: HorizonScript Executor +```````````````````````````````````` +The ``executor`` directory includes the source code for the HorizonScript +Executor, which is the primary executable for running HorizonScript files. + + +``fetch``: HorizonScript Locator +```````````````````````````````` +The ``fetch`` directory includes the source for the HorizonScript Locator, +used on the target computer to retrieve the installfile. + + ``hscript``: HorizonScript library `````````````````````````````````` The ``hscript`` directory includes the source code for the HorizonScript |