insideqt / awesome-qt

A curated list of awesome Qt-related libraries, tools, etc.
https://insideqt.github.io/awesome-qt
Creative Commons Zero v1.0 Universal
62 stars 6 forks source link

Naming and sorting #3

Open suy opened 8 years ago

suy commented 8 years ago

To avoid tough editorial decisions, the preferred sorting should IMHO be done by name.

That has the problem that projects might choose the same name, or just be the same project, but there are two forks of it (e.g. the QtSingleApplication from qt-solutions was forked by different people, and there are different copies around with the same name).

I'd like to have projects somehow namespaced in the typical com.example.foobar notation. This is what www.qpm.io does.

suy commented 8 years ago

Also, there is the problem of projects named QFoo vs QtFoo vs FooQt (with dashes in the middle or without).