=("title") Call Rxfuncadd 'SysLoadFuncs','RexxUtil','SysLoadFuncs' Call SysLoadFuncs /* get boot drive language */ _lang = Value('lang',,'os2environment') _id = Translate(Left(_lang,2)) If _id = 'ZH' Then Do _id = Translate(Substr(_lang,3,2)) If _id = 'CN' Then _id = 'CX' End Select When _id = 'DE' Then Do _title = 'Lucide - Document Viewer' _folder = 'Lucide for eCS' _prog = 'Lucide' _readme = 'Lucide Readme' _change = 'Lucide Change Log' _plug_pdf = 'Lucide PDF plugin' _plug_djvu = 'Lucide DjVu plugin' _plug_jpeg = 'Lucide JPEG plugin' End When _id = 'NL' Then Do _title = 'Lucide - Document Bekijker' _folder = 'Lucide for eCS' _prog = 'Lucide' _readme = 'Lucide Readme' _change = 'Lucide Change Log' _plug_pdf = 'Lucide PDF plugin' _plug_djvu = 'Lucide DjVu plugin' _plug_jpeg = 'Lucide JPEG plugin' End When _id = 'FR' Then Do _title = 'Lucide - Afficheur de document' _folder = 'Lucide for eCS' _prog = 'Lucide' _readme = 'Lucide Readme' _change = 'Lucide Change Log' _plug_pdf = 'Lucide PDF plugin' _plug_djvu = 'Lucide DjVu plugin' _plug_jpeg = 'Lucide JPEG plugin' End When _id = 'SV' Then Do _title = 'Lucide - Dokumentvisare' _folder = 'Lucide for eCS' _prog = 'Lucide' _readme = 'Lucide Readme' _change = 'Lucide Change Log' _plug_pdf = 'Lucide PDF plugin' _plug_djvu = 'Lucide DjVu plugin' _plug_jpeg = 'Lucide JPEG plugin' End Otherwise Do _title = 'Lucide - Document Viewer' _folder = 'Lucide for eCS' _prog = 'Lucide' _readme = 'Lucide Readme' _change = 'Lucide Change Log' _plug_pdf = 'Lucide PDF plugin' _plug_djvu = 'Lucide DjVu plugin' _plug_jpeg = 'Lucide JPEG plugin' End End rc = WirexxPutEnv('title',_title) rc = WirexxPutEnv('folder',_folder) rc = WirexxPutEnv('prog',_prog) rc = WirexxPutEnv('readme',_readme) rc = WirexxPutEnv('change',_change) rc = WirexxPutEnv('plug_pdf',_plug_pdf) rc = WirexxPutEnv('plug_djvu',_plug_djvu) rc = WirexxPutEnv('plug_jpeg',_plug_jpeg) Return _title Return WirexxGetEnv('folder') ans = WirexxShowMessage(WirexxGetEnv('title'),'Make Lucide the default program for PDF files?',4) If ans = 6 Then Do /* clear any previous associations */ Call SysIni 'USER','PMWP_ASSOC_FILTER','*.PDF','DELETE:' Call SysIni 'USER','PMWP_ASSOC_FILTER','*PDF','DELETE:' Call SysIni 'USER','PMWP_ASSOC_TYPE','Acrobat Document','DELETE:' End Return WirexxGetEnv('prog') Return WirexxGetEnv('readme') Return WirexxGetEnv('change') Return WirexxGetEnv('plug_pdf') Return WirexxGetEnv('plug_djvu') Return WirexxGetEnv('plug_jpeg') =("title"). =("plug_pdf") =("plug_djvu") =("plug_jpeg") ~Next Select "Next" to continue. Select "Cancel" to abort installation. Lucide for eComStation

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.


Features:

  • PDF, DjVu and JPEG Support
  • Drag and Drop Support
  • Fast and small


For further details please visit the Lucide project homepage:
http://svn.netlabs.org/lucide/
~I agree By pressing the "I agree" button, you agree to all terms and conditions to the below licence agreement. LICENSE

Lucide is licensed for use with eComStation only. You are not allowed to distribute the product by uploading it to public Internet servers or by any other means make it publicly available. The plugins are released under CDDL/LGPL or GPL, depending on the plugin. See http://svn.netlabs.org/lucide/ for more information and source code. ~Next Please select the packages which are to be installed. You may change the target paths for the packages. ~Next Please select additional configuration that WarpIN should perform after installing this archive. I~nstall Press "Install" to begin installing this archive.