All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Switch README to markdown format
@ 2012-08-15  9:00 Ozan Çağlayan
  2012-08-20  5:34 ` Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Ozan Çağlayan @ 2012-08-15  9:00 UTC (permalink / raw)
  To: backports; +Cc: Ozan Çağlayan

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
---
 README    | 30 ------------------------------
 README.md | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 30 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
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
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.
-- 
1.7.11.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Switch README to markdown format
  2012-08-15  9:00 [PATCH] Switch README to markdown format Ozan Çağlayan
@ 2012-08-20  5:34 ` Luis R. Rodriguez
  2012-08-21 15:57   ` Ozan Çağlayan
  0 siblings, 1 reply; 4+ messages in thread
From: Luis R. Rodriguez @ 2012-08-20  5:34 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: backports

On Wed, Aug 15, 2012 at 1:00 PM, Ozan =C3=87a=C4=9Flayan <ozancag@gmail.com=
> wrote:
> Signed-off-by: Ozan =C3=87a=C4=9Flayan <ozancag@gmail.com>

Why is this good? Also please use git format-patch -M option.

  Luis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Switch README to markdown format
  2012-08-20  5:34 ` Luis R. Rodriguez
@ 2012-08-21 15:57   ` Ozan Çağlayan
  2012-08-22 12:23     ` Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Ozan Çağlayan @ 2012-08-21 15:57 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: backports

On Mon, Aug 20, 2012 at 8:34 AM, Luis R. Rodriguez <mcgrof@frijolero.org> w=
rote:
> On Wed, Aug 15, 2012 at 1:00 PM, Ozan =C3=87a=C4=9Flayan <ozancag@gmail.c=
om> wrote:
>> Signed-off-by: Ozan =C3=87a=C4=9Flayan <ozancag@gmail.com>
>
> Why is this good? Also please use git format-patch -M option.

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,
todo, etc. in future stuff:

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

Thanks for the -M, I didn't know about it.


--=20
Ozan =C3=87a=C4=9Flayan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Switch README to markdown format
  2012-08-21 15:57   ` Ozan Çağlayan
@ 2012-08-22 12:23     ` Luis R. Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2012-08-22 12:23 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: backports

On Tue, Aug 21, 2012 at 7:57 PM, Ozan =C3=87a=C4=9Flayan <ozancag@gmail.com=
> wrote:
> On Mon, Aug 20, 2012 at 8:34 AM, Luis R. Rodriguez <mcgrof@frijolero.org>=
 wrote:
>> On Wed, Aug 15, 2012 at 1:00 PM, Ozan =C3=87a=C4=9Flayan <ozancag@gmail.=
com> wrote:
>>> Signed-off-by: Ozan =C3=87a=C4=9Flayan <ozancag@gmail.com>
>>
>> Why is this good? Also please use git format-patch -M option.
>
> 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,
> todo, etc. in future stuff:
>
>   https://github.com/ozancaglayan/compat-drivers/tree/markdown

Wicked!

> Thanks for the -M, I didn't know about it.

:D

  Luis

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-22 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-15  9:00 [PATCH] Switch README to markdown format Ozan Çağlayan
2012-08-20  5:34 ` Luis R. Rodriguez
2012-08-21 15:57   ` Ozan Çağlayan
2012-08-22 12:23     ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.