view · edit · sidebar · attach · print · history

EBPS

The E-Book Publishing System is essentially a command-line tool to convert data to an e-book format.

Valid input formats are currently the oddb.org fachinfo.yaml format and the e-mediat monographies xml-format.

Valid output formats are currently MobiPocket/Amazon AZW format and the open standard epub format.

The program has an auto-configuration feature. It loads its configuration based on the name by which it was called. Configuration files are stored in /etc/ebps/<scriptname>.yml - this allows us to add new conversion scripts by simply adding a symlink to the ebps script and creating a configuration file of the same name.

Verwendung

Das Konfigurations-file muss einfach immer gleich heissen wie das Programm.

  • $> cd /var/ebps/bin
  • $> mv oddb_epub oddb_firefox
  • $> cd /etc/ebps
  • $> mv oddb_epub.yml oddb_firefox.yml

Und wenn du ein neues device anlegen willst:

  • $> cd /var/ebps/bin
  • $> ln -s ebps <scriptname>
  • $> cd /etc/ebps
  • $> vi <scriptname>.yml
view · edit · sidebar · attach · print · history
Page last modified on February 10, 2010, at 12:10 PM