Unraid-SlackPack/plugins/speedtest.xml

69 lines
2.0 KiB
XML
Raw Normal View History

2015-12-12 16:57:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>Speedtest</Name>
<Description>
This plugin interacts with the command line interface for testing internet bandwidth using speedtest.net
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
2015-12-15 16:30:54 +00:00
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
2016-01-22 19:12:39 +00:00
<Date>2016-01-17</Date>
2015-12-12 16:57:26 +00:00
<Changes>
2016-01-22 19:12:39 +00:00
###2016.01.17
- remove symlink to speedtest-linux
2016-01-16 20:49:49 +00:00
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
2016-01-15 08:48:05 +00:00
###2016.01.15
- fix filter save
- add filter reset button
- add speedtest-linux command
2016-01-12 22:27:34 +00:00
###2016.01.12
- add checks for failed speedtest
2016-01-03 00:18:09 +00:00
###2016.01.02
- added tablesorter pager plugin
- fix tablesort css padding
- click on row to show share image
- save sort and filter settings
- added default cfg
2015-12-30 02:31:55 +00:00
###2015.12.29
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
2015-12-21 00:45:00 +00:00
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
- Speedtest settings under Settings
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
2015-12-20 17:07:44 +00:00
###2015.12.20
- added speedtest-xml script to /usr/sbin/ for cron jobs
- added logging to speedtest.php for start and completion of the script
2015-12-20 08:58:44 +00:00
###2015.12.19
- changed icon thanks to hernandito
- convert to stand alone script for cron jobs
- rearrange setting page layout
- one click remove
2015-12-12 16:57:26 +00:00
###2015.12.11
- update package name
- update install and remove scripts
###2015.12.10
- add date and time to table
- add switchbuttons
- update packages
###2015.10.19
- typos
###2015.10.18b
- update to python 2.7.9
###2015.10.18a
- update install script
###2015.10.17
- initial commit
</Changes>
</Containers>