aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-04-28 16:56:13 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-04-28 19:27:40 +0200
commitc80f15db143225a963ff6f719ed5a5877344b199 (patch)
tree97a97eb0adbe9ece0a682348e8820bf386318058
parent089f98bcf162248a8a32f79fdadd8f1bb4a9ba9b (diff)
downloadwww.replicant.us-c80f15db143225a963ff6f719ed5a5877344b199.tar.gz
www.replicant.us-c80f15db143225a963ff6f719ed5a5877344b199.tar.bz2
www.replicant.us-c80f15db143225a963ff6f719ed5a5877344b199.zip
about.php: FAQ: Add an entry about where the origin of Replicant name
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--about.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/about.php b/about.php
index e3147f8..a13f833 100644
--- a/about.php
+++ b/about.php
@@ -264,6 +264,35 @@
</p>
</div>
</div>
+
+ <div class="panel panel-default" id="replicant-name">
+ <div class="panel-heading">
+ <h3 class="panel-title">
+ Where does the Replicant name comes from?
+ </h3>
+ </div>
+ <div class="panel-body">
+ <p>
+ One of the goals initial of projects like GNU or ReactOS was to
+ replace nonfree operating systems, like Unix and Microsoft Windows.
+ To do that they could not simply reuse the nonfree operating system
+ source code as it wasn't free software, so they had to write their
+ own code and reuse other available free software components.<br />
+ <br />
+ With Android the situation was much easier because even if many
+ drivers were not free software, most of the operating system source
+ code was available.<br />
+ <br />
+ So with way less effort, we could have an exact Replica of Android
+ with the same graphical interface and so on. We just had to replace
+ these nonfree drivers.<br />
+ <br />
+ When trying to find a project name, "Replicant" looked neat as not
+ only we were Replicating Android, but the name was also loosely
+ related to Android as in Blade Runner, Replicants are also Androids.
+ </p>
+ </div>
+ </div>
</div>
<div class="col-md-3">
@@ -301,6 +330,9 @@
Why doesn't Replicant guide users through installing complementary
proprietary components?
</a>
+ <a href="#replicant-name" class="list-group-item">
+ Where does the Replicant name comes from?
+ </a>
</div>
</div>
</div>