Atom Publishing Protocol Support
Feb. 7th, 2011 12:58 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I just committed the code for updated Atom Publishing Protocol support.
Two things that you'll need to do to run this on your dev server:
1.) make sure that memcache is running. Otherwise duplicate-request-detection code doesn't kick in, and authentication will fail
2) make sure that the files are deleted from your live code area in $LJHOME. These modules are the old version; the new versions of the modules are already installed if you're using a 'hack, or would have been installed if you'd followed the directions in Dreamwidth Scratch Installation.
As a reminder, here's how to delete the files using cvsreport:
cd $LJHOME
for i in `bin/cvsreport.pl -n -1`; do rm $i; done
(restart your webserver)
Two things that you'll need to do to run this on your dev server:
1.) make sure that memcache is running. Otherwise duplicate-request-detection code doesn't kick in, and authentication will fail
2) make sure that the files are deleted from your live code area in $LJHOME. These modules are the old version; the new versions of the modules are already installed if you're using a 'hack, or would have been installed if you'd followed the directions in Dreamwidth Scratch Installation.
As a reminder, here's how to delete the files using cvsreport:
cd $LJHOME
for i in `bin/cvsreport.pl -n -1`; do rm $i; done
(restart your webserver)