From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id raL7DM02xF4ILgAA0tVLHw (envelope-from ) for ; Tue, 19 May 2020 19:43:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id mMF1CM02xF7iEwAA1q6Kng (envelope-from ) for ; Tue, 19 May 2020 19:43:09 +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 8A96694017B for ; Tue, 19 May 2020 19:43:08 +0000 (UTC) Received: from localhost ([::1]:44430 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jb88p-0000iC-Ce for larch@yhetil.org; Tue, 19 May 2020 15:43:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55100) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jb88W-0000i5-Lg for emacs-orgmode@gnu.org; Tue, 19 May 2020 15:42:48 -0400 Received: from ericabrahamsen.net ([52.70.2.18]:53060 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jb88U-00023A-O6 for emacs-orgmode@gnu.org; Tue, 19 May 2020 15:42:48 -0400 Received: from localhost (75-172-112-137.tukw.qwest.net [75.172.112.137]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 0C16FFA0FB; Tue, 19 May 2020 19:42:37 +0000 (UTC) From: Eric Abrahamsen To: "James R Miller" Subject: Re: issue tracker? References: <20200519165720.GQ30250@volibear> <20200519172941.GR30250@volibear> <91d36855-ff5d-46cf-91b8-2621fb5cfcab@www.fastmail.com> Date: Tue, 19 May 2020 12:42:36 -0700 In-Reply-To: <91d36855-ff5d-46cf-91b8-2621fb5cfcab@www.fastmail.com> (James R. Miller's message of "Tue, 19 May 2020 13:50:26 -0500") Message-ID: <87367vd843.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/19 15:42:39 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action 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: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=ericabrahamsen.net (policy=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: 0.09 X-TUID: p0nI+xAwEI+/ "James R Miller" writes: > So, I definitely agree that using Github / Gitlab does expose you to > tracking messes and that is something to shun. I figured a self-hosted > Gogs instance (which is already being hosted at > https://code.orgmode.org/bzg/org-mode) would fix the "tracking" issue. > > I think an actual issue tracker has merit to large projects. I've been going around doing proselytizing for sr.ht (sourcehut, aka "Sir Hat"), which is a forge-like site that is very much in line with Emacs' principles. No tracking (barely any javascript at all), everything can be driven via email -- it's pretty nice. Could be a good solution here. (Not affiliated, though I do give them money.) Eric