* Interfaces
    - Graphical interface
    - dialog interface

* Documentation
    - Translate the whole scripts in english
    - Translate README in english : DONE

* Security
    - have a better handling of passwords

* Functionality
    - Verify the instance exists (relations.h, bases.h) 
      before any action
    - While adding a set to a replication, 
      don't take into account already replicated objects
      (goes with next point)
    - Define a pattern configuration for objects to replicate
    - Be careful in numbering objects while many sets exist 
      originating from different nodes
    - Schemas creation on slaves:
	- on some tables
	- on the full base
    - SQL script propagation (out of slonik) : DONE (2009-06-04)
    - Automatical recreation of relations between nodes
    - Table ordering based on foreign key hierarchy
    - Dropping a set of replication
    - Have a better handling of sets fusion:
	- get subscription to the first set
	- verify subscription to the second
	- adjust subscriptions to that second set (move set/subscribe)
	- and then merge set
    - Have specific slon configuration files for each replication
    - Make better use of global variable 
	(to not be obliged to give -c argument, for instance)
    - Drop an object : DONE
