File: README

package info (click to toggle)
osmo 0.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,560 kB
  • sloc: ansic: 31,679; sh: 1,232; makefile: 207
file content (100 lines) | stat: -rw-r--r-- 3,621 bytes parent folder | download | duplicates (4)
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
98
99
100

===============================================================================
=====                   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.