update
This commit is contained in:
parent
89ee9ffed7
commit
22404dfa1f
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdPack">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.16">
|
||||
<!ENTITY version "2016.01.16a">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -16,6 +16,8 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.01.16a
|
||||
- add metric parser to sort units
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
|
|
|
@ -13,6 +13,8 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
|||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||
<Date>2016-01-16</Date>
|
||||
<Changes>
|
||||
###2016.01.16a
|
||||
- add metric parser to sort units
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "wakeonlan">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.09a">
|
||||
<!ENTITY version "2016.01.16">
|
||||
<!ENTITY launch "Settings/Wakeonlan">
|
||||
<!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;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.09a
|
||||
- saved mac address cannot be blank
|
||||
- minor code changes
|
||||
|
@ -41,6 +44,14 @@
|
|||
- initial unRAID 6 release.
|
||||
</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>
|
||||
|
||||
<!--
|
||||
This plugin uses etherwake for wake on lan
|
||||
-->
|
||||
|
|
|
@ -11,8 +11,11 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
|
||||
<Date>2016-01-09</Date>
|
||||
<Date>2016-01-16</Date>
|
||||
<Changes>
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
###2016.01.09a
|
||||
- saved mac address cannot be blank
|
||||
- minor code changes
|
||||
|
|
Loading…
Reference in New Issue
Block a user