Menu

Tree [9fd7d6] master /
 History

HTTPS access


File Date Author Commit
 Legacy 2010-10-28 Zoltan Kota Zoltan Kota [9fd7d6] clean directories
 Styles 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 debian 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 doc 2010-10-28 Zoltan Kota Zoltan Kota [9fd7d6] clean directories
 etc 2010-10-28 Zoltan Kota Zoltan Kota [9fd7d6] clean directories
 po 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 scripts 2010-10-28 Zoltan Kota Zoltan Kota [9fd7d6] clean directories
 tests 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 AUTHORS 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 COPYING 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 COPYING-DOCS 2004-01-06 Frederic Gobry Frederic Gobry [df1b3f] updated doc from Zoltán
 ChangeLog 2007-07-22 Frederic Gobry Frederic Gobry [6946bf] merged from branch 1.2
 INSTALL 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 MAINTAINERS 2007-10-10 Frederic Gobry Frederic Gobry [0a2807] merged from 1.2
 Makefile.am 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 NEWS 2007-11-25 Frederic Gobry Frederic Gobry [8c6859] merged from 1.2
 README 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 ROADMAP 2006-07-12 Frederic Gobry Frederic Gobry [975816] merged preparation for 1.2.9 from Zoltan
 TODO 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 autogen.sh 2007-03-04 Frederic Gobry Frederic Gobry [00fc9b] removed explicit coding of the autoconf & autom...
 configure.ac 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 omf.make 2004-01-06 Frederic Gobry Frederic Gobry [df1b3f] updated doc from Zoltán
 pyblio-logo.png 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pyblio-viewer.png 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pyblio.desktop.in 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pyblio.keys.in 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pyblio.mime 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pyblio.png 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pybliographer.py 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 pybliographer.sodipodi 2003-10-27 Frederic Gobry Frederic Gobry [4bee76] snapshot of the CVS version
 pybliographer.spec 2005-10-07 Frederic Gobry Frederic Gobry [76dcee] merged doc update from zoltan
 pybrc.py 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 setup-check.py 2008-01-28 Frederic Gobry Frederic Gobry [25b27e] merged from 1.2
 xmldocs.make 2004-01-06 Frederic Gobry Frederic Gobry [df1b3f] updated doc from Zoltán

Read Me

-*- text -*-
=================================================================

Pybliographer provides a framework for working with bibliographic
databases.

For more information, please consult the documentation at:

	http://pybliographer.org/

=================================================================


* Requirements
  ------------

Before installing pybliographer, please install:

       
  - pyblio-core (v >= 1.3.x)
  - python-bibtex (also available from http://pybliographer.org/)
  - GNU Recode (v. 3.5)
  - Gnome 2.x and gnome-python 2.x

* Installation 
  ------------

Basically, it should be a matter of:

	./configure && make
	su
	make install

You can then run several programs :

  - pybliographic : the graphical interface
  - pybliographer : the text-based interface and scripting language
  - pybcheck, pybconvert, pybformat, ... : several useful tools

For more configuration options, have a look at the output of ./configure --help

* Troubleshooting
  ---------------

If the configure script reports the following errors:

 ** "error in python modules dependencies:  No module named ..."
 
   This means that a required module is not installed. Unfortunately,
   depending on your distribution, the actual package to install can
   be named differently. Check on the help pages of your distribution.

 ** "broken recode version"

   Your recode package does not behave properly.  Consult
   http://pybliographer.org/RecodeHelp for more information.