the installation process absolutelly the same like for original project DocViewer Plugin
http://www.domiclipse.com/domiclipse/web.nsf/htdocs/docviewer
———————————————————————————
Before you can install any new plugins in Notes you will need to configure your Client and create a new update site.
* Locate the file {notes install dir}\framework\rcp\plugin_customization.ini and add the line com.ibm.notes.branding/enable.update.ui=true and restart the client.<br/>
* From the main menu select File -> Application -> Install.<br/>
* Select Search for new features to install<br/>
* Create a new Remote Update Site which points here http://www.domiclipse.com/domiclipse/update.nsf
———————————————————————————
Installing Doc Comparer
Refer to this page for installation instructions.
DocViewer Source Code
Refer to this page for instructions on how to obtain the source code.
DocViewer is one main plugin called com.domiclipse.docviewer and one supporting plugin called com.ibm.lotuslabs.context.service.
Using DocViewer
The DocViewer can be found in the Notes 8 Standard Sidebar. You can add/remove DocViewer from the Sidebar via View -> Sidebar Panels.
When a Domino document is selected in any view in any database; details of the document are displayed in the Master part of the form.
When an Item in the Document section is selected; details about the Item are displayed in the Item section of the DocViewer.
The toolbar actions:
* Exclude $ Items. Toggles the display of items which begin with '$'.<br/>
* Exclude By Name. Excludes items which do not begin with the specified text.<br/>
* Pin Selection. Keeps the current document selected.<br/>
* Change Orientation. This action toggles the orientation of the Master/Details form from horizontal to vertical.<br/>
Limitations
The DocViewer plugin uses the standard Notes Java api so there are certain limitations because of this.
* If a document has multiple items with the same name eg three Body items; only the first is shown.<br/>
* Displaying the details of RichTextItems is limited to displaying the text of the Item.<br/>
* The details of non-standard type of Item are not displayed at all.