README 693 B

1234567891011121314151617181920
  1. mobiperl (tools for generating and manipulating MobiPocket files)
  2. MobiPocket (.mobi) is a file format used by e-book readers on desktop
  3. PCs and platforms such as the Kindle.
  4. Included tools:
  5. html2mobi - convert HTML files to .mobi
  6. lit2mobi - convert LIT files to .mobi [1]
  7. mobi2html - convert .mobi files to HTML
  8. mobi2mobi - manipulate metadata in .mobi files
  9. mobils - list contents (metadata) of .mobi files
  10. opf2mobi - convert OPF files to .mobi [2]
  11. [1] For lit2mobi to work, office/convertlit must be installed. Even
  12. then, it doesn't seem to work particularly well.
  13. [2] opf2mobi doesn't seem to actually work. If someone manages to fix
  14. it, please let the maintainer know.