From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Joseph Turner Newsgroups: gmane.emacs.devel Subject: [NonGNU ELPA] New package: hyperdrive (repost) Date: Fri, 25 Aug 2023 23:56:19 -0700 Message-ID: <87bkeucmu8.fsf@ushin.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10721"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Adam Porter , Paula Maas , Protesilaos Stavrou To: Emacs Devel Mailing List Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 26 09:27:18 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 1qZnhV-0002a5-JJ for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Aug 2023 09:27:17 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZngl-000591-FJ; Sat, 26 Aug 2023 03:26:31 -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 1qZnEy-0001T7-D4 for emacs-devel@gnu.org; Sat, 26 Aug 2023 02:57:48 -0400 Original-Received: from out-250.mta0.migadu.com ([91.218.175.250]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZnEv-0001Ss-Ah for emacs-devel@gnu.org; Sat, 26 Aug 2023 02:57:48 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ushin.org; s=key1; t=1693033058; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=itM8sJcB/DtBABVPk6U3o0U8I07UkTTyu9NjL4gBNMU=; b=NdAFIqrN3ubMcZdlLSs4TRqOn4UzUjEv/ceJ0slLZa4WxudJ7jDWDBX7P3j8Er6AWexq2a Tq53Yj29qKeekKQpWQFjj2kcb/U+NbxEN4sRUkYMMwsEBapd7Iwlot+Ose7vfyRZJ7hUhM F7nHeBNnrI38D/630XiMKg5w3xv8dybHylrEqXoWy3DDxx3Axw1WPR9XtuTTW2XT34unRb eBEWlBnWuysHjJxS+QcEPWxR1zgepVWE1KXmqTy4Z4/FAaw1N6VraHZjF3Zxw49u93M/NS bLC2a4MnpxFqUBgUcFNJkmIttSGOM0h/KSWdm8U/ymMbauY1ymqYlHL4Ezo9eg== X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.250; envelope-from=joseph@ushin.org; helo=out-250.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 26 Aug 2023 03:26:29 -0400 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:309234 Archived-At: --=-=-= Content-Type: text/plain Hello all, Adam Porter and I have been working on an Emacs interface () for managing hyperdrives, which are real-time, versioned, p2p filesystems. (). Some features have already been implemented and described in the manual (). We plan to work on a peer discovery mechanism so you can announce interest in a topic, e.g. "Emacs", and discover other online peers who share that topic interest. I look forward to hearing feedback! Best, Joseph --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-elpa-packages-hyperdrive.patch diff --git a/elpa-packages b/elpa-packages index 77d7a5409e..41a060bff0 100644 --- a/elpa-packages +++ b/elpa-packages @@ -340,6 +340,10 @@ :ignored-files ("htmlize.el.html") :release-branch "stable") + (hyperdrive :url "https://git.sr.ht/~ushin/hyperdrive.el" + :readme "README.md" + :doc "doc/hyperdrive-manual.org") + (idle-highlight-mode :url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode" :ignored-files (".elisp-autofmt")) --=-=-=--