This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

1. libsoylent

libsoylent400.png

libsoylent provides a convinient way to manage people and information associated with them. Features are a system-wide addressbook, arbitrary people attributes, static (e.g. name) and dynamic (e.g. online-status) information, etc. This comes in the form of a clean object-orientated API.

1.1. State

v0.5.*: libsoylent is work-in-progress. Some minor features are missing, but the core-functionality is implemented. Focus now lies on testing and documentation.
Even if it's unlikely that libsoylent will cause any damage you are encouraged (as with any work-in-progress software) to backup your system (or at least your ~/.evolution directory) before using libsoylent.

1.2. Download

1.3. Dependencies

To run libsoylent the following packages must be present on your system:

1.4. Documentation

The libsoylent API reference can be found online at:

http://kalterregen.de/libsoylent

It is also located in the source under the docs/references/libsoylent/html directory.

1.5. Examples

The examples listed here will give a good introduction to libsoylent.

1.6. Building libsoylent

libsoylent uses autotools for building. To build libsoylent (and Soylent) execute in the source directory:

./autogen.sh --enable-libsoylent=yes
make

If you want to install libsoylent (and Soylent) just do:

make install

If you also want to build the libsoylent documentation add --enable-gtk-doc to the autogen.sh parameters.

That's it!

1.7. Debugging

If you want to have detailed information about what's going on in libsoylent, define one or more of the following macros in sl-priv-util.h, depending on what you want to debug. Then rebuild libsoylent.

Note that this may produce a lot of output.

SL_ENABLE_DEBUG_ALL
SL_ENABLE_DEBUG_BOOK
SL_ENABLE_DEBUG_ENTITY
SL_ENABLE_DEBUG_ATTRIBUTE
SL_ENABLE_DEBUG_UTIL

1.8. Contact

Feature requests, questions and related discussion go to the Soylent mailinglist. You can join at:

http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel

If you found a bug please report it at:

http://bugzilla.gnome.org/browse.cgi?product=soylent

1.9. Known Bugs

Note: because of bug 1 to 3, addressbook functionality has been disabled in v0.4.0, i.e. you can only use the default addressbook.

1.10. Logos

libsoylent100.png

libsoylent200.png

1.11. Release

TODO-list for a new release:


2024-10-23 10:59