summaryrefslogtreecommitdiff
path: root/README.md
blob: c1dc0676093ceacd3c50e9bb5d01e553c5a9ebd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.