Switch README to markdown format
authorOzan Çağlayan <ozancag@gmail.com>
Wed, 15 Aug 2012 09:00:33 +0000 (12:00 +0300)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 22 Aug 2012 16:23:52 +0000 (20:23 +0400)
github interprets and formats .md (markdown) in a very fashioned way.
See how it looks and you can decide to use markdown in your readme:

https://github.com/ozancaglayan/compat-drivers/tree/markdown

Its 2012, README's are ancient.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
README [deleted file]
README.md [new file with mode: 0644]

diff --git a/README b/README
deleted file mode 100644 (file)
index 550de09..0000000
--- a/README
+++ /dev/null
@@ -1,30 +0,0 @@
-Linux compat drivers compatibility package
-==========================================
-
-This package provides backport support for drivers from newer kernels
-down to older kernels. It currently backports 3 subsystems:
-
-  * Ethernet
-  * Wireless
-  * Bluetooth
-
-This package provides the latest Linux kernel subsystem enhancements
-for kernels 2.6.24 and above. It is technically possible to support
-kernels < 2.6.24 but more work is required for that.
-
-Documentation
-------------
-
-This package is documented online and has more-up-to date information
-online than on this README file. You should read the wiki page
-and not rely on this README!
-
-https://backports.wiki.kernel.org
-
-License
--------
-
-This work is a subset of the Linux kernel as such we keep the kernel's
-Copyright practice. Some files have their own copyright and in those
-cases the license is mentioned in the file. All additional work made
-to building this package is licensed under the GPLv2.
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..8945bc2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# Linux compat drivers compatibility package
+
+This package provides backport support for drivers from newer kernels
+down to older kernels. It currently backports 3 subsystems:
+
+  * Ethernet
+  * Wireless
+  * Bluetooth
+
+This package provides the latest Linux kernel subsystem enhancements
+for kernels 2.6.24 and above. It is technically possible to support
+kernels < 2.6.24 but more work is required for that.
+
+# Documentation
+
+This package is documented online and has more-up-to date information
+online than on this README file. You should read the wiki page
+and not rely on this README!
+
+https://backports.wiki.kernel.org
+
+# License
+
+This work is a subset of the Linux kernel as such we keep the kernel's
+Copyright practice. Some files have their own copyright and in those
+cases the license is mentioned in the file. All additional work made
+to building this package is licensed under the GPLv2.