# HG changeset patch # User meillo@marmaro.de # Date 1224240847 -7200 # Node ID 1412d283624a7d28f38310feb3ee6904cfaef9b7 # Parent a3a470d884bd5ba9438dab53ae3a880a98ed3922 added URLs of matching websites diff -r a3a470d884bd -r 1412d283624a thesis/tex/1-Candidates.tex --- a/thesis/tex/1-Candidates.tex Fri Oct 17 12:53:40 2008 +0200 +++ b/thesis/tex/1-Candidates.tex Fri Oct 17 12:54:07 2008 +0200 @@ -52,6 +52,9 @@ Other, but not covered, group members are: %FIXME: are these all MTAs of that group? why these and not others? %TODO: what about `courir-mta'? +% http://www.yolinux.com/TUTORIALS/LinuxTutorialMailMTA.html +% http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/ + Here follows a small introduction to each of the five. \subsection{\sendmail} diff -r a3a470d884bd -r 1412d283624a thesis/tex/1-Comparision.tex --- a/thesis/tex/1-Comparision.tex Fri Oct 17 12:53:40 2008 +0200 +++ b/thesis/tex/1-Comparision.tex Fri Oct 17 12:54:07 2008 +0200 @@ -1,5 +1,6 @@ \chapter{Comparison of \MTA{}s} +% http://www.geocities.com/mailsoftware42/ \section{First release} sendmail: 1983 diff -r a3a470d884bd -r 1412d283624a thesis/tex/1-Introduction.tex --- a/thesis/tex/1-Introduction.tex Fri Oct 17 12:53:40 2008 +0200 +++ b/thesis/tex/1-Introduction.tex Fri Oct 17 12:54:07 2008 +0200 @@ -44,6 +44,10 @@ More information about electronic mail and its history can be found at: %FIXME: add books and websites here +% http://www.helpdesk.umd.edu/documents/4/4804/ +% http://www.networkcomputing.com/unixworld/tutorial/810.txt.html +% http://www.livinginternet.com/i/iw_unix_war.htm +% http://www.nobell.org/~gjm/about/ihnp4.html % http://en.wikipedia.org/wiki/E-mail % http://en.wikipedia.org/wiki/UUCP % http://en.wikipedia.org/wiki/ARPAnet diff -r a3a470d884bd -r 1412d283624a thesis/tex/2-FreeSoftwareProjects.tex --- a/thesis/tex/2-FreeSoftwareProjects.tex Fri Oct 17 12:53:40 2008 +0200 +++ b/thesis/tex/2-FreeSoftwareProjects.tex Fri Oct 17 12:54:07 2008 +0200 @@ -1,5 +1,7 @@ \chapter{About \freesw\ projects} +% http://www.faqs.org/docs/artu/ + There are several differences between \freesw\ projects and projects about proprietary software. To understand \freesw\ projects, one needs to understand \freesw\ itself first. @@ -8,6 +10,8 @@ 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. One could say, the \GPL\ catalized the \name{Free Software movement}. +% http://www.fsf.org/about/what-is-free-software + After all, the \GPL\ was not the first \freesw\ license used. The \name{MIT License} (or \name{X Consortium License}) for example is older; published in 1988. Licenses providing the same rights have been used since long time ago. @@ -17,6 +21,8 @@ \freesw\ gives freedoms to its users. In contrast to proprietary software restricting the users freedom. The freedoms (or rights) the user has are stated in the \name{Free Software Definition} of the \NAME{FSF}. Namely these are: +% http://www.gnu.org/philosophy/free-sw.html +% http://www.fsf.org/licensing/essays/free-sw.html \begin{enumerate} \item The freedom to run the program, for any purpose (freedom 0). \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. @@ -31,6 +37,9 @@ \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. +% http://www.gnu.org/philosophy/open-source-misses-the-point.html +% http://catb.org/~esr/open-source.html + \section{Development of \freesw} Having source code available and the right to modify it, encouridges programmers to actually do so.