home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / PROG / W21163.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1998-03-02  |  6.0 KB  |  168 lines

  1.                        WWW Data
  2.               Vers. 1.0-ab / March 1998
  3.             Copyright (C) 1996, 1997, 1998 SW Wings
  4.  
  5. DESCRIPTION
  6.  
  7. WWW Data is a data base system specifically designed to be accessed
  8. and used on the World Wide Web. WWW Data targets all the application
  9. domains in which it is required to make data available to a large forum
  10. of users, across the Web. With WWW Data the end users interact with the
  11. data base, enter their queries (without having to know "SQL") and obtain
  12. their results directly at their location. The WWW Data Man Machine
  13. Interface gives the end users the feeling they are interacting with a
  14. local application and not with a remote data base system.
  15. The same level of usability is offered to the people who want to publish
  16. their data. They only need to specify in a simple data definition language
  17. the data they want to publish and which end users (on the Web) areallowed
  18. to access and manipulate these data. After that, WWW Data uses this
  19. specification to automatically create the data base, the required HTML form,
  20. the CGI application as well as a set of tools to initially populate and
  21. maintain the data base.
  22.  
  23. INSTALLATION
  24.  
  25. 1. Requirements
  26.  
  27. WWW data requires a C/C++ compiler. The user generated schema is
  28. converted by WDCOMP into a C module that needs to be compiled and linked
  29. to the WWW Data distribution files. For Windows (Windows 95 and Windows
  30. NT), the Microsoft Visual C++ 5.0 (or above) Compiler is required. 
  31.  
  32. 2. Decompress WWW Data Distribution Files
  33.  
  34.  
  35. The WWW Data distribution contains the following files:
  36.         htm_w32.zip - WWW Data HTML documentation 
  37.         www_w32.zip - WWW Data object and executable files 
  38.         uti_w32.zip - Utilities to register WWW Data
  39.         readme.txt  - this file 
  40.  
  41. Supposing that the files set has been downloaded in the directory
  42.  
  43. c:\tmp
  44.  
  45. these are the commands that have to be executed:
  46.  
  47. c:                              (the actual target disk must be put
  48.                                  here, so instead of c: we could
  49.                                  have d:, e: and so on)
  50. cd \                            (to go to the root)
  51. pkunzip -d c:\tmp\htm_w32.zip   (to decompress the HTML files)
  52. pkunzip -d c:\tmp\www_w32.zip   (to decompress WWW Data files)
  53. pkunzip -d c:\tmp\uti_w32.zip   (to decompress the registration
  54.                                  utilities)
  55.  
  56. When using a Windows version on "pkunzip" care must be taken so that the
  57. original directories/files names are kept. 
  58.  
  59.  
  60. 3. Setting the WWW Server
  61.  
  62. The World Wide Web Server has to be set up in such a way that the WWW
  63. Data CGI can access all the relevant HTML files. Supposing that the
  64. server is similar to the NCSA one, hereafter are listed the required
  65. changes. 
  66.  
  67. 3.1 "access.conf"
  68.  
  69. In the file "access.conf" an entry similar to the following has to be
  70. inserted. This change will make the SWWINGS directory visible to the WWW
  71. Server.
  72.  
  73. <Directory C:/SWWINGS/>
  74. </Directory>
  75.  
  76. 3.2 "srm.conf"
  77.  
  78. In the file "srm.conf", and namely in the "alias" section, an entry
  79. similar to the following has to be inserted. This change will allow the
  80. hyper-links in the WWW Data HTML pages to work properly. 
  81.  
  82.  
  83. Alias /swwings/ C:/SWWINGS/
  84.  
  85. 4. Preparing for the first run
  86.  
  87. After all the steps described above have been performed, it will be
  88. possible to create the first schema as described in the Detailed
  89. Description (Check the HTML documentation files). 
  90.  
  91. When the schema is ready, it will only be necessary to put its name in
  92. the distributed "makefile". This is accomplished by changing its first
  93. line, as follows:
  94.  
  95. # Insert in the CSCHEMA variable the actual schema name
  96. CSCHEMA = library
  97.  
  98. After this operation, the command
  99.  
  100. make all
  101.  
  102. will generate all the WWW DATA executable files.
  103.  
  104. NOTE
  105.  
  106. It is recommended to put these applications, as well as the registration
  107. utilities, in a different directory than the original ones. The batch
  108. files "go.bat" in WWWDATA and UTILS directories will put these
  109. executable files in the directory /SWWINGS/BIN. It is also recommended
  110. to add this directory to the environment variable PATH; this way all the
  111. WWW Data executable files and the registration utilities will be
  112. directly available.
  113.  
  114.  
  115. REGISTRATION
  116.  
  117. WWW Data is shareware (and not freeware). If you find WWW Data valuable
  118. you should register it. 
  119.  
  120. The unregistered copy of WWW Data can only handle up to 50 records per
  121. data file. This constraint only applies to WWW Data CGI (i.e. all the
  122. other tools needed to locally create, populate and mantain the data base
  123. work normally). Moreover the text "unregistered copy" is printed in the
  124. title of every single form used by WWW Data CGI and on a "Javascript
  125. scroller" in the status line of the browser. The registered copy does
  126. not have these limitations. 
  127.  
  128. To register check out the relevant HTML pages in the distributed
  129. documentation. 
  130.  
  131.  
  132. COPYRIGHT AND DISCLAIM
  133.  
  134. 1. Copyright
  135.  
  136. Copyright (c) 1996, 1997, 1998 SW Wings.
  137.  
  138. Permission to copy, distribute and use the unregistered version of WWW
  139. Data and its documentation is hereby granted without fee, provided that
  140. the above copyright notice and this permission notice appear in all
  141. copies of this software and related documentation. 
  142.  
  143.  
  144. 2. Disclaim
  145.  
  146. WWW Data is provided "as-is" and without warranty of any kind, express,
  147. implied or otherwise, including without limitation, any warranty of
  148. merchantability or fitness for a particular purpose. 
  149.  
  150. In no event shall SW Wings be liable for any special, incidental,
  151. indirect or consequential damages of any kind, or any damages whatsoever
  152. resulting from loss of use, data or profits, whether or not advised of
  153. the possibility of damage, and on any theory of liability, arising out
  154. or in connection with the use or performance of this software. 
  155.  
  156.  
  157. PROBLEMS AND FEEDBACKS
  158.  
  159. Installation/usage problems, feedbacks and so on can be reported to
  160. SW WINGS. 
  161.  
  162. Alessandra Scarpari
  163. SW WINGS
  164. Van der Weijdenlaan 26
  165. 2211 JM Noordwijkerhout
  166. The Netherlands
  167. swwings@swwings.com
  168.