# Zeitgeist

Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications.

For a list of changes between releases, see NEWS; a detailed changelog is available in the Git repository at: https://gitlab.freedesktop.org/zeitgeist/zeitgeist

You can also find some additional development and testing tools in the Git repository.

The documentation is available in the official website: http://zeitgeist.freedesktop.org

## Contributing

Feel free to contact us via IRC in #zeitgeist on irc.freenode.net.

Coding conventions:

 - Generally following the GNOME / Vala guidelines.
 - Indentation with 4 spaces.
 - No indentation for namespaces (except for historic reasons).
 - In libzeitgeist/, "protected" used for non-public API when "private"/"internal" can't be used.
