Contents
News

Downloads

Features

Screenshots

Documentation

Getting Involved

Thanks

 Contact
Feel free to contact us:
Frédéric
Renaud
 Mailing Lists
We currently use only one mailing-list : gnobog-devel. You will find all necessary informations here

 CVS Repository
If you're curious, you can download the latest source code on our CVS server on Savannah.

  • Anonymous CVS Access :
  • export CVSROOT=':pserver:anonymous@cvs.gnobog.sourceforge.net:/cvsroot/gnobog'
    cvs login
    press enter (no password)

    then finally :
    cvs -z3 co -P gnobog

You have to start ./autogen.sh to automatically execute gettext, automake, autoconf and configure. You can give a prefix to autogen.sh just like configure, e.g. ./autogen.sh --prefix=/usr
 Gnobog architecture overview
model/view/controller 2 objects : bookmarks (model) and arborescence (controller/view)
popup-menu (controller) linked to an arborescence
gtk+ object system quick introduction
links to documentation and books
bookmarks object API signals
bookmarks internal manipulations
inter-objects exchanges
arborescence object API signals
callbacks to bookmarks signals
drag'n'drop and selections

 Coding style