summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Actually make curl fail on server errorsaleksis-integrationDominik George2022-08-091-2/+6
| | | | | | | This is important in scenarios where AleKSIS, due to a race condition, references something like a stale S3 content object. impressive-display should log this and, most importantly, not try to handle the rror output as display file.
* Mention other file types in man pageDominik George2022-07-011-1/+1
|
* Document dynamic list backend and AlekSIS integration in how-toDominik George2022-07-011-5/+24
|
* Bump minor version for new featuresDominik George2022-07-014-4/+4
|
* Comment newly added codeDominik George2022-07-011-1/+10
|
* Fix URLs with query stringsDominik George2022-06-281-4/+5
|
* Implement file listsDominik George2022-06-231-45/+92
| | | | | | | | | | | | | | File lists can now be used to define several sources to display. This works close to the list feature of impressive, except that we do not require an @ character, but instead treat all fiels ending in .txt as list files. Lists are scanned recursively, and fiels downloaded to generate the new lists for impressive, and a final list is passed. On download, all files are now compared to trigger a reload on change of any file in the list.
* Support other file types than PDFsDominik George2022-06-231-10/+28
| | | | | | | | Arguably, they should have been supported before, given that the message after failure to analyze the file as a PDF outputs a WARNING, so this is also a bugfix fixing that case. Previously, passing an image file was perfectly ok, but it was then silently renamed to .pdf and passed to a very confused impressive.
* slide duration: Set default slide duration time to 15s.Mike Gabriel2020-02-122-3/+3
|
* Update Daniel Teichmann's mail adress.Mike Gabriel2019-04-153-3/+3
|
* release 0.3.30.3.3Mike Gabriel2018-08-145-7/+41
|
* impressive-display man page: Fix file location of user config file.Mike Gabriel2017-03-241-1/+1
|
* impressive-display.tex: Minor grammar fixes.Mike Gabriel2017-03-241-2/+2
|
* impressive-display.default: Mention default setting for HTTP_PROXY_URL.Mike Gabriel2017-03-241-1/+1
|
* Fixed typo in impressive-display.tex.Benjamin Schlüter2017-03-221-1/+1
|
* impressive-display: grammar fix in comment.Mike Gabriel2017-03-211-1/+1
|
* impressive-display: Fix comment above pulseaudio initialization code.Mike Gabriel2017-03-211-1/+1
|
* impressive-display: Drop FIXME reminding us on having a LaTeX beamer ↵Mike Gabriel2017-03-211-1/+0
| | | | presentation. We already have it.
* release 0.3.20.3.2Mike Gabriel2016-12-305-8/+22
|
* impressive-display.default: Drop DEFAULT_PDF_URL_CREDS. Not supported ↵Mike Gabriel2016-12-301-4/+0
| | | | anymore, use a .netrc file instead.
* Fix regexp use for parsing host-specific options.Benjamin Schlüter2016-12-301-2/+2
|
* release 0.3.10.3.1Mike Gabriel2016-11-215-7/+28
|
* impressive-display.tex: On Testing... page: Add extra item that explains ↵Mike Gabriel2016-11-211-1/+2
| | | | about the FAKE_HOSTNAME var.
* impressive-display.tex: Fix hostname faking test command call.Mike Gabriel2016-11-211-5/+2
|
* impressive-display.tex: Don't use rpminstall label twice.Mike Gabriel2016-11-211-1/+1
|
* Impressive Display HowTo: Don't use Xsession for launching tests. Document ↵Mike Gabriel2016-11-211-2/+1
| | | | the FAKE_HOSTNAME var.
* release 0.3.00.3.0Mike Gabriel2016-11-215-7/+178
|
* impressive-display.default: Document that the default resolution is "".Mike Gabriel2016-11-211-1/+1
|
* impressive-display: Silence some grep calls.Mike Gabriel2016-11-211-2/+2
|
* curl subprocess: Hide stderr when logging to syslog.Mike Gabriel2016-11-211-2/+7
|
* Whitespace fix for prev. commit.Mike Gabriel2016-11-211-1/+1
|
* LOG_TO_SYSLOG: Really expect "yes" with LOG_TO_SYSLOG env var.Mike Gabriel2016-11-211-3/+3
|
* Set hard-coded/recommended slide duration to 5secs.Mike Gabriel2016-11-212-2/+2
|
* impressive-display: Validate PDF_URI before using it with curl.Mike Gabriel2016-11-211-0/+6
|
* impressive-display.default: Fix DEFAULT_PDF_URI.Mike Gabriel2016-11-211-1/+1
|
* DEFAULT_PDF_URI: Switch to Impressive Display HowTo as default PDF URI.Mike Gabriel2016-11-211-1/+1
|
* secret files: Don't allow them to be symlinks.Mike Gabriel2016-11-211-2/+2
|
* Support /home/mike/.impressive-display/secrets/default.secret.Mike Gabriel2016-11-211-0/+3
|
* Use /home/mike/.impressive-display/config as local configuration file.Mike Gabriel2016-11-211-2/+2
|
* DISPLAYS hashmap: Be a bit more precise where new fields begin.Mike Gabriel2016-11-211-2/+2
|
* data/.gitignore: Ignore all .tex related temp files.Mike Gabriel2016-11-211-0/+7
|
* examples/impressive-display.default: Update from Debian package.Mike Gabriel2016-11-211-3/+9
|
* Makefile: Provide Makefile that automized build/installation.Mike Gabriel2016-11-211-0/+57
|
* Copyright: Explicitly add Daniel Teichmann as co-copyright holder.Mike Gabriel2016-11-211-1/+2
|
* Update VERSION file, update version and date in man page.Mike Gabriel2016-11-212-2/+2
|
* examples/: Add example impressive-display.default script.Mike Gabriel2016-11-211-0/+57
|
* Finish Impressive Display HowTo Beamer presentation file.Mike Gabriel2016-11-211-33/+103
|
* doc: Start working on impressive-display.tex (LaTeX Beamer presentation).Mike Gabriel2016-11-211-0/+166
|
* Use curl's --netrc-file option rather than its promiscuous -u option.DanielsLPecke2016-11-181-31/+5
|
* Rework Test-PDFs, add README about origin of the PDFs.Mike Gabriel2016-11-187-0/+9
|