Menu

Tree [95bf41] master /
 History

HTTPS access


File Date Author Commit
 data 2020-07-14 Tomasz Maka Tomasz Maka [9a749f] Fixed broken easter egg ;-)
 m4 2015-09-23 Maxim Gordienko Maxim Gordienko [0bca0b] Migrated to Gtk3
 po 2023-11-03 pasp pasp [00b8f7] Source code cleaned up
 src 2024-05-04 pasp pasp [95bf41] Mixed stuff
 .gitignore 2023-10-30 pasp pasp [a0a040] Misc updates
 AUTHORS 2023-11-03 pasp pasp [00b8f7] Source code cleaned up
 COPYING 2007-09-28 Tomasz Maka Tomasz Maka [f6f9b3] Initial import
 ChangeLog 2024-05-04 pasp pasp [95bf41] Mixed stuff
 FAQ 2023-11-03 pasp pasp [00b8f7] Source code cleaned up
 Makefile.am 2017-04-15 Tomasz Maka Tomasz Maka [9a7a5f] * Include FAQ file to dist
 README 2023-11-03 pasp pasp [00b8f7] Source code cleaned up
 TRANSLATORS 2023-10-30 pasp pasp [a0a040] Misc updates
 autogen.sh 2011-07-16 Tomasz Maka Tomasz Maka [a0f2bf] * Fixed compilation problem with gtkhtml2 renderer
 configure.ac 2020-06-13 Maxim Gordienko Maxim Gordienko [f0e818] Use the new GLib API to access the private GObj...

Read Me

===============================================================================
=====                   O S M O (handy personal organizer)                =====
=====                                                                     =====
=====                            version 0.4.4                            =====
===============================================================================

Osmo is a handy personal organizer, which includes calendar, tasks manager,
address book and notes modules. It was designed to be a small, easy to use and
good looking PIM tool to help to manage personal information. In its current
state the organizer is quite convenient to use - for example, the user can
perform nearly all operations using the keyboard. Also, a lot of parameters
are configurable to meet the user's preferences. On the technical side, Osmo
is GTK+ based tool which uses a plain XML database to store all personal data.

Currently, Osmo has the following features:

    * General:
          o compact interface
          o configurable GUI layout (horizontal/vertical)
          o encrypted private data backup
    * Calendar:
          o day notes with text attributes (italic, bold, underline, etc.)
          o date calculator
          o built-in full year calendar
          o compact mode
          o auxiliary calendars for next and previous month
          o basic iCalendar support (import/export)
          o integration with Tasks and Contacts modules
    * Tasks:
          o advanced reminder
          o alarm actions per task (commands, sounds, etc.)
          o tasks list printing
          o category filter
          o due date modification on the fly
          o basic iCalendar support (export)
          o date dependent task coloring
    * Contacts:
          o robust search functionality
          o birthdays browser
          o addresses location on the map
          o basic import/export filters (csv, xhtml)
    * Notes:
          o handy notes selector
          o category filter
          o optional encryption using user-defined password
          o text attributes (italic, bold, underline, etc.)


-------------------------------------------------------------------------------
# HOMEPAGE

http://osmo-pim.sourceforge.net/

-------------------------------------------------------------------------------
# AUTHORS

Programming:
     Tomasz Maka <pasp@users.sourceforge.net>
     Piotr Maka <silloz@users.sourceforge.net>

Graphics:
     Maja Kocon (http://pinky-babble.org)

Contributors:
     Markus Dahms <mad@automagically.de>
     Nacho Alonso González <nacho.alonso.gonzalez@gmail.com>
     Maxim Gordienko <mgordienko@users.sourceforge.net>

-------------------------------------------------------------------------------
# DEPENDENCIES

Required packages:

    * GTK+ - The GIMP Toolkit library, version >= 3.10.0
    * LibXML 2 library

Optional packages:

    * notify library, version >= 0.7.0
    * webkit2gtk library, version >= 2.4.0
    * ical library, version >= 1.0
    * archive library, version >= 3.0.0
    * gringotts library, version >= 1.2.1
    * gspell-1 library, version >= 1.2.0

-------------------------------------------------------------------------------
# FEEDBACK

Please subscribe to our osmo-pim-friends mailing list here:

http://sourceforge.net/p/osmo-pim/mailman

Also, please use following trackers to help us to improve the Osmo:

Bugs             - http://sourceforge.net/p/osmo-pim/bugs
Feature requests - http://sourceforge.net/p/osmo-pim/feature-requests

Any suggestions, patches, criticism are kindly welcome.