www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/philosophy nit-india.html nonsoftware-copyl...


From: Therese Godefroy
Subject: www/philosophy nit-india.html nonsoftware-copyl...
Date: Mon, 20 Sep 2021 11:06:50 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/09/20 11:06:50

Modified files:
        philosophy     : nit-india.html nonsoftware-copyleft.html 
                         shouldbefree.html software-patents.html 

Log message:
        Replace single quotes with double quptes, <code> or <i>.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/nit-india.html?cvsroot=www&r1=1.20&r2=1.21
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/nonsoftware-copyleft.html?cvsroot=www&r1=1.23&r2=1.24
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/shouldbefree.html?cvsroot=www&r1=1.74&r2=1.75
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/software-patents.html?cvsroot=www&r1=1.48&r2=1.49

Patches:
Index: nit-india.html
===================================================================
RCS file: /webcvs/www/www/philosophy/nit-india.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- nit-india.html      19 Sep 2021 14:35:29 -0000      1.20
+++ nit-india.html      20 Sep 2021 15:06:48 -0000      1.21
@@ -787,7 +787,7 @@
 for a embedded machine and that's all. So, if you want to avoid
 confusing people, you need to distinguish them, use different names
 for different things. When you are talking about the kernel, please
-call it &lsquo;Linux&rsquo;. That was written by a person, who chose
+call it &ldquo;Linux.&rdquo; That was written by a person, who chose
 the name Linux. And we ought to use the name he chose. When you are
 talking of the operating system, that's mostly GNU. And when I started
 developing it, I chose the name GNU. So please call this combination
@@ -1111,8 +1111,8 @@
 schools. A complete curriculum of free educational materials. Because
 educational materials should be free. And so I suggest that you look
 at the site <a href="https://www.gnowledge.org";>gnowledge.org</a>. That's
-like knowledge but spells with a &lsquo;g&rsquo; instead of a
-&lsquo;k&rsquo;. And you will see one of these initiatives being
+like knowledge but spells with a <i>g</i> instead of a
+<i>k</i>. And you will see one of these initiatives being
 carried out by Prof. Nagarjuna in Mumbai.
 </p>
 
@@ -1528,7 +1528,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/19 14:35:29 $
+$Date: 2021/09/20 15:06:48 $
 <!-- timestamp end -->
 </p>
 </div>

Index: nonsoftware-copyleft.html
===================================================================
RCS file: /webcvs/www/www/philosophy/nonsoftware-copyleft.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- nonsoftware-copyleft.html   19 Sep 2021 15:41:10 -0000      1.23
+++ nonsoftware-copyleft.html   20 Sep 2021 15:06:49 -0000      1.24
@@ -84,7 +84,7 @@
 make sense in the context of cyberia.</p>
 
 <p>
-Simple &lsquo;public domain&rsquo; publication will not work, because
+Simple &ldquo;public domain&rdquo; publication will not work, because
 some will try to abuse this for profit by depriving others of freedom;
 as long as we live in a world with a legal system where legal
 abstractions such as copyright are necessary, as responsible artists
@@ -237,7 +237,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/19 15:41:10 $
+$Date: 2021/09/20 15:06:49 $
 <!-- timestamp end -->
 </p>
 </div>

Index: shouldbefree.html
===================================================================
RCS file: /webcvs/www/www/philosophy/shouldbefree.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- shouldbefree.html   12 Sep 2021 08:14:19 -0000      1.74
+++ shouldbefree.html   20 Sep 2021 15:06:49 -0000      1.75
@@ -323,7 +323,7 @@
 program, which is written in a programming language such as Fortran or
 C.  It uses names to designate the data being used and the parts of
 the program, and it represents operations with symbols such as
-&lsquo;+&rsquo; for addition and &lsquo;-&rsquo; for subtraction.  It
+<code>+</code> for addition and <code>-</code> for subtraction.  It
 is designed to help programmers read and change programs.  Here is an
 example; a program to calculate the distance between two points in a
 plane:</p>
@@ -906,7 +906,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/12 08:14:19 $
+$Date: 2021/09/20 15:06:49 $
 <!-- timestamp end -->
 </p>
 </div>

Index: software-patents.html
===================================================================
RCS file: /webcvs/www/www/philosophy/software-patents.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- software-patents.html       28 Aug 2021 13:55:50 -0000      1.48
+++ software-patents.html       20 Sep 2021 15:06:49 -0000      1.49
@@ -846,30 +846,30 @@
 </p>
 
 <p>
-If I wanted to put an &lsquo;If&rsquo; statement in a
-&lsquo;While&rsquo; statement, I don't have to worry about whether the
-&lsquo;If&rsquo; statement will oscillate at a certain frequency and
-rub against the &lsquo;While&rsquo; statement and eventually they will
+If I wanted to put an <code>if</code> statement in a
+<code>while</code> statement, I don't have to worry about whether the
+<code>if</code> statement will oscillate at a certain frequency and
+rub against the <code>while</code> statement and eventually they will
 fracture.  I don't have to worry whether it will oscillate at a
 certain higher frequency and induce a signal in the value of some
 other variable.  I don't have to worry about how much current that
-&lsquo;If&rsquo; statement will draw and whether it can dissipate the
-heat there inside that while statement.  Whether there will be a
-voltage drop across the while statement that will make the
-&lsquo;If&rsquo; statement not function.
+<code>if</code> statement will draw and whether it can dissipate the
+heat there inside that <code>while</code> statement.  Whether there will be a
+voltage drop across the <code>while</code> statement that will make the
+<code>if</code> statement not function.
 <span class="gnun-split"></span>I don't have to worry that
 if i run this program in a salt water environment that the salt water
-may get in between the &lsquo;If&rsquo; statement and the
-&lsquo;While&rsquo; statement and cause corrosion.  I don't have to
+may get in between the <code>if</code> statement and the
+<code>while</code> statement and cause corrosion.  I don't have to
 worry when I refer to the value of a variable whether I am exceeding
 the fan-out limit by referring to it 20 times.  I don't have to worry,
 when I refer to the variable, how much capacitance it has and whether
 there has been sufficient time to charge up the value.  I don't have
 to worry when I write the program, about how I am going to physically
 assemble each copy and whether I can manage to get access to put that
-&lsquo;If&rsquo; statement inside the &lsquo;While&rsquo; statement.
+<code>if</code> statement inside the <code>while</code> statement.
 I don't have to worry about how I am going to gain access in case that
-&lsquo;If&rsquo; statement breaks, to remove it and replace it with a
+<code>if</code> statement breaks, to remove it and replace it with a
 new one.
 </p>
 
@@ -904,7 +904,7 @@
 There is another big saving.  If you have designed a physical product,
 the next thing you have to do is design the factory to make it.  To
 build this factory may cost millions or tens of millions whereas to
-make copies of the program, you just have to type &lsquo;copy&rsquo;.
+make copies of the program, you just have to type <kbd>copy</kbd>.
 The same copy command will copy any program.  You want copies on CD
 then fine.  You burn a master CD and send it off to a CD plant.  They
 will use the same equipment which will copy any contents on a CD.  You
@@ -1286,7 +1286,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/08/28 13:55:50 $
+$Date: 2021/09/20 15:06:49 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]