Tools for Use with MacHTTP
The following is a list of tools designed to increase the functionality
of MacHTTP. Some are stand-alone applications. Others are scripts or
scripting extensions for use with MacHTTP's CGI interface.
-
AppleWebSearch - CGI application providing a way to serve AppleSearch
data sources over the Internet
- TR-WWW - information on a free-text
search engine CGI application
-
WebStat - Log file analyzer for MacHTTP logs. Can produce HTML
reports for serving by MacHTTP.
- ImageMap
-
supports clickable maps using MacPerl (by Scott Atwood)
- MapServe -
image mapping CGI for use with MacHTTP (by Kelly Campbell)
- Mac-ImageMap
-
a tool which makes it easy to install clickable maps. Stand-alone Mac application
by Lutz Weimann
- WebMap - a tool for
making config
files used by ImageMap and Mac-ImageMap
AppleScript Extensions (OSAX)
- Decode URL OSAX - handles decoding the
%xx hex encodings in URLs, POST arguments, etc. Includes source code.
- Encode URL OSAX - handles encoding the
special characters in URLs, POST arguments, etc. into %xx encodings.
Includes source code.
- ACME Script Widgets - several useful
AppleScript extensions for use with MacHTTP scripts, including Tokenize,
and other tools for changing case, manipulating lists, and replacing text.
-
ScriptTools OSAX - AppleScript extensions needed by several MacHTTP
demo scripts. Provides file I/O services and string utilities