Rev 6961 | Rev 7044 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6463 | bpr | 1 | !!##class |
2 | basedir=bases/class |
||
33 | reyssat | 3 | !if $srch!=$empty |
4 | suffix_dictionary= |
||
6462 | bpr | 5 | dictionary=$basedir/$search_lang |
33 | reyssat | 6 | translator_unknown= |
6516 | bpr | 7 | !read search.common |
33 | reyssat | 8 | !else |
9 | scnt=0 |
||
10 | !endif |
||
11 | # Limit of shown items |
||
12 | gotlim=50 |
||
13 | !distribute item 0,0,, into weight,gotcnt,gotm,gotw,lastmod |
||
14 | |||
15 | !for i=1 to $scnt |
||
16 | l_=!line $i of $sout |
||
17 | t_=!wordcnt $l_ |
||
6463 | bpr | 18 | !advance gotcnt |
33 | reyssat | 19 | !if $t_=2 |
20 | !distribute word $l_ into m_,w_ |
||
21 | !if $m_=$lastmod or $gotcnt>$gotlim |
||
22 | weight=$[$weight+$w_] |
||
23 | !else |
||
24 | !if $lastmod!=$empty |
||
25 | gotm=$gotm $lastmod |
||
26 | gotw=$gotw $weight |
||
27 | !advance gotcnt |
||
28 | !endif |
||
29 | lastmod=$m_ |
||
30 | weight=$w_ |
||
31 | !endif |
||
6463 | bpr | 32 | !else |
33 | gotm=$gotm $l_ |
||
33 | reyssat | 34 | !endif |
35 | !next i |
||
36 | !if $lastmod!=$empty |
||
37 | gotm=$gotm $lastmod |
||
38 | gotw=$gotw $weight |
||
39 | !advance gotcnt |
||
40 | !endif |
||
41 | |||
6465 | bpr | 42 | gotm=!words2lines $gotm |
33 | reyssat | 43 | translator_switch=leaveline |
6463 | bpr | 44 | dictionary=$basedir/title |
33 | reyssat | 45 | gott=!exec translator $gotm |
6463 | bpr | 46 | dictionary=$basedir/description |
33 | reyssat | 47 | gotd=!exec translator $gotm |
6967 | bpr | 48 | dictionary=$basedir/information |
49 | gotiC=!exec translator $gotm |
||
6961 | bpr | 50 | |
33 | reyssat | 51 | !if $gotcnt>0 and / notin $gotm |
6463 | bpr | 52 | dictionary=$basedir/addr |
33 | reyssat | 53 | gotm=!exec translator $gotm |
54 | !endif |