#
# process the files

#bring curreent events from iglu
#system("lynx -source http://www.iglu.org.il/events/current-events.cgi/\?proper_html=0 > cal.htm.dl ");
#bring future events from iglu
#system("lynx -source http://www.iglu.org.il/events/future-events.cgi/\?proper_html=0 >> cal.htm.dl ");
#http://www.perl.org.il/rss2.rdf
lynx -source http://www.perl.org.il/rss2.rdf > rss_agg 
./read.pl rss_agg >cal.htm.dl
#http://www.cs.tau.ac.il/telux/rss.xml
lynx -source http://www.cs.tau.ac.il/telux/rss.xml > rss_agg
./read.pl rss_agg >>cal.htm.dl
#http://www.jlc.org.il/rss/rss_lectures_en.php
lynx -source http://www.jlc.org.il/rss/rss_lectures_en.php > rss_agg
./read.pl rss_agg >>cal.htm.dl

#haifux itself
lynx -source http://haifux.org/rss2file > rss_agg
./read.pl rss_agg >>cal.htm.dl

cat cal.1 cal.htm.dl > cal.htm
