From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6ImIK5FhP18OKgAA0tVLHw (envelope-from ) for ; Fri, 21 Aug 2020 05:54:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +PjEJpFhP19bUwAAbx9fmQ (envelope-from ) for ; Fri, 21 Aug 2020 05:54:25 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E9DA794062D for ; Fri, 21 Aug 2020 05:54:24 +0000 (UTC) Received: from localhost ([::1]:54788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k900N-0001Fo-Hn for larch@yhetil.org; Fri, 21 Aug 2020 01:54:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8zLM-000069-F2 for emacs-orgmode@gnu.org; Fri, 21 Aug 2020 01:12:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54523) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8zLM-0008UR-6B for emacs-orgmode@gnu.org; Fri, 21 Aug 2020 01:12:00 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=40874 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k8zLL-00019P-L0 for emacs-orgmode@gnu.org; Fri, 21 Aug 2020 01:12:00 -0400 From: Brett Gilio To: emacs-orgmode@gnu.org Subject: [ANN]: Org-webring Date: Fri, 21 Aug 2020 00:12:23 -0500 Message-ID: <87364gshu0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Fri, 21 Aug 2020 01:52:05 -0400 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: PH4sDJ4Rm8/U Hello all, Over the past few days a few friends and I have been working diligently on creating an Emacs Lisp library which allows for integration of RSS blog posts in a webring-style format into your Org-generated blog or website. I have detailed this exciting adventure on a recent blog post with a demonstation: https://brettgilio.ml/posts/2020-08-20-announcing-org-webring.html You can find the sources, mailing list, and ticket tracker at: https://sr.ht/~brettgilio/org-webring/ I hope people will find this useful, it seems to be pretty well-received already! I love reviewing patches as well, so if you see something that should be changed, or have a suggestion please do not hesitate to subscribe to our private mailing list for this package! https://lists.sr.ht/~brettgilio/org-webring That's all for now! Brett Gilio