From deb939689ef825687d09bf93600d465f4e6e98ab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:37:25 +0100 Subject: m text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sysrss.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sysrss.1') diff --git a/sysrss.1 b/sysrss.1 index 30fd58d..bf8afdd 100644 --- a/sysrss.1 +++ b/sysrss.1 @@ -1,15 +1,15 @@ -.TH SYSRSS 1 +.TH SYSRSS 1 SYSRSS .SH NAME -sysrss \- Let your system generate a maintenance notification RSS +sysrss \- Let your system generate a maintenance notification RSS feed .SH SYNOPSIS .B sysrss .SH DESCRIPTION .B sysrss -lets the user setup routines, written in Python 3, that run -periodically to generate entires in an RSS feed that the use -can syndicate to in his RSS aggregator (e-mail client can +lets the user set up routines, written in Python 3, that run +periodically to generate entries in an RSS feed that the user +can syndicate to in his RSS aggregator (an e-mail client can usually do this). .PP .B sysrss @@ -30,19 +30,19 @@ None. .TP .IB $HOME /.sysrss/sites Created when the program is started for the first time by the user. -It contains the tasks that shall be ran periodically. It's a Python 3. +It contains the tasks that shall be run periodically. It is a Python 3 file. To add a task, write a function that doesn't have any parameters but returns a string, then run .IR "self.sites.append(Site(title, interval, function))" , where .I title -is the that the generated RSS news item should have, +is what the generated RSS news item should have, .I interval is the number of minutes between each run of the job, and .I function is the name of your function. -The string returned by the your function shall be the +The string returned by your function shall be the message of the generated RSS news item. If the empty string is returned, no news item is generated. -- cgit v1.2.3-70-g09d2