# HG changeset patch # User Kim Alvefur # Date 1642494850 -3600 # Node ID b7222636bf265aab2998e917644322e47c07edc9 # Parent 541b2cf68e932487f8fb1e274965d3993fd4c13d mod_pubsub_summary: Add stub documentation diff -r 541b2cf68e93 -r b7222636bf26 mod_pubsub_summary/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_pubsub_summary/README.md Tue Jan 18 09:34:10 2022 +0100 @@ -0,0 +1,13 @@ +Module that generates a nicer text version of Atom feeds, meant for +use with [mod_pubsub_feeds] and [mod_pubsub_text_interface]. + +It extracts title, content and links from entries and formats a text +version like this: + +> \***Example Post Title**\* +> +> Lorem ipsum dolor sit amet. +> +> htts://blog.example.com/example-post + +