aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 12:54:31 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 12:54:31 -0400
commit0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d (patch)
tree8f12a7ca9ee6daf3f143682153279358f77e3433 /doc
parentfc607a39d8620b03001d353de4071cf65316b2dc (diff)
downloadexuberant-hacks-0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d.tar.gz
exuberant-hacks-0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d.zip
add docs (manpages, README, etc) and cleanup Makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/exuberantbovines.6.md77
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/exuberantbovines.6.md b/doc/exuberantbovines.6.md
new file mode 100644
index 0000000..dd45d0f
--- /dev/null
+++ b/doc/exuberantbovines.6.md
@@ -0,0 +1,77 @@
+% exuberantbovines(6) | XScreenSaver manual
+
+NAME
+====
+
+**exuberantbovines** — rust port of bouncingcow
+
+SYNOPSIS
+========
+
+| **exuberantbovines** \[**-h**|**--help**] \[**--window-id** _id_] \[**--root**]
+| \[**--wireframe**] \[**--fps**]
+
+DESCRIPTION
+===========
+
+This is a "hack" for the XScreensaver screen locker. It shows a bouncing (or at
+least happily oscillating) bovine.
+
+OPTIONS
+=========
+
+_exuberantbovines_ accepts the following options. Note that some long options (like
+**root** and **window-id** can be passed with either a single dash (**-root**)
+or a double-dash (**--root**) for backwards compatibility with XScreensaver.
+
+-h, --help
+
+: Prints brief usage information.
+
+--wireframe
+
+: Render in wireframe instead of solid. (UNIMPLEMENTED)
+
+--fps
+
+: Display the current frame rate, CPU load, and polygon count. (UNIMPLEMENTED)
+
+
+FILES
+=====
+
+*~/.xscreensaver*
+
+: Per-user configuration file. If there isn't a line for this hack in the
+ file, xscreensaver-demo won't find or run this hack.
+
+*/usr/share/xscreensaver/config/exuberantbovines.xml*
+
+: Configuration options for this hack
+
+ENVIRONMENT
+===========
+
+**XSCREENSAVER_WINDOW**
+
+: Optional ID number of the X window to draw into.
+
+Note that **XENVIRONMENT** and **DISPLAY** are *not* implemented.
+
+BUGS
+====
+
+A lot of features (like fps, root-window-finding, wireframe, etc) aren't
+implemented yet.
+
+See GitHub Issues: <https://github.com/bnewbold/exuberant-bovines/issues>
+
+AUTHOR
+======
+
+Bryan Newbold <bnewbold@robocracy.org>
+
+SEE ALSO
+========
+
+**bouncingcow(6)**, **xscreensaver(1)**, **xscreensaver-demo(1)**