diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:11:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:11:39 +0800 |
commit | 6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c (patch) | |
tree | 80dd01ef786490f07295a989b1efd8ed753a8fef /accessibility/atk/pkg-descr | |
parent | d49bf2116376af3147360d03cc88ffae85b3248d (diff) | |
download | freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.gz freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.zst freebsd-ports-gnome-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.zip |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Diffstat (limited to 'accessibility/atk/pkg-descr')
-rw-r--r-- | accessibility/atk/pkg-descr | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr index b28d3e537b26..ac3b71815e04 100644 --- a/accessibility/atk/pkg-descr +++ b/accessibility/atk/pkg-descr @@ -1,12 +1,5 @@ -Accessibility means helping people with disabilities to participate in -substantial life activities. That includes work, and the use of services, -products, and information. GNOME includes libraries and a support framework -that allow people with disabilities to utilize all of the functionality of the -GNOME user environment. - -The GNOME Accessibility Toolkit (ATK) describes a set of interfaces that need -to be implemented by GUI components to make them accessible. The interfaces are -toolkit-independent-- implementations could be written for any widget set, such -as GTK, Motif or Qt. +The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, +just like GTK contains GUI element widgets. However, ATK's widgets +are platform-independent, so they can be used with Qt, Motif, etc. WWW: http://developer.gnome.org/projects/gap/ |