From: Emil Velikov Date: Sat, 7 Sep 2024 18:50:10 +0000 (+0100) Subject: README.md: rework the Information section X-Git-Tag: v34~369 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46a01fc9e169f2079e63687639102151d886d37b;p=thirdparty%2Fkmod.git README.md: rework the Information section 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 Link: https://github.com/kmod-project/kmod/pull/122 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index d8dbe10a..92a1e341 100644 --- 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 ============================