Subversion Repositories wimsdev

Rev

Rev 2286 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $doc isin $opensite
3
 opensite=!replace word $doc by $ in $opensite
4
!else
5
 opensite=$opensite $doc
6
!endif
7
 
8
op=!words2items $opensite
9
op=!listuniq $op
10
opp=
11
!for o in $op
9477 bpr 12
 test=!defof tit in $docdir/$o/.def
23 reyssat 13
 !if $test!=$empty
14
  opp=$opp $o
15
 !endif
16
!next o
17
opensite=!trim $opp
18
!writefile $docdir/open.site $opensite
19
 
20
job=home
21
!read $job.proc
22