[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12976: Last [top priority] TODO item done. Yay! (in torbrowser/trunk: . docs)
Author: sjm217
Date: 2007-12-25 10:06:44 -0500 (Tue, 25 Dec 2007)
New Revision: 12976
Modified:
torbrowser/trunk/TODO
torbrowser/trunk/docs/rationale.txt
Log:
Last [top priority] TODO item done. Yay!
Modified: torbrowser/trunk/TODO
===================================================================
--- torbrowser/trunk/TODO 2007-12-25 14:55:11 UTC (rev 12975)
+++ torbrowser/trunk/TODO 2007-12-25 15:06:44 UTC (rev 12976)
@@ -71,9 +71,6 @@
config file in a different directory
[? priority]
-- Come up with a new name
-[top priority]
-
- What should the installer look like (should it have the Tor logo)?
We need to be clear in the documentation about the difference between
the installer and the actual bundle
@@ -90,47 +87,8 @@
- Add ToaST-like bootstrap mode
-Questions to ask
-----------------
+- Make a web page for bundle
-- Is looking like IE (as ToaST does) good for security
-
- IBB's answer: browser frames are small and subtle compared to
- the page that's actually being displayed. They'll ask some people,
- but until they say to worry about it, don't worry about it.
-
-- Is having a splash screen likely to attract unwanted attention
-
- IBB's answer: Yes; don't do that. Even the Vidalia control panel
- will become recognizable over time. We should help users learn that
- they can hide it on subsequent runs. Hopefully the onion in the
- system tray will be both a) adequate for knowing Tor's status, and
- b) not very recognizable.
-
- [SJM - OK, I've disabled the splash screen. There is now a few
- second pause between the green onion and the browser window.
- Hopefully this will be OK.]
-
-- How big can USB Tor be on disk/when downloaded
-
- IBB's answer: 128 meg usb keys are the default these days. So a 20-30
- meg download is fine. More than that is bad.
-
- [SJM - Currently we are at a 12 MB download and it's 48 MB on disk]
-
-- Should we cache directory information on the USB device/hard disk
-
- IBB's answer: if Tor's already on the media, then putting more stuff
- there isn't a problem. But don't put it on the hard drive if Tor is
- on the USB key. Roger told them it would be a big win for startup
- time.
-
-- How much of a worry is wearing out the flash
-
- IBB's answer: don't worry about it. We should continue to improve
- features like Tor's AvoidDiskWrites if there turns out to be an
- issue either with read/write speed or with wearing out.
-
Done
====
@@ -228,3 +186,8 @@
We should accumulate other examples here.
[mid priority]
+[ Done 2007-12-25 -- it's the "Tor Browser Bundle" ]
+
+- Come up with a new name
+[top priority]
+
Property changes on: torbrowser/trunk/TODO
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: torbrowser/trunk/docs/rationale.txt
===================================================================
--- torbrowser/trunk/docs/rationale.txt 2007-12-25 14:55:11 UTC (rev 12975)
+++ torbrowser/trunk/docs/rationale.txt 2007-12-25 15:06:44 UTC (rev 12976)
@@ -13,3 +13,44 @@
The .ini file needs to have "WaitForFirefox=true" set, since otherwise
the launcher will exit immediately after starting Firefox. Currently
we rely on detecting Firefox closing for when to shut down Tor.
+
+Design suggestions from IBB
+---------------------------
+
+- Is looking like IE (as ToaST does) good for security
+
+ IBB's answer: browser frames are small and subtle compared to
+ the page that's actually being displayed. They'll ask some people,
+ but until they say to worry about it, don't worry about it.
+
+- Is having a splash screen likely to attract unwanted attention
+
+ IBB's answer: Yes; don't do that. Even the Vidalia control panel
+ will become recognizable over time. We should help users learn that
+ they can hide it on subsequent runs. Hopefully the onion in the
+ system tray will be both a) adequate for knowing Tor's status, and
+ b) not very recognizable.
+
+ [SJM - OK, I've disabled the splash screen. There is now a few
+ second pause between the green onion and the browser window.
+ Hopefully this will be OK.]
+
+- How big can USB Tor be on disk/when downloaded
+
+ IBB's answer: 128 meg usb keys are the default these days. So a
+ 20-30 meg download is fine. More than that is bad.
+
+ [SJM - Currently we are at a 12 MB download and it's 48 MB on disk]
+
+- Should we cache directory information on the USB device/hard disk
+
+ IBB's answer: if Tor's already on the media, then putting more stuff
+ there isn't a problem. But don't put it on the hard drive if Tor is
+ on the USB key. Roger told them it would be a big win for startup
+ time.
+
+- How much of a worry is wearing out the flash
+
+ IBB's answer: don't worry about it. We should continue to improve
+ features like Tor's AvoidDiskWrites if there turns out to be an
+ issue either with read/write speed or with wearing out.