Add RSS example to manpage.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2019-09-21 21:51:36 +02:00
parent 2f8dffff90
commit 98553a5315
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
:doctype: manpage
:Author: tastytea
:Email: tastytea@tastytea.de
:Date: 2019-09-20
:Date: 2019-09-21
:Revision: 0.0.0
:man source: remwharead
:man manual: General Commands Manual
@ -92,7 +92,12 @@ Print version, copyright and license.
.Output all articles by Jan Müller, consider different spellings.
====
`remwharead -e simple -S 'Jan\[[:space:]]+M(ü|ue)ller' -r`
`remwharead -e simple -S 'Jan[\s]+M(ü|ue?)ller' -r`
====
.Export all things from the last week to an RSS feed.
====
`remwharead -e rss -T $(date -d "-1 week" -I),$(date -I) | sed 's|<link/>|<link>https://example.com/</link>|' > /var/www/feed.rss`
====
=== Display database