Rev 4649 | Rev 5701 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2757 | reyssat | 1 | !!INDEX |
2 | !! Erase the above line to hide your page from wims search engine. |
||
3 | !! Line starting with double exclamations are comment lines. |
||
4 | !! |
||
5 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
6 | !! |
||
7 | !! Indexing definitions. You should modify them according to your case. |
||
8 | !! |
||
9 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
10 | |||
11 | !! Put every definition in ONE LINE!! |
||
12 | !let module_author = |
||
13 | !let module_address = |
||
2759 | bpr | 14 | !let module_title =Search Engine |
2757 | reyssat | 15 | !let module_description = |
16 | !let module_language =$lang |
||
17 | |||
18 | !!Your copyright policy. |
||
19 | !!Your page will be included in wims distribution if the word `GNU' |
||
20 | !! appears in the following definition. |
||
21 | !let module_copyright =© 2009 (<a href=COPYING>GNU GPL</a>) |
||
22 | |||
23 | !readproc adm/search_engine/names.$lang |
||
24 | |||
25 | |||
26 | !header |
||
27 | |||
28 | This search engine allows a keyword search. <br> |
||
5330 | bpr | 29 | !if $wims_class=$empty |
3990 | bpr | 30 | You may also use the link <span class="wims_button disabled">$wims_name_browse</span> for an |
4649 | bpr | 31 | overview of available teaching materials. |
5330 | bpr | 32 | !endif |
2757 | reyssat | 33 | <h3>Keyword search</h3> |
3970 | bpr | 34 | For a list of teaching materials concerning a given theme or level, |
2757 | reyssat | 35 | choose the <b>resource type</b> the <b>default search language</b> and enter a |
4649 | bpr | 36 | <b>keyword</b> or click on the <span class="wims_button disabled">$wims_name_search</span> button. |
2757 | reyssat | 37 | |
38 | <h5>Keywords</h5> |
||
39 | You can enter a word such as <tt>graphics</tt> for topic search |
||
40 | or a level name such as <tt>levelU1</tt> to search by level. |
||
3970 | bpr | 41 | The search engine compares these words to the keywords defined by the authors of teaching materials. |
2757 | reyssat | 42 | <p> |
3970 | bpr | 43 | If you enter multiple words, you get the union of all teaching materials associated with each entered word. |
2757 | reyssat | 44 | |
4649 | bpr | 45 | <h5>Resource Type</h5> |
3970 | bpr | 46 | The type <tt>$C_A</tt> includes all teaching materials except <tt>$C_P</tt> |
2757 | reyssat | 47 | and <tt>$C_S</tt><br> |
48 | The type <tt>$C_X</tt> includes all exercises, in particular <tt>$C_O</tt><br> |
||
49 | For type <tt>$C_P</tt> you must enter a keyword otherwise no answer is provided. |
||
50 | |||
51 | <h5>Default search language</h5> |
||
3970 | bpr | 52 | The search engine looks for teaching materials in all languages. When a |
2757 | reyssat | 53 | resource is available in several languages, only one |
54 | version is displayed, choosing in priority if possible: |
||
4009 | bpr | 55 | <ol><li> the version of your chosen "default search language"</li> |
4649 | bpr | 56 | <li>the english version</li> |
57 | <li>one of the languages available for the resource.</li> |
||
2759 | bpr | 58 | </ol> |
2757 | reyssat | 59 | |
4649 | bpr | 60 | <h5>Address of a teaching material</h5> |
61 | If you already know the address of a WIMS teaching material, as <tt class="wims_address">E4/grammar/oeffonction.fr</tt>, |
||
62 | you may enter it in the search engine. |
||
63 | |||
64 | <p> |
||
65 | |||
2757 | reyssat | 66 | !tail |