commit e09d5549752b8e5d8526d2d4868e2ba12f22c776
Author: Markus Teich <[email protected]>
Date:   Sun Nov 1 18:16:35 2015 +0100

    add page for sent to tools.suckless.org

diff --git a/tools.suckless.org/sent.md b/tools.suckless.org/sent.md
new file mode 100644
index 0000000..de8b71b
--- /dev/null
+++ b/tools.suckless.org/sent.md
@@ -0,0 +1,59 @@
+sent
+====
+
+Simple plaintext presentation tool.
+
+sent does not need latex, libreoffice or any other fancy file format, it uses
+plaintext files and png images. Currently every line represents a slide in the
+presentation. This may limit the use, but for presentations using the 
[Takahashi
+method](https://en.wikipedia.org/wiki/Takahashi_method) this is very nice and
+allows you to write down the presentation for a quick lightning talk within a
+few minutes.
+
+The presentation is displayed in a simple X11 window colored black on white for
+maximum contrast even if the sun shines directly onto the projected image. The
+content of each slide is automatically scaled to fit the window so you don't
+have to worry about alignment. Instead you can really concentrate on the
+content.
+
+Demo
+----
+
+To get a little demo, just type
+
+       make && ./sent example
+
+You can navigate with the arrow keys and quit with `q`.
+
+Usage
+-----
+
+Edit config.h to fit your needs then build again.
+
+       sent FILE1 [FILE2 ...]
+
+If one FILE equals `-`, stdin will be read. Use png images by prepending a `@`
+before the filename. Lines starting with `#` will be ignored. A presentation
+file could look like this:
+
+       sent
+       why?
+       @nyan.png
+       easy to use
+       depends on Xlib, libpng
+       no bloat
+       how?
+       sent FILENAME
+       one slide per line
+       # This is a comment and will not be part of the presentation
+       # The next line starts with a whitespace, it will not produce an image 
slide
+        @FILE.png
+       thanks / questions?
+
+Development
+-----------
+
+You can [browse](http://git.suckless.org/sent) its source code repository
+or get a copy using the following command:
+
+       git clone http://git.suckless.org/sent


Reply via email to