This plugin enables vCalendar message handling like the ones produced by
Evolution or Outlook, and handles webCal subscriptions. It provides a
personal calendar and public calendar import and export as well as
groupware features for Claws Mail, namely:
* receiving meeting invitations (displaying, answering, planning)
* sending meeting invitations
* publishing your calendar(s) and/or your free/busy status, in order to
help others plan meetings
* subscribing to public calendars
* retrieving the free/busy status of people, to help in planning
meetings
* reminding you of events in advance
from Landry Breuil <gaston at gcu dot info> (MAINTAINER) with some changes by myself
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
This is an Apache module that implements the SCGI protocol. The SCGI
protocol is a replacement for the Common Gateway Interface (CGI)
protocol. It is a standard for applications to interface with HTTP
servers. It is similar to FastCGI but is designed to be easier to
implement.
from Jeremy Evans, with tweaks by me
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.
ok robert@
This is the GNU gettext package. It is interesting for authors or
maintainers of other packages or programs which they want to see
internationalized. As one step the handling of messages in different
languages should be implemented. For this task GNU gettext provides
the needed tools and library functions.
ok (and with help from) robert@
Addresses for GNUstep is a versatile address book application for
managing contact information. It stores addresses, phone numbers,
pictures, instant messaging information, email, homepages and whatever.
Addresses is also a framework that allows access to the addresses
database in a way that is source code compatible with Apple's
AddressBook.framework. It also contains a view framework to facilitate
the construction of applications that use the contact database.