swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 83c5bb4b553533bb0feda2fa9a55ddd5d4b25cac
parent 8cc1b6cf53766e23aea89970973b728ef54588a2
Author: uriel@soma <unknown>
Date:   Thu,  6 Aug 2009 01:09:04 +0000

Do Pubsubhubbub submit in the background so we don't block.
Diffstat:
Mapps/blagh/app.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc @@ -124,7 +124,7 @@ fn mkbpost { 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] + hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub >[1=2] & } } status=$_status