• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H14-Dec-2015-9,8338,763

create/H14-Dec-2015-7,3656,176

doc/H03-May-2022-30,41027,730

etc/H14-Dec-2015-219,030217,663

include/H14-Dec-2015-8,0855,420

misc/H03-May-2022-447380

msearch-test/H14-Dec-2015-29,57325,677

perl/H14-Dec-2015-3224

php/H14-Dec-2015-2,8172,175

scripts/H14-Dec-2015-579500

src/H14-Dec-2015-140,241117,425

AUTHORSH A D01-Nov-20124.8 KiB174121

COPYINGH A D01-Nov-201217.6 KiB345281

ChangeLogH A D24-Dec-2013121 32

FAQH A D01-Nov-20123.8 KiB9266

INSTALLH A D02-Apr-20135.8 KiB198131

Makefile.amH A D02-Dec-20133.4 KiB8972

Makefile.inH A D03-May-202228.2 KiB891791

NEWSH A D01-Nov-201234 21

READMEH A D02-Apr-20132.6 KiB8164

README.CVSH A D01-Nov-20121.5 KiB4433

README.XMLH A D01-Nov-2012658 3219

TODOH A D11-Dec-201527.2 KiB706566

aclocal.m4H A D26-Oct-201536.1 KiB1,021919

bootstrapH A D09-Dec-2014147 75

config.guessH A D26-Oct-201543.8 KiB1,5311,321

config.subH A D26-Oct-201534.7 KiB1,7831,640

configureH A D08-Dec-2015520.4 KiB18,52015,421

configure.inH A D12-Nov-201547.7 KiB1,7751,568

depcompH A D26-Oct-201520.4 KiB708460

install-shH A D26-Oct-201513.7 KiB528351

install.plH A D01-Nov-201222.6 KiB940750

ltmain.shH A D26-Oct-2015276.8 KiB9,6567,304

missingH A D26-Oct-20159.9 KiB331243

README

1mnoGoSearch v.3.4  by mnoGoSearch Developers Team
2Full featured web search engine
3Please see the file COPYING for license information
4===================================================
5
6
7General
8-------
9
10mnoGoSearch is a full-featured web search engine.
11mnoGoSearch consists of two parts. The first part is indexing mechanism (indexer).
12Indexer walks over html hypertext links and stores found words and
13new references into its database. The second part is web CGI front-end to
14provide search using data collected by indexer.
15PHP3 and Perl front-ends are also included.
16
17
18Main features are:
19* HTTP support
20* HTTP proxy support
21* HTTPS support
22* FTP support
23* NNTP support (both news:// and nntp:// URL schemes)
24* HTDB virtual URL scheme support
25  You can build a full-text index on big text columns
26  of your SQL table.
27* SQLite, MySQL, PostgreSQL, IBM DB2, InterBase, Oracle,
28  MS SQL, Mimer, Sybase databases support.
29* iODBC, unixODBC, EasySoft ODBC-ODBC bridge interfaces support.
30* built-in parsers for HTML, XML, text, DOCX, RTF and message (*.eml) files
31* external parsers support for other document types
32* gzip, compress, deflate Content-Encoding support
33* fuzzy search: stemming, synonyms, substring search
34* basic authorization support to index password protected sites
35* proxy authorization support
36* it's reenterant. Multiple indexing and search processes
37  are possible at the same time on the search same database.
38* Multi-threaded crawling
39* stop-list support
40* Robots exclusion protocol is fully supported, including robots.txt,
41  robot meta tags and HTTP headers
42* C language CGI, PHP3, Perl web front-ends
43* phrase search
44* boolean query language support
45* sorting results by score, date, title, as well as user defined sorting
46* most of the modern widely used character sets are supported,
47  including multi-byte Korean, Chinese, Japanese character sets and UTF8.
48* automatic language/charset guesser for about 70 language/charset
49  combinations
50* HTML templates to customize search results look
51* advanced search options like time limits etc.
52
53
54Where to get it?
55----------------
56
57Check for the latest version of mnoGoSearch at:
58http://www.mnogosearch.org/
59
60
61Support
62-------
63
64You can get help on our mail lists and webboards.
65We also offer some extended support options.
66Please refer to our support page for further information:
67
68http://www.mnogosearch.org/support.html
69
70
71How do I use it?
72----------------
73
74Refer to our online documentation at
75http://www.mnogosearch.org/doc.html
76
77Obtaining a commercial license
78------------------------------
79If you don't want to be restricted by the terms of GNU GPL,
80please contact  <order@mnogosearch.org> to obtain a commercial license.
81

README.CVS

1If you wish to get the latest mnoGoSearch source tree, you can obtain it
2through anonymous CVS. Please note that the CVS version
3is a development version, and as such, is often unstable,
4and may not even compile properly. The advantage of using CVS,
5however, is that you can get the latest fixes and updates,
6without having to wait for the official releases.
7
8You can find more information about CVS, and download clients for
9most major platforms, at CVShome.org.
10
11All the necessary utilities (autoconf, automake, libtool) to build
12working copy of mnoGoSearch from CVS tree can be obtained from
13the GNU FTP site.
14
15It is recommended that you configure CVS by putting the following lines
16in your ~/.cvsrc file:
17
18cvs -z3
19update -d -P
20checkout -P
21diff -u
22
23Log in to the mnoGoSearch anonymous CVS server. Use cvs as the password.
24cvs -d :pserver:cvs@cvs.mnogosearch.org:/usr/home/bar/cvsroot login
25
26Obtain the mnoGoSearch-3.3.x CVS tree:
27cvs -d :pserver:cvs@cvs.mnogosearch.org:/usr/home/bar/cvsroot co mnogosearch32
28
29To compile the latest version of mnoGoSearch from the CVS, do the following:
30
311. Make sure you have autoconf 2.53 or newer, automake 1.5 or newer and
32libtool 1.3.4 or newer.
33
342. Run the following commands:
35
36 # export CVSROOT=:pserver:cvs@cvs.mnogosearch.org:/usr/home/bar/cvsroot
37 # cvs login  (type cvs when asked for password)
38 # cvs co mnogosearch32
39 # cd mnogosearch32
40 # ./bootstrap
41 # ./configure (with your parameters, see README and ./configure --help)
42 # make
43 # make install
44

README.XML

1
2
3In order to produce documentation from XML source:
4
51. These packages need to be installed:
6
7openjade
8dsssl-docbook-modular
9docbook-4.1
10docbook-tdg
11docbook-xml-4.2
12
132. Optionaly it may happen you need to add this line:
14CATALOG "dsssl/modular/catalog"
15into file /usr/local/share/sgml/docbook/catalog.
16
173. Make sure the installed docbook-xml version is the
18same with the one specified in book.xml and book-ru.xml:
19
20<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" [
21
22
23---------------
24#!/bin/sh
25openjade -v -t sgml -wno-valid \
26         -d ./mnogo.dsl \
27         /usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl \
28         book.xml
29
30
31
32