summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJames E. Blair <corvus@gnu.org>2014-12-20 07:35:13 -0800
committerJames E. Blair <corvus@gnu.org>2015-01-09 10:39:14 -0800
commitef9fb76de9ef299fbdc8f87f1dd05bdd1eda649e (patch)
treedc85b1dfb180f427b3686e59d6b7a8254397c1e2 /README.rst
downloadpresentty-ef9fb76de9ef299fbdc8f87f1dd05bdd1eda649e.tar.gz
presentty-ef9fb76de9ef299fbdc8f87f1dd05bdd1eda649e.tar.xz
presentty-ef9fb76de9ef299fbdc8f87f1dd05bdd1eda649e.zip
Initial commit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst63
1 files changed, 63 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..ddc18d4
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,63 @@
+Presentty
+=========
+
+Presentty is a console-based presentation program based on
+RestructuredText.
+
+Installation
+------------
+
+It is recommended, but not required, to install presentty in to a
+virtualenv. To cset one up::
+
+ virtualenv presentty-env
+ source presentty-env/bin/activate
+
+To install the latest version from the cheeseshop::
+
+ pip install presentty
+
+To install from a git checkout::
+
+ pip install .
+
+In order to use the cross-fade transition, you must run presentty in a
+256-color capable terminal, such as gnome-terminal or xterm.
+
+In order for images to render as ascii art, you must have jp2a
+installed.
+
+In order to use figlet and cowsay directives, their respective
+programs must be installed.
+
+Usage
+-----
+
+Presentty takes the path to the presentation file as an argument.
+
+To run the demonstration included with Presentty, run the following::
+
+ presentty example/demo.rst
+
+Other command line options are available; you can see them with::
+
+ presentty --help
+
+Once presentty is running, you may start an optional presenter's
+console in another window with::
+
+ presentty-console example/demo.rst
+
+Once in the presenter's console, you can use the arrow keys and
+[enter] to change the current slide, 't' to set the countdown timer
+starting value, and [space] to start or stop the timer.
+
+In either the presenter's console or the main presentty window, the
+left and right arrow keys or page-up and page-down navigate between
+slides.
+
+License
+-------
+
+Presentty is licensed under the GPLv3 or later. Please see the
+COPYING file for details.