Documentation

Welcome to Libra's User Manual. This user manual is divided into 2 sections. The first section describes daily usage of Libra, and is targeted at all general users. The second section documents the public API's that Libra uses, and is targeted at developers who are keen to extend Libra.

This documentation is work in progress, and as you can see, nothing much has been done yet :P

Using Libra

Topics on Libra's basic usage...

Extending Libra

This section describes the various ways you can extend Libra, from writing import/export plugins to creating new item types. The target audience of this is software developers/hobbyists.

Adding new item types.

This section describes how new item types are added.

Export Plugins

This section describes Libra's export API.

Import Plugins

Libra has a very simple import API specified in C++....