Let's do it free

Author

Frédéric Descamps 

News

2005-FEV-26 : Correction of a small bug (thanks to José Manuel) :
              during the add of a student, his code is still.
	      A new DB file is available in the download section on sourceforge.
	      This is a workaround :
	      In mysql:
	      
	      mysql> use biblio
	      Database changed
	      mysql> insert into code_eleves values ('000001');
	      mysql> alter table livres add num varchar(5);
	      
2005-FEV-24 : A new version was released fixing some bugs with locale
	      and installation (thanks to vanne and sdog for their feedback).
	      PHP5 is needed to use the SOAP functionalities. (2.0.4)
2005-FEV-04 : Again a new version (2.0.3), this one corrects a small 
              bug in the searh module and sees the add of a new feature 
	      (see screenshot 7).
	      To have such graphs you need to install jpgraph.
	      (http://www.aditus.nu/jpgraph/)
2005-FEV-03 : The new version 2.0.2 corrects some bugs in the display of
	      covers and includes a complete new function to handle ISBN's
2005-FEV-03 : Version 2.0.1 corrects the .pot translation file and
	      includes a full english translation (this one can be 
	      improved ;-)
2004-FEV-02 : OpenBIBLIO 2.0 is available for download !!
	      Send me comments and a mail if you use it, I would like
	      to make an overview where OpenBIBLIO is used. Enjoy it.
2004-FEV-01 : A new version is now mostly finished and will be very soon
	      avaiable for download.
	      The new version supports PHP5, SOAP and multi-languages.
	      Pictures of readers and covers are now available.
2004-FEV-02 : I'm working back on openBIBLIO, a new release will be available
              soon. (I'm working on migration to new PHP standards first and
	      then on new requested features)
2002-APR-25 : New release of openBIBLIO which fixes a lot of bugs
2002-APR-22 : New release of openBIBLIO (with new fields for books 
	      as requested by Stéphanie Boucher from Ecole Turgo - Lille, France)
2002-MAR-06 : CVS tree is available 
2002-MAR-06 : This webpage is online
2002-FEB-14 : Creation of the project

Credits

  • I'd thanks my ex-wife for asking me to wrote openBIBLIO for her school.
  • Stéphanie Boucher for having tryed openBILIO and giving feedback and asking new functionalities.

    Description

    I start coding openBIBLIO after my ex-wife's request to have a software to track the book she has in her classroom.
    It is written in PHP and using MySQL. (Apache or any other webserver is needed)
    Even after my divorce, I'm still supporting openBIBLIO for all the people that have downloaded it and sent me their feedback.

    Todo

  • Migration to new PHP standards ($_POST, $_GET)
  • Multi-languages
  • Add pictures of members
  • Write some docs
  • Add some languages

    Links

    http://sourceforge.net/projects/openbiblio/

    Screenshots

  • openbiblio1.png
  • openbiblio2.png
  • openbiblio3.png
  • openbiblio4.png
  • openbiblio5.png
  • openbiblio7.png

    Downloads

    You can download openBIBLIO from sourceforge website : here

    CVS

    Anonymous CVS Access
    This project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish
    to check out must be specified as the modulename. When prompted
    for a password for anonymous, simply press the Enter key.
    
    cvs -d:pserver:anonymous@cvs.openbiblio.sourceforge.net:/cvsroot/openbiblio login
    
    cvs -z3 -d:pserver:anonymous@cvs.openbiblio.sourceforge.net:/cvsroot/openbiblio co modulename
    Updates from within the module's directory do not need the -d parameter.
    
    Developer CVS Access via SSH
    Only project developers can access the CVS tree via this method. SSH1 must
    be installed on your client machine. Substitute modulename and
    developername with the proper values. Enter your site password when
    prompted.
    
    export CVS_RSH=ssh
    
    cvs -z3 -d:ext:developername@cvs.openbiblio.sourceforge.net:/cvsroot/openbiblio co biblio 
    
    Quick developer commands help
    First do this : 
    export CVS_RSH=ssh
    export CVSROOT=@cvs.openbiblio.sourceforge.net:/cvsroot/openbiblio
    
    go on a directory where you will export the cvs tree and do a checkout :
    
    cvs checkout crm
    
    After new modifications do this : 
    cvs update
    cvs commit -m "comments for this commit"
    cvs add myfile.php   do the same for a new directory
    
    Don't forget commit after finishing ! ;-)
    
    You can find cvs help here.



    You can send me comments about this website at lefred@tiscali.be for all other comments please check the project page at sourceforge.

    SourceForge Logo