Subversion Repositories wimsdev

Rev

Rev 7077 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2787 zjchen 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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2759 bpr 10
 
2787 zjchen 11
!! Put every definition in ONE LINE!!
12
!let module_author	=
13
!let module_address	=
14
!let module_title	=搜索引擎
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.
5787 bpr 21
!let module_copyright	=&copy; 2009 (<a href="COPYING">GNU GPL</a>)
2787 zjchen 22
 
23
!readproc adm/search_engine/names.$lang
24
 
25
 
26
!header
27
 
7077 obado 28
<div class="wims_content">
17180 bpr 29
本搜索引擎可以按关键词搜索. <br>
5330 bpr 30
!if $wims_class=$empty
3990 bpr 31
你也可以通过链接<span class="wims_button disabled">$wims_name_browse</span>了解可用的资源.
5330 bpr 32
!endif
2787 zjchen 33
<h3>关键词搜索</h3>
34
对于某个主题或程度的资源表, 请选择<b>资源类型</b>、<b>默认搜索引擎</b>并输入<b>关键词</b>,
4649 bpr 35
再点击<span class="wims_button disabled">$wims_name_search</span> 按钮.
2787 zjchen 36
 
37
<h5>关键词</h5>
38
目前还不能使用中文关键词, 只能使用英语关键词.
6121 bpr 39
例如你可以输入<span class="tt">algebra</span>, <span class="tt">geometry</span>, <span class="tt">calculus</span>等关键词以查找有关模块.
40
或输入<span class="tt">levelU1</span>等按程度搜索. 对于不熟悉英语的读者, 建议点击<b>浏览</b>后再选取<b>根据主题</b>或<b>根据学习程度</b>,
2787 zjchen 41
在显示的表格内选择你感兴趣的内容.
42
搜索是根据资源作者提供的关键词进行比较的.
43
<p>
44
如果你输入多个关键词, 得到的是各个关键词的搜索结果的总和.
5836 bpr 45
</p>
17180 bpr 46
<h5>资源类型</h5>
47
类型<b>$C_A</b>包含除<b>$C_P</b>和<b>$C_S</b>外的所有资源.<br>
48
类型<b>$C_X</b>包含所有练习, 特别是<b>$C_O</b>.<br>
2787 zjchen 49
对于类型<b>$C_P</b>, 你必须输入一个关键词, 否则不会有结果.
50
 
51
<h5>默认搜索语言</h5>
17180 bpr 52
搜索引擎会寻找所有语言的资源.
2787 zjchen 53
如果同一资源有好几种语言版本, 只显示其中的一种语言.
54
选择顺序如下:
4009 bpr 55
<ol><li>你选取的"默认搜索语言"的版本</li>
56
<li>英语版</li>
57
<li>其它可用的某一种语言.</li>
2787 zjchen 58
</ol>
59
 
4650 zjchen 60
<h5>教学资源的地址</h5>
5701 bpr 61
<p>
5901 bpr 62
如果你已经知道 WIMS 教学资源的地址, 例如: <span class="tt wims_address">E4/grammar/oeffonction.cn</span>,
4650 zjchen 63
你可以把它输入到搜索引擎.
5701 bpr 64
</p>
65
</div>
2787 zjchen 66
!tail