diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-16 00:26:57 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-16 00:26:57 +0200 |
commit | 6b807ae6a4b9086473d27d294c601942738d5c58 (patch) | |
tree | e331b24da384b77b1fa7baeb46090cecea76cc7e /data/man/man1 | |
parent | 89c7df164b73748cd5c129ec9599cadfbb938eb6 (diff) | |
download | feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.tar.gz feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.tar.bz2 feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.zip |
Remove built manpages
Diffstat (limited to 'data/man/man1')
-rw-r--r-- | data/man/man1/feed2imap-cleaner.1 | 43 | ||||
-rw-r--r-- | data/man/man1/feed2imap-dumpconfig.1 | 28 | ||||
-rw-r--r-- | data/man/man1/feed2imap-opmlimport.1 | 27 | ||||
-rw-r--r-- | data/man/man1/feed2imap.1 | 42 |
4 files changed, 0 insertions, 140 deletions
diff --git a/data/man/man1/feed2imap-cleaner.1 b/data/man/man1/feed2imap-cleaner.1 deleted file mode 100644 index 4f11135..0000000 --- a/data/man/man1/feed2imap-cleaner.1 +++ /dev/null @@ -1,43 +0,0 @@ -.TH feed2imap\-cleaner 1 "Jul 25, 2005" -.SH NAME -feed2imap\-cleaner \- Removes old items from IMAP folders -.SH SYNOPSIS -\fBfeed2imap\-cleaner\fR [OPTIONS] -.SH DESCRIPTION -feed2imap\-cleaner deletes old items from IMAP folders specified in the configuration file. The actual query string used to determine whether an item is old is : -"SEEN NOT FLAGGED BEFORE (3 days ago)". Which means that an item WON'T be deleted if it satisfies one of the following conditions : -.TP 0.2i -\(bu -It isn't 3 days old ; -.TP 0.2i -\(bu -It hasn't been read yet ; -.TP 0.2i -\(bu -It is flagged (marked as Important, for example). -.TP -\fB\-d\fR, \fB\-\-dry\-run\fR -Don't remove anything, but show what would be removed if run without this option. -.TP -\fB\-f\fR, \fB\-\-config \fIfile\fB\fR -Use another config file (~/.feed2imaprc is the default). -.SH BUGS -Deletion criterias should probably be more configurable. -.SH "SEE ALSO" -Homepage : -http://home.gna.org/feed2imap/ -.PP -\fBfeed2imaprc\fR(5), -\fBfeed2imap\fR(1) -.SH AUTHOR -Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net -.PP -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2 of the License, or (at your -option) any later version. -.PP -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. diff --git a/data/man/man1/feed2imap-dumpconfig.1 b/data/man/man1/feed2imap-dumpconfig.1 deleted file mode 100644 index 65bf426..0000000 --- a/data/man/man1/feed2imap-dumpconfig.1 +++ /dev/null @@ -1,28 +0,0 @@ -.TH feed2imap\-dumpconfig 1 "Jul 25, 2005" -.SH NAME -feed2imap\-dumpconfig \- Dump feed2imap config -.SH SYNOPSIS -\fBfeed2imap\-dumpconfig\fR [OPTIONS] -.SH DESCRIPTION -feed2imap\-dumpconfig dumps the content of your feed2imaprc to screen. -.TP -\fB\-f\fR, \fB\-\-config \fIfile\fB\fR -Use another config file (~/.feed2imaprc is the default). -.SH "SEE ALSO" -Homepage : -http://home.gna.org/feed2imap/ -.PP -\fBfeed2imaprc\fR(5), -\fBfeed2imap\fR(1) -.SH AUTHOR -Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net -.PP -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2 of the License, or (at your -option) any later version. -.PP -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. diff --git a/data/man/man1/feed2imap-opmlimport.1 b/data/man/man1/feed2imap-opmlimport.1 deleted file mode 100644 index 2702e72..0000000 --- a/data/man/man1/feed2imap-opmlimport.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH feed2imap\-opmlimport 1 "Jul 25, 2005" -.SH NAME -feed2imap\-opmlimport \- Convert an OPML subscription list to a feed2imap config file -.SH SYNOPSIS -\fBfeed2imap\-opmlimport\fR -.SH DESCRIPTION -feed2imap\-opmlimport reads an OPML subscription list on standard input and outputs a feed2imap configuration file on standard output. The resulting configuration file will require some tweaking. -.SH BUGS -Should probably accept parameters to be able to change default values. -.SH "SEE ALSO" -Homepage : -http://home.gna.org/feed2imap/ -.PP -\fBfeed2imaprc\fR(5), -\fBfeed2imap\fR(1) -.SH AUTHOR -Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net -.PP -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2 of the License, or (at your -option) any later version. -.PP -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. diff --git a/data/man/man1/feed2imap.1 b/data/man/man1/feed2imap.1 deleted file mode 100644 index 18eebae..0000000 --- a/data/man/man1/feed2imap.1 +++ /dev/null @@ -1,42 +0,0 @@ -.TH feed2imap 1 "Jul 25, 2005" -.SH NAME -feed2imap \- clever RSS/ATOM feed aggregator -.SH SYNOPSIS -\fBfeed2imap\fR [OPTIONS] -.SH DESCRIPTION -feed2imap is an RSS/Atom feed aggregator. After -Downloading feeds (over HTTP or HTTPS), it uploads them to a specified -folder of an IMAP mail server. The user can then access the feeds using -Mutt, Evolution, Mozilla Thunderbird or even a webmail. -.TP -\fB\-V\fR, \fB\-\-version\fR -Show version information. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Run in verbose mode. -.TP -\fB\-c\fR, \fB\-\-rebuild\-cache\fR -Rebuilds the cache. Fetches all items and mark them as already seen. Useful if you lose your .feed2imap.cache file. -.TP -\fB\-f\fR, \fB\-\-config \fIfile\fB\fR -Use another config file (~/.feed2imaprc is the default). -.SH "SEE ALSO" -Homepage : -http://home.gna.org/feed2imap/ -.PP -\fBfeed2imaprc\fR(5), -\fBfeed2imap\-cleaner\fR(1), -\fBfeed2imap\-dumpconfig\fR(1), -\fBfeed2imap\-opmlimport\fR(1) -.SH AUTHOR -Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net -.PP -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2 of the License, or (at your -option) any later version. -.PP -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. |