summarylogtreecommitdiffstats
path: root/weatherspect.1
diff options
context:
space:
mode:
authorKevin MacMartin2015-06-10 00:37:50 -0400
committerKevin MacMartin2015-06-10 00:37:50 -0400
commit3c0556d63e672bfd40ade1455bfa35f77a3ac1d0 (patch)
tree192505ad97ef1fb2c0293f41e1985eb20df6e729 /weatherspect.1
downloadaur-3c0556d63e672bfd40ade1455bfa35f77a3ac1d0.tar.gz
Initial import into AUR 4
Diffstat (limited to 'weatherspect.1')
-rw-r--r--weatherspect.160
1 files changed, 60 insertions, 0 deletions
diff --git a/weatherspect.1 b/weatherspect.1
new file mode 100644
index 000000000000..49bec70da754
--- /dev/null
+++ b/weatherspect.1
@@ -0,0 +1,60 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "WEATHERSPECT" "" "May 2014" "" "weatherspect"
+.
+.SH "Description"
+WeatherSpect provides a reasonably accurate simulation of what the weather looks like outside, in ASCII art\. It includes rain, snow, lightning, sleet, and hail\. The windspeed and cloudiness are reflected in the velocity and quantity of clouds\. There are trees that age, reproduce and die over the course of an hour, and a sun and moon that follow the actual sun and moonrise\. There\'s also a dancing turtle\.
+.
+.SH "Requirements"
+You must have the Term::Animation module, which you can get from http://www\.cpan\.org\. The Term::Animation module also requires the Curses module, which you can also get from CPAN\.
+.
+.SH "Usage"
+Before weatherspect will work, you have to create a config file for it\. Running it with the \-c option will prompt you for info to create a config file in ~/\.weatherspect\.
+.
+.IP "" 4
+.
+.nf
+
+weatherspect \-h: Print this help message
+weatherspect \-f <file>: Supply a config file to use instead of the default
+weatherspect \-c: Generate a config file
+.
+.fi
+.
+.IP "" 0
+.
+.P
+While weatherspect is running, the following commands are available:
+.
+.IP "" 4
+.
+.nf
+
+q: Quit
+h: Toggle the help window
+w: Toggle the detailed weather info window
+d: Toggle the debug window
+u: Force an update of weather data
+r: Redraw\. This will remove all objects and recreate them, probably in different places\.
+.
+.fi
+.
+.IP "" 0
+.
+.SH "Credits"
+by Kirk Baucom \fIkbaucom@schizoid\.com\fR \fIhttp://www\.robobunny\.com\fR
+.
+.IP "\(bu" 4
+Kevin Ferree (http://chavo\-one\.com): All art in the code marked with \'kf\'
+.
+.IP "\(bu" 4
+Hayley Wakenshaw (http://www\.bornsquishy\.com/flump/index\.html): All art in the code marked with \'hjw\'
+.
+.IP "\(bu" 4
+Joan Stark (http://www\.geocities\.com/SoHo/7373/): All art in the code marked with \'jgs\'
+.
+.IP "" 0
+.
+.P
+You can grep for ATTRIB in the code to get a list of credits for all the ASCII art\.