[Pkg-wmaker-commits] [wmforecast] 07/11: Manpage now manually updated. Date and version inserted by autoconf.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 20 16:38:15 UTC 2015


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

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

commit 62e7c5d8c7afbb29e42a39eaa5a6cb1b397524c3
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Nov 16 09:50:06 2014 -0600

    Manpage now manually updated. Date and version inserted by autoconf.
---
 configure.ac    |  3 ++-
 wmforecast.1.in | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index bd961d9..6ba4128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,5 +7,6 @@ PKG_CHECK_MODULES([libxml2],[libxml-2.0])
 PKG_CHECK_MODULES([libcurl],[libcurl])
 PKG_CHECK_MODULES([X11],[x11])
 AC_CHECK_LIB(WINGs,WMCreateWindow)
-AC_CONFIG_FILES([Makefile icons/Makefile])
+AC_SUBST(DATE, "esyscmd(echo -n $(date +"%B %Y"))")
+AC_CONFIG_FILES([Makefile icons/Makefile wmforecast.1])
 AC_OUTPUT
diff --git a/wmforecast.1.in b/wmforecast.1.in
new file mode 100644
index 0000000..86fdd04
--- /dev/null
+++ b/wmforecast.1.in
@@ -0,0 +1,57 @@
+.TH WMFORECAST "1" "@DATE@" "@PACKAGE_STRING@" "User Commands"
+.SH NAME
+wmforecast \- a weather dockapp for Window Maker using the Yahoo Weather API
+.SH SYNOPSIS
+.B wmforecast
+[\fI\,OPTIONS\/\fR]
+.SH OPTIONS
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+print the version number
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+print the help screen
+.HP
+\fB\-i\fR, \fB\-\-interval\fR <min> number of minutes between refreshes (default 60)
+.TP
+\fB\-u\fR, \fB\-\-units\fR <c|f>
+whether to use Celsius or Fahrenheit (default f)
+.TP
+\fB\-w\fR, \fB\-\-woeid\fR <woeid>
+Where on Earth ID (default is 2502265 for
+Sunnyvale, CA \fB\-\-\fR to find your WOEID, search
+for your city at http://weather.yahoo.com and
+look in the URL.)
+.TP
+\fB\-z\fR, \fB\-\-zip\fR <zip>
+ZIP code or Location ID (Yahoo has deprecated this
+option and it is not guaranteed to work)
+.TP
+\fB\-b\fR, \fB\-\-background\fR <color>
+set background color
+.TP
+\fB\-t\fR, \fB\-\-text\fR <color>
+set text color
+.SH NOTES
+.IP \[bu]
+Double click the icon at any time to refresh data.
+.IP \[bu]
+Right click the icon to edit your preferences in a GUI.
+.IP \[bu]
+Preferences may be manually configured in
+GNUSTEP_USER_ROOT/Defaults/wmforecast
+(usually ~/GNUstep/Defaults/wmforecast).  This file is in proplist format,
+e.g.,
+.br
+{
+  interval = 60;
+  units = f;
+  woeid_or_zip = w;
+  woeid = 2502265;
+  background = "black";
+  text = "light sea green"
+.br
+}
+
+.SH AUTHOR
+Doug Torrance <dtorrance at monmouthcollege.edu>

-- 
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