mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0dd0565071
PR: ports/95078 Submitted by: Ondra Koutek <koutek@o-k.cz> (maintainer)
15 lines
552 B
Plaintext
15 lines
552 B
Plaintext
|
|
#Campsite job sending expiration message to subscribers
|
|
0 */8 * * * %%PREFIX%%/campsite/sbin/capsite_notifyendsubs
|
|
|
|
# Campsite job takes care about notifying editors/authors about changes
|
|
# of their articles
|
|
*/2 * * * * %%PREFIX%%/campsite/sbin/campsite_notifyevents
|
|
|
|
# Campsite job indexing database of articles.
|
|
# it is used for both, search in site and in admin interface
|
|
0 */4 * * * %%PREFIX%%/campsite/sbin/campsite_indexer
|
|
|
|
# Campsite job takes care about scheduled publishing of articles
|
|
* * * * * %%PREFIX%%/campsite/sbin/campsite_autopublish
|