Mercurial > prosody-modules
comparison mod_pubsub_summary/README.md @ 4874:b7222636bf26
mod_pubsub_summary: Add stub documentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 18 Jan 2022 09:34:10 +0100 |
parents | |
children | c8a7cb6fa1a7 |
comparison
equal
deleted
inserted
replaced
4873:541b2cf68e93 | 4874:b7222636bf26 |
---|---|
1 Module that generates a nicer text version of Atom feeds, meant for | |
2 use with [mod_pubsub_feeds] and [mod_pubsub_text_interface]. | |
3 | |
4 It extracts title, content and links from entries and formats a text | |
5 version like this: | |
6 | |
7 > \***Example Post Title**\* | |
8 > | |
9 > Lorem ipsum dolor sit amet. | |
10 > | |
11 > htts://blog.example.com/example-post | |
12 | |
13 |