mod_pubsub_post/README.markdown
changeset 3509 106b4ae4469b
parent 3507 882180b459a0
child 3510 7b1eede1a840
--- a/mod_pubsub_post/README.markdown	Sat Mar 30 21:34:28 2019 +0100
+++ b/mod_pubsub_post/README.markdown	Sat Mar 30 23:33:58 2019 +0100
@@ -1,8 +1,13 @@
+---
+summary: Publish to PubSub nodes from via HTTP POST/WebHooks
+---
+
 # Introduction
 
-Lets you easily publish data to PubSub using a HTTP POST request. The
-payload can be Atom feeds, arbitrary XML, or arbitrary JSON. The type
-should be indicated via the `Content-Type` header.
+This module is a fairly generic WebHook receiver that lets you easily
+publish data to PubSub using a HTTP POST request. The payload can be
+Atom feeds, arbitrary XML, or arbitrary JSON. The type should be
+indicated via the `Content-Type` header.
 
 ``` {.bash}
 curl http://localhost:5280/pubsub_post/princely_musings \