zulip/templates
Feorlen 676f0ad63f Add WordPress webhook.
Adds a new webhook integration for WordPress blogs. Both WordPress.com
and self-installed blogs are supported, with minor differences that
are described in the documentation. It creates a new message for each
action, the stream and topic may be specified or use default values.

WordPress actions supported:

publish_post:  a new blog post was published
publish_page:  a new page was published
user_register: a new user account was created
wp_login:      a user logged in

Notes: comment_post only provides the id of the parent post, not title
or link, so was not included. On further testing, I found edit_post is
not very practical, it also fires while a new post is being written, and
when posts are deleted. (I think it tracks drafts too.) I've removed it,
as it seems more confusing than useful.

Fixes #3245
2017-02-07 18:14:31 -08:00
..
analytics analytics: Refactor and clean up messages_sent_over_time. 2017-02-07 15:35:43 -08:00
confirmation Zephyr: Fix links to the old zulip.com service. 2016-11-16 17:33:13 -08:00
corporate docs: Remove obsolete terms-enterprise page. 2017-01-28 18:12:19 -08:00
registration subdomains: Use subdomain host in password reset emails. 2016-08-22 22:39:52 -07:00
tests Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
zerver Add WordPress webhook. 2017-02-07 18:14:31 -08:00
zilencer Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00
.gitignore Add a tool to draw the Django template inheritance graph 2012-10-16 01:33:15 -04:00
404.html templates: Remove for_you block from jinja templates. 2016-11-11 15:26:08 -08:00
500.html templates: Remove for_you block from jinja templates. 2016-11-11 15:26:08 -08:00