aoloe / scribus-script-repository

Repository with python scripts from the Scribus community
36 stars 11 forks source link

the script and its folder's name should be identical #11

Open JLuc opened 10 years ago

JLuc commented 10 years ago

The script and its folder's name should be identical shouldnt they ? but scramble-text folder contains several replacetextxxx.py files

luzpaz commented 10 years ago

Agreed, though that was greg's choice which IMO we should defer to on this.

aoloe commented 10 years ago

yep, the names should be identical... there are a few other rules that i'd like to specify:

the biggest problem is that changing only the case of a file / directoy name might be a problem for os x users (last time i checked: os x is case insensitive, but the case is stored in the file, so it's not possible to rename Readme.md to README.md... it might have been fixed in os x or git) that's the reason why i have not changed the filenames yet...

we should also discuss on how to present different versions of the same script.