diff --git a/CHANGELOG b/CHANGELOG index 265b9cf..2472237 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.2.0 +* Code cleanup - remove unneeded parts +* Rename "Repeaters" as "Links" + v1.1.1 * Add in time elapsed for Last Heard - thanks N7TAE diff --git a/README.md b/README.md index c8135f2..f2989c4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is the dashboard as seen on [M17-M17 Reflector](https://ref.m17.link) to be used with mrefd. +### Version 1.2.0 - code cleanup + +Possible breaking change, a rename of "Repeaters" to "Links" requires use of a new copy of the configuration file to be used. Backup your old config.inc.php and follow the setup process below to update to the new configuration. + ### Clone dashboard to /var/www ```bash diff --git a/include/config.inc.php.dist b/include/config.inc.php.dist index 31bb169..23776b2 100644 --- a/include/config.inc.php.dist +++ b/include/config.inc.php.dist @@ -49,7 +49,7 @@ $PageOptions['ModuleNames']['D'] = ''; $PageOptions['MetaDescription'] = 'MREFD is an M17 Reflector System for Ham Radio Operators.'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaKeywords'] = 'Ham Radio, M17, XReflector, '; // Meta Tag Values, useful for Search Engines -$PageOptions['MetaAuthor'] = 'N7TAE, KC1AWV'; // Meta Tag Values, useful for Search Engines +$PageOptions['MetaAuthor'] = 'KC1AWV'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaRevisit'] = 'After 30 Days'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaRobots'] = 'index,follow'; // Meta Tag Values, useful for Search Engines @@ -58,18 +58,6 @@ $PageOptions['UserPage']['ShowFilter'] = true; $Service['PIDFile'] = '/var/run/mrefd.pid'; $Service['XMLFile'] = '/var/log/mrefd.xml'; -/* Do we really want to keep this? Let's disable it for now. -$CallingHome['Active'] = false; // xlx phone home, true or false -$CallingHome['MyDashBoardURL'] = 'http://your_dashboard'; // dashboard url -$CallingHome['ServerURL'] = 'http://xlxapi.rlx.lu/api.php'; // database server, do not change !!!! -$CallingHome['PushDelay'] = 600; // push delay in seconds -$CallingHome['Country'] = "your_country"; // Country -$CallingHome['Comment'] = "your_comment"; // Comment. Max 100 character -$CallingHome['HashFile'] = "/tmp/callinghome.php"; // Make sure the apache user has read and write permissions in this folder. -$CallingHome['OverrideIPAddress'] = ""; // Insert your IP address here. Leave blank for autodetection. No need to enter a fake address. -$CallingHome['InterlinkFile'] = "/usr/local/etc/mrefd.linklist"; // Path to interlink file -*/ - /* include an extra config file for people who dont like to mess with shipped config.inc.php this makes updating dashboard from git a little bit easier diff --git a/index.php b/index.php index 8024aee..da44f0a 100644 --- a/index.php +++ b/index.php @@ -110,7 +110,7 @@ $Reflector->LoadXML(); >Last Heard >Links (NodeCount(); ?>) - mrefd vGetVersion(); ?> - Dashboard v1.1.2 + mrefd vGetVersion(); ?> - Dashboard v1.2.0 Service uptime: GetServiceUptime()); ?>