summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-09-24 17:46:08 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-09-24 17:46:08 -0400
commit30a52955ea24de4be4010280ca8320620a7bb87c (patch)
treeaf2d2680105d83badc31a99260fdd987cb00fafa
parent1fdbc0fc911fb8d51d50c39b8858788127de19fa (diff)
downloadwebsite-30a52955ea24de4be4010280ca8320620a7bb87c.tar.gz
More lore from news item to aboutv2018-09-24-01
Need a place to enumerate available mailing lists. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--content/lore.rst60
-rw-r--r--content/news/2018-06-22-lore.rst76
2 files changed, 60 insertions, 76 deletions
diff --git a/content/lore.rst b/content/lore.rst
new file mode 100644
index 0000000..7e2aa23
--- /dev/null
+++ b/content/lore.rst
@@ -0,0 +1,60 @@
+List archives on lore.kernel.org
+================================
+
+:category: About
+:slug: lore
+
+You may access the archives of many Linux development mailing lists on
+lore.kernel.org_. Most of them include a full archive of messages going
+back several decades.
+
+.. table:: Currently hosted lists
+
+ ============== =======================================
+ LKML https://lore.kernel.org/lkml/
+ linux-pci https://lore.kernel.org/linux-pci/
+ linux-wireless https://lore.kernel.org/linux-wireless/
+ wireguard https://lore.kernel.org/wireguard/
+ ============== =======================================
+
+If you would like to suggest another kernel development mailing list to
+be included in this list, please follow the instructions on the
+following wiki page:
+
+- `Adding list archives to lore.kernel.org`_
+
+Archiving software
+------------------
+The software managing the archive is called `Public Inbox`_ and offers
+the following features:
+
+- Fast, searchable web archives
+- Atom feeds per list or per individual thread
+- Downloadable mbox archives to make replying easy
+- Git-backed archival mechanism you can clone and pull
+- Read-only nntp gateway
+
+We collected many list archives going as far back as 1998, and they are
+now all available to anyone via a simple git clone. We would like to
+extend our thanks to everyone who helped in this effort by donating
+their personal archives.
+
+Obtaining full list archives
+----------------------------
+Git clone URLs are provided at the bottom of each page. Note, that due
+mailing list volume, list archives are sharded into multiple
+repositories, each roughly 1GB in size. In addition to cloning from
+lore.kernel.org, you may also access these repositories on
+git.kernel.org_.
+
+Linking to list discussions from commits
+----------------------------------------
+If you need to reference a mailing list discussion inside code comments
+or in a git commit message, please use the "permalink" URL provided by
+public-inbox. It is available in the headers of each displayed message
+or thread discussion.
+
+.. _lore.kernel.org: https://lore.kernel.org/lkml/
+.. _`Adding list archives to lore.kernel.org`: https://korg.wiki.kernel.org/userdoc/lore
+.. _`Public Inbox`: https://public-inbox.org/design_notes.html
+.. _git.kernel.org: https://git.kernel.org/pub/scm/public-inbox/
diff --git a/content/news/2018-06-22-lore.rst b/content/news/2018-06-22-lore.rst
deleted file mode 100644
index acfa7aa..0000000
--- a/content/news/2018-06-22-lore.rst
+++ /dev/null
@@ -1,76 +0,0 @@
-LKML archives on lore.kernel.org
-================================
-
-:category: Site news
-:slug: lore
-
-You may now access the Linux Kernel Mailing List (LKML) via our new
-list archive system, hosted at lore.kernel.org_. The software managing
-the archive is called `Public Inbox`_ and offers the following features:
-
-- Fast, searchable web archives
-- Atom feeds per list or per individual thread
-- Downloadable mbox archives to make replying easy
-- Git-backed archival mechanism you can clone and pull
-- Read-only nntp gateway
-
-We collected LKML archives going as far back as 1998, and they are now
-all available to anyone via a simple git clone. We would like to extend
-our thanks to everyone who helped in this effort by donating their
-personal archives.
-
-Obtaining full LKML archives
-----------------------------
-Git clone URLs are provided at the bottom of each page. Note, that due
-to its volume, the LKML archive is sharded into multiple repositories,
-each roughly 1GB in size. In addition to cloning from lore.kernel.org,
-you may also access these repositories on git.kernel.org_.
-
-Dedicated LKML patchwork
-------------------------
-
-In addition to Public Inbox, we are also offering a dedicated read-only
-patchwork_ instance for LKML. Patchwork makes it easy to see the
-lifecycle of each patch as it makes its way from the initial submission,
-through peer review, and to final acceptance into mainline. You may
-access it at:
-
-- `lore.kernel.org/patchwork`_
-
-The LKML project hosted at patchwork.kernel.org_ will be removed to make
-it easier for developers to manage the projects they actually use for
-patch tracking, as the sheer volume of untracked patches on LKML was
-causing significant performance slowdowns.
-
-Linking to LKML discussions
----------------------------
-
-If you need to reference a mailing list discussion inside code comments
-or in a git commit message, the preferred way is to use the redirect
-service:
-
-1. Locate the Message-ID of the email you would like to reference.
-2. To link to it, use the following scheme:
- `lkml.kernel.org/r/[message-id]`
-
-The `/r/` redirect will use the Public Inbox archive to display the message.
-In addition, it allows others to access the message on other archival
-systems, by substituting `/r/` with another letter:
-
-.. table:: Redirect URLs
-
- ======== ====================
- Shortcut Archive Provider
- ======== ====================
- /r/ lore.kernel.org
- /m/ marc.info
- /g/ mail-archive.com
- ======== ====================
-
-
-.. _lore.kernel.org: https://lore.kernel.org/lkml/
-.. _`Public Inbox`: https://public-inbox.org/design_notes.html
-.. _patchwork: http://jk.ozlabs.org/projects/patchwork/
-.. _`lore.kernel.org/patchwork`: https://lore.kernel.org/patchwork/
-.. _patchwork.kernel.org: https://patchwork.kernel.org/
-.. _git.kernel.org: https://git.kernel.org/pub/scm/public-inbox/vger.kernel.org/lkml/