summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-12-08 22:09:26 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-12-08 22:09:26 +0100
commit24762d01720aaee44334249fa70498a0536ff89e (patch)
tree93396336699259452323fc1faec6a80252044a9f /README.md
parent0798e82d2326fc330168733997006020cc59e215 (diff)
downloadsent-24762d01720aaee44334249fa70498a0536ff89e.tar.gz
sent-24762d01720aaee44334249fa70498a0536ff89e.tar.bz2
sent-24762d01720aaee44334249fa70498a0536ff89e.zip
minor syntax, style and README fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index e213efb..3fda5ee 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,19 @@
sent is a simple plaintext presentation tool.
sent does not need latex, libreoffice or any other fancy file format, it uses
-plaintext files and png images. Every paragraph represents a slide in the
-presentation.
+plaintext files to describe the slides and can include images via farbfeld.
+Every paragraph represents a slide in the presentation.
The presentation is displayed in a simple X11 window. The content of each slide
is automatically scaled to fit the window and centered so you also don't have to
worry about alignment. Instead you can really concentrate on the content.
+Dependencies
+
+You need Xlib to build sent and the farbfeld[0] tools installed to use images in
+your presentations.
+
Demo
To get a little demo, just type
@@ -47,3 +52,6 @@ presentation file could look like this:
Development
sent is developed at http://tools.suckless.org/sent
+
+
+0: http://git.2f30.org/farbfeld/about/
Software created with 💖