My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GettingStarted  
Updated Feb 4, 2010 by clac...@gmail.com

# Getting Started Guide - Introduction and How-To

Introduction

html2fb takes in html (ideally clean html but it can handle a lot of real-world html) and converts to fb2 format. html2fb is both a library for developers and a command line tool for end users.

Requirements

Main requirement is Python, originally tested with version 2.3 currently testing with 2.5.

Tested under both Linux (Ubuntu) and Windows (XP).

There are some recommened but purely optional requirements:

Features

  • command line
  • GUI
  • supports reading from .zip (and .Z compressed) files
  • supports writing to .zip files to save space
  • .html file input
  • .txt file input
  • .rtf file input
  • .lit file input

Basic Usage

   html2fb.py -i input.html 

This will read in input.html and automatically create a .zip file containing the .fb2 ebook.

See --help (or GUI) for more information and options.


Sign in to add a comment
Powered by Google Project Hosting