home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / edis201d.zip / read.me < prev   
Text File  |  1996-10-02  |  4KB  |  91 lines

  1. EDis V 2.0 for OS/2 (PM & OpenDoc version) (demo)
  2. ---------------------------------------------------
  3. released: 16.09.1996 as FULL and DEMO versions
  4.  
  5. This readme contains an overview of the program,
  6. read the Users' Guide EDis.inf for further informations
  7. regarding installing and using EDis. An online help
  8. is also available within the program.
  9.  
  10. (Overview)
  11.   The EDis project realizes a distributed multiuser
  12.   editor which allows some users to edit the same text
  13.   at the same time synchonized, protecting all changes
  14.   against each other and transfering changes made by one
  15.   user to every other user of the text, cross a network
  16.   and (planned) cross different platforms such as OS/2 and
  17.   Windows (95/NT).
  18.  
  19.   There are two versions of the program, a demo version 
  20.   and a full version.
  21.  
  22.   - The full version can be bought from me or from an online 
  23.     warehouse. Send me an email or go to the EDis homepage 
  24.     to get further informations where to get the full version.
  25.     Note: This software has to be licensed for every 
  26.           workstation (host) it is used on.
  27.   - The demo version can be copied and shared freely without 
  28.     payment. It is fully functional except the fact that 
  29.     SAVING OF TEXT IS DISABLED. Academic staff and students 
  30.     may obtain a free registration number from me by sending
  31.     me an email with name, address and academic grade or 
  32.     profession. By submitting the registration number inside 
  33.     the registry dialog, saving of text is enabled. 
  34.     Note: Registering the software is only for academic useage
  35.     due to the fact, that this program is also part of an
  36.     academic project. All other people who want a full version
  37.     of the program have to buy it.
  38.  
  39.   The editor is divided into a client part and a server part.
  40.   The server part does the text storing and managing and is
  41.   implemented as a collection of DSOM-classes handled by a
  42.   DSOM-Server-Program. The editor client handles the local
  43.   version of the text and communicates all changes made with
  44.   the server. Till now, two clients exists, a PM client running on
  45.   on OS/2 Warp (3 & 4) and an OpenDoc part running on OS/2 Warp 3
  46.   with Fixpack 17 and OpenDoc from Devcon 10 or OS/2 Warp 4.
  47.   This two clients share the 90% of the code needed for local
  48.   text managament, only about 10% implement the code for the
  49.   different environments. There will be a Windows 95/NT/OLE2
  50.   client and also a Windows 95/NT server, betaing end of
  51.   october.
  52.  
  53.   EDis serves both as a technologie demo demonstrating the
  54.   power of combining SOM, DSOM and OpenDoc into a software
  55.   project and as a real world application which let you
  56.   edit text (ASCII).
  57.  
  58.   This project is part of a graduate paper about compound
  59.   document frameworks, comparing OLE & OpenDoc and the
  60.   following todays frameworks:
  61.  
  62.   - CDF: Compound Document Framework,   IBM,   OS/2  & Windows
  63.   - ODF: OpenDoc Development Framework, Apple, MacOS & Windows
  64.   - MFC: Microsoft Foundation Classes,  MS,    Windows.
  65.  
  66.   written by Martin Schwarz at IBM Deutschland GmbH,Germany 
  67.   set by the 'Institut für Informatik' at TU-München.
  68.  
  69. (Copyright)
  70.   (C) by Computer-Software-Entwicklung
  71.       Martin Schwarz
  72.       Meisenweg 5
  73.       84544 Aschau
  74.       Germany
  75.  
  76.   email: schwarma@informatik.tu-muenchen.de
  77.   http://www.informatik.tu-muenchen.de/~schwarma/
  78.  
  79. (More Informations)
  80.   You can obtain further informations via the official EDis homepage:
  81.   http://www.informatik.tu-muenchen.de/~schwarma/edis.html
  82.  
  83. (DISCLAIMER)
  84.   THIS PACKAGE IS PROVIDED "AS IS", WITHOUT ANY GUARANTEES OR WARRANTIES
  85.   WHATSOEVER. COMPUTER-SOFTWARE-ENTWICKLUNG MARTIN SCHWARZ AND ITS EMPLOYEES
  86.   ARE NOT LIABLE OR RESPONSIBLE FOR ANY LOSS OR DAMAGE OF ANY KIND WHATSOEVER,
  87.   INCLUDING, BUT NOT LIMITED TO, LOSSES OF A DINANCIAL, PHISICAL, EMOTIONAL,
  88.   MARTIAL, SOCIAL, OR MENTAL NATURE THAT MAY RESULT FROM THE USE OR THE
  89.   PURPORTED USE OF ANYTHING IN THIS PACKAGE, FOR ANY PURPOSE WHATSOEVER.
  90.  
  91.