Quantcast

Rename the addon

Andrew Mordecai [07-14-16 - 00:32]
Rename the addon
Filename
Addon.lua
Broker_SysInfo.toc
Broker_Systatus.toc
README.txt
diff --git a/Addon.lua b/Addon.lua
index 148c5fe..caed711 100644
--- a/Addon.lua
+++ b/Addon.lua
@@ -1,12 +1,12 @@
 --[[-----------------------------------------------------------------------
-	Broker_SysInfo - a World of Warcraft user interface add-on
+	Broker Systatus - system info and menu access for DataBroker displays
 	Copyright (c) 2016 Andrew Mordecai <armordecai@protonmail.ch>
 	This code is released under the zlib/libpng license.
 -------------------------------------------------------------------------]]

-local ICON = "Interface\\AddOns\\Broker_SysInfo\\Icon"
+local ICON = "Interface\\AddOns\\Broker_Systatus\\Icon"

-local SysInfo = LibStub("LibDataBroker-1.1"):NewDataObject("SysInfo", {
+local SysInfo = LibStub("LibDataBroker-1.1"):NewDataObject("Systatus", {
 	type  = "data source",
 	icon  = ICON.."Medium",
 	text  = "???",
diff --git a/Broker_SysInfo.toc b/Broker_SysInfo.toc
deleted file mode 100644
index 83a6030..0000000
--- a/Broker_SysInfo.toc
+++ /dev/null
@@ -1,12 +0,0 @@
-## Interface: 60200
-## Title: Broker SysInfo
-## Notes: System info and menu access for Broker displays
-## Author: Akkorian
-## X-Email: armordecai@protonmail.ch
-## X-License: zlib/libpng License
-
-Libs/LibStub.lua
-Libs/CallbackHandler-1.0.lua
-Libs/LibDataBroker-1.1.lua
-
-Addon.lua
diff --git a/Broker_Systatus.toc b/Broker_Systatus.toc
new file mode 100644
index 0000000..8a28cc5
--- /dev/null
+++ b/Broker_Systatus.toc
@@ -0,0 +1,12 @@
+## Interface: 60200
+## Title: Broker Systatus
+## Notes: System status info and menu access for Broker displays
+## Author: Akkorian
+## X-Email: armordecai@protonmail.ch
+## X-License: zlib/libpng License
+
+Libs/LibStub.lua
+Libs/CallbackHandler-1.0.lua
+Libs/LibDataBroker-1.1.lua
+
+Addon.lua
diff --git a/README.txt b/README.txt
index 8010941..f50de16 100644
--- a/README.txt
+++ b/README.txt
@@ -1,24 +1,24 @@
-Broker_SysInfo
+Broker_Systatus
 ==============

-Broker_SysInfo is a World of Warcraft user interface add-on that provides
-a system info and menu access plug-in for LibDataBroker-based displays.
+Broker_Systatus is a system info and menu access plugin for LibDataBroker
+display addons.

-The main plug-in shows the current latency in milliseconds, and changes
+The main plugin shows the current latency in milliseconds, and changes
 the color of its icon accordingly.

-The mouse-over tooltip additionally shows the current framerate, bandwidth
+The mouseover tooltip additionally shows the current framerate, bandwidth
 usage, and data download progress if applicable.


 Contributing
 ------------

-If you discover a bug in Broker_SysInfo, you can let me know about it by:
+If you've discovered a bug in Broker_Systatus, you can let me know about it by:

+- opening a ticket on the [GitLab project page](https://gitlab.com/akkorian/broker-systatus/issues)
 - emailing me at <armordecai@protonmail.ch>
-- sending me (Akkorian) a private message on WoWInterface.com
-- posting a comment on this add-on's download page on WoWInterface.com
+- sending me (Akkorian) a private message on WoWInterface

 Be sure to include which version of the add-on you're using, and the name
 and version of the Broker display you're using!
@@ -27,6 +27,6 @@ and version of the Broker display you're using!
 Legal
 -----

-This add-on is published under the zlib/libpng license.
-See the included LICENSE.txt file for more details.
+This add-on is published under the zlib/libpng license. See the included
+LICENSE.txt file for more details.