home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mnog3119.zip / README < prev    next >
Text File  |  2001-04-24  |  4KB  |  104 lines

  1. mnoGoSearch v.3.1  by mnoGoSearch Developers Team
  2. Full featured web search engine
  3. Please see the file COPYING for license information
  4. ===================================================
  5.  
  6.  
  7. General
  8. -------
  9.  
  10. mnoGoSearch is a full-featured SQL based web search engine.
  11. mnoGoSearch consists of two parts. The first part is indexing mechanism (indexer).
  12. Indexer walks over html hypertext references and stores found words and
  13. new references into database. The second part is web CGI front-end to
  14. provide search using data collected by indexer.
  15. There are also PHP3 and Perl front-ends available from our site
  16. http://www.mnogosearch.org/.
  17.  
  18.  
  19. Main features are:
  20. * Built-in database support for small sites
  21. * MySQL, PostgreSQL, mSQL, Solid, iODBC, unixODBC, EasySoft ODBC-ODBC 
  22. bridge, Virtuoso, InterBase, Oracle, SAPDB SQL backends support
  23. * HTTP support
  24. * HTTP proxy support
  25. * HTTPS support
  26. * FTP support
  27. * NNTP support (both news:// and nntp:// URL schemes)
  28. * HTDB virtual URL scheme support
  29.   One may build index and search through the big text fields/blobs of 
  30.   SQL database.
  31. * mirroring features
  32. * text/html and text/plain built-in support
  33. * external parsers support for other document types
  34. * it can search for all of the word forms using 
  35.   ispell affixes and dictionaries
  36. * basic authorization support. One may index password protected
  37.   intranet HTTP servers
  38. * proxy authorization support
  39. * it's reenterant. One may use several indexing and searching processes 
  40.   at the same time even on the same database. Multi-threaded indexing support
  41. * stop-list support
  42. * <META NAME="robots" content="..."> and robots.txt support
  43. * C language CGI, PHP3, Perl web front-ends
  44. * boolean query language support
  45. * best documents are found first
  46. * different character sets support
  47. * HTML templates to easily customize search results
  48. * advanced search options like time limits etc.
  49.  
  50. Where to get it?
  51. ----------------
  52.  
  53. Check for the latest version of mnoGoSearch at:
  54. http://www.mnogosearch.org/
  55.  
  56.  
  57. Mailing list
  58. ------------
  59.  
  60. There are mailing lists related to mnoGoSearch.
  61. general@mnogosearch.org is a list for discussion of mnoGoSearch. 
  62. Please post in English only.
  63.  
  64. announce@mnogosearch.org is a low-traffic moderated list for
  65. mnoGoSearch related announcements.
  66.  
  67. To subscribe to the list send "subscribe general" or 
  68. "subscribe announce" in the body of the message
  69. to majordomo@mnogosearch.org
  70.  
  71.  
  72. How do I use it?
  73. ----------------
  74.  
  75. Please read INSTALL for installation instructions and 
  76. files in /doc subdirectory to start using mnoGoSearch.
  77.  
  78.  
  79. Contribution
  80. ------------
  81.  
  82. Please, send any patches, ideas etc. to <devel@mnogosearch.org>.
  83. We are looking for more developers.  If you want to contribute to the 
  84. development, please ask us to subscribe you to mnoGoSearch Developers
  85. mailing list <devel@mnogosearch.org>.
  86.  
  87.  
  88. Disclaimer (see COPYING for details)
  89. ------------------------------------
  90.  
  91. This program is free software; you can redistribute it and/or modify
  92. it under the terms of the GNU General Public License as published by
  93. the Free Software Foundation; either version 2 of the License, or
  94. (at your option) any later version.
  95.  
  96. This program is distributed in the hope that it will be useful,
  97. but WITHOUT ANY WARRANTY; without even the implied warranty of
  98. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  99. GNU General Public License for more details.
  100.  
  101. You should have received a copy of the GNU General Public License
  102. along with this program; if not, write to the Free Software
  103. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  104.