From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6064E1DDC06 for ; Tue, 8 Oct 2024 14:34:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398085; cv=none; b=fKwFzYMbcxDIVDhP9233GCKzoAZPbU0wiTPACPBt5vLYEYqzaHsnI/US9BrO65OXuTXLsWYprurJzzV21bJQ92bgXHULODjUXedd6HimtOnWK8ZSPv1G23/5CTsZyf3+YomFxem67KX9umofcQxb/G9ij6A3vowOjti/GLOj+4I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398085; c=relaxed/simple; bh=NppUhzEK5qnxhRhCosPdGQmS6AAvxlyQI6ataWQWAco=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=rcTlEc+CIJeDkXxNnDqmWmmxvwNth/ySS/e9Q1n/ehuq7RwXAI3V8THEkqw+1sJR+8Im71MtQXcHUszEsn3+Xv3yZzl5k0lvcZ8yqFLFWdKh4qhNSUPDzJ0LO2KTg6sIg5otenA8jRV9+lr8FjmCdxUz+YLzxdmSKsBq8UrvT4w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XsGeyAqS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XsGeyAqS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1B9AC4CEC7; Tue, 8 Oct 2024 14:34:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1728398084; bh=NppUhzEK5qnxhRhCosPdGQmS6AAvxlyQI6ataWQWAco=; h=Date:From:To:Subject:From; b=XsGeyAqSRrAWIpjpmECJZzMMJI2/yfuT+ITxNopvqKrvCx9me4qHg57T4ubH6dtqq fBLQ3mdB5XXX0y9VB6Fan5Zuw/JrNwJMmzzyKcenjwz4wkbooOblN9+zrsLbzaHpmO aG2KCxpzO1kFFlqopjpoLoTia0FnopbI2PTwP6HI= Date: Tue, 8 Oct 2024 10:34:43 -0400 From: Konstantin Ryabitsev To: linux-ext4@vger.kernel.org Subject: Sunsetting ext4.wiki.kernel.org (unmaintained) Message-ID: <20241008-strange-hospitable-buzzard-b0e64c@lemur> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hello, all: The ext4 wiki appears to be mostly unmaintained and contains pretty obsolete data going back decades. I suggest we do the following: - Archive the current contents as a static site on archive.kernel.org/oldwiki/ - Add an admonition on every page that: - the viewer is looking at obsolete contents - all up-to-date information is on https://docs.kernel.org/filesystems/ext4/ I.e. this is exactly we did for the unmaintained git wiki a while back. https://archive.kernel.org/oldwiki/git.wiki.kernel.org/ Please follow up if you have any objections, otherwise I will go ahead with the plan. -K