it* My version of sent Err codevoid.de 70 i Err codevoid.de 70 hgit clone git://git.codevoid.de/sent-sdk.git URL:git://git.codevoid.de/sent-sdk.git codevoid.de 70 1Log /git/sent-sdk/log.gph codevoid.de 70 1Files /git/sent-sdk/files.gph codevoid.de 70 1Refs /git/sent-sdk/refs.gph codevoid.de 70 1README /git/sent-sdk/file/README.md.gph codevoid.de 70 1LICENSE /git/sent-sdk/file/LICENSE.gph codevoid.de 70 i--- Err codevoid.de 70 1commit aa713a8a342ec0e6eca173cd4489834f8baa0a86 /git/sent-sdk/commit/aa713a8a342ec0e6eca173cd4489834f8baa0a86.gph codevoid.de 70 1parent b1cb3bbc2085bc30e0a456d02e7eb68d5665a5b2 /git/sent-sdk/commit/b1cb3bbc2085bc30e0a456d02e7eb68d5665a5b2.gph codevoid.de 70 hAuthor: Markus Teich URL:mailto:markus.teich@stusta.mhn.de codevoid.de 70 iDate: Tue, 17 Nov 2015 00:32:45 +0100 Err codevoid.de 70 i Err codevoid.de 70 iupdate README Err codevoid.de 70 i Err codevoid.de 70 iDiffstat: Err codevoid.de 70 i M README.md | 74 +++++++++++-------------------- Err codevoid.de 70 i Err codevoid.de 70 i1 file changed, 27 insertions(+), 47 deletions(-) Err codevoid.de 70 i--- Err codevoid.de 70 1diff --git a/README.md b/README.md /git/sent-sdk/file/README.md.gph codevoid.de 70 it@@ -1,70 +1,50 @@ Err codevoid.de 70 i-sent Err codevoid.de 70 i-==== Err codevoid.de 70 i- Err codevoid.de 70 i-A simple plaintext presentation tool. Err codevoid.de 70 i+sent is a simple plaintext presentation tool. Err codevoid.de 70 i Err codevoid.de 70 i sent does not need latex, libreoffice or any other fancy file format, it uses Err codevoid.de 70 i-plaintext files and png images. Every line represents a slide in the Err codevoid.de 70 i-presentation. This may limit the use, but for presentations using the [Takahashi Err codevoid.de 70 i-method](https://en.wikipedia.org/wiki/Takahashi_method) this is very nice and Err codevoid.de 70 i-allows you to write down the presentation for a quick lightning talk within a Err codevoid.de 70 i-few minutes. Err codevoid.de 70 i+plaintext files and png images. Every paragraph represents a slide in the Err codevoid.de 70 i+presentation. Err codevoid.de 70 i+ Err codevoid.de 70 i+The presentation is displayed in a simple X11 window. The content of each slide Err codevoid.de 70 i+is automatically scaled to fit the window and centered so you also don't have to Err codevoid.de 70 i+worry about alignment. Instead you can really concentrate on the content. Err codevoid.de 70 i Err codevoid.de 70 i-The presentation is displayed in a simple X11 window colored black on white for Err codevoid.de 70 i-maximum contrast even if the sun shines directly onto the projected image. The Err codevoid.de 70 i-content of each slide is automatically scaled to fit the window so you don't Err codevoid.de 70 i-have to worry about alignment. Instead you can really concentrate on the Err codevoid.de 70 i-content. Err codevoid.de 70 i Err codevoid.de 70 i Demo Err codevoid.de 70 i----- Err codevoid.de 70 i Err codevoid.de 70 i To get a little demo, just type Err codevoid.de 70 i Err codevoid.de 70 i make && ./sent example Err codevoid.de 70 i Err codevoid.de 70 i-You can navigate with the arrow keys and quit with `q`. If you get Err codevoid.de 70 i- Err codevoid.de 70 i- sent: could not find a scalable font matching -*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-* Err codevoid.de 70 i- Err codevoid.de 70 i-you should add the dejavu fonts dir (customize path to fit your distribution) Err codevoid.de 70 i-with: Err codevoid.de 70 i+You can navigate with the arrow keys and quit with `q`. Err codevoid.de 70 i Err codevoid.de 70 i- xset fp+ /usr/share/fonts/dejavu Err codevoid.de 70 i- Err codevoid.de 70 i-Configuration Err codevoid.de 70 i-------------- Err codevoid.de 70 i- Err codevoid.de 70 i-Edit config.h to fit your needs. The font has to be in the X servers font path, Err codevoid.de 70 i-see `man xset` for how to add it. Err codevoid.de 70 i Err codevoid.de 70 i Usage Err codevoid.de 70 i------ Err codevoid.de 70 i Err codevoid.de 70 i- sent [-f FONTSTRING] FILE1 [FILE2 ...] Err codevoid.de 70 i+ sent FILE1 [FILE2 ...] Err codevoid.de 70 i Err codevoid.de 70 i-If one FILE equals `-`, stdin will be read. Use png images by prepending a `@` Err codevoid.de 70 i-before the filename. Lines starting with `#` will be ignored. A presentation Err codevoid.de 70 i-file could look like this: Err codevoid.de 70 i+If one FILE equals `-`, stdin will be read. Produce image slides by prepending a Err codevoid.de 70 i+`@` in front of the filename as a single paragraph. Lines starting with `#` will Err codevoid.de 70 i+be ignored. A `\` at the beginning of the line escapes `@` and `#`. A Err codevoid.de 70 i+presentation file could look like this: Err codevoid.de 70 i Err codevoid.de 70 i sent Err codevoid.de 70 i- why? Err codevoid.de 70 i+ Err codevoid.de 70 i @nyan.png Err codevoid.de 70 i- easy to use Err codevoid.de 70 i- depends on Xlib, libpng Err codevoid.de 70 i- no bloat Err codevoid.de 70 i- how? Err codevoid.de 70 i+ Err codevoid.de 70 i+ depends on Err codevoid.de 70 i+ - Xlib Err codevoid.de 70 i+ - libpng Err codevoid.de 70 i+ Err codevoid.de 70 i sent FILENAME Err codevoid.de 70 i- one slide per line Err codevoid.de 70 i+ one slide per paragraph Err codevoid.de 70 i # This is a comment and will not be part of the presentation Err codevoid.de 70 i- # The next line starts with a whitespace, it will not produce an image slide Err codevoid.de 70 i- @FILE.png Err codevoid.de 70 i+ \# This and the next line start with backslashes Err codevoid.de 70 i+ Err codevoid.de 70 i+ \@FILE.png Err codevoid.de 70 i+ Err codevoid.de 70 i thanks / questions? Err codevoid.de 70 i Err codevoid.de 70 i-future features Err codevoid.de 70 i---------------- Err codevoid.de 70 i Err codevoid.de 70 i-* multiple lines per slide? Err codevoid.de 70 i-* light colored background and table of contents Err codevoid.de 70 i-* second window for speakers laptop (progress, time, notes?) Err codevoid.de 70 i-* markdown? Err codevoid.de 70 i+Development Err codevoid.de 70 i+ Err codevoid.de 70 i+sent is developed at http://tools.suckless.org/sent Err codevoid.de 70 .