52 lines
1.9 KiB
HTML
52 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<!--#include virtual="components/head.html" -->
|
|
<title>About - Software Libre Liberec</title>
|
|
<meta name="description" content="Short bio of mister Stallman.">
|
|
<script src="lang.js"></script>
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="components/header.html" -->
|
|
<!--#include virtual="components/nav.html" -->
|
|
<main>
|
|
<h1>Who is Richard Stallman?</h1>
|
|
|
|
<a href="https://commons.wikimedia.org/wiki/File:Richard_Stallman_Bologna_2024_abc1.jpg">
|
|
<figure class="aside">
|
|
<img src="../stallman.webp" alt="Richard Stallman">
|
|
<figcaption>Richard Stallman, 2024</figcaption>
|
|
</figure>
|
|
</a>
|
|
|
|
<div id="stallman_bio_en">
|
|
<p>
|
|
Dr. Richard Stallman launched the free software movement in 1983 and
|
|
started the development of the GNU operating system
|
|
(see <a href="https://www.gnu.org">www.gnu.org</a>) in 1984.
|
|
GNU is free software: everyone has the freedom to copy it
|
|
and redistribute it, with or without changes. The GNU/Linux system,
|
|
basically the GNU operating system with <a href="https://kernel.org/">Linux</a>
|
|
as the kernel, is used on tens of millions of computers today.
|
|
</p>
|
|
|
|
<p>
|
|
Stallman has received the ACM Grace
|
|
Hopper Award and the ACM Software and Systems Award, a MacArthur
|
|
Foundation fellowship, the Electronic Frontier Foundation's Pioneer
|
|
Award, and the the Takeda Award for Social/Economic Betterment, as
|
|
well as many doctorates honoris causa, and has been inducted into the
|
|
<a href="https://www.internethalloffame.org/">Internet Hall of Fame</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Dr Richard Stallman<br>
|
|
Founder of the <a href="https://www.fsf.org/">Free Software Foundation</a><br>
|
|
Founder and development leader of the <a href="https://www.gnu.org/">GNU operating system</a>
|
|
</p>
|
|
</div>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|