Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet.
This commit is contained in:
parent
d5bb1460e9
commit
d8d9e66dfa
2 changed files with 7 additions and 6 deletions
|
|
@ -120,10 +120,11 @@ fn mkbpost {
|
|||
echo $bptext
|
||||
}> $ddir/$"n^$"bpid/index.md
|
||||
|
||||
if(! ~ $"blagh_pubsubdub_hub '') {
|
||||
# Experimental implementation of http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.1.html#anchor4
|
||||
ifs='' { p=`{echo $req_url|sed 's/new_post$/index.atom/'|./bin/contrib/urlencode.awk }
|
||||
hget -p 'hub.mode=publish&hub.url='^$p' $blagh_pubsubdub_hub
|
||||
# Experimental support for http://pubsubhubbub.googlecode.com/
|
||||
if(! ~ $"conf_blog_pubsubdub_hub '') {
|
||||
ifs='' { p=`{echo $req_url|sed 's/new_post$/index.atom/'|url_encode } }
|
||||
dprint hget -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub
|
||||
hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub >[1=2]
|
||||
}
|
||||
}
|
||||
status=$_status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue