home *** CD-ROM | disk | FTP | other *** search
/ Dream 47 / Amiga_Dream_47.iso / Amiga / Internet / Web / htdig3_0_8b2a1.readme < prev    next >
Encoding:
Text File  |  1997-11-21  |  3.4 KB  |  113 lines

  1. Short:    WWW searchengine 
  2. Author:   Andrew Scherpbier
  3. Uploader: htdig@spinnewiel.xs4all.nl
  4. Version:  3.0.8b2a01
  5. Type:     comm/www
  6.  
  7.  
  8. ALPHA RELEASE 0.1 HT://DIG FOR AMIGA
  9. ====================================
  10.  
  11. Copyright (C) 1995, 1996, 1997 Andrew Scherpbier <andrew@contigo.com>
  12. Ported by Bert Vortman <htdig@spinnewiel.xs4all.nl> for the Amiga.
  13.  
  14. HTDig is a world-wide-web search system for an intranet or small internet.
  15.  
  16. See the COPYING file for license information.
  17. See the htdoc/install.html file for compilation and installation instructions.
  18.  
  19. This distribution includes:
  20.  
  21.     * htdig     - A www information gathering and indexing system
  22.  
  23.     * htmerge   - A htdig database merging program
  24.  
  25.     * htfuzzy   - A fuzzy search database creation program
  26.  
  27.     * htsearch  - A search engine.
  28.  
  29.     * htlib     - A small general purpose C++ class library
  30.  
  31.     * htcommon  - HTDig specific classes
  32.  
  33.     * htdoc     - HTDig documentation in HTML
  34.  
  35. HTDig has been tested extensively under Solaris 2.5 using g++ 2.7.2.
  36. If you use g++, make absolutely sure you have libg++ installed
  37. as well.
  38.  
  39. To build, first read the htdoc/install.html document
  40.  
  41. Questions/suggestions should be directed at htdig@sdsu.edu
  42.  
  43. For the most up-to-date documentation, use http://htdig.sdsu.edu/
  44.  
  45.  
  46. REQUIREMENTS
  47. ============
  48.  
  49. - Amitcp or miami
  50. - full GCC installation
  51. - Apache webserver for the amiga (http://www.dsdelft.nl/~apache)
  52.  
  53.  
  54. WHY THIS RELEASE?
  55. =================
  56.  
  57. This is a test release to see if there is an interest in such a search engine 
  58. for the amiga. HT://DIG is originally developed for UNIX, but I've compiled
  59. it for the amiga with success. The basics of htdig are working, but 
  60. it need  a lot of work before it is stable enough, although I didn't find
  61. HD threatening problems. 
  62.  
  63. If you have any interest in this product, mail it to: 
  64.  
  65.    htdig@spinnewiel.xs4all.nl
  66.  
  67. If there are enough requests I will start a project HT://DIG in order
  68. to get it developed.
  69.  
  70. If you want a binary version of HT://Dig, mail your request also to the
  71. above address.
  72.  
  73. These sources are uploaded with the consent of Andrew Scherpbier.
  74.  
  75.  
  76.  
  77.  
  78. PROGRAMMERS WANTED
  79. ==================
  80.  
  81. If you are a experienced C++ programmer with some spare time to spent
  82. and wanting to take part in developing HT://DIG for the Amiga,
  83. get in touch with me. I am not a real C++ programmer, but I would like
  84. to see this program working. Running and understanding the apache webserver 
  85. is necessary for development.
  86.  
  87.  
  88. Things I did and didn't do:
  89. ===========================
  90.  
  91. This archive is the base archive for HTDIG, a WWW search engine like
  92. altavista, etc. The source is not changed in anyway and works on my
  93. Amiga system. There was a problem in the original TAR archive with
  94. a duplicate display.cc source (a Display.cc and a display.cc). Thanks
  95. to Kamil Iskra the problem was found. 
  96.  
  97. There exist another problem in the htsearch program, it gives sometimes
  98. a 'broken pipe' message, although it seems to work fine. I don't know
  99. what causes this, Apache or HT://Dig? If anyone finds a solution,
  100. please mail it to me.
  101.  
  102. I did not remove the fork()'s in the htnotify program yet, so that won't
  103. work properly at this moment. If someone wants to work on this, please do.
  104.  
  105. HT://DIG works for the main part, but there must be some errors here and
  106. there. But I decided to release the HT://DIG sources to see if there 
  107. is a need for such a program. I am not a real C++ programmer so, any help
  108. with this is greatly appreciated.
  109.  
  110. Bert Vortman.
  111.  
  112. e-mail: htdig@spinnewiel.xs4all.nl
  113.