diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 04:10:13 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 04:10:13 +0000 |
commit | 9f2521ca8351e454e03193ddccbf5eb2166ec1fd (patch) | |
tree | 2df2d2ba5cf8123d90bb81b1039c3cec071330e0 /packages/squid/squid_traffic.xml | |
parent | 188234df1c9d986f8a7fc80d0f57cbd91125fb14 (diff) | |
download | pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.gz pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.bz2 pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.zip |
* added copyright header to each file
* added XSL stylesheet to each file
* added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD)
* added a Document Type Definition which allows to validate package files
Diffstat (limited to 'packages/squid/squid_traffic.xml')
-rw-r--r-- | packages/squid/squid_traffic.xml | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/packages/squid/squid_traffic.xml b/packages/squid/squid_traffic.xml index bfad2c06..1556be66 100644 --- a/packages/squid/squid_traffic.xml +++ b/packages/squid/squid_traffic.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <copyright> @@ -44,9 +45,10 @@ <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> - <include_file>squid.inc</include_file> <name>squidtraffic</name> + <version>none</version> <title>Proxy server: Traffic management</title> + <include_file>squid.inc</include_file> <tabs> <tab> <text>General settings</text> @@ -80,66 +82,66 @@ </tabs> <fields> <field> - <fieldname>max_download_size</fieldname> <fielddescr>Maximum download size</fielddescr> + <fieldname>max_download_size</fieldname> <description>Limit the maximum total download size to the size specified here (in kilobytes). Set to 0 to disable.</description> - <default_value>0</default_value> - <required/> <type>input</type> + <required/> + <default_value>0</default_value> </field> <field> - <fieldname>max_upload_size</fieldname> <fielddescr>Maximum upload size</fielddescr> + <fieldname>max_upload_size</fieldname> <description>Limit the maximum total upload size to the size specified here (in kilobytes). Set to 0 to disable.</description> - <default_value>0</default_value> - <required/> <type>input</type> + <required/> + <default_value>0</default_value> </field> <field> - <fieldname>overall_throttling</fieldname> <fielddescr>Overall bandwidth throttling</fielddescr> + <fieldname>overall_throttling</fieldname> <description>This value specifies (in kilobytes per second) the bandwidth throttle for downloads. Users will gradually have their download speed increased according to this value. Set to 0 to disable bandwidth throttling.</description> - <default_value>0</default_value> - <required/> <type>input</type> + <required/> + <default_value>0</default_value> </field> <field> - <fieldname>perhost_throttling</fieldname> <fielddescr>Per-host throttling</fielddescr> + <fieldname>perhost_throttling</fieldname> <description>This value specifies the download throttling per host. Set to 0 to disable this.</description> - <default_value>0</default_value> - <required/> <type>input</type> + <required/> + <default_value>0</default_value> </field> <field> - <fieldname>throttle_specific</fieldname> <fielddescr>Throttle only specific extensions</fielddescr> + <fieldname>throttle_specific</fieldname> <description>Leave this checked to be able to choose the extensions that throttling will be applied to. Otherwise, all files will be throttled.</description> - <default_value>on</default_value> <type>checkbox</type> <enablefields>throttle_binaries,throttle_cdimages,throttle_multimedia,throttle_others</enablefields> + <default_value>on</default_value> </field> <field> - <fieldname>throttle_binaries</fieldname> <fielddescr>Throttle binary files</fielddescr> + <fieldname>throttle_binaries</fieldname> <description>Check this to apply bandwidth throttle to binary files. This includes compressed archives and executables.</description> <type>checkbox</type> </field> <field> - <fieldname>throttle_cdimages</fieldname> <fielddescr>Throttle CD images</fielddescr> + <fieldname>throttle_cdimages</fieldname> <description>Check this to apply bandwidth throttle to CD image files.</description> <type>checkbox</type> </field> <field> - <fieldname>throttle_multimedia</fieldname> <fielddescr>Throttle multimedia files</fielddescr> + <fieldname>throttle_multimedia</fieldname> <description>Check this to apply bandwidth throttle to multimedia files, such as movies or songs.</description> <type>checkbox</type> </field> <field> - <fieldname>throttle_others</fieldname> <fielddescr>Throttle other extensions</fielddescr> + <fieldname>throttle_others</fieldname> <description>Comma-separated list of extensions to apply bandwidth throttle to.</description> <type>input</type> <size>60</size> |