aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2018-10-24 05:03:45 +0200
committerpacien2018-10-24 05:03:57 +0200
commit3fa27c054a2e66b038557801debfb39700194fd6 (patch)
tree4795de2daac25d5f563fd348b6334448048b8bf5 /readme.md
parented02ccffb07a41e86a52a870e8f0abdc5d5078d0 (diff)
downloadbeamer-viewer-3fa27c054a2e66b038557801debfb39700194fd6.tar.gz
Rename project
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 40ce682..a30659b 100644
--- a/readme.md
+++ b/readme.md
@@ -1,24 +1,24 @@
1# Pointless Viewer 1# Beamer Viewer
2 2
3_Pointless Viewer_ is a web-based viewer for _Beamer_ presentations, allowing slides and speaker notes to be displayed on separate screens without the need of any configuration. 3_Beamer Viewer_ is a web-based viewer for _Beamer_ presentations, allowing slides and speaker notes to be displayed on separate screens without the need of any configuration.
4 4
5It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed. 5It runs in most modern web browsers, which makes it cross-platform, and does not require any special software to be installed.
6 6
7 7
8## Usage 8## Usage
9 9
10An instance of this web application is deployed at [pointlessviewer.pacien.org](https://pointlessviewer.pacien.org/). It is offline-enabled, and thus available locally even in the absence of network connectivity. 10An instance of this web application is deployed at [beamerviewer.pacien.org](https://beamerviewer.pacien.org/). It is offline-enabled, and thus available locally even in the absence of network connectivity.
11 11
12A double-width presentation may be generated with _Beamer_ using `\setbeameroption{show notes on second screen=right}`. 12A double-width presentation may be generated with _Beamer_ using `\setbeameroption{show notes on second screen=right}`.
13 13
14A demonstration is available [here](https://pointlessviewer.pacien.org/#file=sample/demo.pdf). 14A demonstration is available [here](https://beamerviewer.pacien.org/#file=sample/demo.pdf).
15 15
16 16
17## License 17## License
18 18
19Copyright (C) 2018 Pacien TRAN-GIRARD 19Copyright (C) 2018 Pacien TRAN-GIRARD
20 20
21_Pointless Viewer_ is distributed under the terms of GNU Affero General Public License v3.0, 21_Beamer Viewer_ is distributed under the terms of GNU Affero General Public License v3.0,
22as detailed in the attached `license.md` file. 22as detailed in the attached `license.md` file.
23 23
24This software makes use of and is distributed with a copy of the _pdf.js_ library, which is licensed under the Apache License 2.0. 24This software makes use of and is distributed with a copy of the _pdf.js_ library, which is licensed under the Apache License 2.0.