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

@@ -3,7 +3,7 @@ dnl
dnl Autoconf configuration for Rivendell.
dnl Use autoconf to process this into a configure script
dnl
dnl (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
dnl (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License version 2 as
@@ -621,6 +621,8 @@ AC_CONFIG_FILES([rivendell.spec \
LICENSES/Makefile \
apis/setup.cfg \
apis/Makefile \
apis/cdn/scripts/Makefile \
apis/cdn/Makefile \
apis/pypad/Makefile \
apis/pypad/api/Makefile \
apis/pypad/scripts/Makefile \