From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: More metaproblem Date: Fri, 05 Dec 2014 13:56:04 -0500 Message-ID: References: <20141203142859.24393.98673@vcs.savannah.gnu.org> <20141203192721.GE12748@thyrsus.com> <547F6774.50700@cs.ucla.edu> <838uio5vjw.fsf@gnu.org> <20141203211447.GB15111@thyrsus.com> <871toge5zw.fsf@floss.red-bean.com> <83388v6hsq.fsf@gnu.org> <87egsftgd5.fsf@ktab.red-bean.com> <83egsf3yci.fsf@gnu.org> <87iohq6nvn.fsf@ktab.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417805812 17707 80.91.229.3 (5 Dec 2014 18:56:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 18:56:52 +0000 (UTC) Cc: Karl Fogel , esr@thyrsus.com, Eli Zaretskii , eggert@cs.ucla.edu, emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 19:56:46 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xwy3Z-0007Tu-9O for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 19:56:45 +0100 Original-Received: from localhost ([::1]:52075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwy3Y-0002aq-WF for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 13:56:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwy38-0002T1-Q8 for emacs-devel@gnu.org; Fri, 05 Dec 2014 13:56:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwy32-0002TQ-U9 for emacs-devel@gnu.org; Fri, 05 Dec 2014 13:56:18 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:59597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwy2v-0002Sh-V4; Fri, 05 Dec 2014 13:56:06 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al4KAOwQflRMCqTq/2dsb2JhbABbgwdSWQGCNMRehhkEAgKBJBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNJByILgkN1kwBAQEHAgEfkG8HhEgFiwGKHpoQgXiEGSExAYJFAQEB X-IPAS-Result: Al4KAOwQflRMCqTq/2dsb2JhbABbgwdSWQGCNMRehhkEAgKBJBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNJByILgkN1kwBAQEHAgEfkG8HhEgFiwGKHpoQgXiEGSExAYJFAQEB X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="99659291" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Dec 2014 13:56:04 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 33B4487F8; Fri, 5 Dec 2014 13:56:04 -0500 (EST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 05 Dec 2014 17:57:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178986 Archived-At: >> If we could work out the technical details to have a "www/" directory at >> the top level of the Emacs source tree, and have that be where both the >> home page http://www.gnu.org/software/emacs/ *and* soon-to-be-written >> new developer-oriented pages are maintained, would you be in favor of >> that? > I think that's a great idea. The web pages are kept currently in a CVS repository, which requires the same access rights as the Git repository. See http://web.cvs.savannah.gnu.org/viewvc/?root=emacs This is handled by Savannah and I have no idea how easy it would be to change the setup such that the pages come out of the emacs.git instead. Stefan