Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.2 KB

The Osxcart Library

⚠️ As of 2022, this library is no longer supported. For RTF integration with GtkTextBuffer, use Ratify, this library's successor. For reading and writing property lists, use libplist.

Osxcart, or OS X Converting And Reading Tool, is a library designed to import file formats used in Mac OS X, NeXTSTEP, and GnuSTEP into GTK+/GLib-based programs easily, using a lightweight interface. The "s" in Osxcart is silent.

Right now, the Osxcart library includes a module for reading and writing property lists (".plist" files) in XML format, and a module for importing and exporting RTF documents to and from GtkTextBuffers.

How To Use It

The API documentation can be found in the docs/reference/html directory. It is also available in Devhelp after make install has been run.

How To Report Bugs And Request Features

Please open issues at https://github.com/ptomato/osxcart/issues.

Where To Download The Latest Version

The release page is at https://github.com/ptomato/osxcart/releases. This is where you can download the library in various packaged forms.