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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2009, John Schember <john at nachtimwald.com>'
  6. __docformat__ = 'restructuredtext en'
  7. from calibre.devices.usbms.driver import USBMS
  8.  
  9. class N770(USBMS):
  10.     name = 'Nokia 770 Device Interface'
  11.     gui_name = 'Nokia 770'
  12.     description = _('Communicate with the Nokia 770 internet tablet.')
  13.     author = 'John Schember'
  14.     supported_platforms = [
  15.         'windows',
  16.         'linux',
  17.         'osx']
  18.     FORMATS = [
  19.         'mobi',
  20.         'prc',
  21.         'epub',
  22.         'html',
  23.         'zip',
  24.         'fb2',
  25.         'chm',
  26.         'pdb',
  27.         'tcr',
  28.         'txt',
  29.         'rtf']
  30.     VENDOR_ID = [
  31.         1057]
  32.     PRODUCT_ID = [
  33.         1073]
  34.     BCD = [
  35.         776]
  36.     VENDOR_NAME = 'NOKIA'
  37.     WINDOWS_MAIN_MEM = '770'
  38.     MAIN_MEMORY_VOLUME_LABEL = 'N770 Main Memory'
  39.     EBOOK_DIR_MAIN = 'My Ebooks'
  40.     SUPPORTS_SUB_DIRS = True
  41.  
  42.  
  43. class N810(N770):
  44.     name = 'Nokia 810 Device Interface'
  45.     gui_name = 'Nokia 810'
  46.     description = _('Communicate with the Nokia 810 internet tablet.')
  47.     PRODUCT_ID = [
  48.         150]
  49.     BCD = [
  50.         790]
  51.     WINDOWS_MAIN_MEM = 'N810'
  52.     MAIN_MEMORY_VOLUME_LABEL = 'N810 Main Memory'
  53.  
  54.  
  55. class E71X(USBMS):
  56.     name = 'Nokia E71X device interface'
  57.     gui_name = 'Nokia E71X'
  58.     description = 'Communicate with the Nokia E71X'
  59.     author = 'Kovid Goyal'
  60.     supported_platforms = [
  61.         'windows',
  62.         'linux',
  63.         'osx']
  64.     VENDOR_ID = [
  65.         1057]
  66.     PRODUCT_ID = [
  67.         416]
  68.     BCD = [
  69.         256]
  70.     FORMATS = [
  71.         'mobi',
  72.         'prc']
  73.     EBOOK_DIR_MAIN = 'eBooks'
  74.     SUPPORTS_SUB_DIRS = True
  75.     VENDOR_NAME = 'NOKIA'
  76.     WINDOWS_MAIN_MEM = 'S60'
  77.  
  78.  
  79. class E52(USBMS):
  80.     name = 'Nokia E52 device interface'
  81.     gui_name = 'Nokia E52'
  82.     description = _('Communicate with the Nokia E52')
  83.     author = 'David Ignjic'
  84.     supported_platforms = [
  85.         'windows',
  86.         'linux',
  87.         'osx']
  88.     VENDOR_ID = [
  89.         1057]
  90.     PRODUCT_ID = [
  91.         461]
  92.     BCD = [
  93.         256]
  94.     FORMATS = [
  95.         'mobi',
  96.         'prc']
  97.     EBOOK_DIR_MAIN = 'eBooks'
  98.     SUPPORTS_SUB_DIRS = True
  99.     VENDOR_NAME = 'NOKIA'
  100.     WINDOWS_MAIN_MEM = 'S60'
  101.  
  102.