Table of Contents

What's HTMLElement ?

Requirements

How to Display Help

Install

History

License
Donation

Kurita Tetsuro
scriptfactory@mac.com

Script factory

Read Me First

What's HTMLElement ?

HTMLElement is an AppleScript libraryt to build HTML with programming.

The structre of HTML document is built by script object through well arranged object orientied interface. And the object structre can output well fomatted HTML data.

This library is useful when a kind of data is converted into HTML data.

Requirements

System

  • OS X 10.9 or later
    • Developed and tested on macOS 10.14.6

Depending Libraries

Required to install with HTMLElement .

How to Display Help

The manual consisted of the reference generated by AppleScriptDoc and sample code is stored in the bundle of "HTMLElement.scptd". After installation of OpenHelpBook.scptd, run "HTMLElement" from Script menu.

The detail manual of "HTMLElement" should be displayed in Help Viewer.

Install

Copy HTMLElement.scptd into either following locations.

Your Home/Library/Script Libraries/

or

/Library/Script Libraries/

History

  • 1.0 -- 2020-06-26
    • First Release