Introduction
Introduction Statistics Contact Development Disclaimer Help
Do Pubsubhubbub submit in the background so we don't block. - swerc - anselm's …
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:
M apps/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_encod…
dprint hget -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdu…
- hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub…
+ hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub…
}
}
status=$_status
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.