From 524bdd049af3b499eeb3c848741a2f4049d0123d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 20 Oct 2024 21:23:20 -0400 Subject: [PATCH] Updated the README somewhat. --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 77ee4a4..f25c09c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cthulhu v45.3 +# Cthulhu ## Introduction @@ -11,20 +11,12 @@ technology service provider interface (AT-SPI), which is the primary assistive technology infrastructure for the Solaris and Linux operating environments. Applications and toolkits supporting the AT-SPI include the GNOME GTK+ toolkit, the Java platform's Swing -toolkit, OpenOffice/LibreOffice, Gecko, and WebKitGtk. AT-SPI support -for the KDE Qt toolkit is currently being pursued. +toolkit, OpenOffice/LibreOffice, Gecko, WebKitGtk, and KDE Qt toolkit. -See also for detailed information -on Cthulhu, including how to run Cthulhu, how to communicate with the Cthulhu user -community, and where to log bugs and feature requests. ## Dependencies -Cthulhu v45.x is supported on GNOME 45.x only. We highly suggest you -use the latest releases of GNOME because they contain accessibility -infrastructure and application bug fixes that help Cthulhu work better. - -Cthulhu also has the following dependencies: +Cthulhu has the following dependencies: * Python 3 - Python platform * pygobject-3.0 - Python bindings for the GObject library @@ -39,10 +31,10 @@ Cthulhu also has the following dependencies: * gstreamer-1.0 - GStreamer - Streaming media framework (optional) You are strongly encouraged to also have the latest stable versions -of AT-SPI2 and ATK for the GNOME 45.x release. +of AT-SPI2 and ATK. -## NOTE FOR BRLTTY USERS: +## Braille Cthulhu depends upon the Python bindings for BrlAPI available in BrlTTY v4.5 or better. You can determine if the Python bindings for BrlAPI are @@ -66,10 +58,10 @@ learn mode, press "Escape." Finally, the preferences dialog contains a "Key Bindings" tab that lists the keyboard binding for Cthulhu. For more information, see the Cthulhu documentation which is available -within Cthulhu as well as at: +within Cthulhu. ## Scripting Cthulhu So, you want to write a script for Cthulhu? The best thing to do is start by looking at other scripts under the src/cthulhu/scripts/ hierarchy -of the source tree. +of the source tree. Cthulhu also has an excellent plugin system, more documentation and examples coming soon.