aoloe/scribus-script-repository

the script and its folder's name should be identical

Opened this issue · 2 comments

JLuc commented

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

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

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

  • README.md should be written exactly as here
  • script names should start with a lowercase
  • we will have to choose between all small caps, camel case or _ for the script names...

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.