# update the forms and files # Assume a new file of interests interest.htm and delegate delegate.htm # has been created and put in the dial directory # 1 make a new search form # 1.1 save old search form cp dial_form.old dial_form.old.old cp dial_form.htm dial_form.old # 1.2 put new search table in the form cat formhead.txt, interests.htm, formtail.txt >dial_form.htm # 2 make a new all delegats DB # 2.1 save old delegate full file cp delegate.old delegate.old.old cp delegate.htm delegate.old # 2.2 put new delegates db file in the full file cat allhead.txt, delegate.db, alltail.txt >delegate.htm # 3 make files available to the www server chmod a+r * # end