File: info-beamer.1.ronn

package info (click to toggle)
info-beamer 1.0~pre3%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 644 kB
  • ctags: 918
  • sloc: ansic: 3,970; perl: 95; python: 64; makefile: 48
file content (59 lines) | stat: -rw-r--r-- 1,750 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
info-beamer(1) -- An interactive multimedia presenter
=====================================================

## SYNOPSIS

`info-beamer` <root>

## DESCRIPTION

**info-beamer** uses the files and subdirectories in the specified 
directory <root> and displays them according to the Lua script `node.lua`.
**info-beamer** provides a simple yet powerful API to display fonts, images,
videos and more. The full documentation is available on http://info-beamer.org/doc/

## ENVIRONMENT

 * `INFOBEAMER_FULLSCREEN`:
   If set to 1, **info-beamer** will start in fullscreen mode.

 * `INFOBEAMER_ADDR`:
   If specified, only binds to this address. Defaults to `0.0.0.0`.

 * `INFOBEAMER_PORT`:
   Specifies a port for both the TCP and UDP interface. Defaults to `4444`.
 
 * `INFOBEAMER_PRECOMPILED`:
   If set to `1`, **info-beamer** will also load precompiled Lua files. 
   Only use this option if you trust the files being loaded, as precompiled
   Lua files should be considered unsafe.

 * `INFOBEAMER_FULLSCALE`:
   If set to `1`, **info-beamer** will ignore the aspect ratio of the screen
   and scale the root content to the complete size of the screen.

 * `INFOBEAMER_WIDTH`:
   Sets the width of the initial screen. Useful when using the fullscreen
   option above. Defaults to 1024.

 * `INFOBEAMER_HEIGHT`:
   Sets the height of the initial screen. Useful when using the fullscreen
   option above. Defaults to 768.

## SECURITY CONSIDERATIONS

By default, **info-beamer** will bind to `0.0.0.0`. Use `INFOBEAMER_ADDR` to
bind to another address.

## AUTHOR

Written by Florian Wesch

## COPYRIGHT

**info-beamer** is Copyright (c) 2013, Florian Wesch <fw@dividuum.de>.
The code is licensed under the BSD 2-Clause License.

## SEE ALSO

lua(1)