2023-05-14 Fred Gleason <fredg@paravelsystems.com>

* Added a 'FEEDS.CDN_PURGE_PLUGIN_PATH' field to the database.
	* Incremented the database version to 369.
	* Added ' RDFeed::cdnPurgePluginPath()' and
	'RDFeed::setCdnPurgePluginPath()' methods.
	* Removed the RD_MODULES_DIR #define from 'lib/rd.h'.
	* Changed the RD_PYPAD_SCRIPT_DIR #define in 'lib/rd.h' to be
	a static value of "/usr/lib/rivendell/pypad".
	* Added a 'CDN Purge Plug-In' control to the 'Feed' dialog in
	rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-14 08:56:49 -04:00
parent 7716315bd9
commit ff63adcf3c
21 changed files with 972 additions and 118 deletions

View File

@@ -4,7 +4,7 @@
// Install-Dependent Path Values for Rivendell
//
// (C) Copyright 2008-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2008-2023 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -23,11 +23,6 @@
#ifndef RDPATHS_H
#define RDPATHS_H
/*
* Rivendell Loadable Modules Directory
*/
#define RD_MODULES_DIR "@libdir@/rivendell"
/*
* Default Skins
*/
@@ -50,7 +45,13 @@ extern "C" {
* PyPAD
*/
#define RD_PYPAD_PYTHON_PATH "@PYTHON@"
#define RD_PYPAD_SCRIPT_DIR "@libdir@/rivendell/pypad"
//#define RD_PYPAD_SCRIPT_DIR "@libdir@/rivendell/pypad"
#define RD_PYPAD_SCRIPT_DIR "/usr/lib/rivendell/pypad"
/*
* CDN Plug-ins
*/
#define RD_CDN_SCRIPT_DIR "/usr/lib/rivendell/cdn"
#endif // RDPATHS_H