From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Phil Estival Newsgroups: gmane.emacs.devel Subject: packages submissions : org-sql-session and org-blog Date: Tue, 10 Sep 2024 16:50:05 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29641"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 10 16:51:39 2024 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 1so2DS-0007Rk-2C for ged-emacs-devel@m.gmane-mx.org; Tue, 10 Sep 2024 16:51:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1so2Cn-0000XS-8M; Tue, 10 Sep 2024 10:50:57 -0400 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 1so2Ce-0000Ie-C0 for emacs-devel@gnu.org; Tue, 10 Sep 2024 10:50:48 -0400 Original-Received: from smtp-42a9.mail.infomaniak.ch ([84.16.66.169]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1so2Cb-0003RG-N9 for emacs-devel@gnu.org; Tue, 10 Sep 2024 10:50:48 -0400 Original-Received: from smtp-3-0000.mail.infomaniak.ch (smtp-3-0000.mail.infomaniak.ch [10.4.36.107]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4X367y3lGhz2x4 for ; Tue, 10 Sep 2024 16:50:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=7d.nz; s=20240212; t=1725979838; bh=Siz2vJwNT5JIuOr3FhzSd+JtfJMnFcv3OICDGFYnaHQ=; h=Date:From:Subject:To:From; b=W1LeWwmOrLeYZ0y8Rnd4QGG9n6gM3QRGA4Gdr3UlZ4Du3DeLeXtac2YT80tGfB5gb H5AcaiUqIgD0w/47VtofEKv7GiCohZiPLvbMpwEa1UJeVN9HSW4Iq15VGiijUB7XkE IYEb8dXo3dviVR+sz8rbgxbtV2IghoUjCdsbB/8nlYZb6dw/Xup6JSlLgUCfAx7FBP 4Cz+jL3jKWv2h2lEryQZS0a8SfCG9aiT2sPPWPx9YonXNXPhVLKhcbg3kIPh/OqZWO +lRCPwSYWW/W+Vz57TjcMGpY15egu+39WYt2fPMNTvDv8/nn2RQgQAUcu9pO0iIzny xOPgG+EtXsfsA== Original-Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4X367y102rzQHr for ; Tue, 10 Sep 2024 16:50:37 +0200 (CEST) Content-Language: en-US X-Infomaniak-Routing: alpha Received-SPF: pass client-ip=84.16.66.169; envelope-from=pe@7d.nz; helo=smtp-42a9.mail.infomaniak.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." 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:323527 Archived-At: Hello, Here are two packages that I'd like to submit to ELPA, with the advise and approval of emacs-devel. - ob-sql-session : https://github.com/flintforge/ob-sql-session meant as a replacement for the orphan package ob-sql-mode. It's in decent state. Version 1. - Org-weblog (that I may rename org-blog): https://gitlab.com/7dnz/org-weblog. Version 0. Written in literate programming, yet by a lisp beginner in that time. The documentation goes along with the program itself and they get both published as a static site. Demo here: https://7d.nz/Blogging-with-org.html The code is quite long. This paragraph gives the overall idea: https://7d.nz/Blogging-with-org.html#Introduction. Has a lot of space for improvements, options and customization, but only a few for a v1. Questions and Criticism are welcome, along enthusiasm and motivation. Cheers, Phil