[prev] [thread] [next] [lurker] [Date index for 2004/02/22]
Author: gabor
Date: 2004-02-22 19:11:43 +0200 (Sun, 22 Feb 2004)
New Revision: 133
Added:
yapcom/trunk/bin/sendmail.pl
yapcom/trunk/bin/update1.txt
yapcom/trunk/bin/update2.txt
Log:
send updates
Added: yapcom/trunk/bin/sendmail.pl
===================================================================
--- yapcom/trunk/bin/sendmail.pl 2004-02-22 16:17:21 UTC (rev 132)
+++ yapcom/trunk/bin/sendmail.pl 2004-02-22 17:11:43 UTC (rev 133)
@@ -0,0 +1,66 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+use Mail::Sendmail;
+
+
+# all the information you wanted to know about the dbsql database
+# probably I could use the dbsql commandline interface if it was installed...
+
+die "Usage: $0 filename\n" if not @ARGV == 1;
+
+my $filename = shift;
+open F, $filename or die "Cannot open $filename: $!";
+my $subject = <F>;
+chomp $subject;
+my $text = join "", <F>;
+close F;
+
+
+my $db_file = "db/yapc.db";
+use DBI;
+my $dbh = DBI->connect("dbi:SQLite:$db_file", 'root', undef) or die $@;
+
+my @badmails = (
+ 'abekageorge@xxxxxxx.xxx',
+ 'biodunquadri@xxxxx.xxx',
+ 'tiptree51@xxxxxxx.xxx',
+ 'smpaudel@xxxxxxx.xxx',
+ );
+my @nopart = ('perlconference@xxxx.xxx.xxx', 'andras@xxxxxxxx.xx');
+my $sth;
+
+$sth = $dbh->prepare('select * from people');
+$sth->execute;
+while (my $hr = $sth->fetchrow_hashref) {
+ next if not $hr->{acked};
+ next if grep {$_ eq $hr->{email}} @badmails;
+ next if grep {$_ eq $hr->{email}} @nopart;
+
+ my $body = $text;
+ $body =~ s/FNAME/$hr->{fname}/g;
+
+ my %mail = (
+ To => $hr->{email},
+# To => 'gabor@xxx.xx.xx',
+ From => 'gabor@xxxx.xxx.xx',
+ Message => $body,
+ Subject => $subject,
+ );
+ sendmail(%mail) or print "Could not send to $hr->{email}\n";
+
+ #print $body;
+
+# print $hr->{fname};
+# print " ";
+# print $hr->{lname};
+# print " ";
+# print $hr->{email};
+# print "\n";
+}
+$sth->finish;
+
+
+$dbh->disconnect;
+
Added: yapcom/trunk/bin/update1.txt
===================================================================
--- yapcom/trunk/bin/update1.txt 2004-02-22 16:17:21 UTC (rev 132)
+++ yapcom/trunk/bin/update1.txt 2004-02-22 17:11:43 UTC (rev 133)
@@ -0,0 +1,92 @@
+[YAPC::Israel::2004] Update: Schedule and BOFs
+
+Hi FNAME,
+
+I have already announced most of this on various forums
+like the perl.org.il regular mailing list and on the
+perl.org.il news list so you might get this twice now.
+Sorry for that.
+
+On the other hand if you are not subscribed to either one
+of those mailing lists than you should subscribe to the news
+list now. That's a low volume (2-3 mails a month) update I am
+sending out about events we have. Here is the link where you
+can sign up. You'll have to confirm your e-mail address.
+http://www.perl.org.il/mailman/listinfo/news
+
+
+About YAPC::Israel::2004
+========================
+
+Schedule
+---------
+We have the schedule available now.
+Visit http://www.perl.org.il/YAPC/2004/html/schedule.html
+
+
+Lunch
+-----
+As it was last year the lunch is paid by the participants. There
+are two regular university-like restaurants: one for diary and one for
+meat. Both are supposed to be kosher.
+
+
+Dinner and BOFs
+----------------
+After the conference we are organising BOFs and a dinner together.
+See the announcement on our main page and on the BOFs page:
+http://www.perl.org.il/YAPC/2004/
+http://www.perl.org.il/YAPC/2004/bofs.html
+
+If you would like to participate, please put your name on the
+Wiki so we know what place to reserve:
+http://www.perl.org.il/kwiki/index.cgi?Yapc2004BOFs
+
+The event is free, you pay what you eat and drink.
+
+(You can participate even if you cannot come to the conference.)
+
+Notebooks
+---------
+You are welcome to bring your notebook along. You can even volunteer
+it to be used for presentations. Here is a Wiki page where Issac
+Goldstand is organising the notebooks for those speakers who don't
+have one:
+http://www.perl.org.il/kwiki/index.cgi?Yapc2004Laptops
+
+
+Wireless
+--------
+In and around the above mentioned restaurant you have free wireless
+access. So bring your laptop and Wifi card to get connected in the
+breaks. (Unfortunately we cannot provide this in the lecture halls).
+
+
+Training
+--------
+I am going to teach 4 one-day seminars around the conference.
+25th February (the day before the conference)
+ Fundamentals of Perl seminar for those who would like to get started.
+ If you know people who need Perl, this is the good chance.
+29th February: Web Application Development with Perl
+1st March: QA Automation with Perl
+2nd March: Debugging Perl Scripts and Applications
+
+For syllabus visit this page:
+http://www.pti.co.il/Static/seminars200402
+
+For more details contact me directly
+
+regards
+Gabor Szabo
+http://www.perl.org.il/
+http://www.pti.co.il/
+08-9716380
+
+
+ps. If you received this message twice, first of all I appologize,
+this probably means you have registered twice with different e-mail
+addresses. Please let me know which one to keep using.
+
+
+
Added: yapcom/trunk/bin/update2.txt
===================================================================
--- yapcom/trunk/bin/update2.txt 2004-02-22 16:17:21 UTC (rev 132)
+++ yapcom/trunk/bin/update2.txt 2004-02-22 17:11:43 UTC (rev 133)
@@ -0,0 +1,165 @@
+[YAPC::Israel::2004] some changes to the schedule, more updates
+
+Hi FNAME,
+
+YAPC::Israel::2004 update
+=========================
+
+In this issue
+- Schedule update - Better than ever
+- Lunch - I am hungry
+- Dinner and Social networks - Please register !
+- Location and Transportation - There and back again.
+- Notebooks and Wireless - Always on
+- Sponsors - Why should I come early and stay till the end !?
+- HaMakor - FOSS
+- Training - Perl. What else ?
+
+
+Schedule
+---------
+There were some changes to the schedule, most notable we
+added the numbers of the rooms and directions within the IDC.
+We also moved a few lectures so all the lectures that are given
+in English are in one room. Please check the schedule:
+
+http://www.perl.org.il/YAPC/2004/html/schedule.html
+
+
+Lunch
+-----
+As it was last year the lunch is paid by the participants. There
+is a cafeteria with a dairy and a meat side. A lunch is ~ 25 NIS
+incl. a drink.
+
+
+Dinner and BOFs
+----------------
+After the conference we are organising BOFs and a dinner together.
+See the announcement on our main page and on the BOFs page:
+http://www.perl.org.il/YAPC/2004/
+http://www.perl.org.il/YAPC/2004/bofs.html
+
+If you would like to participate, please put your name on the
+Wiki so we know how many places to reserve:
+http://www.perl.org.il/kwiki/index.cgi?Yapc2004BOFs
+
+The event is free, you pay what you eat and drink.
+
+We can discuss all kinds of social networks e.g.
+http://www.orkut.com/
+https://www.linkedin.com/
+If you'd like to get invitations to any of the above, let me know.
+
+
+Location and Transportation
+----------------------------
+Some participants are organising telecars (that's a Hungarian
+for car pooling, sorry for the rest of the folks)
+
+If you need transportation you might want to check out this page:
+http://www.perl.org.il/kwiki/index.cgi?Yapc2004Rides
+
+In addition there are links to instructions and a map provided by IDC:
+http://www.perl.org.il/YAPC/2004/location.html
+
+
+Notebooks - Wireless
+--------------------
+You are welcome to bring your notebook along. In the cafeteria there
+is a wireless hot-spot.
+
+
+Sponsors
+--------
+ We would like to thank the help of IDC for providing us with room
+ without strings attached. Without their help we would not be able
+ to hold the conference at a reasonable price.
+
+
+The Interdisciplinary Center Herzliya (IDC)
+http://www.idc.ac.il/
+- The lecture rooms
+
+
+ We would like to thank the rest of the sponsors for providing
+ presents to the participants. We originally wanted to sell them
+ on an auction but instead of that we'll give them away in some
+ near-random method. Basically if you arrive before we open the
+ conference and stay till the end you'll have a chance to win.
+ If you come late or leave early, no presents.
+
+
+Beyond Security
+http://www.beyondsecurity.com/
+- 3 annual scanning service for 1 IP each from
+
+ActiveState
+http://www.activestate.com/
+- 5 coupons for ASPN Perl 1-year subscriptions
+
+McGraw-Hill
+http://www.mcgraw-hill.co.uk/
+- 15 books
+
+Focus
+http://www.focus.co.il/
+- 10 books
+
+Apress
+http://www.apress.com/
+- 20 books
+
+
+Addison-Wesley (Pearson)
+http://www.awl.com/
+- 15 books
+
+Actcom
+http://www.actcom.net.il/
+- 2 accounts for half a year of 750K/96K fast Internet
+- 10 accounts for half a year of 15Mb web hosting
+
+Combooks
+http://www.combooks.co.il/
+- 5 books of Apress
+
+Mirimar
+http://www.mirimar.net/
+- 5 web hosting account for power users
+
+PTI - Perl Technology Israel
+http://www.pti.co.il/
+- Organisation
+- Funding
+
+
+HaMakor
+-------
+The board of HaMakor will have a desk in the lobby so you can ask them
+intimate questions about FOSS - Free and Open Source Software
+http://www.hamakor.org.il/
+
+
+Training
+--------
+I am going to teach 4 one-day seminars around the conference.
+25th February (the day before the conference)
+ Fundamentals of Perl seminar for those who would like to get started.
+ If you know people who need Perl, this is the good chance.
+29th February: Web Application Development with Perl
+1st March: QA Automation with Perl
+2nd March: Debugging Perl Scripts and Applications
+
+For syllabus visit this page:
+http://www.pti.co.il/Static/seminars200402
+
+For more details contact me directly
+
+regards
+Gabor Szabo
+http://www.perl.org.il/
+http://www.pti.co.il/
+08-9716380
+
+
Generated at 21:45 on 28 Feb 2004 by mariachi 0.52