home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_810 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  2.1 KB  |  68 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
  6. __docformat__ = 'restructuredtext en'
  7. from calibre.devices.usbms.driver import USBMS
  8.  
  9. class TECLAST_K3(USBMS):
  10.     name = 'Teclast K3 Device Interface'
  11.     gui_name = 'K3'
  12.     description = _('Communicate with the Teclast K3 reader.')
  13.     author = 'Kovid Goyal'
  14.     supported_platforms = [
  15.         'windows',
  16.         'osx',
  17.         'linux']
  18.     FORMATS = [
  19.         'epub',
  20.         'fb2',
  21.         'doc',
  22.         'pdf',
  23.         'txt']
  24.     VENDOR_ID = [
  25.         1819]
  26.     PRODUCT_ID = [
  27.         12803]
  28.     BCD = [
  29.         0]
  30.     VENDOR_NAME = 'TECLAST'
  31.     WINDOWS_MAIN_MEM = 'DIGITAL_PLAYER'
  32.     WINDOWS_CARD_A_MEM = 'DIGITAL_PLAYER'
  33.     MAIN_MEMORY_VOLUME_LABEL = 'K3 Main Memory'
  34.     STORAGE_CARD_VOLUME_LABEL = 'K3 Storage Card'
  35.     EBOOK_DIR_MAIN = ''
  36.     EBOOK_DIR_CARD_A = ''
  37.     SUPPORTS_SUB_DIRS = True
  38.  
  39.  
  40. class NEWSMY(TECLAST_K3):
  41.     name = 'Newsmy device interface'
  42.     gui_name = 'Newsmy'
  43.     description = _('Communicate with the Newsmy reader.')
  44.     FORMATS = [
  45.         'epub',
  46.         'fb2',
  47.         'pdb',
  48.         'html',
  49.         'pdf',
  50.         'txt',
  51.         'skt']
  52.     VENDOR_NAME = ''
  53.     WINDOWS_MAIN_MEM = 'NEWSMY'
  54.     WINDOWS_CARD_A_MEM = 'USBDISK____SD'
  55.  
  56.  
  57. class IPAPYRUS(TECLAST_K3):
  58.     name = 'iPapyrus device interface'
  59.     gui_name = 'iPapyrus'
  60.     description = _('Communicate with the iPapyrus reader.')
  61.     FORMATS = [
  62.         'epub',
  63.         'pdf',
  64.         'txt']
  65.     VENDOR_NAME = 'E_READER'
  66.     WINDOWS_MAIN_MEM = ''
  67.  
  68.