wiki:WikiStart

Version 9 (modified by Eugene Romanenko, 17 years ago) (diff)

--

Welcome to Lucide

Lucide is a plugin based document viewer for eComStation. In its first incarnation it supports PDF, DjVu and JPEG files but new document types can easily be added to it.

Lucide itself is currently released as binary-only, the plugin sourcecode is available so developers can use this as a base for more plugins. The binary is not available at netlabs.org, you need an eComStation account to get it.

Mailinglist

We did two mailinglists for Lucide, one for users and one for developers. If you want to join them please read the instructions in our Wiki. You can also access them online:

Bugs & Features

Lucide is not yet a finished product, some features are missing and some are not fully tested yet. If you encounter any bugs you are welcome to register it as a new ticket. Please make sure you check the list of open tickets first to see if the bug was already registered once. Also try to assign it to the correct component, it is quite easy to do with TRAC.

You must login into TRAC in order to post a ticket. Please login with user 'guest' and password 'netlabs' if you don't have personal account.

Developers

While the core of Lucide is not released to the public the sourcecode for the plugins is freely available. This means third party programmers can contribute their own plugins for Lucide.

Plugin API

The plugin API is using SOM, this allows programmers to write their own plugin without the need of recompiling it every time a new Lucide release is done. It's up to the developer to decide if the plugin he/she writes will be open source or not, Lucide will work with both type of plugins.

Plugin Sourcecode

You can download the sourcecode of all our plugins in one zip file. If you have any problems please post to the developer list.

  • beta-1 sourcecode - contains all external libraries (poppler, libdjvu, libjpg) and the source for all Lucide plugins

Building Lucide

  • BuildingInstructions - this is not interesting for the common developer because you can't access the source :-)