mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #752 from houqp/new_ui_code
pick KUAL support files from master
This commit is contained in:
2
Makefile
2
Makefile
@@ -301,6 +301,6 @@ customupdate: all
|
||||
cp -r git-rev resources $(INSTALL_DIR)
|
||||
cp -rpL frontend $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)/fonts/host
|
||||
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ kite/
|
||||
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ extensions/
|
||||
rm -rf $(INSTALL_DIR)
|
||||
@echo "copy kindlepdfviewer-$(VERSION).zip to /mnt/us/customupdates and install with shift+shift+I"
|
||||
|
||||
23
extensions/kpdf/README.txt
Normal file
23
extensions/kpdf/README.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
TITLE: kindlepdfviewer
|
||||
|
||||
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/hwhw/kindlepdfviewer
|
||||
|
||||
SUPPORTS:
|
||||
DX Yes ( All Revisions )
|
||||
K3 Yes ( All Revisions )
|
||||
K4 Yes ( All Revisions )
|
||||
Touch (check github and threads for support information)
|
||||
PW (check github and threads for support information)
|
||||
|
||||
REQUIRES: KindlePDFviewer http://www.mobileread.com/forums/showthread.php?t=157047
|
||||
|
||||
ARCHIVAL LINK: http://www.mobileread.com/forums/showpost.php?p=2406316&postcount=5
|
||||
|
||||
ORIGINAL AUTHOR: Hawhill, See GIT for subsequent contributors listing
|
||||
|
||||
NOTES: Touchscreen support for the Touch and PW is in progress
|
||||
check github and threads for support information
|
||||
12
extensions/kpdf/config.xml
Normal file
12
extensions/kpdf/config.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension>
|
||||
<information>
|
||||
<name>KPDF</name>
|
||||
<version>0.0</version>
|
||||
<author>Hawhill</author>
|
||||
<id>helper</id>
|
||||
</information>
|
||||
<menus>
|
||||
<menu type="json" dynamic="true">menu.json</menu>
|
||||
</menus>
|
||||
</extension>
|
||||
12
extensions/kpdf/menu.json
Normal file
12
extensions/kpdf/menu.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"name": "KPDF",
|
||||
"priority": 0,
|
||||
"items": [
|
||||
{"name": "Start in documents", "priority": 1, "action": "/mnt/us/kindlepdfviewer/kpdf.sh", "params": "/mnt/us/documents"},
|
||||
{"name": "Open last document", "priority": 2, "action": "/mnt/us/kindlepdfviewer/kpdf.sh"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/mnt/us/kindlepdfviewer/kpdf.sh
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/mnt/us/kindlepdfviewer/kpdf.sh /mnt/us/documents
|
||||
Reference in New Issue
Block a user