This commit is contained in:
Derek Macias 2016-01-16 15:53:31 -07:00
parent 89ee9ffed7
commit 22404dfa1f
4 changed files with 21 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack"> <!ENTITY name "NerdPack">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.01.16"> <!ENTITY version "2016.01.16a">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2016.01.16a
- add metric parser to sort units
###2016.01.16 ###2016.01.16
- minor diplay changes - minor diplay changes
- add tablesorter as a separate package - add tablesorter as a separate package

View File

@ -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> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
<Date>2016-01-16</Date> <Date>2016-01-16</Date>
<Changes> <Changes>
###2016.01.16a
- add metric parser to sort units
###2016.01.16 ###2016.01.16
- minor diplay changes - minor diplay changes
- add tablesorter as a separate package - add tablesorter as a separate package

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan"> <!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.01.09a"> <!ENTITY version "2016.01.16">
<!ENTITY launch "Settings/Wakeonlan"> <!ENTITY launch "Settings/Wakeonlan">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,9 @@
<PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
###2016.01.09a ###2016.01.09a
- saved mac address cannot be blank - saved mac address cannot be blank
- minor code changes - minor code changes
@ -41,6 +44,14 @@
- initial unRAID 6 release. - initial unRAID 6 release.
</CHANGES> </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 This plugin uses etherwake for wake on lan
--> -->

View File

@ -11,8 +11,11 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support> <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> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2016-01-09</Date> <Date>2016-01-16</Date>
<Changes> <Changes>
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
###2016.01.09a ###2016.01.09a
- saved mac address cannot be blank - saved mac address cannot be blank
- minor code changes - minor code changes