===========================================================================
  EBOOKBRIDGE
  Send books to an old Kindle over your local wifi.
  Envia libros a un Kindle antiguo por tu wifi local.

  Free software (GPL v3) - printandgame.com
===========================================================================


---------------------------------------------------------------------------
ENGLISH
---------------------------------------------------------------------------

WHAT IT IS

  On 20 May 2026 Amazon dropped support for every Kindle released in 2012
  or earlier. Those devices can no longer buy, borrow or receive books.
  "Send to Kindle" stopped working for them too. And if the USB port has
  died of old age, the device is completely cut off.

  This program opens a third door: your own wifi. It converts your books
  to MOBI and serves them from a tiny web server on your computer. The
  Kindle downloads them through its own browser. No Amazon, no cable,
  no account.


HOW TO USE IT

  1. Run EbookBridge.exe (double click).
  2. Drag your books onto the window. They are converted automatically.
  3. Press "Start server". An address appears, like  http://192.168.0.134:8000
  4. On the Kindle:  Menu > Experimental > Web Browser
     Type that address.
  5. Tap ">> DOWNLOAD ALL BOOKS <<" and let it run.

  The Kindle must be on the same wifi network as the computer.


SUPPORTED FORMATS

  Converted to MOBI:  epub, html, htm, txt, docx, fb2, rtf
  Sent unchanged:     mobi, prc, azw, pdf

  Images (covers, illustrations) are embedded in the MOBI. A plain .txt
  copy of every book is also generated as a fallback.


REQUIREMENTS

  Windows. Nothing else: the .exe is self-contained.
  To run it from source you need Python 3.8 or newer.


LANGUAGE

  Top right corner of the window: Espanol / English.
  It changes the program and the page the Kindle sees, instantly.


LICENCE

  Free software under the GNU General Public License v3. Use it, study
  it, share it and change it freely. If you distribute a modified
  version you must publish your source code too, under the same licence.
  Full terms in LICENSE.txt. Source code is available at printandgame.com


---------------------------------------------------------------------------
ESPANOL
---------------------------------------------------------------------------

QUE ES

  El 20 de mayo de 2026 Amazon retiro el soporte a todos los Kindle
  lanzados en 2012 o antes. Esos aparatos ya no pueden comprar, tomar
  prestados ni recibir libros, y "Send to Kindle" tampoco les funciona.
  Si ademas el puerto USB ha muerto por la edad, el dispositivo queda
  completamente incomunicado.

  Este programa abre una tercera via: tu propio wifi. Convierte tus
  libros a MOBI y los sirve desde un pequeno servidor web en tu
  ordenador. El Kindle los descarga con su propio navegador. Sin Amazon,
  sin cable y sin cuenta.


COMO SE USA

  1. Abre EbookBridge.exe (doble clic).
  2. Arrastra tus libros a la ventana. Se convierten solos.
  3. Pulsa "Iniciar servidor". Aparece una direccion, tipo
     http://192.168.0.134:8000
  4. En el Kindle:  Menu > Experimental > Web Browser
     Escribe esa direccion.
  5. Pulsa ">> DESCARGAR TODOS LOS LIBROS <<" y dejalo trabajar.

  El Kindle tiene que estar en la misma red wifi que el ordenador.


FORMATOS ADMITIDOS

  Se convierten a MOBI:  epub, html, htm, txt, docx, fb2, rtf
  Se envian tal cual:    mobi, prc, azw, pdf

  Las imagenes (portadas, ilustraciones) van incrustadas en el MOBI.
  De cada libro se genera ademas una copia .txt de respaldo.


REQUISITOS

  Windows. Nada mas: el .exe lo lleva todo dentro.
  Para ejecutarlo desde el codigo fuente necesitas Python 3.8 o superior.


IDIOMA

  Arriba a la derecha de la ventana: Espanol / English.
  Cambia el programa y la pagina que ve el Kindle, al instante.


LICENCIA

  Software libre bajo la Licencia Publica General GNU v3. Usalo,
  estudialo, compartelo y modificalo con libertad. Si distribuyes una
  version modificada, tienes que publicar tambien tu codigo fuente, con
  la misma licencia. Condiciones completas en LICENSE.txt. El codigo
  fuente esta disponible en printandgame.com


---------------------------------------------------------------------------
FILES / ARCHIVOS
---------------------------------------------------------------------------

  EbookBridge.exe        the program / el programa
  LICENSE.txt            licence summary / resumen de la licencia
  gpl-3.0.txt            full GPL v3 text / texto completo de la GPL v3
  README.txt             this file / este fichero

  Source code / codigo fuente:  EbookBridge-source.zip


---------------------------------------------------------------------------
NOTES / NOTAS
---------------------------------------------------------------------------

  EN: Windows may warn about an unsigned program the first time. That is
      normal for executables built with PyInstaller without a paid code
      signing certificate. Choose "More info" > "Run anyway".

      The Kindle 4 browser is experimental and very limited. If a MOBI
      does not download, use the [txt] link next to each title.

  ES: Windows puede avisar de que el programa no esta firmado la primera
      vez. Es normal en ejecutables hechos con PyInstaller sin un
      certificado de firma de pago. Elige "Mas informacion" > "Ejecutar
      de todas formas".

      El navegador del Kindle 4 es experimental y muy limitado. Si un
      MOBI no se descarga, usa el enlace [txt] que hay junto a cada
      titulo.


---------------------------------------------------------------------------
DISCLAIMER
---------------------------------------------------------------------------

  EbookBridge is an independent project by printandgame.com. It is NOT
  affiliated with, associated with, authorised by, endorsed by, or in any
  way officially connected to Amazon.com, Inc. or any of its subsidiaries.

  "Amazon", "Kindle", "Kindle Paperwhite", "Kindle Fire" and related names
  are registered trademarks of Amazon.com, Inc. They are used here purely
  descriptively, to indicate which devices this tool works with.

  EbookBridge does not remove, break, bypass or circumvent any copy
  protection or digital rights management. It converts open, unprotected
  file formats and serves them over your own local network. It is intended
  for transferring books you legitimately own to a device you own. What you
  choose to transfer is your responsibility.

---------------------------------------------------------------------------
AVISO LEGAL
---------------------------------------------------------------------------

  EbookBridge es un proyecto independiente de printandgame.com. NO esta
  afiliado, asociado, autorizado, patrocinado ni vinculado oficialmente de
  ningun modo a Amazon.com, Inc. ni a ninguna de sus filiales.

  "Amazon", "Kindle", "Kindle Paperwhite", "Kindle Fire" y nombres
  relacionados son marcas registradas de Amazon.com, Inc. Se emplean aqui
  con caracter meramente descriptivo, para indicar con que dispositivos
  funciona esta herramienta.

  EbookBridge no elimina, rompe, evita ni sortea ninguna proteccion
  anticopia ni sistema de gestion de derechos digitales. Convierte formatos
  abiertos y sin proteccion, y los sirve por tu propia red local. Esta
  pensado para pasar libros que posees legitimamente a un aparato que es
  tuyo. Lo que decidas transferir es responsabilidad tuya.
