Dwarf-Therapist icon indicating copy to clipboard operation
Dwarf-Therapist copied to clipboard

Unify naming style

Open wRAR opened this issue 11 years ago • 5 comments

Currently we have at least "dwarf-therapist", "dwarftherapist", "DwarfTherapist" (and that's only file names, I didn't check GUI and docs). A single naming style would be great.

wRAR avatar Sep 01 '14 15:09 wRAR

I couldn't agree more. I'm currently maintaining an ebuild which is used by the package manager in Gentoo and it's getting messy with all different standards. I named the ebuild (or package) after the project. So it's called dwarf-therapist (in lowercase). I'm all for changing it however if a standard is set.

I just saw that an actual release was created today tagged as 26.0.0 however the package version is 26.0 hence the full url to the file (zip) is https://github.com/splintermind/Dwarf-Therapist/releases/download/v26.0.0/Dwarf.Therapist.26.0.zip which includes both v26.0.0 and 26.0. It gets messy when you need to manage two different versions (26.0.0 and 26.0) but the package name is also Dwarf.Therapist instead of Dwarf-Therapist.

However seems like the URI to the tar.gz is more sane though: https://github.com/splintermind/Dwarf-Therapist/archive/v26.0.0.tar.gz and actually is possible to work with.

anders-larsson avatar Sep 18 '14 15:09 anders-larsson

I had no idea that naming the zip something different than the tag was so problematic. I'll name them the same in the future.

splintermind avatar Sep 18 '14 15:09 splintermind

I'm sorry if I sounded rude. I really do appreciate all the work you and the other contributers do. Just felt frustrating at that moment. I'll be using the tar.gz file since it's created directly from the tag.

Thank you for your time!

anders-larsson avatar Sep 18 '14 15:09 anders-larsson

I've updated the zip and tags to match 26.0.0 and renamed the zip to Dwarf-Therapist, is that better? Anything else need to be changed for the release stuff?

splintermind avatar Sep 18 '14 15:09 splintermind

the standard for packages names is pkgname-ver.ext.

Hello71 avatar Sep 18 '14 15:09 Hello71