[or-cvs] decide on a format for contact info / timestamp at the bott...

Roger Dingledine arma at seul.org
Sun Nov 14 07:11:27 UTC 2004


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website

Modified Files:
	contribute.html default.css design.html developers.html 
	documentation.html download.html index.html overview.html 
	people.html research.html 
Log Message:
decide on a format for contact info / timestamp at the bottom of each page


Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- contribute.html	14 Nov 2004 05:57:55 -0000	1.2
+++ contribute.html	14 Nov 2004 07:11:25 -0000	1.3
@@ -86,5 +86,9 @@
 to help out!
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: default.css
===================================================================
RCS file: /home2/or/cvsroot/website/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- default.css	14 Nov 2004 06:41:31 -0000	1.2
+++ default.css	14 Nov 2004 07:11:25 -0000	1.3
@@ -22,6 +22,14 @@
 	color: inherit;
 }
 
+div.bottom {
+	font-size: 8px;
+	margin-top: 2cm;
+	margin-left: 1em;
+	margin-right: 1em;
+	text-align: right;
+}
+
 div.warning {
 	margin: 0em 1em 1em 11em;
 	padding: .5em 1em;

Index: design.html
===================================================================
RCS file: /home2/or/cvsroot/website/design.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- design.html	14 Nov 2004 05:57:55 -0000	1.2
+++ design.html	14 Nov 2004 07:11:25 -0000	1.3
@@ -52,5 +52,9 @@
 <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- developers.html	14 Nov 2004 05:57:55 -0000	1.2
+++ developers.html	14 Nov 2004 07:11:25 -0000	1.3
@@ -54,5 +54,9 @@
 Tor client protocol in their client. More on that coming soon.
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- documentation.html	14 Nov 2004 05:40:19 -0000	1.1
+++ documentation.html	14 Nov 2004 07:11:25 -0000	1.2
@@ -83,6 +83,10 @@
 etc.</p>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>
 

Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- download.html	14 Nov 2004 06:05:34 -0000	1.3
+++ download.html	14 Nov 2004 07:11:25 -0000	1.4
@@ -143,5 +143,9 @@
 details.</p>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.html	14 Nov 2004 06:43:16 -0000	1.5
+++ index.html	14 Nov 2004 07:11:25 -0000	1.6
@@ -56,9 +56,10 @@
 href="http://www.freehaven.net/tor/doc/tor-doc.html#server">volunteering
 to run a server</a>. Thanks!</p>
 
-<hr>
-<p class="notes">$Id$ <a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></p>
-
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: overview.html
===================================================================
RCS file: /home2/or/cvsroot/website/overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- overview.html	14 Nov 2004 05:40:19 -0000	1.1
+++ overview.html	14 Nov 2004 07:11:25 -0000	1.2
@@ -123,5 +123,9 @@
 </p>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: people.html
===================================================================
RCS file: /home2/or/cvsroot/website/people.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- people.html	14 Nov 2004 05:40:19 -0000	1.1
+++ people.html	14 Nov 2004 07:11:25 -0000	1.2
@@ -43,5 +43,9 @@
 EFF's first technology project.</p>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>

Index: research.html
===================================================================
RCS file: /home2/or/cvsroot/website/research.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- research.html	14 Nov 2004 05:40:19 -0000	1.1
+++ research.html	14 Nov 2004 07:11:25 -0000	1.2
@@ -33,5 +33,9 @@
 <p>More here coming soon.</p>
 
   </div><!-- #main -->
+  <div class="bottom" id="bottom">
+     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     $Id$
+  </div>
 </body>
 </html>



More information about the tor-commits mailing list