Blame SOURCES/0012-README-switch-to-Markdown-syntax.patch

48c875
From 260b1283dc3b6473b19941d466779244f32ddcf1 Mon Sep 17 00:00:00 2001
48c875
From: Pavel Grunt <pgrunt@redhat.com>
48c875
Date: Thu, 19 Jan 2017 17:36:47 +0100
48c875
Subject: [PATCH 12/26] README: switch to Markdown syntax
48c875
MIME-Version: 1.0
48c875
Content-Type: text/plain; charset=UTF-8
48c875
Content-Transfer-Encoding: 8bit
48c875
48c875
To render nicely on the project git page:
48c875
 https://pagure.io/virt-viewer
48c875
48c875
Acked-by: Fabiano FidĂȘncio <fabiano@fidencio.org>
48c875
---
48c875
 README => README.md | 7 ++-----
48c875
 1 file changed, 2 insertions(+), 5 deletions(-)
48c875
 rename README => README.md (92%)
48c875
48c875
diff --git a/README b/README.md
48c875
similarity index 92%
48c875
rename from README
48c875
rename to README.md
48c875
index ea1c633..ceb01a9 100644
48c875
--- a/README
48c875
+++ b/README.md
48c875
@@ -1,5 +1,4 @@
48c875
-  Virt Viewer
48c875
-  ===========
48c875
+# Virt Viewer
48c875
 
48c875
 Virt Viewer provides a graphical viewer for the guest OS
48c875
 display. At this time is supports guest OS using the VNC
48c875
@@ -22,7 +21,7 @@ display of the SPICE protocol, which is available from:
48c875
   https://www.spice-space.org/download.html
48c875
 
48c875
 Use of either SPICE-GTK or GTK-VNC can be disabled at time
48c875
-of configure, with --without-gtk-vnc or --without-spice-gtk
48c875
+of configure, with `--without-gtk-vnc` or `--without-spice-gtk`
48c875
 respectively.
48c875
 
48c875
 Virt Viewer uses libvirt to lookup information about the
48c875
@@ -38,5 +37,3 @@ found on the Virt Manager website:
48c875
 Feedback should be directed to the mailing list at
48c875
 
48c875
   http://www.redhat.com/mailman/listinfo/virt-tools-list
48c875
-
48c875
--- End
48c875
-- 
48c875
2.12.0
48c875