zulip/static
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
..
assets lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images Add WordPress webhook. 2017-02-07 18:14:31 -08:00
js email -> id: Make browser's filter for "sender" more robust. 2017-02-07 17:37:05 -08:00
locale Remove zh_CN old Django name for Chinese. 2017-02-03 14:29:03 -08:00
styles analytics: Refactor and clean up messages_sent_over_time. 2017-02-07 15:35:43 -08:00
templates Use data-user-id for message popover menu. 2017-02-07 17:37:05 -08:00
third Update Font Awesome to version 4.7.0. 2017-02-06 22:45:02 -08:00
.gitignore
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt