define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
Comments on: uTidyLib Fix
http://xdissent.com/2009/03/15/utidylib-fix/
Ride the LightningFri, 24 Apr 2009 09:45:51 +0000
hourly
1 https://wordpress.org/?v=6.9.4
By: Jamie Kirkpatrick
http://xdissent.com/2009/03/15/utidylib-fix/#comment-161
Fri, 24 Apr 2009 09:45:51 +0000http://xdissent.com/?p=35#comment-161Dude…I was justin the middle of doing exactly the same thing myself (at GitHub)! I was searching Google to work out how to get this option to work and I stumbled on this…
/me deletes his mirror.
Thanks a lot (I was using pip too btw).
]]>
By: Jason Stitt
http://xdissent.com/2009/03/15/utidylib-fix/#comment-162
Tue, 31 Mar 2009 02:53:37 +0000http://xdissent.com/?p=35#comment-162Hi! I’ve been working with Tidy a lot recently and found uTidyLib useful but ran into the same problem you did, as well as some others. Since uTidyLib hasn’t been updated in a while, I created pytidylib and have just uploaded it. It supports OS X and also contains some fixes to run embedded in Apache on 64bit systems and to support Unicode. I also avoided a memory leak I found in uTidyLib (which is important in a server environment where you’re calling it many times!) and improved performance a bit.
I have a SourceForge link on the pytidylib page on my web site or you can easy_install pytidylib. (I’m not familiar with pip, but it uses a "stock" setup.py). It’s a 0.1 release, so I’d appreciate feedback.
]]>