diff options
Diffstat (limited to 'config/lightsquid/lightsquid.xml')
-rw-r--r-- | config/lightsquid/lightsquid.xml | 79 |
1 files changed, 38 insertions, 41 deletions
diff --git a/config/lightsquid/lightsquid.xml b/config/lightsquid/lightsquid.xml index 5f4293bf..d6055787 100644 --- a/config/lightsquid/lightsquid.xml +++ b/config/lightsquid/lightsquid.xml @@ -42,22 +42,22 @@ /* ========================================================================== */ ]]> </copyright> - <description>Describe your package here</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> - <name>lightsquid</name> - <version>1.7.1</version> - <title>Services: Proxy server Report(LightSquid) -> Settings</title> - <category>Status</category> - <include_file>/usr/local/pkg/lightsquid.inc</include_file> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> + <name>lightsquid</name> + <version>1.7.1</version> + <title>Services: Proxy server Report(LightSquid) -> Settings</title> + <category>Status</category> + <include_file>/usr/local/pkg/lightsquid.inc</include_file> <!-- Installation --> - <menu> - <name>Proxy report</name> - <tooltiptext>Proxy server statistic report</tooltiptext> - <section>Status</section> - <url>/pkg_edit.php?xml=lightsquid.xml&id=0</url> - </menu> + <menu> + <name>Proxy report</name> + <tooltiptext>Proxy server statistic report</tooltiptext> + <section>Status</section> + <url>/pkg_edit.php?xml=lightsquid.xml&id=0</url> + </menu> <tabs> <tab> <text>Settings</text> @@ -163,14 +163,14 @@ <description> Select data refresh period. System will execute task every XX time as from 00:00 hours. <br> For example: if selected 2h - system wil start task at 0-2-4-..-24h. <br> - Note: (!),(*) - use only for powerful system; (+) - recomended. <br><br> + Note: (!),(*) - use only for powerful system; (+) - recomended. <br><br> <input type="submit" name="Submit" value="Refresh now"><br> <input type="submit" name="Submit" value="Refresh full"> <br> Press button for start background refresh (this take some time). <br> <span style="color: rgb(153, 51, 0);"> Note after installation: <br> On the first - enable log in squid package with "/var/squid/log" path. <br> On the second - press Refresh button for create lightsquid reports, else you will have error diagnostic page.</span> - </description> + </description> <type>select</type> <value>lhp_none</value> <options> @@ -193,15 +193,15 @@ <field> <fielddescr>Squid rotate log sheduler</fielddescr> <fieldname>lightsquid_squidrotatelog_sheduler_time</fieldname> - <description> + <description> Select squid log rotate period. System will execute task every XX time as from 00:00 hours. <br> This option will allow the updating of the faster <br> For example: if selected '2 day' - system wil start task every 2 day of month. <br> This option will allow the updating of the faster <br> - Note: You must choose from that the rate of filling dialogue access.log squid; <br> + Note: You must choose from that the rate of filling dialogue access.log squid; <br> The more customers, the more often it should be the job. - </description> - <type>select</type> + </description> + <type>select</type> <value>lsr_none</value> <options> <option><name>none</name><value>lsr_none</value></option> @@ -224,31 +224,28 @@ <option><name>every 25 day</name><value>lsr_d25</value></option> <option><name>every 30 day</name><value>lsr_d30</value></option> </options> - </field> - <field> + </field> + <field> <fielddescr>Skip url</fielddescr> <fieldname>lightsquid_skipurl</fieldname> - <description> + <description> If you want skip some sites from stat, example our local www server Example, if you want skip LOCAL site, put it here zdd.com|192.168.1.|cnn.com - </description> - <type>textarea</type> - <cols>60</cols> - <rows>5</rows> - </field> - </fields> - <custom_add_php_command> - </custom_add_php_command> - <custom_php_resync_config_command> + </description> + <type>textarea</type> + <cols>60</cols> + <rows>5</rows> + </field> + </fields> + <custom_php_resync_config_command> lightsquid_resync(); - </custom_php_resync_config_command> - <custom_php_install_command> + </custom_php_resync_config_command> + <custom_php_install_command> lightsquid_install(); - lightsquid_resync(); - </custom_php_install_command> - <custom_php_deinstall_command> -# mwexec("pkg_delete lightsquid-1.7.1"); - lightsquid_deinstall(); - </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file + lightsquid_resync(); + </custom_php_install_command> + <custom_php_deinstall_command> + lightsquid_deinstall(); + </custom_php_deinstall_command> +</packagegui> |