Browse Source

more streetwire stuff

master
memespring 15 years ago
parent
commit
8ffc223fd2
2 changed files with 6 additions and 8 deletions
  1. +4
    -4
      docs/templates/news_mail.tpl
  2. +2
    -4
      tools/news_mailer.php

+ 4
- 4
docs/templates/news_mail.tpl View File

@@ -1,18 +1,18 @@
{textformat style='email'}
Hello,

This is a one off email to let you know about a new local information website I've built on top of PlanningAlerts:

http://www.streetwire.org
This is a one off email to let you know about a new website I've built on top of PlanningAlerts: http://www.streetwire.org

StreetWire is like PlanningAlerts for every kind of local information. As well as planning applications, it will tell you about licensing applications, crime, events and local news near you.

You can also share news with your neighbours, so If you know some little tipbit of local news, or want to tell your neighbours about an event it helps conenct you with your neighbours.
You can also share news with your neighbours, so If you know some little tipbit of local news, or want to tell your neighbours about an event it helps connect you with your neighbours.

You can signup here:

http://www.streetwire.org

I hope it's useful, it would be really great to here what everyone things of it, and what sort of information you'd like to see.

All the best,

Richard Pope (volunteer PlanningAlerts.com)

+ 2
- 4
tools/news_mailer.php View File

@@ -8,8 +8,8 @@
$news_mailer = new news_mailer();
$news_mailer->run();

//class
class news_mailer {
//class
class news_mailer {

//Run
function run (){
@@ -48,8 +48,6 @@
}

}

}
}


Loading…
Cancel
Save