LibreCAD/Resources repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

LibreCAD/Resources repository

ravas
What do you guys think about making a LibreCAD/Resources repository?
We could have folders for things like
style sheets, alternative icons, documentation files, templates and blocks.
That way people can contribute without having to worry about
affecting the program or polluting the main repository.
It will also make it easier to find these resources.
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

dellus
Very good idea
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

dxli
I agree.

Let's decouple code and assets

dellus wrote
Very good idea
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

Sextant_IT_Consulting
I also agree and hope the COGO efforts can add to the code and assets.
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

ravas
In reply to this post by dxli
What do you think about a license for the repo?
I'm considering one of the creative commons:
https://creativecommons.org/licenses/
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

ravas
I'm thinking creative commons attribution for non-code,
and the same license as LibreCAD for style sheets and plugins.

For folder structure I'm thinking:

blocks
- architecture
-- user1
-- user 2
- engineering
-- user 1
-- user 2

And in each user folder can be an attribution.txt, which has the authors name and email,
and possibly a list of the files in the folder.
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD/Resources repository

ravas
https://github.com/LibreCAD/Resources

I suggest using MIT (for code) or CC BY 4.0 if you want to require attribution;
otherwise use CC0 to waive your rights.