After a hefty apt-get dist-upgrade, I was getting major segmentation faults on debian squeeze. After downgrading to php5 5.2.6.dfsg.1-1+lenny8 I'm back in business, but this definitely worth mentioning.
More details to follow soon...
After a hefty apt-get dist-upgrade, I was getting major segmentation faults on debian squeeze. After downgrading to php5 5.2.6.dfsg.1-1+lenny8 I'm back in business, but this definitely worth mentioning.
More details to follow soon...
Like many open source projects, Nexista is now hosted at Github!
I just tagged Nexista 0.2.5 because I made a significant change to how sitemaps are processed (though the change does not break backwards compatibility).
Gates should now include an http method attribute, like this:
<map:gate name="x-hostgroup-delete" role="yodnsuser" http_method="post">
If they do not, they will default to get, and as I mentioned in the first paragraph, posts to gates that have defaulted to the get method will also be processed. However, if there is a post method gate, it will be processed instead.
This change was inspired by Sinatra, and it turns out to be a helpful change. Gates are now a lot simpler and concise, without urls getting too complex.
TODO:
Recent Comments