1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
-----------------------------------------------------------------------------
----- O S M O - a handy personal organizer -----
----- -----
----- version 0.2.2 -----
-----------------------------------------------------------------------------
-----> WHAT ?
Osmo is a handy personal organizer, which includes calendar, tasks manager and
address book 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:
* Calendar:
o note per day
o day notes browser
o arbitrary coloring of the days with notes
o date calculator
o built-in full year calendar
o easy navigation
o compact mode
o auxiliary calendars for next and previous month
o handy popup menu for month change
o rudimentary iCalendar support
o integration with Tasks and Contacts modules
* Tasks:
o advanced reminder
o category filter
o priority per task
o due date modification on the fly
o date dependent task coloring
o hide/unhide complete tasks
* Contacts:
o robust search functionality
o photo support
o birthdays browser
o import/export support for CSV files
o optional export to XHTML format
* Notes:
o handy notes selector
o category filter
o encryption using user-defined password per note
o many text attributes (italic, bold, underline, etc.)
-----> WHERE ?
Homepage: http://clay.ll.pl/osmo
-----> WHO ?
Programming:
Tomasz Maka <pasp@users.sourceforge.net>
Graphics:
Maja Kocon (http://ironya.ll.pl)
Contributors:
Piotr Maka <silloz@users.sourceforge.net>
Markus Dahms <mad@automagically.de>
-----> DEPENDENCIES ?
Required packages:
* GTK+ - The GIMP Toolkit library, version >= 2.10
* LibXML 2 library
* Libnotify library, version >= 0.4.4
Optional packages:
* Libical library, version >= 0.27
* Libgringotts library, version >= 1.2.1
* Libsyncml library, version >= 0.4.0
-----> FEEDBACK ?
Please subscribe to our osmo-pim-friends mailing list here:
https://lists.sourceforge.net/lists/listinfo/osmo-pim-friends
Also, please use following trackers to help us to improve the Osmo:
Bugs - https://sourceforge.net/tracker/?group_id=206587&atid=998196
Feature requests - https://sourceforge.net/tracker/?group_id=206587&atid=998199
Any suggestions, patches, criticism are kindly welcome.
|