[Pkg-wmaker-commits] [wmforecast] 01/09: Rewrite README using Markdown.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun May 15 02:46:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmforecast.

commit e9ded5f6c7a74675104009c978fa5fafe704ad36
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Apr 3 16:27:03 2016 -0400

    Rewrite README using Markdown.
---
 README    | 48 ------------------------------------------------
 README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 48 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index c40c3e1..0000000
--- a/README
+++ /dev/null
@@ -1,48 +0,0 @@
-                      _|                                |
-\ \  \   / __ `__ \  |    _ \   __| _ \  __|  _` |  __| __|
- \ \  \ /  |   |   | __| (   | |    __/ (    (   |\__ \ |
-  \_/\_/  _|  _|  _|_|  \___/ _|  \___|\___|\__,_|____/\__|
-
-===========================================================
-
-Homepage: http://wmforecast.friedcheese.org
-
-wmforecast is a weather dockapp for Window Maker using the Yahoo Weather API
-(https://developer.yahoo.com/weather/)
-
-The icons were designed by MerlinTheRed and are available at
-http://merlinthered.deviantart.com/art/plain-weather-icons-157162192
-
-Installation
-============
-./configure
-make
-sudo make install
-(see INSTALL for more details)
-
-Usage
-=====
-wmforecast [OPTIONS]
-Options:
-    -v, --version            print the version number
-    -h, --help               print this help screen
-    -i, --interval <min>     number of minutes between refreshes (default 60)
-    -u, --units <c|f>        whether to use Celsius or Fahrenheit (default f)
-    -w, --woeid <woeid>      Where on Earth ID (default is 2502265 for
-                             Sunnyvale, CA -- to find your WOEID, search
-                             for your city at http://weather.yahoo.com and
-                             look in the URL.)
-    -z, --zip <zip>          ZIP code or Location ID (Yahoo has deprecated this
-                             option and it is not guaranteed to work)
-    -b, --background <color> set background color
-    -t, --text <color>       set text color
-
-Copyright
-=========
-wmforecast:
-	2014-2016 Doug Torrance <dtorrance at piedmont.edu>
-	GNU General Public License v3+
-
-icons:
-	2010 MerlinTheRed <http://merlinthered.deviantart.com/>
-	Creative Commons Attribution-ShareAlike 3.0 License
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9fd6323
--- /dev/null
+++ b/README.md
@@ -0,0 +1,49 @@
+wmforecast
+==========
+
+<http://wmforecast.friedcheese.org>
+
+wmforecast is a weather dockapp for Window Maker using the
+[Yahoo Weather API](https://developer.yahoo.com/weather/)
+
+The icons were designed by MerlinTheRed and are available at
+<http://merlinthered.deviantart.com/art/plain-weather-icons-157162192>
+
+Installation
+------------
+
+    ./configure
+    make
+    sudo make install
+    (see INSTALL for more details)
+
+Usage
+-----
+
+    wmforecast [OPTIONS]
+    Options:
+    -v, --version            print the version number
+    -h, --help               print this help screen
+    -i, --interval <min>     number of minutes between refreshes (default 60)
+    -u, --units <c|f>        whether to use Celsius or Fahrenheit (default f)
+    -w, --woeid <woeid>      Where on Earth ID (default is 2502265 for
+                             Sunnyvale, CA -- to find your WOEID, search
+                             for your city at <http://weather.yahoo.com> and
+                             look in the URL.)
+    -z, --zip <zip>          ZIP code or Location ID (Yahoo has deprecated this
+                             option and it is not guaranteed to work)
+    -b, --background <color> set background color
+    -t, --text <color>       set text color
+
+Copyright
+---------
+
+### wmforecast
+2014-2016 Doug Torrance  
+<dtorrance at piedmont.edu>  
+GNU General Public License v3+
+
+### icons
+2010 MerlinTheRed  
+<http://merlinthered.deviantart.com/>  
+Creative Commons Attribution-ShareAlike 3.0 License

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list