commit 7e5d373e04f6a4d555618717b8a98ddec473fd63 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 7 16:22:06 2012 +0200
Update geoipdbcomp report to new style. --- 2009/geoipdbcomp/geoipdbcomp.tex | 18 ++++++++---------- 2009/geoipdbcomp/tortechrep.cls | 1 + 2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/2009/geoipdbcomp/geoipdbcomp.tex b/2009/geoipdbcomp/geoipdbcomp.tex index 6881b44..f10a011 100644 --- a/2009/geoipdbcomp/geoipdbcomp.tex +++ b/2009/geoipdbcomp/geoipdbcomp.tex @@ -1,14 +1,12 @@ -\documentclass{article} -\usepackage{url} -\usepackage[dvips]{graphicx} -\usepackage{graphics} -\usepackage{color} -\usepackage{booktabs} -\usepackage{multirow} -\newcommand{\experimental}[1]{} +\documentclass{tortechrep} +\usepackage{graphicx} \begin{document} + \title{Comparison of GeoIP Databases for Tor} -\author{Karsten Loesing\\url{karsten.loesing@gmx.net}} +\author{Karsten Loesing} +\contact{karsten@torproject.org} +\reportid{2009-10-001} +\date{October 23, 2009} \maketitle
\begin{abstract} @@ -72,7 +70,7 @@ The colors are chosen rather arbitrarily just in order to distinguish different country codes from \texttt{AA} to \texttt{IQ} are displayed in different shades of red, codes from \texttt{IR} to \texttt{RH} in shades of green, and codes from \texttt{RI} to \texttt{ZZ} in shades of blue.
In this and all subsequent analyses, the following ranges of reserved IP addresses have been removed from all databases: -0.0.0.0/8, 10.0.0.0/8, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/20, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, \linebreak192.168.0.0/16, 198.18.0.0/16, 198.51.100.0/24, 203.0.113.0/24, and 224.0.0.0/3. +0.0.0.0/8, 10.0.0.0/8, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/20, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.18.0.0/16, 198.51.100.0/24, 203.0.113.0/24, and 224.0.0.0/3. %0.0.0.0..0.255.255.255 0.0.0.0/8 %10.0.0.0..10.255.255.255 10.0.0.0/8 %127.0.0.0..127.255.255.255 127.0.0.0/8 diff --git a/2009/geoipdbcomp/tortechrep.cls b/2009/geoipdbcomp/tortechrep.cls new file mode 120000 index 0000000..4c24db2 --- /dev/null +++ b/2009/geoipdbcomp/tortechrep.cls @@ -0,0 +1 @@ +../../tortechrep.cls \ No newline at end of file
tor-commits@lists.torproject.org