From c1b99be9021566a179b98d7bef9277caa390336f Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Fri, 30 Nov 2018 08:42:35 -0800 Subject: [PATCH 1/4] Added text clarifying independent rdpanel(1) panels in Ops Guide. --- ChangeLog | 2 ++ docs/opsguide/rdadmin.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb7fb1cd..6deb4650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18088,3 +18088,5 @@ 2018-11-30 Fred Gleason * Fixed a bug in rdadmin(1) that caused the exemplar value of 'Report Editor' to fail to propagate to new host configurations. +2018-11-30 Patrick Linstruth + * Added text clarifying independent rdpanel(1) panels in Ops Guide. diff --git a/docs/opsguide/rdadmin.xml b/docs/opsguide/rdadmin.xml index 125004af..492eba32 100644 --- a/docs/opsguide/rdadmin.xml +++ b/docs/opsguide/rdadmin.xml @@ -1401,6 +1401,11 @@ RDAirPlay configuration. Please see that section for details. + + Although rdpanel(1)'s panels appear similar to rdairplay(1)'s panels, + rdpanel(1) has its own set of system and user panels that are independent + of rdairplay(1) and must be set up separately. + Configuring RDLogEdit From 89861bda59f93ce5e8a2ec21aae3f240a6f58333 Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Fri, 30 Nov 2018 09:05:42 -0800 Subject: [PATCH 2/4] Other minor fixes --- ChangeLog | 3 ++- docs/opsguide/gpio_switcher_devices.xml | 2 +- docs/opsguide/rdadmin.xml | 4 ++-- docs/opsguide/rdairplay.xml | 2 +- docs/opsguide/rdlibrary.xml | 2 +- docs/opsguide/rivendell_filter.xml | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6deb4650..43bc4187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18089,4 +18089,5 @@ * Fixed a bug in rdadmin(1) that caused the exemplar value of 'Report Editor' to fail to propagate to new host configurations. 2018-11-30 Patrick Linstruth - * Added text clarifying independent rdpanel(1) panels in Ops Guide. + * Added text clarifying independent rdpanel(1) panels in Ops Guide + and other minor corrections. diff --git a/docs/opsguide/gpio_switcher_devices.xml b/docs/opsguide/gpio_switcher_devices.xml index b95557c3..f5f9f8af 100644 --- a/docs/opsguide/gpio_switcher_devices.xml +++ b/docs/opsguide/gpio_switcher_devices.xml @@ -903,7 +903,7 @@ resulting constellation of nodes can be controled with the 'Switch Take' ['ST'] RML by specifying the Livewire source stream number as the input - parameter and the the base output number+the slot number-1 for the + parameter and the base output number+the slot number-1 for the output parameter. diff --git a/docs/opsguide/rdadmin.xml b/docs/opsguide/rdadmin.xml index 492eba32..ded71470 100644 --- a/docs/opsguide/rdadmin.xml +++ b/docs/opsguide/rdadmin.xml @@ -81,7 +81,7 @@ - The upper third of the the dialog provides fields for basic information + The upper third of the dialog provides fields for basic information regarding the user as well as authentication settings. If the Authenticate This User Locally box is ticked, then the login password for this user can be set by touching @@ -394,7 +394,7 @@ in an event by RDLogManager when the event's Use Autofill box is ticked. When filling a gap, RDLogManager will recursively scan the list - of available carts, working from the longest to to shortest, and + of available carts, working from the longest to shortest, and insert the longest cart that will fit. The process will stop when either the available gap has been completely filled or no cart short enough to fit has been found. diff --git a/docs/opsguide/rdairplay.xml b/docs/opsguide/rdairplay.xml index 7a97427b..72c4f24b 100644 --- a/docs/opsguide/rdairplay.xml +++ b/docs/opsguide/rdairplay.xml @@ -519,7 +519,7 @@ particular host system; while a U indicates a 'user' panel, one which is associated with a particular user and that will - "follow around" that user whereever he logs in in the + "follow around" that user whereever he logs in the site. (Depending upon how the system administrator has configured RDAirPlay, you may not have both of these panel types available to you). diff --git a/docs/opsguide/rdlibrary.xml b/docs/opsguide/rdlibrary.xml index 03fa3e8f..ac92e750 100644 --- a/docs/opsguide/rdlibrary.xml +++ b/docs/opsguide/rdlibrary.xml @@ -309,7 +309,7 @@ Cut Dayparting For carts for which Schedule Cuts - is set to By Weight,each cut in + is set to By Weight, each cut in can be dayparted on the basis of these parameters: diff --git a/docs/opsguide/rivendell_filter.xml b/docs/opsguide/rivendell_filter.xml index 75a90506..ebf798ba 100644 --- a/docs/opsguide/rivendell_filter.xml +++ b/docs/opsguide/rivendell_filter.xml @@ -126,7 +126,7 @@ Duplicate Cart Numbers - If a cart from the source system has the same number as one one the + If a cart from the source system has the same number as one the destination, the destination cart (data and *all* audio) will be overwritten! From eafe2a4fcc16f13d918e54b58709dbd196bb5b6d Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Fri, 30 Nov 2018 09:09:41 -0800 Subject: [PATCH 3/4] And another minor fix. --- docs/opsguide/rivendell_filter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opsguide/rivendell_filter.xml b/docs/opsguide/rivendell_filter.xml index ebf798ba..81c9c9f4 100644 --- a/docs/opsguide/rivendell_filter.xml +++ b/docs/opsguide/rivendell_filter.xml @@ -126,7 +126,7 @@ Duplicate Cart Numbers - If a cart from the source system has the same number as one the + If a cart from the source system has the same number as the destination, the destination cart (data and *all* audio) will be overwritten! From 1d6508684070ce667fb296a2282e361cb5bb5744 Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Fri, 30 Nov 2018 09:16:30 -0800 Subject: [PATCH 4/4] Updated copyright year --- docs/opsguide/frontspiece.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opsguide/frontspiece.xml.in b/docs/opsguide/frontspiece.xml.in index e8e7a987..ebd370a1 100644 --- a/docs/opsguide/frontspiece.xml.in +++ b/docs/opsguide/frontspiece.xml.in @@ -9,7 +9,7 @@ @VERSION@ - -2003-2017Fred Gleason + -2003-2018Fred Gleason