mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'STATIONS.EDITOR_PATH' field from the database. * Incremented the database version to 357. * Removed the 'RDStation::editorPath()' and 'RDStation::setEditorPath()' methods. * Removed the 'Audio Editor' control from the 'Configure Host' dialog in rdadmin(1). * Removed the 'Send to Editor' button from 'RDCartDialog'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
@@ -822,13 +822,6 @@
|
||||
acceptable to specify the loopback address
|
||||
(<userinput>127.0.0.1</userinput>) here.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Audio Editor:</computeroutput> can be used to
|
||||
specify an external audio editor for use by rdlibrary(1). If desired,
|
||||
the value should consist of the command invocation needed to start
|
||||
the edit, with a <userinput>%f</userinput> wildcard to indicate the
|
||||
name of the file to open.
|
||||
</para>
|
||||
<para>
|
||||
The <computeroutput>Report Editor:</computeroutput> can be used to
|
||||
specify an external text editor to be used to display reports.
|
||||
|
||||
@@ -17,7 +17,6 @@ BROADCAST_SECURITY int(10) unsigned 0=HostSec, 1=UserSec
|
||||
HEARTBEAT_CART int(10) unsigned
|
||||
HEARTBEAT_INTERVAL int(10) unsigned
|
||||
STARTUP_CART int(10) unsigned
|
||||
EDITOR_PATH varchar(191) Audio editor --e.g. Audacity
|
||||
REPORT_EDITOR_PATH varchar(191) Text Editor --e.g. GEdit
|
||||
BROWSER_PATH varchar(191) Web Browser --e.g. Firefox
|
||||
SSH_IDENTITY_FILE text
|
||||
|
||||
Reference in New Issue
Block a user