<?
/*************************************************************************************
COPYRIGHT NOTICE
This copyright notice must appear at the top of all scripts which are part of
the Web Application Gateway package.
Copyright (C) 2001-2008 Gregory Engel
All rights reserved
8547 E Arapahoe Rd, #J-504
Greenwood Village, CO 80112 USA
hide@address.com
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
A copy is included with the WAG package and is found in the text file gpl.txt
You should have received a copy of the GNU General Public License (gpl.txt, gpl.html)
along with the WAG distribution package; if not, the GNU General Public License can
be found at http://www.gnu.org/copyleft/gpl.html, or by writing to:
Free Software Foundation, Inc.
59 Temple Place - Suite 330
Boston, MA 02111-1307, USA.
This script is part of the Web Application Gateway (WAG) Project. The WAG software
is free, subject to the terms of the GNU General Public License as published by the
Free Software Foundation, either version 2 of the License, or (at your option) any
later version.
$Revision: 47 $
$LastChangedDate: 2008-01-14 14:18:38 -0700 (Mon, 14 Jan 2008) $
$LastChangedBy: gpeangel $
*************************************************************************************/
require("../common/access.php");
?>
<html>
<head>
<title>WAG Help - Administration - Applications</title>
<link rel="stylesheet" type="text/css" href="../common/gateway.css" />
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td style="border-bottom: solid black 1px;"><b>Help - Administration - Applications</b></td>
</tr>
<tr>
<td style="padding-top: 15px;">
<p>The check box in the <b>Enabled</b> column indicates whether or not the selected application is generally available to users. Availability is subject to each user's permissions at both the group and application level. The default system administrator always has access to every application. Checking the <b>Enabled</b> box for a particular application will cause the menu panel to refresh and the selected application to appear.</p>
<p>selecting the <b>Install / Upgrade</b> button will open a second window which allows the user to browse to and upload an application source file. Once successfully installed, the application can then be enabled.</p>
<p>Selecting the <b>Uninstall</b> button will unregister the application with WAG and be deleted from the system. The application will have to be re-installed before it can be enabled.</p>
<p>Applications are created independently of the Web Application Gateway and may have their own setup requirements. Consult the documentation distributed with each application to determine if there are any special installation requirements.</p>
</td>
</tr>
</table>
<p align="center"><a href="javascript:window.close();">[close window]</a></p>
<? include("../common/access_tail_child.php"); ?>
</body>
</html>