▲ 94 ▼ France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded) (mastodon.social) submitted 1 year ago by supersquirrel@sopuli.xyz to c/opensource@programming.dev 19 comments fedilink hide all child comments
[–] pohart@programming.dev 8 points 1 year ago (2 children) It's a different thing. It's online like Google docs. permalink fedilink source parent hideshow 4 child comments replies: [–] Supernova1051@sh.itjust.works 8 points 1 year ago (2 children) asked this somewhere else, but does anyone know how it compares to Cryptpad which is also developed in France, open source, self hostable, collaborative, and end-to-end encrypted? permalink fedilink source parent hideshow 4 child comments replies: [–] Hawke@lemmy.world 2 points 1 year ago As long as it has a better interface I’ll be happy. Looking forward to trying this. permalink fedilink source parent [–] supersquirrel@sopuli.xyz [S] 2 points 1 year ago Im curious as well! permalink fedilink source parent [–] Colloidal@programming.dev 4 points 1 year ago* (1 child) So like OnlyOffice and LibreOffice Online? Edit: to clarify: both of these products can be self hosted. OnlyOffice’s main business model is to sell hosting services, their software is AGPL v3. permalink fedilink source parent hideshow 2 child comments replies: [–] supersquirrel@sopuli.xyz [S] 1 point 1 year ago (1 child) Between OnlyOffice or LibreOffice which do you recommend? permalink fedilink source parent hideshow 2 child comments replies: [–] Colloidal@programming.dev 3 points 1 year ago (1 child) OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think. So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm. You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull. permalink fedilink source parent hideshow 2 child comments replies: [–] Redjard@lemmy.dbzer0.com 2 points 1 year ago* (2 children) They’re both copyleft so no chance of a rug pull. That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection. GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made. I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later. In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions. Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla) permalink fedilink source parent hideshow 4 child comments replies: [–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent [–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent
[–] Supernova1051@sh.itjust.works 8 points 1 year ago (2 children) asked this somewhere else, but does anyone know how it compares to Cryptpad which is also developed in France, open source, self hostable, collaborative, and end-to-end encrypted? permalink fedilink source parent hideshow 4 child comments replies: [–] Hawke@lemmy.world 2 points 1 year ago As long as it has a better interface I’ll be happy. Looking forward to trying this. permalink fedilink source parent [–] supersquirrel@sopuli.xyz [S] 2 points 1 year ago Im curious as well! permalink fedilink source parent
[–] Hawke@lemmy.world 2 points 1 year ago As long as it has a better interface I’ll be happy. Looking forward to trying this. permalink fedilink source parent
[–] supersquirrel@sopuli.xyz [S] 2 points 1 year ago Im curious as well! permalink fedilink source parent
[–] Colloidal@programming.dev 4 points 1 year ago* (1 child) So like OnlyOffice and LibreOffice Online? Edit: to clarify: both of these products can be self hosted. OnlyOffice’s main business model is to sell hosting services, their software is AGPL v3. permalink fedilink source parent hideshow 2 child comments replies: [–] supersquirrel@sopuli.xyz [S] 1 point 1 year ago (1 child) Between OnlyOffice or LibreOffice which do you recommend? permalink fedilink source parent hideshow 2 child comments replies: [–] Colloidal@programming.dev 3 points 1 year ago (1 child) OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think. So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm. You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull. permalink fedilink source parent hideshow 2 child comments replies: [–] Redjard@lemmy.dbzer0.com 2 points 1 year ago* (2 children) They’re both copyleft so no chance of a rug pull. That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection. GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made. I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later. In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions. Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla) permalink fedilink source parent hideshow 4 child comments replies: [–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent [–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent
[–] supersquirrel@sopuli.xyz [S] 1 point 1 year ago (1 child) Between OnlyOffice or LibreOffice which do you recommend? permalink fedilink source parent hideshow 2 child comments replies: [–] Colloidal@programming.dev 3 points 1 year ago (1 child) OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think. So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm. You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull. permalink fedilink source parent hideshow 2 child comments replies: [–] Redjard@lemmy.dbzer0.com 2 points 1 year ago* (2 children) They’re both copyleft so no chance of a rug pull. That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection. GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made. I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later. In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions. Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla) permalink fedilink source parent hideshow 4 child comments replies: [–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent [–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent
[–] Colloidal@programming.dev 3 points 1 year ago (1 child) OnlyOffice is certainly more mature as a hosted app. It was born like this, the desktop version was the port. LibreOffice Online is still beta, I think. So if your interest is in hosting and online editing, OnlyOffice. Also has an interface that’s very similar to MS Office 365, which can be a pro or con to some. LibreOffice has a more traditional toolbar paradigm. You can try both before string up a server to see what you prefer. They’re both copyleft so no chance of a rug pull. permalink fedilink source parent hideshow 2 child comments replies: [–] Redjard@lemmy.dbzer0.com 2 points 1 year ago* (2 children) They’re both copyleft so no chance of a rug pull. That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection. GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made. I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later. In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions. Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla) permalink fedilink source parent hideshow 4 child comments replies: [–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent [–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent
[–] Redjard@lemmy.dbzer0.com 2 points 1 year ago* (2 children) They’re both copyleft so no chance of a rug pull. That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection. GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made. I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later. In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions. Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla) permalink fedilink source parent hideshow 4 child comments replies: [–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent [–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent
[–] wolfyvegan@slrpnk.net 2 points 1 year ago More about CLAs for those interested: Seriously, don't sign a CLA by Drew Devault permalink fedilink source parent
[–] Colloidal@programming.dev 1 point 1 year ago If such a thing would happen, all you need to do is fork the previous, copyleft, version of the code and go on with life as if nothing happened. That’s an economic disincentive for maintainers to try such shenanigans. permalink fedilink source parent