[Updated index.html flux@modeemi.fi**20090925072222] { hunk ./index.html 22 - not at the moment. Basically spaces can be converted to - underscores and vice versa, the same with uppercase and lowercase, - and changes in case and a fixed set of separators can be - detected. + not at the moment. Basically characters can be skipped, spaces can + be converted to underscores and vice versa, the same with + uppercase and lowercase, and changes in case and a fixed set of + separators can be detected. + +

I just want to try it out, now!

+ +

Okay. So I put a demo form up. + I put in a limit of handling only one request concurrently, but + it appears the host I'm running it is faster than my laptop, so + it is practically instantaneous anyway. I hope that doesn't + become a problem. hunk ./index.html 81 -

After running it (it will finish in at most 10 seconds), it - will first list the renames it would perform and then - interactively ask, if you wish to commit. If you just want to see - what kind of plan it would produce, you may omit the -- and the - file names. +

Note that it didn't figure out that the . is a separator and it + could've been used instead of detecting 'changed case' (numbers + are considered to be lowercase at the moment). + +

After running it (it will finish in at most 10 seconds; slower + or more heavily loaded PC's may get worse results), it will first + list the renames it would perform and then interactively ask, if + you wish to commit. If you just want to see what kind of plan it + would produce, you may omit the -- and the file names. }