From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26775 invoked from network); 20 Dec 2022 02:11:36 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 20 Dec 2022 02:11:36 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p7S6Q-00ACSc-Jo for ml@inbox.vuxu.org; Mon, 19 Dec 2022 20:11:34 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1p7S6Q-004aCw-0s for ml@inbox.vuxu.org; Mon, 19 Dec 2022 20:11:34 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1p7N0Z-004Zi7-0P for ding@lists.math.uh.edu; Mon, 19 Dec 2022 14:45:11 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p7N0X-007kKe-G7 for ding@lists.math.uh.edu; Mon, 19 Dec 2022 14:45:10 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NMjb3kKDIUf2KgNccBo1xYFcVtp5h1Q9CWneirVqhFs=; b=rjFvQXIjKtMlTfd7zJXgA+FD7N ZvnK6ep8ZLhpz6wZsp5JdOSZXDEivjdIRsoX7+0W2bpAxD+KxrAyrugk6cINI15Ujhqrw7/Snwr0n FV81fe46IMKR88TYCUU0rgSjLsrckXxj5Pw43PXXZh3KO0t7x/xbEOxt0MJHjL+jlf9Q=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7N0P-0005T9-Ps for ding@gnus.org; Mon, 19 Dec 2022 21:45:04 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1p7N0M-0007EG-Ir for ding@gnus.org; Mon, 19 Dec 2022 21:44:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Haider Rizvi Subject: Re: Update RSS feeds less frequently Date: Mon, 19 Dec 2022 13:44:49 -0700 Message-ID: References: <874jtw3s94.fsf@johnhaman.org> <87y1r6chz8.fsf@ucl.ac.uk> <87pmci6ld1.fsf@johnhaman.org> <878rj6dl0g.fsf@tullinup.koldfront.dk> <87mt7lg73d.fsf@johnhaman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:LGOGrgwjNl7Ys5cThgOP/gL7eD0= List-ID: Precedence: bulk John Haman writes: > Adam Sjøgren writes: > >> >> A third solution is to read RSS via nntp on news.gwene.org¹ or on >> feedbase.org² - mentioning the latter is a shameless plug, as I built it >> to consume RSS myself :-) Most of my rss / atom feeds are via gwene (and some via feedbase - thanks Adam for providing this service). One option not yet mentioned: if you only want to use native RSS capabilities, you may want to look at nnrss-generate-download-script. Once you have a script, you can divide up into multiple prioritized scripts and fetch via cron as appropriate. --