wiki:WikiStart

Version 57 (modified by Lewis Rosenthal, 8 years ago) (diff)

Clarified opening description pertaining to document support.

Welcome to Lucide

Lucide is a plugin based document viewer for OS/2 and derivative operating systems, which currently supports PDF, DjVu, and a number of image format files (JPG, through the included plugin, and many bitmap formats through the Generalised Bitmap Module, available here. Support for new document types may be added as additional plugins.

Current Status

Licensing

  • Versions 1.30 and higher have been released and distributed under CDDL/LGPL (dual license model).
  • Versions up through 1.21 were only released in binary form, under a proprietary license.

Development & Release

Development of Lucide has been renewed as of December, 2015, in cooperation with Arca Noae, LLC and affiliated developers. Further details regarding new releases will be made as work progresses.

For the latest release, see Latest Versions, below.

Additional software prerequisites

It is strongly recommended to install from RPM, though WPI is still supported for most prerequisites:

If you use RPM, you should install the following with the single command for versions up through 1.3.5:

yum install libc libgcc1 libgcc-fwd gcc-stdc++6 gcc-supc++6 uclip

or use Arca Noae Package Manager's Quick install feature (YUM | Quick install...) and paste the following into the dialog box:

libc libgcc1 libgcc-fwd gcc-stdc++6 gcc-supc++6 uclip

For WPI:

kLibc 0.6.6 LibraryWPIkLibc Runtime libraries
GCC 4 Core LibrariesWPIGCC 4 runtime libraries
UClipWPIenhanced OS/2 clipboard support

For version 1.3.6 and newer, the Quick install list is:

libc libgcc1 libgcc-fwd gcc-stdc++6 gcc-supc++6 poppler poppler-data uclip

To have Japanese fonts working in 1.3.6 you need the poppler-data package. This is listed above. If you do not wish to add such support, you may omit it from the Quick install list.

Latest Versions

The latest stable version is 1.3.5, released September 14, 2012. The list of changes may be found here. The latest beta version is 1.3.6 RC1, dated August 7, 2016, and its changelog may be found here.

Lucide is available for downloading in the following packages and formats:

ComponentPackageVersionDescription
Lucide executable and pluginsWPI1.3.5updated poppler lib
Lucide executable and pluginsZIP1.3.5updated poppler lib
Lucide executable and pluginsZIP1.3.6 RC1Release Candidate 1

Mailing Lists

There are currently two mailing lists for Lucide: one for users, and one for developers. If you want to join either or both, please read the instructions on the Netlabs Wiki. As the Gmane web service shut down at the end of July, 2016, you may access the list archives via NNTP, here:

Bugs & Features

Lucide remains a work in progress, with some features still to be added and some long-standing issues to be addressed. If you encounter an issue or have an enhancement request, you are welcome to register it as a new ticket. Please make sure you check the list of open tickets first, to see if your issue may have already been reported. Also, try to assign it to the correct component of the program; this is quite easy to do with TRAC. We will do our best to review tickets regularly and will leave comments if we need more info. Please revisit the Feedback analysis for overall status updates. If we leave a comment and still do not receive a response from the ticket creator, the issue will likely be closed in a reasonable amount of time.

Anonymous access to the ticket system has been restricted due to multiple spam attacks. In order to create a new ticket or comment on an existing one, you will need to log in with your Netlabs login id. If you do not have a login id, you may request one at http://www.netlabs.org/en/site/member/member.xml. We are sorry for inconvenience, but at the present time, this is the only way we may avoid extremely annoying (and time-wasting) spam.

Developers

We are currently seeking interested developers to take Lucide to the next level, adding features like tabbed viewing, more flexible print layouts, context-sensitive help, more intuitive user interface, and better rendering performance.

Plugin API

The plugin API uses SOM. This allows programmers to write their own plugins without the need to recompile them 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, due to its being dual-licensed, will work with both type of plugins.

Please read How to write your own plugins for Lucide.

Plugin Source Code

You may download the sources for all of our plugins directly from the svn repository. If you have any problems, please post to the developer list.

  • The svn trunk contains all external libraries (poppler, libdjvu, libjpg) and the source for all Lucide plugins. (Note that one of the new design goals is to remove Lucide's dependence on special library builds and to utilize the system-installed ones.)

Building Lucide

Alternatives

If you're looking for an alternative to Lucide, please take a look at QT4 Office Apps and search for QPDFView.