Re: [Rest2web-develop] rest2web ... extended?
Brought to you by:
mjfoord
From: Yuri D'E. <wa...@th...> - 2014-11-01 21:19:54
|
On 10/11/2014 05:31 PM, Yuri D'Elia wrote: > Hi everyone. I've finally took the time to put online my own changes to > rest2web, which are now available here: > > https://github.com/wavexx/rest2web I'd like to mention that I did some progress, and fixed some bugs that could easily backported to the main sources: https://github.com/wavexx/rest2web#rest2web-extended The relevant changes: - Fixed __prune__ handling and ignoring more revision control directories by default: https://github.com/wavexx/rest2web/commit/2a1b0e0fc3d2d16746e7e00fe9034e72e6624232 - Fixed .. include:: path: https://github.com/wavexx/rest2web/commit/964d1e2abc52c30b4157e74032595f3488a42d9f - Removed local copy of configobj and cgiutils (!): https://github.com/wavexx/rest2web/commit/a489fba4218e5338420ba715e1a29bb14dfb66af The patches may require some massaging to apply, due to some extra changes I did to rest2web. |