From a7b157cb7ccb4d1a7f1f0f0134a78fd172066879 Mon Sep 17 00:00:00 2001 From: MichaelRimler Date: Mon, 4 Dec 2023 16:34:56 +0000 Subject: [PATCH] Add last three questions (Q15-Q17) --- OSmodels.qmd | 26 ++++++++++++++++++++++++++ _quarto.yml | 3 +++ legal.qmd | 26 ++++++++++++++++++++++++++ whatelse.qmd | 24 ++++++++++++++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 OSmodels.qmd create mode 100644 legal.qmd create mode 100644 whatelse.qmd diff --git a/OSmodels.qmd b/OSmodels.qmd new file mode 100644 index 0000000..3b38725 --- /dev/null +++ b/OSmodels.qmd @@ -0,0 +1,26 @@ +--- +title: "OS Business Models" +--- + +## What open source models are available for businesses? + +- How to address the challenge of making money providing software that is, by definition, licensed free of charge? + +- What is open core? + +- [Wikipedia page](https://en.wikipedia.org/wiki/Business_models_for_open-source_software){target="_blank"} + +## How to Contribute + +Contribute to the discussion here in GitHub Discussions:\ +[What open source models are available for businesses?](https://github.com/phuse-org/OSTCDA/discussions/16){target="_blank"} + +## Guidance + +- Provide your thoughts and perspectives + +- Provide references to articles, webinars, presentations (citations, links) + +- Be respectful in this community + + diff --git a/_quarto.yml b/_quarto.yml index 73bb863..8ae5e8e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -33,6 +33,9 @@ book: - longrun.qmd - fundOS.qmd - liability.qmd + - legal.qmd + - OSmodels.qmd + - whatelse.qmd - references.qmd bibliography: references.bib diff --git a/legal.qmd b/legal.qmd new file mode 100644 index 0000000..5933374 --- /dev/null +++ b/legal.qmd @@ -0,0 +1,26 @@ +--- +title: "Legal Concerns" +--- + +## Are there any legal concerns from open source development? + +- What do individuals need to know? + +- What do organizations need to know? + +- How does this differ if the solution is an individual or a collaborative effort? + +## How to Contribute + +Contribute to the discussion here in GitHub Discussions:\ +[Are there any legal concerns or ramifications from open source development (on the user, developer, organization)?](https://github.com/phuse-org/OSTCDA/discussions/15){target="_blank"} + +## Guidance + +- Provide your thoughts and perspectives + +- Provide references to articles, webinars, presentations (citations, links) + +- Be respectful in this community + + diff --git a/whatelse.qmd b/whatelse.qmd new file mode 100644 index 0000000..d06c0a5 --- /dev/null +++ b/whatelse.qmd @@ -0,0 +1,24 @@ +--- +title: "What Else?" +--- + +## What else can we do? + +This is very open ended and initially intended as a catch-all for the future considerations not already covered by the other discussions. + +- What have we missed? + +- What other questions are being asked and/or need to be addressed? + +## How to Contribute + +Contribute to the discussion here in GitHub Discussions:\ +[What else can we do?](https://github.com/phuse-org/OSTCDA/discussions/17){target="_blank"} + +## Guidance + +- Provide your thoughts and perspectives + +- Provide references to articles, webinars, presentations (citations, links) + +- Be respectful in this community