[libgweather] README: Rename to README.md



commit 561b0f38081a67b7df2146b378304721e63f6ddb
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 14 10:54:56 2017 +0100

    README: Rename to README.md

 README    | 50 +-------------------------------------------------
 README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 49 deletions(-)
---
diff --git a/README b/README
deleted file mode 100644
index 5398404..0000000
--- a/README
+++ /dev/null
@@ -1,49 +0,0 @@
-libgweather
-===========
-
-libgweather is a library to access weather information from online
-services for numerous locations.
-
-libgweather isn't supported in the devel platform, which means OS vendors 
-won't guarantee the API/ABI long-term, but authors of open source apps
-should feel free to use libgweather as users can always recompile against
-a new version.  
-
-To use libgweather in your code, you need to define the 
-GWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
--DGWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
-
-Documentation for the API is available with gtk-doc.
-
-You may download updates to the package from:
-
-   http://download.gnome.org/sources/libgweather/
-
-To discuss libgweather, you may use the desktop-devel-list mailing list:
-
-  http://mail.gnome.org/mailman/listinfo/desktop-devel-list
-
-
-Installation
-============
-
-See the file 'INSTALL'. If you are not using a released version of
-libgweather (for example, if you checked out the code from git), you
-first need to run './autogen.sh'.
-
-
-How to report bugs
-==================
-
-Bugs should be reported to the GNOME bug tracking system:
-
-   https://bugzilla.gnome.org/ (product libgweather)
-
-You will need to create an account for yourself.
-
-Please read the following page on how to prepare a useful bug report:
-
-   https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
-
-Please read the HACKING file for information on where to send changes or
-bugfixes for this package.
diff --git a/README b/README
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dc83e48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,49 @@
+libgweather
+===========
+
+libgweather is a library to access weather information from online
+services for numerous locations.
+
+libgweather isn't supported in the devel platform, which means OS vendors
+won't guarantee the API/ABI long-term, but authors of open source apps
+should feel free to use libgweather as users can always recompile against
+a new version.
+
+To use libgweather in your code, you need to define the
+GWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
+-DGWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
+
+Documentation for the API is available with gtk-doc.
+
+You may download updates to the package from:
+
+   http://download.gnome.org/sources/libgweather/
+
+To discuss libgweather, you may use the desktop-devel-list mailing list:
+
+  http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+
+
+Installation
+============
+
+See the file 'INSTALL'. If you are not using a released version of
+libgweather (for example, if you checked out the code from git), you
+first need to run './autogen.sh'.
+
+
+How to report bugs
+==================
+
+Bugs should be reported to the GNOME bug tracking system:
+
+   https://bugzilla.gnome.org/ (product libgweather)
+
+You will need to create an account for yourself.
+
+Please read the following page on how to prepare a useful bug report:
+
+   https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
+
+Please read the HACKING file for information on where to send changes or
+bugfixes for this package.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]