From 4ea2ba35583e54ce5bea6a5794dd4437fff07468 Mon Sep 17 00:00:00 2001 From: Jan Pearce Date: Fri, 9 May 2025 18:23:51 -0400 Subject: [PATCH 1/3] Draft clarification of OSS vs FOSS --- source/sec_oss_what_it_is.ptx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/sec_oss_what_it_is.ptx b/source/sec_oss_what_it_is.ptx index a5cb3dfa..e8fbe040 100644 --- a/source/sec_oss_what_it_is.ptx +++ b/source/sec_oss_what_it_is.ptx @@ -4,8 +4,9 @@ What is Open Source Software?

-Open source software (OSS) which is also called Free and Open Source Software (FOSS) is source code made freely available for possible modification and/or redistribution, depending upon the specific licensing. -Open source software is distributed under a license that grants users the freedom to run, study, modify, and share the software and its source code with anyone, for any purpose. Note that the "free" in FOSS is related to these freedoms of what one is permitted to do with the source code as opposed to being free of cost, which it might, or might not, be — more on this topic in the remainder of this chapter. +Open Source Software (OSS) is software released under a license in which the copyright holder grants users the rights to use, study, change, and even distribute the software and its source code. Here the word open means that source code is open for (i.e. freely available for) possible modification and/or redistribution. In this regard, open source software (OSS) is very closely related to Free and Open Source Software (FOSS), which is often used interchangeably with OSS. However, FOSS is an inclusive umbrella term encompassing both free software and open-source software, so it is important to note that the word "free" in "FOSS" refers to freedom of use, not freedom from cost. + +While OSS and FOSS share many similarities, there are philosophical differences in the OSS and FOSS movements. Open Source Software (OSS) emphasizes the practical benefits and collaborative development, whereas Free and Open Source Software (FOSS) serves as an umbrella term that acknowledges both OSS and a strong ethical focus on user freedoms of what one is permitted to do with the source code. Note that neither OSS nor FOSS are necessarily free of cost — more on this topic in the remainder of this chapter.

From 1d604ca9141a48628d0a7edfed0e4ce02ab77854 Mon Sep 17 00:00:00 2001 From: Jan Pearce Date: Mon, 12 May 2025 17:28:13 -0400 Subject: [PATCH 2/3] update project.ptx to cli v2 --- executables.ptx | 10 ++++++++ project-old.ptx | 56 ++++++++++++++++++++++++++++++++++++++++++++ project.ptx | 62 ++++++------------------------------------------- 3 files changed, 73 insertions(+), 55 deletions(-) create mode 100644 executables.ptx create mode 100644 project-old.ptx diff --git a/executables.ptx b/executables.ptx new file mode 100644 index 00000000..545303bf --- /dev/null +++ b/executables.ptx @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/project-old.ptx b/project-old.ptx new file mode 100644 index 00000000..f1b76bdc --- /dev/null +++ b/project-old.ptx @@ -0,0 +1,56 @@ + + + + + + html + source/main.ptx + publication/runestone.ptx + published/opensource + + + html + source/main.ptx + publication/dev.ptx + output/web + + + pdf + source/main.ptx + publication/dev.ptx + output/print + + + latex + source/main.ptx + publication/dev.ptx + output/print-latex + + + html + source/main.ptx + publication/dev.ptx + output/subset + + + ch_first + + + + latex + pdflatex + xelatex + pdf2svg + asy + sage + convert + pdftops + node + file2brl + + diff --git a/project.ptx b/project.ptx index f1b76bdc..a64baef0 100644 --- a/project.ptx +++ b/project.ptx @@ -1,56 +1,8 @@ - - - - - html - source/main.ptx - publication/runestone.ptx - published/opensource - - - html - source/main.ptx - publication/dev.ptx - output/web - - - pdf - source/main.ptx - publication/dev.ptx - output/print - - - latex - source/main.ptx - publication/dev.ptx - output/print-latex - - - html - source/main.ptx - publication/dev.ptx - output/subset - - - ch_first - - - - latex - pdflatex - xelatex - pdf2svg - asy - sage - convert - pdftops - node - file2brl - - + + + + + + + \ No newline at end of file From 27c5ced3805f1a89c555bc29d348873e80280d63 Mon Sep 17 00:00:00 2001 From: Jan Pearce Date: Mon, 12 May 2025 17:38:00 -0400 Subject: [PATCH 3/3] restore sec_oss_what_it_is.ptx --- source/sec_oss_what_it_is.ptx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/sec_oss_what_it_is.ptx b/source/sec_oss_what_it_is.ptx index e8fbe040..a5cb3dfa 100644 --- a/source/sec_oss_what_it_is.ptx +++ b/source/sec_oss_what_it_is.ptx @@ -4,9 +4,8 @@ What is Open Source Software?

-Open Source Software (OSS) is software released under a license in which the copyright holder grants users the rights to use, study, change, and even distribute the software and its source code. Here the word open means that source code is open for (i.e. freely available for) possible modification and/or redistribution. In this regard, open source software (OSS) is very closely related to Free and Open Source Software (FOSS), which is often used interchangeably with OSS. However, FOSS is an inclusive umbrella term encompassing both free software and open-source software, so it is important to note that the word "free" in "FOSS" refers to freedom of use, not freedom from cost. - -While OSS and FOSS share many similarities, there are philosophical differences in the OSS and FOSS movements. Open Source Software (OSS) emphasizes the practical benefits and collaborative development, whereas Free and Open Source Software (FOSS) serves as an umbrella term that acknowledges both OSS and a strong ethical focus on user freedoms of what one is permitted to do with the source code. Note that neither OSS nor FOSS are necessarily free of cost — more on this topic in the remainder of this chapter. +Open source software (OSS) which is also called Free and Open Source Software (FOSS) is source code made freely available for possible modification and/or redistribution, depending upon the specific licensing. +Open source software is distributed under a license that grants users the freedom to run, study, modify, and share the software and its source code with anyone, for any purpose. Note that the "free" in FOSS is related to these freedoms of what one is permitted to do with the source code as opposed to being free of cost, which it might, or might not, be — more on this topic in the remainder of this chapter.