
 |
 |
WebGroove is no longer supported. These docs are reference only. |
|

|

Agent Scripts
Agent Scripts are web pages with special tags embedded within them. These tags are the heart of the WebGroove language, which adds advanced features to standard HTML. By convention, these scripts have a .wga file extension, but this can be changed to fit your operating system and web server requirements.

Under most UNIX configurations, the first line of an Agent script needs to be something like "#!/usr/local/bin/wga". You may need to change the path if you installed WebGroove to a different directory. This string could easily be stored as a compiler token to be referenced at the top of each script source.

Under Windows 95/NT, the .wga file extension will likely be registered as a script type with the web server, OS, or both. This will automatically run the scripts through WebGroove Agent whenever they are accessed.

Script configuration varies depending on your operating system and web server. See the installation section for specific tips and instructions for your situation.
 See Also
 Agent Tags
 Agent Variables
 Error Handling
 Installation
 Up To
 Agent
 File Types
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
 |
 |
|

|