Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
frabcus committed Jan 28, 2004
1 parent ccced12 commit c167087
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build/mailnewsletter.pl
Expand Up @@ -3,8 +3,8 @@
use lib "scraper/";

my $text = "website/newsletters/extra1.txt";
#my $test_name = "";
my $test_name = "Francis Irving";
my $test_name = "";
#my $test_name = "Francis Irving";
#my $test_name = "Julian Todd";

use error;
Expand Down Expand Up @@ -43,5 +43,7 @@
close(SENDMAIL) or warn "sendmail didn't close nicely";

print "done\n";

sleep 3; # One second probably enough
}

2 changes: 2 additions & 0 deletions todo.txt
Expand Up @@ -49,6 +49,8 @@ Give help on how to request answers from hcinfo
Web site
--------

Postcode search redirect automatically to MP page

Letter index on MP list

Pass W3C validator
Expand Down
4 changes: 2 additions & 2 deletions website/project/code.php
@@ -1,5 +1,5 @@
<?php $title = "Source Code"; include "../header.inc"
# $Id: code.php,v 1.1 2003/10/22 22:43:09 frabcus Exp $
# $Id: code.php,v 1.2 2004/01/28 13:16:00 frabcus Exp $

# The Public Whip, Copyright (C) 2003 Francis Irving and Julian Todd
# This is free software, and you are welcome to redistribute it under
Expand All @@ -13,7 +13,7 @@
Public Whip website works. All the "source code" which makes the
website is freely available. You can download it, run it on your own
computer, and try out your own anlayses and algorithms. The code is
licensed under the <a href="GPL.php">GPL</a>, a standard open source
licensed under the <a href="../GPL.php">GPL</a>, a standard open source
software license.

<p>At the moment I've only run this on Linux. It will certainly work on
Expand Down

0 comments on commit c167087

Please sign in to comment.