• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H12-Jul-2020-5,4914,742

m4/H12-Jul-2020-347316

po/H03-May-2022-68,14746,333

src/H03-May-2022-43,99732,392

AUTHORSH A D15-Apr-20171.5 KiB5738

COPYINGH A D28-Mar-201717.6 KiB340281

ChangeLogH A D12-Jul-20205.7 KiB158141

FAQH A D12-Jul-2020996 2616

Makefile.amH A D15-Apr-2017110 63

Makefile.inH A D12-Jul-202024.5 KiB792698

READMEH A D12-Jul-20203.5 KiB10177

TRANSLATORSH A D28-Mar-20172.4 KiB5352

aclocal.m4H A D12-Jul-202049.1 KiB1,3661,242

compileH A D12-Jul-20207.2 KiB348258

config.h.inH A D12-Jul-20204.1 KiB165111

configureH A D12-Jul-2020235.8 KiB8,1016,794

configure.acH A D12-Jul-20208 KiB273232

depcompH A D12-Jul-202023 KiB792502

install-shH A D12-Jul-202014.8 KiB509329

missingH A D12-Jul-20206.7 KiB216143

README

1
2===============================================================================
3=====                   O S M O (handy personal organizer)                =====
4=====                                                                     =====
5=====                            version 0.4.4                            =====
6===============================================================================
7
8Osmo is a handy personal organizer, which includes calendar, tasks manager,
9address book and notes modules. It was designed to be a small, easy to use and
10good looking PIM tool to help to manage personal information. In its current
11state the organizer is quite convenient to use - for example, the user can
12perform nearly all operations using the keyboard. Also, a lot of parameters
13are configurable to meet the user's preferences. On the technical side, Osmo
14is GTK+ based tool which uses a plain XML database to store all personal data.
15
16Currently, Osmo has the following features:
17
18    * General:
19          o compact interface
20          o configurable GUI layout (horizontal/vertical)
21          o encrypted private data backup
22    * Calendar:
23          o day notes with text attributes (italic, bold, underline, etc.)
24          o date calculator
25          o built-in full year calendar
26          o compact mode
27          o auxiliary calendars for next and previous month
28          o basic iCalendar support (import/export)
29          o integration with Tasks and Contacts modules
30    * Tasks:
31          o advanced reminder
32          o alarm actions per task (commands, sounds, etc.)
33          o tasks list printing
34          o category filter
35          o due date modification on the fly
36          o basic iCalendar support (export)
37          o date dependent task coloring
38    * Contacts:
39          o robust search functionality
40          o birthdays browser
41          o addresses location on the map
42          o basic import/export filters (csv, xhtml)
43    * Notes:
44          o handy notes selector
45          o category filter
46          o optional encryption using user-defined password
47          o text attributes (italic, bold, underline, etc.)
48
49
50-------------------------------------------------------------------------------
51# HOMEPAGE
52
53http://osmo-pim.sourceforge.net/
54
55-------------------------------------------------------------------------------
56# AUTHORS
57
58Programming:
59     Tomasz Maka <pasp@users.sourceforge.net>
60     Piotr Maka <silloz@users.sourceforge.net>
61
62Graphics:
63     Maja Kocon (http://pinky-babble.org)
64
65Contributors:
66     Markus Dahms <mad@automagically.de>
67     Nacho Alonso González <nacho.alonso.gonzalez@gmail.com>
68     Maxim Gordienko <mgordienko@users.sourceforge.net>
69
70-------------------------------------------------------------------------------
71# DEPENDENCIES
72
73Required packages:
74
75    * GTK+ - The GIMP Toolkit library, version >= 3.10.0
76    * LibXML 2 library
77
78Optional packages:
79
80    * notify library, version >= 0.7.0
81    * webkit2gtk library, version >= 2.4.0
82    * ical library, version >= 1.0
83    * archive library, version >= 3.0.0
84    * gringotts library, version >= 1.2.1
85    * gspell-1 library, version >= 1.2.0
86
87-------------------------------------------------------------------------------
88# FEEDBACK
89
90Please subscribe to our osmo-pim-friends mailing list here:
91
92http://sourceforge.net/p/osmo-pim/mailman
93
94Also, please use following trackers to help us to improve the Osmo:
95
96Bugs             - http://sourceforge.net/p/osmo-pim/bugs
97Feature requests - http://sourceforge.net/p/osmo-pim/feature-requests
98
99Any suggestions, patches, criticism are kindly welcome.
100
101