From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id BJkmNBpOlWHVOQAAWB0awg (envelope-from ) for ; Wed, 17 Nov 2021 13:46:50 -0500 Received: by simark.ca (Postfix, from userid 112) id C06191F0C1; Wed, 17 Nov 2021 13:46:50 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 403001ECEB for ; Wed, 17 Nov 2021 13:46:50 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6F481385C413 for ; Wed, 17 Nov 2021 18:46:49 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 8633E3858406 for ; Wed, 17 Nov 2021 18:46:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8633E3858406 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x10.wildebeest.org [172.31.17.146]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 14AB7302FBAF for ; Wed, 17 Nov 2021 19:46:32 +0100 (CET) Received: by reform (Postfix, from userid 1000) id EBCF92E8252B; Wed, 17 Nov 2021 19:46:31 +0100 (CET) Date: Wed, 17 Nov 2021 19:46:31 +0100 From: Mark Wielaard To: gdb@sourceware.org Subject: Re: setting up sim project web space Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Mike, On Wed, Nov 17, 2021 at 12:27:41PM -0500, Mike Frysinger via Gdb wrote: > i'd like to start a sim landing page for the sim project at > https://sourceware.org/sim/ > > i'm not sure how to actually do this. i tried e-mailing overseers but > didn't get a response. anyone know where to start ? I can setup a sim-htdocs git repo for you, if you want, but I need to know which project/group is responsible for that. Mailing overseers is the right way. There was actually a reply to your request which you might have misssed: https://sourceware.org/pipermail/overseers/2021q3/017708.html Could you reply to that? I think people are just wondering how/why the webpages need to be separate from the other gdb webpages on sourceware. Cheers, Mark