<?xml version="1.0" encoding="UTF-8"?>
<!--
* xml/scheduledTasks.xml
*
* Copyright (c) 2014-2023 Simon Fraser University
* Copyright (c) 2000-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file LICENSE.
*
* This file lists PLN plugin scheduled tasks to be executed by the system.
*
* Note that this functionality requires scheduled task support to be enabled.
* The degree of granularity supported for the task frequency depends on the
* frequency the scheduled task script itself is scheduled to run (as
* configured in cron, for example).
-->
<!DOCTYPE scheduled_tasks SYSTEM "../../../../lib/pkp/dtd/scheduledTasks.dtd">
<scheduled_tasks>
<task class="plugins.generic.pln.classes.tasks.Depositor">
<descr>Deposit content with the PKP Preservation Network</descr>
<frequency hour="0"/>
<arg>autoStage</arg>
</task>
</scheduled_tasks>
|