]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README.md: rework the Information section
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 7 Sep 2024 18:50:10 +0000 (19:50 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Sep 2024 19:57:08 +0000 (14:57 -0500)
Move the section after the Overview, so that people can first see what
the project is about, before talking about ML, issues, etc.

Fold the git/gitweb sections, since the distinction is no longer needed
adding some mirrors. Document the IRC freenode -> oftc move.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/122
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
README.md

index d8dbe10ada75e96e4059a4eb5dc2eb6282fd2d5c..92a1e3411a3e4ff0f516c474b0631e652ca431ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,34 +1,5 @@
 ## kmod - Linux kernel module handling
 
-Information
-===========
-
-Mailing list:
-       linux-modules@vger.kernel.org (no subscription needed)
-       https://lore.kernel.org/linux-modules/
-
-Signed packages:
-       http://www.kernel.org/pub/linux/utils/kernel/kmod/
-
-Git:
-       git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-       http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-       https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-
-Gitweb:
-       http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
-       https://github.com/kmod-project/kmod
-
-Irc:
-       #kmod on irc.freenode.org
-
-License:
-       LGPLv2.1+ for libkmod, testsuite and helper libraries
-       GPLv2+ for tools/*
-
-Issues:
-    https://github.com/kmod-project/kmod/issues
-
 OVERVIEW
 ========
 
@@ -40,6 +11,28 @@ kmod. See libkmod/README for more details on this library and how to use it.
 The aim is to be compatible with tools, configurations and indexes from
 module-init-tools project.
 
+
+Links
+=====
+- Mailing list (no subscription needed): linux-modules@vger.kernel.org
+- Mailing list archives: https://lore.kernel.org/linux-modules/
+
+- Signed packages: http://www.kernel.org/pub/linux/utils/kernel/kmod/
+
+- Git:
+  - Official: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+  - Mirror: https://github.com/kmod-project/kmod
+  - Mirror: https://kernel.googlesource.com/pub/scm/utils/kernel/kmod/kmod.git
+
+- License:
+  - LGPLv2.1+ for libkmod, testsuite and helper libraries
+  - GPLv2+ for tools/*
+
+- Irc: `#kmod` on irc.oftc.net
+
+- Issues: https://github.com/kmod-project/kmod/issues
+
+
 Compilation and installation
 ============================