Rev 7542 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!! def files of local parameters for download and publish site.
!for ts in download_site,publish_site
mu_$ts=!defof mu_$ts in wimshome/log/wims.conf
!default mu_$ts=!defof DF_mu_$ts in wimshome/public_html/bases/sys/defaults.conf
!next ts
mu_downloadsites=!filelist $wims_home/public_html/bases/sys/publishcenter
mu_downloadsites=!lines2items $mu_downloadsites
!reset mu_publishsitesw,help_publishsites,help_publishcenter
!for depot in $mu_downloadsites
tmp=!defof publishname\
downloadname\
publishcenter in wimshome/public_html/bases/sys/publishcenter/$depot
!distribute line $tmp into publishname_$depot,depotname_$depot,tmp
!default depotname_$depot=$depot
!if yes isin $tmp
help_publishsites=!append line $(publishname_$depot) ($depot) to $help_publishsites
mu_publishsitesw=!append item $depot to $mu_publishsitesw
!endif
help_downloadsites=!append line $(depotname_$depot) ($depot) to $help_downloadsites
!next depot