docs/diploma

changeset 57:1412d283624a

added URLs of matching websites
author meillo@marmaro.de
date Fri, 17 Oct 2008 12:54:07 +0200
parents a3a470d884bd
children c90f75d3b7ad
files thesis/tex/1-Candidates.tex thesis/tex/1-Comparision.tex thesis/tex/1-Introduction.tex thesis/tex/2-FreeSoftwareProjects.tex
diffstat 4 files changed, 17 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/1-Candidates.tex	Fri Oct 17 12:53:40 2008 +0200
     1.2 +++ b/thesis/tex/1-Candidates.tex	Fri Oct 17 12:54:07 2008 +0200
     1.3 @@ -52,6 +52,9 @@
     1.4  Other, but not covered, group members are: %FIXME:  are these all MTAs of that group? why these and not others?
     1.5  %TODO: what about `courir-mta'?
     1.6  
     1.7 +% http://www.yolinux.com/TUTORIALS/LinuxTutorialMailMTA.html
     1.8 +% http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/
     1.9 +
    1.10  Here follows a small introduction to each of the five.
    1.11  
    1.12  \subsection{\sendmail}
     2.1 --- a/thesis/tex/1-Comparision.tex	Fri Oct 17 12:53:40 2008 +0200
     2.2 +++ b/thesis/tex/1-Comparision.tex	Fri Oct 17 12:54:07 2008 +0200
     2.3 @@ -1,5 +1,6 @@
     2.4  \chapter{Comparison of \MTA{}s}
     2.5  
     2.6 +% http://www.geocities.com/mailsoftware42/
     2.7  
     2.8  \section{First release}
     2.9  sendmail: 1983
     3.1 --- a/thesis/tex/1-Introduction.tex	Fri Oct 17 12:53:40 2008 +0200
     3.2 +++ b/thesis/tex/1-Introduction.tex	Fri Oct 17 12:54:07 2008 +0200
     3.3 @@ -44,6 +44,10 @@
     3.4  More information about electronic mail and its history can be found at:
     3.5  %FIXME: add books and websites here
     3.6  
     3.7 +% http://www.helpdesk.umd.edu/documents/4/4804/
     3.8 +% http://www.networkcomputing.com/unixworld/tutorial/810.txt.html
     3.9 +% http://www.livinginternet.com/i/iw_unix_war.htm
    3.10 +% http://www.nobell.org/~gjm/about/ihnp4.html
    3.11  % http://en.wikipedia.org/wiki/E-mail
    3.12  % http://en.wikipedia.org/wiki/UUCP
    3.13  % http://en.wikipedia.org/wiki/ARPAnet
     4.1 --- a/thesis/tex/2-FreeSoftwareProjects.tex	Fri Oct 17 12:53:40 2008 +0200
     4.2 +++ b/thesis/tex/2-FreeSoftwareProjects.tex	Fri Oct 17 12:54:07 2008 +0200
     4.3 @@ -1,5 +1,7 @@
     4.4  \chapter{About \freesw\ projects}
     4.5  
     4.6 +% http://www.faqs.org/docs/artu/
     4.7 +
     4.8  There are several differences between \freesw\ projects and projects about proprietary software.
     4.9  To understand \freesw\ projects, one needs to understand \freesw\ itself first.
    4.10  
    4.11 @@ -8,6 +10,8 @@
    4.12  Although various licenses make software free, none of them represents the thinking of \freesw\ like the the \GNU\ \gpl\ (short: \GPL). Its first version was written by Stallman in 1989.
    4.13  One could say, the \GPL\ catalized the \name{Free Software movement}.
    4.14  
    4.15 +% http://www.fsf.org/about/what-is-free-software
    4.16 +
    4.17  After all, the \GPL\ was not the first \freesw\ license used.
    4.18  The \name{MIT License} (or \name{X Consortium License}) for example is older; published in 1988.
    4.19  Licenses providing the same rights have been used since long time ago.
    4.20 @@ -17,6 +21,8 @@
    4.21  \freesw\ gives freedoms to its users.
    4.22  In contrast to proprietary software restricting the users freedom.
    4.23  The freedoms (or rights) the user has are stated in the \name{Free Software Definition} of the \NAME{FSF}. Namely these are:
    4.24 +% http://www.gnu.org/philosophy/free-sw.html
    4.25 +% http://www.fsf.org/licensing/essays/free-sw.html
    4.26  \begin{enumerate}
    4.27  	\item The freedom to run the program, for any purpose (freedom 0).
    4.28  	\item The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this.
    4.29 @@ -31,6 +37,9 @@
    4.30  
    4.31  \name{Open Source Software} is a subset of \freesw, meaning: All \freesw\ is \name{Open Source}, but there exists \name{Open Source Software} that is not free.
    4.32  
    4.33 +% http://www.gnu.org/philosophy/open-source-misses-the-point.html
    4.34 +% http://catb.org/~esr/open-source.html
    4.35 +
    4.36  
    4.37  \section{Development of \freesw}
    4.38  Having source code available and the right to modify it, encouridges programmers to actually do so.