From a44555f94766003cba7dbc4499b90c6d450b47ef Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 1 Nov 2017 09:48:22 -0400 Subject: [PATCH] 2017-11-01 Fred Gleason * Cleaned up title formatting in the Operations Guide. --- ChangeLog | 2 + docs/opsguide/opsguide.xml | 250 ++++++++++++++++++------------------- 2 files changed, 126 insertions(+), 126 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8ddd8f0..d8d49007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16205,3 +16205,5 @@ * Added an rmlsend(1) man page. * Revised the "Interfacing with the Linux Ecosystem" chapter in the Operations Guide to include all command-line utilities. +2017-11-01 Fred Gleason + * Cleaned up title formatting in the Operations Guide. diff --git a/docs/opsguide/opsguide.xml b/docs/opsguide/opsguide.xml index 24136d80..6caafd6c 100644 --- a/docs/opsguide/opsguide.xml +++ b/docs/opsguide/opsguide.xml @@ -5561,7 +5561,7 @@ - <command>Switch Add With Gain [SG]</command> + Switch Add With Gain [SG] @@ -5595,7 +5595,7 @@ - <command>Switch Crosspoint Gain [SX]</command> + Switch Crosspoint Gain [SX] @@ -5627,7 +5627,7 @@ - <command>Switch Level [SL]</command> + Switch Level [SL] @@ -5657,7 +5657,7 @@ - <command>Switch Reload [SZ]</command> + Switch Reload [SZ] @@ -5685,7 +5685,7 @@ - <command>Switch Remove [SR]</command> + Switch Remove [SR] @@ -5716,7 +5716,7 @@ - <command>Switch Take [ST]</command> + Switch Take [ST] @@ -5747,7 +5747,7 @@ - <command>Toggle On Air Flag [TA]</command> + Toggle On Air Flag [TA] @@ -5773,7 +5773,7 @@ - <command>UDP Out [UO]</command> + UDP Out [UO] @@ -5807,126 +5807,124 @@ Interfacing with the Linux Ecosystem: Command-Line Utilities - + + Rivendell includes a number of command-line utilities. Some of these + can be used to perform efficient "bulk" operations --e.g. + import thousands of audio files in one command -- while others are + useful in various aspects of system maintenance. This section provides + a brief overview of the available utilities; full documentation for each + is available via the Linux man page facility. + + + rdclilogedit(1) - Rivendell includes a number of command-line utilities. Some of these - can be used to perform efficient "bulk" operations --e.g. - import thousands of audio files in one command -- while others are - useful in various aspects of system maintenance. This section provides - a brief overview of the available utilities; full documentation for each - is available via the Linux man page facility. + rdclilogedit1 is a + command-line interface (CLI) program that can be used to edit + Rivendell logs. It is loosely modeled after the venerable + ed1 command-line editor + and so is particularly well suited for use in scripting + environments. + + + Full documentation is available by doing + man 1 rdclilogedit. + + + + rdconvert(1) + + rdconvert1 is a command-line + interface (CLI) program that can be used to convert an audio file + into a different format. + + + Full documentation is available by doing + man 1 rdconvert. + + + + rddbcheck(8) + + rddbcheck8 is a + command-line interface (CLI) program that can be used to check a + Rivendell database for consistency and correct errors found. + + + Full documentation is available by doing + man 8 rddbcheck. + + + + rdexport(1) + + rdexport1 is a command-line + interface (CLI) program that can be used to + export audio material from the Rivendell Library. It is particularly + useful in situations where a large number of audio files need to be + exported in an automated fashion, and is capable of exporting + thousands of files with a single command-line invocation. + + + Full documentation is available by doing + man 1 rdexport. + + + + rdimport(1) + + rdimport1 is a command-line + interface (CLI) program that can be used to + import audio material into the Rivendell Library. It is particularly + useful in situations where a large number of audio files need to be + imported in an automated fashion, and is capable of importing + thousands of files with a single command-line invocation. + + + Full documentation is available by doing + man 1 rdimport. + + + + rdmarkerset(8) + + rdmarkerset8 is a + command-line interface (CLI) program that can be used to set or + alter audio cut markers in the Rivendell Radio Automation System. + It is capable of altering multiple cuts in a single operation. + + + Full documentation is available by doing + man 8 rdmarkerset. + + + + rdrevert(8) + + rdrevert8 is a + command-line interface (CLI) program that can be used to revert a + Rivendell database to a previous schema version. + + + Full documentation is available by doing + man 8 rdrevert. + + + + rmlsend(1) + + rmlsend1 is a small + utility that can be used to send RML commands to a + local or remote Rivendell host. It can operate in two modes: GUI or + a command line interface (CLI). + + + If started with no arguments, RMLSend will come up in GUI mode (see + FIXME). + + + Full documentation is available by doing + man 1 rmlsend. - - <command>rdclilogedit</command><manvolnum>1</manvolnum> - - rdclilogedit1 is a - command-line interface (CLI) program that can be used to edit - Rivendell logs. It is loosely modeled after the venerable - ed1 command-line editor - and so is particularly well suited for use in scripting - environments. - - - Full documentation is available by doing - man 1 rdclilogedit. - - - - <command>rdconvert</command><manvolnum>1</manvolnum> - - rdconvert1 is a command-line - interface (CLI) program that can be used to convert an audio file - into a different format. - - - Full documentation is available by doing - man 1 rdconvert. - - - - <command>rddbcheck</command><manvolnum>8</manvolnum> - - rddbcheck8 is a - command-line interface (CLI) program that can be used to check a - Rivendell database for consistency and correct errors found. - - - Full documentation is available by doing - man 8 rddbcheck. - - - - <command>rdexport</command><manvolnum>1</manvolnum> - - rdexport1 is a command-line - interface (CLI) program that can be used to - export audio material from the Rivendell Library. It is particularly - useful in situations where a large number of audio files need to be - exported in an automated fashion, and is capable of exporting - thousands of files with a single command-line invocation. - - - Full documentation is available by doing - man 1 rdexport. - - - - <command>rdimport</command><manvolnum>1</manvolnum> - - rdimport1 is a command-line - interface (CLI) program that can be used to - import audio material into the Rivendell Library. It is particularly - useful in situations where a large number of audio files need to be - imported in an automated fashion, and is capable of importing - thousands of files with a single command-line invocation. - - - Full documentation is available by doing - man 1 rdimport. - - - - <command>rdmarkerset</command><manvolnum>8</manvolnum> - - rdmarkerset8 is a - command-line interface (CLI) program that can be used to set or - alter audio cut markers in the Rivendell Radio Automation System. - It is capable of altering multiple cuts in a single operation. - - - Full documentation is available by doing - man 8 rdmarkerset. - - - - <command>rdrevert</command><manvolnum>8</manvolnum> - - rdrevert8 is a - command-line interface (CLI) program that can be used to revert a - Rivendell database to a previous schema version. - - - Full documentation is available by doing - man 8 rdrevert. - - - - <command>rmlsend</command><manvolnum>1</manvolnum> - - rmlsend1 is a small - utility that can be used to send RML commands to a - local or remote Rivendell host. It can operate in two modes: GUI or - a command line interface (CLI). - - - If started with no arguments, RMLSend will come up in GUI mode (see - FIXME). - - - Full documentation is available by doing - man 1 rmlsend. - -