Git Product home page Git Product logo

comix's Introduction

- Comix README -

=== About =====================================================================
  
  Comix is a user-friendly, customizable image viewer. It is specifically
  designed to handle comic books, but also serves as a generic viewer. It
  reads images in ZIP, RAR or tar archives as well as plain image files. It
  is written in Python and uses GTK+ through the PyGTK bindings. 

=== Installation ==============================================================

  Run "python install.py install" as root to install Comix in /usr/local.
  To uninstall, simply run "python install.py uninstall".
  
  If order to install Comix in another base directory, use the --dir option.
  
  Example:
  
      # python install.py --dir /usr install

  If you have installed with --dir, do not forget to use the same option when
  uninstalling.
  
  There is another option, --no-mime, that can be used to tell install.py that
  it should not register new mime types for cbz, cbr and cbt archives, or
  install the thumbnail creation script for these files that is used by some
  file managers (such as Nautilus and Thunar).
  
  As an example of how to install Comix from the downloaded tar.gz file, run
  as the root user (via su or sudo):
  
      # tar -xzf comix-x.y.tar.gz
      # cd comix-x.y
      # python install.py install
  
  If you don't want to install Comix in some system directory, you can just
  execute the file src/comix.py in the unpacked Comix directory to run the
  program. You could also create a symlink somewhere in your PATH pointing to
  this file.
  
=== Dependencies ==============================================================
  
  Comix needs Python 2.4, PyGTK 2.12 and PIL (Python Imaging Library) 1.1.5 or
  newer and czipfile module to function. 
  
  To use the library you need pysqlite (which is usually included in the
  standard library for Python 2.5 and later).
  
  You also need either the "unrar" or the "rar" program installed if you wish
  to read RAR (.cbr) archives.
  
=== Credits ===================================================================
  
  Thanks to everyone who have contributed translations, suggestions, bug 
  reports, fixes and donations!
  
  Icons with a filename starting with "gimp" are taken from The GIMP, and
  icons with a filename starting with "tango" are taken from the Tango Desktop
  Project. Most other icons are made by Victor Castillejo, creator of the
  GNOME-Colors icon theme.
  
=== Contact ===================================================================
  
  Pontus Ekberg <[email protected]>
  http://comix.sourceforge.net
  
  Don't hesitate to contact me.

===============================================================================
  
  Have a nice day.

comix's People

Contributors

henryhu avatar bloopletech avatar zhanruiliang avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.