Ticket #1342: docfix.darcs.patch

File docfix.darcs.patch, 3.8 KB (added by arch_o_median, at 2011-03-22T05:26:43Z)
Line 
1Mon Mar 21 23:22:39 MDT 2011  wilcoxjg@gmail.com
2  * docs: fix broken hyperlink and edit wording
3
4New patches:
5
6[docs: fix broken hyperlink and edit wording
7wilcoxjg@gmail.com**20110322052239
8 Ignore-this: 4c51a6faab9811a0e9180918b1578807
9] {
10hunk ./docs/running.html 14
11   <body>
12     <h1>How To Run Tahoe-LAFS</h1>
13 
14-    <p>This is how to run a Tahoe-LAFS client to connect to an
15-    existing grid, or how to set up a complete Tahoe-LAFS grid. First
16-    you have to install the Tahoe-LAFS software, as documented
17-    in <a href="install.html">install.html</a>.</p>
18+    <p>This is how to run a Tahoe-LAFS client or a complete Tahoe-LAFS grid. First you
19+    have to install the Tahoe-LAFS software, as documented in <a href="quickstart.html">quickstart.html</a>.</p>
20 
21     <p>The <code>tahoe</code> program in the <code>bin</code> directory is
22     used to create, start, and stop nodes. Each node lives in a separate base
23hunk ./docs/running.html 101
24     <p>Create a new directory (with the button labelled "create a directory").
25     Your web browser will load the new directory.  Now if you want to be able
26     to come back to this directory later, you have to bookmark it, or otherwise
27-    save a copy of the URL.  If you lose URL to this directory, then you can never
28+    save a copy of the URL.  If you lose the URL to this directory, then you can never
29     again come back to this directory.</p>
30 
31     <p>You can do more or less everything you want to do with a decentralized
32hunk ./docs/running.html 107
33     filesystem through the WUI.</p>
34 
35+    <div id="Doing"></div>
36     <h3>The CLI</h3>
37 
38     <p>Prefer the command-line? Run "<code>tahoe --help</code>" (the same
39}
40
41Context:
42
43[test: increase timeout on a network test because Francois's ARM machine hit that timeout
44zooko@zooko.com**20110317165909
45 Ignore-this: 380c345cdcbd196268ca5b65664ac85b
46 I'm skeptical that the test was proceeding correctly but ran out of time. It seems more likely that it had gotten hung. But if we raise the timeout to an even more extravagant number then we can be even more certain that the test was never going to finish.
47]
48[docs/configuration.rst: add a "Frontend Configuration" section
49Brian Warner <warner@lothar.com>**20110222014323
50 Ignore-this: 657018aa501fe4f0efef9851628444ca
51 
52 this points to docs/frontends/*.rst, which were previously underlinked
53]
54[web/filenode.py: avoid calling req.finish() on closed HTTP connections. Closes #1366
55"Brian Warner <warner@lothar.com>"**20110221061544
56 Ignore-this: 799d4de19933f2309b3c0c19a63bb888
57]
58[Add unit tests for cross_check_pkg_resources_versus_import, and a regression test for ref #1355. This requires a little refactoring to make it testable.
59david-sarah@jacaranda.org**20110221015817
60 Ignore-this: 51d181698f8c20d3aca58b057e9c475a
61]
62[allmydata/__init__.py: .name was used in place of the correct .__name__ when printing an exception. Also, robustify string formatting by using %r instead of %s in some places. fixes #1355.
63david-sarah@jacaranda.org**20110221020125
64 Ignore-this: b0744ed58f161bf188e037bad077fc48
65]
66[Refactor StorageFarmBroker handling of servers
67Brian Warner <warner@lothar.com>**20110221015804
68 Ignore-this: 842144ed92f5717699b8f580eab32a51
69 
70 Pass around IServer instance instead of (peerid, rref) tuple. Replace
71 "descriptor" with "server". Other replacements:
72 
73  get_all_servers -> get_connected_servers/get_known_servers
74  get_servers_for_index -> get_servers_for_psi (now returns IServers)
75 
76 This change still needs to be pushed further down: lots of code is now
77 getting the IServer and then distributing (peerid, rref) internally.
78 Instead, it ought to distribute the IServer internally and delay
79 extracting a serverid or rref until the last moment.
80 
81 no_network.py was updated to retain parallelism.
82]
83[TAG allmydata-tahoe-1.8.2
84warner@lothar.com**20110131020101]
85Patch bundle hash:
86b37c8f7cc8e4d92f968be16ceaf271802a07fac3