Consultor Eletrônico



Kbase 17666: How To EDOC books located on a network
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
How To EDOC books located on a network

This explains how to install just the EDOC books in a central
network location and to allow for network books to be accessed
by local browser.

1. Install the books on a network.
2. Install the browsers-only locally.
3. Edit each local DYNATEXT.INI file to include the following
lines.
(In this example, each collection is on a separate line for
readability; they do not have to be. Attached is an example
INI file that we use here at PSC.
See the comments in the example INI for more info.)

COLLECTION=X:\path\to\getstart=PROGRESS Getting Started
COLLECTION=X:\path\to\devtools=PROGRESS Development Tools
COLLECTION=X:\path\to\reptools=PROGRESS Reporting Tools
COLLECTION=X:\path\to\4gl=PROGRESS 4GL
COLLECTION=X:\path\to\sysadmn=PROGRESS System Administration
COLLECTION=X:\path\to\database=PROGRESS Database\DataServers
COLLECTION=X:\path\to\sqloa=PROGRESS SQL\Open Access
COLLECTION=X:\path\to\deploy=PROGRESS Deployment

[ Text ] :

; *****************************************************************
; * DynaText 3.1 Initialization File *
; *****************************************************************

[dtext]
; NOTE: You can have multiple COLLECTION lines. For example:
;
; COLLECTION=C:\dtext31\EBTDOCS\SAMPDOC=Sample Books
; COLLECTION=D:\mycoll=A Few of My Favorite Things
; COLLECTION=E:\EBOOKS\REFMANS=System Reference Manuals
;
; You can also have multiple SYSCONFIG lines.
;

COLLECTION=C:\Dtext311\ebtdocs\dtextdoc=DynaText English
Documentation;C:\DynaTag Workspace\Publish=DynaTag Published Books;C:Program
Files\Inso\DynaTag\EbtDocs=DynaTag 3.0 Documentation;C:\DynaTag
Workspace\Publish=wip29;;;;;;;;;;;;;;;;;

;PSC uses the following COLLECTION Lines to access the 8.2 beta books
on the
network
;Use the same syntax, using your pathname instead of "N:\Edoc\Publish"


COLLECTION=N:\Edoc\Publish\getstart=PROGRESS Getting Started
COLLECTION=N:\Edoc\Publish\devtools=PROGRESS Development Tools
COLLECTION=N:\Edoc\Publish\reptools=PROGRESS Reporting Tools
COLLECTION=N:\Edoc\Publish\4gl=PROGRESS 4GL
COLLECTION=N:\Edoc\Publish\sysadmn=PROGRESS System Administration
COLLECTION=N:\Edoc\Publish\database=PROGRESS Database\DataServers
COLLECTION=N:\Edoc\Publish\sqloa=PROGRESS SQL\Open Access
COLLECTION=N:\Edoc\Publish\deploy=PROGRESS Deployment

SYSCONFIG=

DATA_DIR= C:\Dtext311\DATA
LIBRARY_PATH=C:\Dtext311\LIB

; When DTEXT_AUTH is unset, DynaText acts as a Runtime browser.
DTEXT_AUTH=C:\Dtext311\data\security\full.lic
MKBOOK_AUTH=C:\Dtext311\data\security\full.lic
; NOTE: The mkbook.ini is no longer used for running MKBOOK.

PUBLIC_DIR=C:\Dtext311\ANNOTS\PUBLIC
PRIVATE_DIR=C:\Dtext311\ANNOTS\PRIVATE

; Comment out the DTEXT_PLUGINS line to stop the loading of plugins
PLUGIN_DIRS=C:\Dtext311\LIB\PLUGINS
DTEXT_PLUGINS=OLEPLUG.DLL;tagprevu.dll

; For supplying SGML-Open catalogs which may override internally-used
; catalogs
USER_CATALOGS=

; TEX_DIR is used for building equations in MKBOOK
TEX_DIR=C:\Dtext311\EMTEX

; NEW! set SORT_COLLS=0 to NOT sort the list of collections;
; set SORT_COLLS=1 to sort the list (= default if not set)

set BACKGROUND_ANNOTS=1 to load a book's annotations in the backgroun
d
; set BACKGROUND_ANNOTS=0 to load annotations immediately upon opening
a book
BACKGROUND_ANNOTS=0


; *-- Setting Window Positions --------------------------------------*

;
; To customize the initial size and position of DynaText windows,
; you can specify the initial geometry on a window-type basis.
; For each type of window, specify xleft, ytop, width, height, and
; optional "special" flag
;
; Syntax: window_name=x y w h [s]
;
; window_name = For Book windows, it's the stylesheet name without
; file extension, but with horizontal or vertical selector (if
; there's a TOC):
; fulltext_v = for fulltext window with vertical splitbar
; (TOC on left or right)
; fulltext_h = for fulltext window with horizontal splitbar
; (TOC on top or bottom)
; fulltext= for a fulltext window without a TOC (ie, no splitbar)
; popup= for a popup revelatory without a TOC, etc.
;
; Other window names:
; collectionWin = the collection window
; graphic = graphic windows (rasters and vectors)
; note = the Annotation Note window
; log = the Message Log window
;
; x = left edge of window in MDI desktop
; -1 = default
; y = top edge position of window in MDI desktop
; -1 = default
; w = width of window in MDI desktop
; -1 = default width
; -2 = fill window to right edge of MDI desktop
; h = height of window in MDI desktop
; -1 = default width
; -2 = fill window to bottom edge of MDI desktop
; s = special characteristic; This item (the 5th integer) is optional
!
; 0 = default (show normal)
; 1 = maximize window in MDI desktop
; 2 = minimize (iconify) window in MDI desktop
;
; NOTES: If s = 1 or 2, the window will first be sized according to
; the "x y w h" integers specifed _and then_ the window is
; maximized or iconfied, so when the user restores the window, i
t will
; appear in the specified geometry and placement.
;
; *------------------------------------------------------------------*

note=-1 -1 250 200

[colors]
; These colors correspond to foreground colors specified in a book's
; stylesheets.
red=255 0 0
green=0 255 0
blue=0 0 255
yellow=255 255 0
magenta=255 0 255
cyan=0 255 255
dark red=128 0 0
dark green=0 128 0
dark blue=0 0 128
light brown=128 128 0
purple=128 0 128
dark cyan=0 128 128
light gray=192 192 192
gray=128 128 128
light yellow=255 255 128
light green=0 255 128
light blue=128 255 255
pink=255 0 128
orange=255 128 64

[Desktop]
maximized=1
main=5 5 710 530
[General Preferences]
Category=1
[Book Window]
Zoom View=150

Progress Software Technical Support Note # 17666