From fcd486da1a275902436ef7e715051d0aae06d732 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 16 Apr 2020 00:23:11 +0200 Subject: Delete obsolete stuff --- manpages/Makefile | 23 --------- manpages/feed2imap-cleaner.xml | 97 ---------------------------------- manpages/feed2imap-dumpconfig.xml | 77 --------------------------- manpages/feed2imap-opmlimport.xml | 73 -------------------------- manpages/feed2imap.xml | 106 -------------------------------------- manpages/feed2imaprc.xml | 74 -------------------------- 6 files changed, 450 deletions(-) delete mode 100644 manpages/Makefile delete mode 100644 manpages/feed2imap-cleaner.xml delete mode 100644 manpages/feed2imap-dumpconfig.xml delete mode 100644 manpages/feed2imap-opmlimport.xml delete mode 100644 manpages/feed2imap.xml delete mode 100644 manpages/feed2imaprc.xml (limited to 'manpages') diff --git a/manpages/Makefile b/manpages/Makefile deleted file mode 100644 index bb2ebd7..0000000 --- a/manpages/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -MANDIR := ../data/man - -all: $(MANDIR)/man1/feed2imap.1 $(MANDIR)/man1/feed2imap-cleaner.1 $(MANDIR)/man1/feed2imap-dumpconfig.1 $(MANDIR)/man1/feed2imap-opmlimport.1 $(MANDIR)/man5/feed2imaprc.5 - -$(MANDIR)/man1/feed2imap.1: feed2imap.xml - docbook2x-man $< - cp $$(basename $@) $@ - -$(MANDIR)/man1/feed2imap-cleaner.1: feed2imap-cleaner.xml - docbook2x-man $< - cp $$(basename $@) $@ - -$(MANDIR)/man1/feed2imap-dumpconfig.1: feed2imap-dumpconfig.xml - docbook2x-man $< - cp $$(basename $@) $@ - -$(MANDIR)/man1/feed2imap-opmlimport.1: feed2imap-opmlimport.xml - docbook2x-man $< - cp $$(basename $@) $@ - -$(MANDIR)/man5/feed2imaprc.5: feed2imaprc.xml - docbook2x-man $< - cp $$(basename $@) $@ diff --git a/manpages/feed2imap-cleaner.xml b/manpages/feed2imap-cleaner.xml deleted file mode 100644 index 333bd92..0000000 --- a/manpages/feed2imap-cleaner.xml +++ /dev/null @@ -1,97 +0,0 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Removes old items from IMAP folders - - - - feed2imap-cleaner [OPTIONS] - - - - 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 : - - - It isn't 3 days old ; - It hasn't been read yet ; - It is flagged (marked as Important, for example). - - - - - - - - - Don't remove anything, but show what would be removed if run without this option. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - BUGS - Deletion criterias should probably be more configurable. - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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/manpages/feed2imap-dumpconfig.xml b/manpages/feed2imap-dumpconfig.xml deleted file mode 100644 index bc1e4dc..0000000 --- a/manpages/feed2imap-dumpconfig.xml +++ /dev/null @@ -1,77 +0,0 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Dump feed2imap config - - - - feed2imap-dumpconfig [OPTIONS] - - - - DESCRIPTION - - feed2imap-dumpconfig dumps the content of your feed2imaprc to screen. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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/manpages/feed2imap-opmlimport.xml b/manpages/feed2imap-opmlimport.xml deleted file mode 100644 index d8055d9..0000000 --- a/manpages/feed2imap-opmlimport.xml +++ /dev/null @@ -1,73 +0,0 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Convert an OPML subscription list to a feed2imap config file - - - - feed2imap-opmlimport - - - - 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. - - - - BUGS - Should probably accept parameters to be able to change default values. - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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/manpages/feed2imap.xml b/manpages/feed2imap.xml deleted file mode 100644 index c56bdaa..0000000 --- a/manpages/feed2imap.xml +++ /dev/null @@ -1,106 +0,0 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - clever RSS/ATOM feed aggregator - - - - feed2imap [OPTIONS] - - - - 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, or copies them to a local maildir. The user can then access the feeds using - Mutt, Evolution, Mozilla Thunderbird or even a webmail. - - - - - - - - Show version information. - - - - - - - - Run in verbose mode. - - - - - - - - Rebuilds the cache. Fetches all items and mark them as already seen. Useful if you lose your .feed2imap.cache file. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap-cleaner1, - feed2imap-dumpconfig1, - feed2imap-opmlimport1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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/manpages/feed2imaprc.xml b/manpages/feed2imaprc.xml deleted file mode 100644 index 7643d3d..0000000 --- a/manpages/feed2imaprc.xml +++ /dev/null @@ -1,74 +0,0 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 5 - - - &program; - feed2imap configuration file - - - SYNOPSIS - - feed2imaprc is feed2imap's configuration file. It is usually located in ~/.feed2imaprc. - - - EXAMPLE - See /usr/share/doc/feed2imap/examples/feed2imaprc. - - - RESERVED CHARACTERS - Some characters are reserved in RFC2396 (URI). If you need to include a reserved character in the login/password part of your target URI, replace it with its hex code. For example, @ can be replaced by %40. - - - BUGS - This manpage should probably give more details. However, the example configuration file is -very well documented. - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
-- cgit v1.2.3-70-g09d2