How to customize Larbin

Where do the pages arrive ?

Every time a page is fetched from the web, one of the following function is called (they are all in src/interf/output.cc) :

Simple customizations

larbin.conf

The basic configurations are made in larbin.conf. Here are the different fields of this file :

options.h

In this file, you can define options which can change what will be done. Here are the different thing you can define (you must recompile larbin if you change one of those) :

src/types.h

If you want to tune larbin a little more, go and see this file (it is supposed to be commented enough). Of course, for those changes to have effects, you have to recompile larbin.

More customizations

If you need something more, you'll have to go into the code (or ask me to do so :-)).
sebastien.ailleret@inria.fr Home Page