add tablesorter package
This commit is contained in:
parent
9625c122cb
commit
8f61252034
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdPack">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.15">
|
||||
<!ENTITY version "2016.01.16">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -16,6 +16,9 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.15
|
||||
- fix filter save
|
||||
- add filter reset button
|
||||
|
@ -89,6 +92,14 @@
|
|||
- cpio 2.11
|
||||
</CHANGES>
|
||||
|
||||
<!--
|
||||
The 'tablesorter' package file.
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
|
||||
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
|
||||
</FILE>
|
||||
|
||||
<!--
|
||||
The Github repo packages file.
|
||||
-->
|
||||
|
|
|
@ -11,8 +11,11 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||
<Date>2016-01-15</Date>
|
||||
<Date>2016-01-16</Date>
|
||||
<Changes>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.15
|
||||
- fix filter save
|
||||
- add filter reset button
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.15">
|
||||
<!ENTITY version "2016.01.16">
|
||||
<!ENTITY launch "Tools/Speedtest">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.15
|
||||
- fix filter save
|
||||
- add filter reset button
|
||||
|
@ -69,6 +72,13 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
- initial commit
|
||||
</CHANGES>
|
||||
|
||||
<!--
|
||||
The 'tablesorter' package file.
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
|
||||
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/python-2.7.9-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>https://raw.githubusercontent.com/eschultz/unraid6-nerdpack/master/packages/python-2.7.9-x86_64-1.txz</URL>
|
||||
|
|
|
@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||
<Date>2016-01-15</Date>
|
||||
<Date>2016-01-16</Date>
|
||||
<Changes>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.15
|
||||
- fix filter save
|
||||
- add filter reset button
|
||||
|
|
Loading…
Reference in New Issue
Block a user