diff options
Diffstat (limited to 'packages/dspam/pkg/dspam_alerts.xml')
-rw-r--r-- | packages/dspam/pkg/dspam_alerts.xml | 147 |
1 files changed, 0 insertions, 147 deletions
diff --git a/packages/dspam/pkg/dspam_alerts.xml b/packages/dspam/pkg/dspam_alerts.xml deleted file mode 100644 index ea59cfd2..00000000 --- a/packages/dspam/pkg/dspam_alerts.xml +++ /dev/null @@ -1,147 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE packagegui SYSTEM "../../schema/packages.dtd"> -<?xml-stylesheet type="text/xsl" href="../../xsl/package.xsl"?> -<!-- - Tags which can be used to exec arbitrary PHP code: - - <custom_php_global_functions /> - <custom_php_command_before_form /> - <custom_delete_php_command /> if $_POST && act == del - <custom_add_php_command /> if $_POST && act == add - <custom_php_resync_config_command /> - <custom_php_validation_command /> - <custom_add_php_command_late /> - <start_command /> shell exec - <restart_command /> shell exec - <custom_php_after_form_command /> ---> -<packagegui> - <copyright> - <![CDATA[ -/* $Id$ */ -/* ========================================================================== */ -/* - authng.xml - part of pfSense (http://www.pfSense.com) - Copyright (C) 2007 Daniel S. Haischt <me@daniel.stefan.haischt.name> - All rights reserved. - - Based on m0n0wall (http://m0n0.ch/wall) - Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. - All rights reserved. - */ -/* ========================================================================== */ -/* - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ -/* ========================================================================== */ - ]]> - </copyright> - <description>Describe your package here</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> - <name>dspamalerts</name> - <version>1.0</version> - <title>Services: DSPAM: Alerts</title> - <include_file>/usr/local/pkg/dspam.inc</include_file> - <!-- Menu is where this packages menu will appear --> - <tabs> - <tab> - <text>Performance</text> - <url>/dspam-perf.php</url> - </tab> - <tab> - <text>Preferences</text> - <url>/dspam-prefs.php</url> - </tab> - <tab> - <text>Alerts</text> - <url>/pkg.php?xml=dspam_alerts.xml</url> - <active /> - </tab> - <tab> - <text>Quarantine</text> - <url>/dspam-quarantine.php</url> - </tab> - <tab> - <text>Analysis</text> - <url>/dspam-analysis.php</url> - </tab> - <tab> - <text>History</text> - <url>/dspam-history.php</url> - </tab> - <tab> - <text>Train Filter</text> - <url>/dspam-train.php</url> - </tab> - <tab> - <text>Admin Suite</text> - <url>/dspam-admin.php</url> - </tab> - </tabs> - <!-- - configpath gets expanded out automatically and config items - will be stored in that location - --> - <configpath>['installedpackages']['dspam']['config']['alerts']</configpath> - <adddeleteeditpagefields> - <columnitem> - <fielddescr>Alert Name</fielddescr> - <fieldname>alertname</fieldname> - </columnitem> - <columnitem> - <fielddescr>Description</fielddescr> - <fieldname>description</fieldname> - </columnitem> - </adddeleteeditpagefields> - <!-- - fields gets invoked when the user adds or edits a item. The following items - will be parsed and rendered for the user as a gui with input, and selectboxes. - --> - <fields> - <field> - <fielddescr>Alert Name</fielddescr> - <fieldname>alertname</fieldname> - <description>Name of an alert that should be raised</description> - <type>input</type> - <size>30</size> - <required /> - </field> - <field> - <fielddescr>Description</fielddescr> - <fieldname>description</fieldname> - <description>You may enter a description here for your reference (not parsed).</description> - <type>input</type> - <size>30</size> - </field> - </fields> - <!-- - Arbitrary PHP Code, that gets executed if a certain event gets triggered. - --> - <custom_delete_php_command> - dspam_configure(); - </custom_delete_php_command> - <custom_php_resync_config_command> - dspam_configure(); - </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file |