2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/platform/kindle/extensions/koreader
Frans de Jonge e8c01274f4 Travis: enforce shellscript coding style
* enormous coding style update

* update luajit-launcher

All changes are formatting only except for:

* new more correct pushd/popd style
	* keeps useful indentation
	* prevents execution of commands when pushd failed (cf. https://github.com/koalaman/shellcheck/wiki/SC2164 and https://github.com/koalaman/shellcheck/issues/863)

```
pushd some_dir && {
    command1
    command2
} || exit
popd
```
2017-04-11 15:30:23 +02:00
..
bin Travis: enforce shellscript coding style 2017-04-11 15:30:23 +02:00
config.xml move platform dependent files into 'platform' directory 2014-10-03 18:02:50 +08:00
menu.json move platform dependent files into 'platform' directory 2014-10-03 18:02:50 +08:00
README.txt doc: update description for KUAL 2016-01-09 15:51:24 -08:00

TITLE: KOReader

CONTAINS: KUAL files for installation in /mnt/us/extensions/

REF: Main KUAL thread http://www.mobileread.com/forums/showthread.php?t=203326

UPSTREAM SOURCE: https://github.com/koreader/koreader

SUPPORTS:
DX Yes
K3 Yes
K4 Yes
Touch Yes
PW Yes
Voyage Yes

REQUIRES: koreader

ARCHIVAL LINK:

ORIGINAL AUTHOR: KOReader development team

NOTES: this is the successor of KindlePDFviewer for devices with touch input
support. Support for keyboard input is to be done, use the legacy
KindlePDFviewer or Librerator for this. Report issues and bugs on github.