From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christian Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: SachaC-news Date: Sun, 12 Nov 2023 16:32:17 -0300 Message-ID: <87o7fyix8e.wl-cnngimenez@disroot.org> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20539"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 12 20:33:26 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r2GCz-00056V-O9 for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Nov 2023 20:33:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r2GCF-0006Y3-1f; Sun, 12 Nov 2023 14:32:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r2GC9-0006XT-Hv for emacs-devel@gnu.org; Sun, 12 Nov 2023 14:32:34 -0500 Original-Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r2GC7-00056m-Ee for emacs-devel@gnu.org; Sun, 12 Nov 2023 14:32:33 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 95D1C41AC8; Sun, 12 Nov 2023 20:32:25 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DePUsxggbAeG; Sun, 12 Nov 2023 20:32:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1699817544; bh=6kngdL56ycsEEdT9vpGMnClhgHNh71Hpz/7ReloYesg=; h=Date:From:To:Subject; b=BR/4C6vPFP+2xBnEn6EaUD2IJuZMB1KDYMSn3hr8FibE5JDrOmGzIoA16vxhIsbtN jXlyxOWrEkkD9pYQDYVbxG9LtXI8ctvW8Q869kgJDP6dFiK8yht0yurjo0WT2xMTIG zW+txU0fN2SviYJmvS62bWv3NpXtldrHkRsp8f5IxSW3gQPaPFZviiCVMpNvpQN2sP mi8/X2wqXVfU2RcMMMzzzkJF2DzTo4DzO/spFf9Q7VH4urU6Z+pHw4lah+xN5YQlOW xTfdDPDoXYZ6Lg+HzXvAgPbfRoxe32fhJwr6YAjPaqwg7n/T4/CqcADhOEUZkv5vpt D2BCuQI1TrmZg== X-Face: '*BN,gre{ZP%#f"H?LXo(; RPw0x`+l &(ddXwk]TaK9CK@u_, 1Lfs2T@h\{56yy J'8{Cnz_[mlVz:5-Kte[qt$kH[ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312660 Archived-At: Hi! I want to propose SachaC-news (or sachac-news.el if you like) package to be included in ELPA. Its objective is to check for Sacha Chua's news repository periodically, and to show the Org file if there is a new commit with a new post in it. It has some customizations too, such as folding specific sections automatically, and desktop notifications via "notify-send". The requirement is the git program to be installed on your system. This information and its usage is at the README.org file at the package repository: https://github.com/cnngimenez/sachac-news The code has been checked with byte-compile-file, and flycheck configured with checkdoc and flycheck-package [1]. They do not display any warnings up to commit d00e629, but tell me if you find something to fix or any suggestions. According to http://elpa.gnu.org/, and the README.org [2] file linked there, it says to notify to this mail address as first step. Also, it mentions other steps regarding pushing the code and adding an entry on elpa-packages file. But, there is a marker above indicating "OUTDATED" [3]. Please, could you tell me if these steps are needed? If they are not, how should I proceed? Cheers! Christian Gimenez [1] https://github.com/purcell/flycheck-package [2] https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README [3] The section states: "Text below this marker is OUTDATED and still needs to be reviewed/rewritten!!"