Rev 6804 | Rev 6876 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6804 | Rev 6808 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | on the site, see ~/public_html/bases/site/serial, and calculates the |
65 | on the site, see ~/public_html/bases/site/serial, and calculates the |
66 | ranking of the site's modules. The modules are classified according |
66 | ranking of the site's modules. The modules are classified according |
67 | to their types: A=all (except sheet and classes), D=document, O=OEF, |
67 | to their types: A=all (except sheet and classes), D=document, O=OEF, |
68 | X=exercise, T= tool, R=recreation, M= data module. |
68 | X=exercise, T= tool, R=recreation, M= data module. |
69 | 69 | ||
70 | To do that, "modind" uses some dictionnaries |
70 | To do that, "modind" uses some dictionnaries in |
71 | suffix.$search_lang. --> MC I would simply say uses most of the files in |
- | |
72 | ~/public_html/bases/sys/ |
71 | ~/public_html/bases/sys/ (as suffix.$search_lang, wgrp, ...) |
73 | 72 | ||
74 | -- separately "modind" reads also the files in |
73 | -- separately "modind" reads also the files in |
75 | ~/public_html/bases/sys/sheet and do the same type of works |
74 | ~/public_html/bases/sys/sheet and do the same type of works |
76 | 75 | ||
77 | 76 | ||
Line 85... | Line 84... | ||
85 | 84 | ||
86 | 85 | ||
87 | More technical details about both stages |
86 | More technical details about both stages |
88 | ======================================== |
87 | ======================================== |
89 | 88 | ||
90 | In both stages files in this directory ~/public_html/bases/sys/ (see |
89 | In both stages files in this directory ~/public_html/bases/sys/ (see |
91 | below)(suffix.$lang for example, but see upper remark) are used to |
- | |
92 |
|
90 | comments below) are used to process the keywords present in the |
93 | "search |
91 | modules' INDEX files. Each "search language" has its own series of |
- | 92 | files. |
|
94 | 93 | ||
- | 94 | The contents of the files in ~/public_html/bases/sys/ and of the |
|
- | 95 | modules' INDEX files should be checked by developers and translators, |
|
95 |
|
96 | to improve the behaviour of the search engine. |
96 | 97 | ||
97 | The contents of these INDEX files should be checked by developers and |
- | |
98 | translators, to improve the behaviour of the search engine. |
- | |
99 | - | ||
100 | The files in this directory ~/public_html/bases/sys/ |
98 | The files in this directory ~/public_html/bases/sys/ are automatically |
101 |
|
99 | generated (on install) by the corresponding ".src" file in the "src" |
102 |
|
100 | subdirectory, if it exists. |
103 | 101 | ||
104 | If any of the files described below is omitted, then the corresponding |
102 | If any of the files described below is omitted, then the corresponding |
105 | feature in the corresponding language is disabled. E.g. the files |
103 | feature in the corresponding language is disabled. E.g. the files |
106 | words.fr/words.fr.src and suffix.fr/suffix.fr.src will be/have been |
104 | words.fr/words.fr.src and suffix.fr/suffix.fr.src will be/have been |
107 | deleted in order to make the search engine correctly working. |
105 | deleted in order to make the search engine correctly working. |