Zeitgeist is a service that logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. It has support for tagging items (both automatically by the data provider and manually by the user) and bookmarking items.
Further, it is able to establish relationships between items based on similarity and usage patterns (this feature isn't implemented yet).
This project maintains Zeitgeist's backend.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
Engine:
· Fixed crash when events had NULL fields (LP: #941530).
· Made sure no aborted SQLite transactions are left open (LP: #937991).
· Enhanced logging and added --log-file option.
· Fixed bug Storage Monitor corrupting storage IDs in DB (LP: #950983).
· Fixed bug inserting previously non-existant values when searching for them (LP: #953041).
FTS:
· Filter indexing of unrecognized values (eg. non-standard URIs).
· Enhanced grouping by URI and origin (LP: #947835).
· Use current_uri instead of URI; index MOVE_EVENTs (LP: #948794).
· Added SearchWithRelevancies D-Bus function.