mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
16 lines
405 B
C
16 lines
405 B
C
// typical quiet pubsub place for receiving git2psyc notifications
|
|
|
|
#include <net.h>
|
|
|
|
#define NAME "notify"
|
|
#define SILENT
|
|
#define PLACE_HISTORY_EXPORT
|
|
#define HISTORY_METHOD "_notice_update"
|
|
#define HISTORY_GLIMPSE 4
|
|
|
|
// allow notifications from anywhere.. you may want to restrict this.
|
|
// see wikinotify.c and http://about.psyc.eu/create_place about that.
|
|
#define ALLOW_EXTERNAL
|
|
|
|
#include <place.gen>
|
|
|