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 qCRSNsSnVl8zCgAA0tVLHw (envelope-from ) for ; Mon, 07 Sep 2020 21:36:04 +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 SEI+MsSnVl/hBwAAbx9fmQ (envelope-from ) for ; Mon, 07 Sep 2020 21:36:04 +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 4E07B94013C for ; Mon, 7 Sep 2020 21:36:04 +0000 (UTC) Received: from localhost ([::1]:56818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFOnz-0007z1-3p for larch@yhetil.org; Mon, 07 Sep 2020 17:36:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52916) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFOnY-0007xe-Q2 for emacs-orgmode@gnu.org; Mon, 07 Sep 2020 17:35:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50867) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFOnU-0003CB-2i; Mon, 07 Sep 2020 17:35:34 -0400 Received: from [2602:306:8b76:9bc0::2b] (port=55400 helo=debian) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kFOnQ-00052U-3r; Mon, 07 Sep 2020 17:35:31 -0400 From: Brett Gilio To: emacs-orgmode@gnu.org, ~brettgilio/org-webring@lists.sr.ht Subject: [ANN] PROGRESS TOWARD ORG-WEBRING 2.0 Date: Mon, 07 Sep 2020 16:35:02 -0500 Message-ID: <87zh61qni1.fsf@debian> MIME-Version: 1.0 Content-Type: text/plain 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: 2.27 X-TUID: BHSy7Inpn9h/ Hello all, Several weeks ago I made an announcement[0] about the first release of org-webring, the project which makes it possible to integrate a series of posts from your favorite blogs into your own org-published website. Since that time, a lot of progress has been made, and we are fast approaching the 2.0 release of the project. Since the announcement, I have posted an update blog post[1] and have made more progress with the help of quite a few people. For example, ATOM feeds are now supported, Planet-Syndicate style pages are now supported, and you can acquire the package from GNU Guix. >From 2.0 forward only a few miscellaneous features may be added, but it will likely be mostly code stabilization in preparation for requesting a merge into Org/Elpa/Emacs. There are some tasks I would appreciate help or feedback from the community on: - Some feeds with rather old posts (usually early 2000's) fail to pass encode-time, leading to a generation failure. - CSS could use some tweaks to get formatting and display on PC & Mobile devices just right. - The code base itself could stand for future proofing by reusing functions available in gnus or newsticker.el - Repurpose AIO to have a performance boon with safe promises when fetching URLs. - Review docstrings for clarity and correctness. - Remove dependency on XMLGEN (or get it added to ELPA). IF YOU ARE INTERESTED IN HELPING WITH ANY OF THESE TASKS, PLEASE DO NOT HESITATE TO REACH OUT TO ME ON FREENODE @ BRETTGILIO, OR USING OUR MAILING LIST ~brettgilio/org-webring@lists.sr.ht. Following 2.0, and the beginning of the code stabilization process, we will begin collecting necessary FSF-EMACS attributions. Demo of the webring: https://brettgilio.com/ Demo of the planet/syndicates: https://brettgilio.com/planet.html Thank you, Brett Gilio [0]: https://brettgilio.com/posts/2020-08-20-announcing-org-webring.html [1]: https://brettgilio.com/posts/2020-09-03-org-webring-status-update.html