[or-cvs] r13141: Start more detailed description; add a Makefile rule for cre (in torbrowser/trunk: build-scripts www)

sjm217 at seul.org sjm217 at seul.org
Tue Jan 15 23:23:05 UTC 2008


Author: sjm217
Date: 2008-01-15 18:23:05 -0500 (Tue, 15 Jan 2008)
New Revision: 13141

Added:
   torbrowser/trunk/www/details.html
Modified:
   torbrowser/trunk/build-scripts/Makefile
   torbrowser/trunk/www/index.html
Log:
Start more detailed description; add a Makefile rule for creating a source tarball

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-01-15 22:53:02 UTC (rev 13140)
+++ torbrowser/trunk/build-scripts/Makefile	2008-01-15 23:23:05 UTC (rev 13141)
@@ -149,3 +149,15 @@
 	rm -f *~
 	rm -fr $(DEST) $(BINARIES) $(DOCS)
 	rm -f "Tor Browser.exe"
+
+## Export the source code of the bundle
+SRCVERSION=0.0.5
+SRCNAME=torbrowser-$(SRCVERSION)
+SRCDEST=/tmp
+SRCDESTPATH=$(SRCDEST)/$(SRCNAME)
+srcdist:
+	rm -fr $(SRCDESTPATH)
+	svn export https://tor-svn.freehaven.net/svn/torbrowser/trunk/ \
+                   $(SRCDESTPATH)
+	cd $(SRCDEST); tar --exclude www --exclude src -czvf \
+                       $(SRCNAME)-src.tar.gz $(SRCNAME) 


Property changes on: torbrowser/trunk/build-scripts/Makefile
___________________________________________________________________
Name: eol-style
   + native

Added: torbrowser/trunk/www/details.html
===================================================================
--- torbrowser/trunk/www/details.html	                        (rev 0)
+++ torbrowser/trunk/www/details.html	2008-01-15 23:23:05 UTC (rev 13141)
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+  <title>Tor Browser Bundle</title>
+  <meta name="Author" content="Steven J. Murdoch">
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" type="text/css" href="./stylesheet.css">
+</head>
+<body>
+<div class="center">
+<table class="banner" border="0" cellpadding="0" cellspacing="0" summary="">
+    <tr>
+        <td class="banner-left"><a href="https://www.torproject.org/"><img src="top-left.png" alt="Click to go to home page" width="193" height="79"></a></td>
+        <td class="banner-middle">
+        &nbsp;
+        </td>
+        <td class="banner-right">
+	</td>
+    </tr>
+</table>
+<div class="main-column">
+<h2>Tor Browser Bundle: Details</h2>
+<hr>
+
+<h3 id="contents">Bundle contents</h3>
+
+<ul>
+<li>Vidalia (svn trunk revision 2213)</li>
+<li>Tor 0.2.0.12-alpha (with libevent-1.3e, zlib-1.2.3 and
+openssl-0.9.8g)</li>
+<li>FirefoxPortable 2.0.0.11 (includes Firefox 2.0.0.11 and Torbutton
+1.1.12-alpha)</li>
+</ul>
+
+<h3 id="build">Building the bundle</h3>
+
+</div><!-- #main -->
+</div>
+
+<div class="bottom" id="bottom">
+   <p>"Tor" and the "Onion Logo" are <a href="https://www.torproject.org/trademark-faq.html.en">trademarks</a> of The Tor Project, Inc.
+   </p>
+</div>
+</body>
+</html>

Modified: torbrowser/trunk/www/index.html
===================================================================
--- torbrowser/trunk/www/index.html	2008-01-15 22:53:02 UTC (rev 13140)
+++ torbrowser/trunk/www/index.html	2008-01-15 23:23:05 UTC (rev 13141)
@@ -41,7 +41,7 @@
 installed the bundle.</p>
 
 <p>Double click on <code>Tor Browser</code> (it may be called
-<code>Tor Browser.bat</code> on some systems.</p>
+<code>Tor Browser.bat</code> on some systems.)</p>
 
 <p>[Screenshot]</p>
 
@@ -53,6 +53,11 @@
 <p>Once you are finished, close any open Firefox windows. Vidalia and
 Tor will automatically close.<p>
 
+<h3>Comments and suggestions</h3>
+
+<p>The Tor Browser Bundle is under development and not yet complete.
+To report bugs or comments, please contact XXX.</p>
+
 <h3>More information</h3>
 
 <p><strong>What is Tor and why do I need it?</strong> To learn more about Tor, visit the <a
@@ -63,8 +68,8 @@
 Vidalia and Firefox (<a href="details.html#contents">learn more</a>).</p>
 
 <p><strong>How can I make my own bundle?</strong> To download
-the source code and learn how to build the bundle yourself, visit the
-<a href="details.html#source">build instructions</a>.</p>
+the source code and learn how to build the bundle yourself, read the
+<a href="details.html#build">build instructions</a>.</p>
 
 </div><!-- #main -->
 </div>



More information about the tor-commits mailing list