front page

This commit is contained in:
Mike Macgirvin
2010-08-03 18:17:42 -07:00
parent 4b39cc5f9b
commit 8f7e81a8b3
5 changed files with 21 additions and 91 deletions

View File

@@ -1,85 +0,0 @@
<?php
function mail_post(&$a) {
// handles mail created by me, or mail posted to my profile page.
// If remote we must have a DFRN-url.
if((x($_POST,'dfrn_url')) && (strlen($_POST['dfrn_url']))) {
// get post params
$remote = true;
// check blacklist
// scrape url
// sanitise
// store
// notify
}
if(local_user()) {
// get data
// sanitise
// store
// notify
}
}
function mail_content(&$a) {
// remot mail
// list mail
// read message
// reply
// new mail
}