mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Make the user's custom fonts available to Koreader. Handle both SyV & upstart properly Handle the 'no framework' mode on upstart systems, even through KUAL. Plug the 'no framework' mode to the KUAL extension. This is a mix of some stuff I completely forgot I had in my tree, and what Aeris did for http://www.mobileread.com/forums/showthread.php?t=223684 Tested on a Touch.
13 lines
270 B
XML
13 lines
270 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<extension>
|
|
<information>
|
|
<name>Koreader</name>
|
|
<version>0.1</version>
|
|
<author>Koreader dev team</author>
|
|
<id>helper</id>
|
|
</information>
|
|
<menus>
|
|
<menu type="json" dynamic="true">menu.json</menu>
|
|
</menus>
|
|
</extension>
|