From 6f877e294d1ac5ac41851e4cba0fb6f92aaa6068 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Oct 2009 11:08:13 -0600 Subject: [PATCH] IGN:... --- src/calibre/manual/faq.rst | 22 ++++++++++++++++++++++ src/calibre/trac/plugins/download.py | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 9a6b469424..e5ecc7e12a 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -80,6 +80,28 @@ What devices does |app| support? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At the moment |app| has full support for the SONY PRS 300/500/505/600/700, Cybook Gen 3/Opus, Amazon Kindle 1/2/DX, Netronix EB600, Ectaco Jetbook, BeBook/BeBook Mini, Irex Illiad/DR1000, Foxit eSlick, Android phones and the iPhone. In addition, using the :guilabel:`Save to disk` function you can use it with any ebook reader that exports itself as a USB disk. +How can I help get my device supported in |app|? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If your device appears as a USB disk to the operating system. Adding support for it to |app| is very easy. +We just need some information from you: + + * What e-book formats does your device support? + * Is there a special directory on the device in which all e-book files should be placed? + * We also need the output from running the following command in a terminal, both with the device + connected and without:: + + calibre-debug -d + + * If your device supports SD cards, run the above command with the cards inserted. + +To run the above command, on Windows you should use the full path to calibre-debug.exe +On OSX, you should go to Preferences->Advanced and click "Install command line tools". + +Once you send us the output for a particular operating system, support for the device +will appear in the next release of |app|. + + Can I use both |app| and the SONY software to manage my reader? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/calibre/trac/plugins/download.py b/src/calibre/trac/plugins/download.py index 87a1fce42d..2dde7024bf 100644 --- a/src/calibre/trac/plugins/download.py +++ b/src/calibre/trac/plugins/download.py @@ -13,7 +13,6 @@ DEPENDENCIES = [ ('python-mechanize', '0.1.11', 'dev-python/mechanize', 'python-mechanize', 'python-mechanize'), ('ImageMagick', '6.3.5', 'imagemagick', 'imagemagick', 'ImageMagick'), ('xdg-utils', '1.0.2', 'xdg-utils', 'xdg-utils', 'xdg-utils'), - ('dbus-python', '0.82.2', 'dbus-python', 'python-dbus', 'dbus-python'), ('lxml', '2.1.5', 'lxml', 'python-lxml', 'python-lxml'), ('python-dateutil', '1.4.1', 'python-dateutil', 'python-dateutil', 'python-dateutil'), ('BeautifulSoup', '3.0.5', 'beautifulsoup', 'python-beautifulsoup', 'python-BeautifulSoup'),