From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 870D73858D37 for ; Sun, 7 Jan 2024 18:17:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 870D73858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 870D73858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704651434; cv=none; b=KCwFuuPUMQUjrhqj/XDBbWHDqTPNbj/J+fN0b58uotaS9F1p80Cicn/cwTsMepCyzqkneT9HxI34InosvocGSKlosxH7mFCZsA/DT8j0sSjG4FtRntlulIA0bqkGQC4zeNLAFsGojlXKHfXeyHoLf3ABLHkl+eM2o4m7j/knHxc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704651434; c=relaxed/simple; bh=xWUkVqdXkuMdu2+4KiflFIn1wibMH4m5nS/d4aO68NQ=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=wgVB1S2u36xwhASkzVsJN5jGtHgbb5pyvHglNMEGnkLi/oPYPT3MvatpJh2EKC3vPrj80mh318Tz1IXTJiTpm4Hsb9+djaUwXa+MByWHweVZKuHlFBVT7nxAr9dF4LtNPenXrKlHk6R09N/UytbatBaYMeUkDPoyMqL35LIwNoc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id B098D302BB42; Sun, 7 Jan 2024 19:17:11 +0100 (CET) Date: Sun, 7 Jan 2024 19:17:11 +0100 From: Mark Wielaard To: Nick Clifton Cc: Mike Frysinger , binutils@sourceware.org Subject: Re: where is the vcs for the binutils sourceware page? Message-ID: <20240107181711.GY26453@gnu.wildebeest.org> References: <3d1826f4-b63a-4d3c-9715-64d40c55c239@redhat.com> <7cf3aec6-8b52-4cc2-849c-14d301d74ecd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7cf3aec6-8b52-4cc2-849c-14d301d74ecd@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Nick, On Fri, Jan 05, 2024 at 01:55:20PM +0000, Nick Clifton wrote: > >>It is on sourceware itself, in the /sourceware/www/sourceware/htdocs/binutils directory. > > > >so it isn't maintained in a VCS ? > > Sorry, no. :-( > > >only people who have (ssh?) access can change the page ? > > Directly yes. Of course others can always ask to have changes made. > > >i wanted to send patches, but it's not clear how. > > My suggestion - post your patchess to this list as if they were a > change to the sources. Shall we setup a binutils-htdocs git repo to hold these webpages? That is what gdb does, https://sourceware.org/cgit/gdb-htdocs/ Then anybody who has binutils commit access can help directly and nobody would need shell access to just update them. Cheers, Mark