Compare commits

..

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@
<li>make creating <em>server</em> software a good learning exercise for students,</li> <li>make creating <em>server</em> software a good learning exercise for students,</li>
<li>make creating your own <em>client</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li> <li>make creating your own <em>client</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
<li>make creating your own <em>server</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li> <li>make creating your own <em>server</em> software easy to do for a a competent software developer of 3 to 10 years of experience,</li>
<li>try to make it so multiple client software exists and new client software keeps on getting created, so that a malicious party doesn't have a single point of attack (i.., a single client) that if they compromise to compromise users' privacy,</li> <li>try to make it so multiple client software exists and new client software keeps on getting created, so that a malicious party doesn't have a single point of attack (i.e., a single client) that if they compromise to compromise users' privacy,</li>
</ul> </ul>
</section> </section>
<section> <section>
@ -405,7 +405,7 @@
<h3>User-Experience</h3> <h3>User-Experience</h3>
<ul> <ul>
<li>get rid of the need for passwords,</li> <li>get rid of the need for passwords,</li>
<li>be able to (also) be viewed from a terminal-emulator,</li> <li>be able to (also) be viewed from a computer-terminal-emulator,</li>
<li>be able to (also) be viewed and used without (necessarily) needing a mouse,</li> <li>be able to (also) be viewed and used without (necessarily) needing a mouse,</li>
<li>have the default file data format be easy enough that an average person could learn to write it using just a text-editor (for some definition of “text”).</li> <li>have the default file data format be easy enough that an average person could learn to write it using just a text-editor (for some definition of “text”).</li>
</ul> </ul>