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 | PostScript printing |
---|
16 | |
---|
17 | DJVU Scaling, PostScript printing |
---|
18 | |
---|
19 | JPG - |
---|
20 | -------------------------------------------------------------------------- |
---|
21 | |
---|
22 | This program requires UClip package (enhanced OS/2 clipboard support): |
---|
23 | |
---|
24 | - http://hobbes.nmsu.edu/cgi-bin/h-search?key=UClip |
---|
25 | |
---|
26 | UClip requires Innotek LIBC 0.6.1: |
---|
27 | |
---|
28 | - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.1-csd1.zip (zip format) |
---|
29 | or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_1-csd1.wpi (WarpIn format) |
---|
30 | |
---|
31 | DJVU plugin requires Innotek LIBC 0.6.3: |
---|
32 | |
---|
33 | - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip (zip format) |
---|
34 | or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_3-csd3.wpi (WarpIn format) |
---|
35 | |
---|
36 | |
---|
37 | PostScript printing requires PostScript-capable printer (pscript.drv). |
---|
38 | |
---|
39 | |
---|
40 | To see a full list of features and enhancements consult the Lucide TRAC at: |
---|
41 | |
---|
42 | http://svn.netlabs.org/lucide/ |
---|
43 | |
---|
44 | If you encounter any bugs register them in the TRAC as well, see: |
---|
45 | |
---|
46 | http://svn.netlabs.org/lucide/newticket |
---|
47 | |
---|
48 | Please make sure you select the correct version and component for your ticket. |
---|
49 | |
---|
50 | |
---|
51 | :: Known problems/limitations :: |
---|
52 | |
---|
53 | General: even/odd printing unavailable for postscript printing. |
---|
54 | ( http://svn.netlabs.org/lucide/ticket/87#comment:4 ) |
---|
55 | |
---|
56 | General: currently, Lucide determines the document type by extension, so |
---|
57 | files without extensions are not supported yet. |
---|
58 | ( http://svn.netlabs.org/lucide/ticket/43 ) |
---|
59 | |
---|
60 | General: files with more than one dot in the filename are not displayed in |
---|
61 | the Open File dialog. This is not a Lucide problem, but a problem |
---|
62 | of the standard Open File dialog. |
---|
63 | ( http://svn.netlabs.org/lucide/ticket/86#comment:1 ) |
---|
64 | |
---|
65 | PDF plugin: text selection in multicolumn documents may work incorrectly |
---|
66 | and Lucide may even crash. It's a problem of poppler PDF rendering |
---|
67 | library. |
---|
68 | ( http://svn.netlabs.org/lucide/ticket/98 ) |
---|
69 | ( https://bugs.freedesktop.org/show_bug.cgi?id=4006#c1 ) |
---|
70 | |
---|
71 | |
---|
72 | :: Pipe commands :: |
---|
73 | |
---|
74 | First instance of Lucide will create named pipe \PIPE\LUCIDE. You may |
---|
75 | send following commands to pipe: |
---|
76 | |
---|
77 | $prev - will switch to previous page |
---|
78 | $next - will switch to next page |
---|
79 | $switchfullscreen - will switch to fullscreen (even if minimized) |
---|
80 | $minimize - will mimimize Lucide (even if fullscreen) |
---|
81 | |
---|
82 | This may be useful for presentations with remote control. |
---|
83 | |
---|
84 | |
---|
85 | :: License :: |
---|
86 | |
---|
87 | Lucide is licensed for use with eComStation only. You are not allowed to |
---|
88 | distribute the product by uploading it to public Internet servers or by any |
---|
89 | other means make it publicly available. |
---|
90 | |
---|
91 | The plugins are released under CDDL/LGPL or GPL, depending on the plugin. See |
---|
92 | http://svn.netlabs.org/lucide/ for more information and source code. |
---|
93 | |
---|
94 | |
---|
95 | :: Links :: |
---|
96 | |
---|
97 | http://www.netlabs.org |
---|
98 | http://www.ecomstation.com |
---|
99 | |
---|
100 | |
---|
101 | :: Copyright :: |
---|
102 | |
---|
103 | (c) 2006-2007 by Eugene Romanenko, netlabs.org |
---|
104 | in co-operation with Serenity Systems International |
---|