= Welcome to Lucide = [[PageOutline]] Lucide is a plugin based document viewer for OS/2 and eComStation, which currently supports PDF, !DjVu, and JPEG files. New document types may be easily 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 Library'''||[ftp://ftp.netlabs.org/pub/gcc/libc-0_6_6-csd6.wpi WPI]||kLibc Runtime libraries|| ||'''GCC 4 Core Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_3_1.wpi WPI]||GCC 4 runtime libraries|| ||'''UClip'''||[http://hobbes.nmsu.edu/cgi-bin/h-search?key=UClip WPI]||enhanced 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 can be found [source:/tags/1.3.5/Lucide/changelog here]. The latest beta version is '''1.3.6RC''', dated August 7, 2016. Lucide is available for downloading in the following packages and formats: ||'''Component'''||'''Package'''||'''Version'''||'''Description'''|| ||Lucide executable and plugins||[ftp://ftp.netlabs.org/pub/lucide/Lucide-1_3_5_GA.wpi WPI]||1.3.5||updated poppler lib|| ||Lucide executable and plugins||[ftp://ftp.netlabs.org/pub/lucide/Lucide-1_3_5_GA.zip ZIP]||1.3.5||updated poppler lib|| ||Lucide executable and plugins||[ftp://ftp.netlabs.org/pub/lucide/Lucide-1.3.6-release-candidate-1.zip ZIP]||1.3.6RC||Release Candidate package|| == 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 [http://wiki.netlabs.org/index.php/Mailinglists 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: * news://news.gmane.org/gmane.org.netlabs.lucide.devel * news://news.gmane.org/gmane.org.netlabs.lucide.general == 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 [http://svn.netlabs.org/lucide/newticket 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 [http://svn.netlabs.org/lucide/report/11 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 [wiki:LucidePluginsGuide 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 === * BuildingInstructions (somewhat outdated) == Alternatives == If you're looking for an alternative to Lucide, please take a look at [http://svn.netlabs.org/qtapps/wiki/QT4%20Office QT4 Office Apps] and search for QPDFView.