diff --git a/news/podcast.rss.xsl b/news/podcast.rss.xsl index 93b4ed6c54..4f2f1111ef 100644 --- a/news/podcast.rss.xsl +++ b/news/podcast.rss.xsl @@ -82,11 +82,11 @@ - + - + @@ -193,12 +193,12 @@ false false - + - + @@ -216,7 +216,7 @@ Join the FSFE community and support the podcast: https://my.fsfe.org/support?referrer=podcast - + <![CDATA[ @@ -244,17 +244,17 @@ - + https://my.fsfe.org/support?referrer=podcast Join the FSFE community and support the podcast - + ]]> - + @@ -289,7 +289,16 @@ Free Software Foundation Europe (FSFE) false false - full + + + + + + + full + + + @@ -302,9 +311,11 @@ - - - + + + + + @@ -337,11 +348,11 @@ - + - + @@ -353,9 +364,9 @@ - + - + @@ -387,8 +398,8 @@ - + - + diff --git a/news/podcast/episode-special-1.en.xhtml b/news/podcast/episode-special-1.en.xhtml new file mode 100644 index 0000000000..5522e4657c --- /dev/null +++ b/news/podcast/episode-special-1.en.xhtml @@ -0,0 +1,89 @@ + + + 1 + + + Software Freedom Podcast Special about GNU Health with Dr. Luis Falcón and Dr. Axel Braun + + + +

Software Freedom Podcast Special about GNU Health with Dr. Luis Falcón and Dr. Axel Braun

+ +

+For our Software Freedom Podcast we talk with people who have inspiring ideas about software freedom. In this special episode, we talk with Dr. Luis Falcón and Dr. Axel Braun about the Free health and hospital information system GNU Health.

+ +

Unfortunately, as we had to do this podcast remotely this time, we cannot provide the same level of audio quality as you are used to in this podcast. We apologise for this and will look into +better solutions for remote recordings for future episodes.

+ + + +

+In this special episode of the Software Freedom Podcast we talk about some of the advantages of GNU Health and how as a Free health and hospital information system it can and already does help with the current Covid-19 pandemic. Our guests are Dr. Luis Falcón who is the author of GNU Health and Dr. Axel Braun who published the first live CD of GNU Health. We discover how and why Dr. Luis Falcón got the idea for the software and what are the next steps in the development of GNU Health, how it is financed and where it is already being used. Together we speak about the importance of a Free health and hospital information system and why public code is essential in the public health care sector during the Covid-19 crisis and beyond. This is the perfect episode for an overview of how important Free Software is in the current situation and especially in hospitals and the public health system. +

+ +
+ The logo of GNU Health (GH) +
GNU Health – the free health and hospital information system
+
+ +

Read more:

+ + + +

If you liked this episode and want to support our continues work for software freedom, please help us with a donation.

+ + + + + front-page + podcast + tools + + + + + bonus + Interview with Dr. Luis Falcón and Dr. Axel Braun about GNU Health, the Free health and hospital information system. The perfect episode for a quick overview why Free Software is no less important during a pandemic. + 27:14 + + + + https://download.fsfe.org/audio/podcast/SFP-special-1.opus + 6634645 + + + + https://download.fsfe.org/audio/podcast/SFP-special-1.mp3 + 22882045 + + + Preface + Welcome to the podcast + Introduction of Dr. Luis Falcón and Dr. Axel Braun + Interview with Dr. Luis Falcón and Dr. Axel Braun + Closing words + Outro + + + + + + + + + diff --git a/picturebase/graphics/logos/GNUHealth-800px.jpg b/picturebase/graphics/logos/GNUHealth-800px.jpg new file mode 100644 index 0000000000..67e118893f Binary files /dev/null and b/picturebase/graphics/logos/GNUHealth-800px.jpg differ diff --git a/picturebase/graphics/logos/GNUHealth.jpg b/picturebase/graphics/logos/GNUHealth.jpg new file mode 100644 index 0000000000..6b39948096 Binary files /dev/null and b/picturebase/graphics/logos/GNUHealth.jpg differ diff --git a/tools/githooks/pre-commit b/tools/githooks/pre-commit index aad1fab0f9..11b1a4118d 100755 --- a/tools/githooks/pre-commit +++ b/tools/githooks/pre-commit @@ -127,7 +127,7 @@ for f in $files_all; do if [[ ( $f =~ $fileregex ) && ( -e "$f" ) ]]; then filename="$(basename "${f}")" # file naming scheme - regex="^((nl-20[0-9]{4})|episode-[0-9]{1,3}|(news|event)-20[0-9]{6}-[0-9]{2})\.[a-z]{2}\.(xml|xhtml)$" + regex="^((nl-20[0-9]{4})|episode-(special-)?[0-9]{1,3}|(news|event)-20[0-9]{6}-[0-9]{2})\.[a-z]{2}\.(xml|xhtml)$" if ! [[ $filename =~ $regex ]]; then RETURN_NAME=$((RETURN_NAME + 1)) FILES_NAME="${FILES_NAME}|${f}"