#!/bin/csh set Home = "/home/shyam/Files/IAGRG/IagrgSite/" ; set main_dirs = (Organization Members Activities Resources Utilities News Help); touch Welcome.html touch Header.html touch Footer.html touch Menu.html touch Home.html foreach i ($main_dirs) if( !(-d $Home/$i) ) then mkdir $Home/$i ; else continue ; endif end cd $Home/Organization ; touch intro.html ; touch constitution.html ; touch bylaws.html ; touch amendments.html ; touch minutes.html ; if( !(-d Minutes) ) then mkdir Minutes ; endif touch officebearers.html ; cd $Home/Members ; touch intro.html ; touch application_form.pdf ; touch application_form.txt ; touch current_members.html ; if( !(-d Database) ) then mkdir Database ; endif cd $Home/Activities ; touch intro.html ; if( !(-d IagrgMeetings) ) then mkdir IagrgMeetings ; endif touch IagrgMeetings/intro.html ; touch IagrgMeetings/archives.html ; if( !(-d ICGCMeetings) ) then mkdir ICGCMeetings ; endif touch ICGCMeetings/intro.html ; touch ICGCMeetings/archives.html ; if( !(-d OtherMeetings) ) then mkdir OtherMeetings ; endif touch OtherMeetings/intro.html ; touch OtherMeetings/archives.html ; if( !(-d VaidyaRaychaudhuriLectures) ) then mkdir VaidyaRaychaudhuriLectures ; endif touch VaidyaRaychaudhuriLectures/intro.html ; touch VaidyaRaychaudhuriLectures/archives.html ; if( !(-d Publications) ) then mkdir Publications ; endif touch Publications/intro.html ; touch Publications/archives.html ; if( !(-d TopicalEvents) ) then mkdir TopicalEvents ; endif touch TopicalEvents/intro.html ; touch TopicalEvents/archives.html ; if( !(-d BestTheses) ) then mkdir BestTheses ; endif touch BestTheses/intro.html ; touch BestTheses/archives.html ; cd $Home/Resources ; touch intro.html if( !(-d Books) ) then mkdir Books ; touch Books/book.html ; endif if( !(-d Opportunities) ) then mkdir Opportunities ; touch Opportunities/opportunities.html ; endif if( !(-d Miscellaneous) ) then mkdir Miscellaneous ; touch Miscellaneous/miscellaneous.html ; endif cd $Home/Utilities ; touch logo.eps ; touch letterhead.tex ; if( !(-d Multimail) ) then mkdir Multimail ; endif if( !(-d Scripts) ) then mkdir Scripts ; endif cd $Home/News ; touch intro.html