1 | :: About Lucide ::
|
---|
2 |
|
---|
3 | Lucide is a plugin-based document viewer with support for various file formats.
|
---|
4 |
|
---|
5 | It provides a SOM based plugin architecture which allows 3rd party programmers
|
---|
6 | to easily add more plugins.
|
---|
7 |
|
---|
8 |
|
---|
9 | :: Plugins ::
|
---|
10 |
|
---|
11 | Supported file type Supported features
|
---|
12 | --------------------------------------------------------------------------
|
---|
13 | PDF scaling, rotation, navigation, text
|
---|
14 | selection, searching, asynchronous rendering,
|
---|
15 | form fill-in, PostScript printing
|
---|
16 |
|
---|
17 | DJVU Scaling, PostScript printing
|
---|
18 |
|
---|
19 | JPG Scaling
|
---|
20 | --------------------------------------------------------------------------
|
---|
21 |
|
---|
22 | :: Comparison to qPDFView ::
|
---|
23 |
|
---|
24 | Both Lucide and qPDFView utilize the poppler library for rendering PDFs.
|
---|
25 | Internal differences between the two program result in some rendering more
|
---|
26 | quickly in one program vs the other. Overall, we feel that Lucide has a more
|
---|
27 | OS/2-like - or native - feel to its interface, and is better suited to the
|
---|
28 | operating system. The choice is left entirely to the user as to which is
|
---|
29 | better suited to his needs.
|
---|
30 |
|
---|
31 |
|
---|
32 | :: Requirements ::
|
---|
33 |
|
---|
34 | To install all prerequisites in one go from Arca Noae Package Manager, simply
|
---|
35 | copy and paste the following string into the Quick install dialog:
|
---|
36 |
|
---|
37 | libc libgcc1 libgcc-fwd poppler poppler-data uclip
|
---|
38 |
|
---|
39 |
|
---|
40 | Specifically, Lucide requires the following:
|
---|
41 |
|
---|
42 | - libc 0.6.6:
|
---|
43 | - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.6-csd6.zip (zip format)
|
---|
44 | or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_6-csd6.wpi (WarpIn format)
|
---|
45 | or "yum install libc" (from the netlabs-rel repository)
|
---|
46 | - gcc492.dll:
|
---|
47 | - ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_3_1.wpi (WarpIn format)
|
---|
48 | or "yum install libgcc1 libgcc-fwd" (from the netlabs-rel repository)
|
---|
49 | - poppler 0.42.0 library needs to be installed to view PDFs:
|
---|
50 | - "yum install poppler", can be installed from netlabs-rel repository
|
---|
51 |
|
---|
52 |
|
---|
53 | Optional: to place unicode text to the clipboard in OpenOffice.org-compatible
|
---|
54 | format you need to install UClip package (enhanced OS/2 clipboard support,
|
---|
55 | installed by default in eComStation 2.0 RC1 and up, as well as ArcaOS Blue
|
---|
56 | Lion):
|
---|
57 |
|
---|
58 | - http://hobbes.nmsu.edu/cgi-bin/h-search?key=UClip
|
---|
59 | or "yum install uclip" (from the netlabs-rel repository)
|
---|
60 |
|
---|
61 | Optional: to have Japanese fonts working you need the poppler-data package.
|
---|
62 |
|
---|
63 | - "yum install poppler-data" (from the netlabs-rel repository)
|
---|
64 |
|
---|
65 |
|
---|
66 | PostScript printing requires PostScript-capable printer (pscript.drv or
|
---|
67 | psprint.drv).
|
---|
68 |
|
---|
69 |
|
---|
70 | To see a full list of features and enhancements consult the Lucide TRAC at:
|
---|
71 |
|
---|
72 | https://trac.netlabs.org/lucide/
|
---|
73 |
|
---|
74 | If you encounter any bugs register them in the TRAC as well, see:
|
---|
75 |
|
---|
76 | https://trac.netlabs.org/lucide/newticket
|
---|
77 |
|
---|
78 | Please make sure you select the correct version and component for your ticket.
|
---|
79 |
|
---|
80 |
|
---|
81 | :: Known problems/limitations ::
|
---|
82 |
|
---|
83 | See: https://trac.netlabs.org/lucide/report/1
|
---|
84 |
|
---|
85 |
|
---|
86 | :: Third-Party plugins ::
|
---|
87 |
|
---|
88 | GBM (Generalised Bitmap Module) is a library for handling many different bitmap
|
---|
89 | file formats. It comes with a set of useful command line tools for doing bitmap
|
---|
90 | manipulations and format conversion. In this version BMP, JPG, JP2, PNG, TIF,
|
---|
91 | PBM, PGM, PPM, PNM, XPM, JBG and RAW support is additionally included.
|
---|
92 |
|
---|
93 | http://hobbes.nmsu.edu/h-search.php?key=gbmos2pm160_gbm176_lu143_moz147_bin_wpi
|
---|
94 |
|
---|
95 | N.B.: If using GBM to render JPG images, it is advised to disable the JPG
|
---|
96 | plugin which ships with Lucide to avoid conflicts (see ticket #236). This may
|
---|
97 | be accimplished by simply renaming lujpeg.dll in the Lucide program directory
|
---|
98 | to lujpeg.dl_ when Lucide is not running. To re-enable the included JPG plugin,
|
---|
99 | simply rename the file to its original name and start Lucide.
|
---|
100 |
|
---|
101 | :: Pipe commands ::
|
---|
102 |
|
---|
103 | The first instance of Lucide will create a named pipe \PIPE\LUCIDE.
|
---|
104 | You may send following commands to this pipe:
|
---|
105 |
|
---|
106 | $prev - will switch to the previous page
|
---|
107 | $next - will switch to the next page
|
---|
108 | $presentation - will switch to presentation (even if minimized)
|
---|
109 | $minimize - will mimimize Lucide (even if fullscreen)
|
---|
110 | $rotate - will rotate 90ᅵ CW
|
---|
111 | $zoomin - will zoom in
|
---|
112 | $zoomout - will zoom out
|
---|
113 | $zoomoriginal - will zoom to actual size
|
---|
114 |
|
---|
115 | This can be useful for presentations with a remote control.
|
---|
116 |
|
---|
117 |
|
---|
118 | :: License through version 1.21 ::
|
---|
119 |
|
---|
120 | Lucide version 1.21 and earlier are licensed for use with eComStation only.
|
---|
121 | You are not allowed to distribute the product by uploading it to public
|
---|
122 | Internet servers or make it publicly available by any other means.
|
---|
123 |
|
---|
124 |
|
---|
125 | :: License for version 1.3.0 and better ::
|
---|
126 |
|
---|
127 | Starting with version 1.3.0, Mensys BV and Serenity Systems International
|
---|
128 | have agreed in opensourcing Lucide, while still investing in the product.
|
---|
129 | Netlabs.org would like to express it's gratitude toward Mensys BV and
|
---|
130 | Serenity Systems International.
|
---|
131 |
|
---|
132 | Arca Noae, LLC has agreed to foster development of Lucide from version
|
---|
133 | 1.3.6 onward. Lucide remains open source, and dual licensed.
|
---|
134 |
|
---|
135 | Lucide as of version 1.3.0 is released and distributed under CDDL/LGPL.
|
---|
136 |
|
---|
137 |
|
---|
138 | :: Plugin License ::
|
---|
139 |
|
---|
140 | The plugins are released under CDDL/LGPL or GPL, depending on the plugin. See
|
---|
141 | http://svn.netlabs.org/lucide/ for more information and source code.
|
---|
142 |
|
---|
143 |
|
---|
144 | :: Links ::
|
---|
145 |
|
---|
146 | http://www.netlabs.org
|
---|
147 | https://www.arcanoae.com
|
---|
148 |
|
---|
149 |
|
---|
150 | :: Copyright ::
|
---|
151 |
|
---|
152 | (c) 2006-2007 by Eugene Romanenko, netlabs.org
|
---|
153 | (c) 2010-2011 by Dmitriy Kuminov, netlabs.org
|
---|
154 | in co-operation with Serenity Systems International
|
---|
155 | (c) 2016 by netlabs.org
|
---|
156 | in co-operation with Arca Noae, LLC
|
---|