From: Brian Warner Date: Sun, 30 Oct 2011 19:14:28 +0000 (-0700) Subject: update project-home URLs: /trac/tahoe/ was replaced by /trac/tahoe-lafs/ X-Git-Tag: allmydata-tahoe-1.9.0~8 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=05dbb1cf869739219673a9824a21cc1bdfaf1554 update project-home URLs: /trac/tahoe/ was replaced by /trac/tahoe-lafs/ --- diff --git a/NEWS.rst b/NEWS.rst index 078bcbe2..9e08ae36 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -727,9 +727,9 @@ Minor Changes has been improved. (`#773`_) For other changes not mentioned here, see -. +. To include the tickets mentioned above, go to -. +. .. _`#121`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/121 .. _`#287`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/287 @@ -1199,7 +1199,7 @@ The cli might not correctly handle arguments which contain non-ascii characters in Tahoe v1.3 (although depending on your platform it might, especially if your platform can be configured to pass such characters on the command-line in utf-8 encoding). See -https://tahoe-lafs.org/trac/tahoe/ticket/565 for details. +https://tahoe-lafs.org/trac/tahoe-lafs/ticket/565 for details. Web changes ''''''''''' @@ -1427,7 +1427,7 @@ Other Changes - Clients now declare which versions of the protocols they support. This is part of a new backwards-compatibility system: - https://tahoe-lafs.org/trac/tahoe/wiki/Versioning . + https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Versioning . - The version strings for human inspection (as displayed on the Welcome web page, and included in logs) now includes a platform diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst index 49e8b1f1..47ab7542 100644 --- a/docs/frontends/webapi.rst +++ b/docs/frontends/webapi.rst @@ -158,7 +158,7 @@ listening on this port:: So, to access the directory named above (which happens to be the publically-writeable sample directory on the Tahoe test grid, described at -http://allmydata.org/trac/tahoe/wiki/TestGrid), the URL would be:: +http://allmydata.org/trac/tahoe-lafs/wiki/TestGrid), the URL would be:: http://127.0.0.1:3456/uri/URI%3ADIR2%3Adjrdkfawoqihigoett4g6auz6a%3Ajx5mplfpwexnoqff7y5e4zjus4lidm76dcuarpct7cckorh2dpgq/ diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 35d44761..73e5e40f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -77,7 +77,7 @@ Advanced Installation For optional features such as tighter integration with your operating system's package manager, you can see the `AdvancedInstall -`_ wiki page. +`_ wiki page. The options on that page are not necessary to use Tahoe-LAFS and can be complicated, so we do not recommend following that page unless you have unusual requirements for advanced optional features. For most people, diff --git a/relnotes.txt b/relnotes.txt index 01573531..5d02268a 100644 --- a/relnotes.txt +++ b/relnotes.txt @@ -133,15 +133,15 @@ September 13, 2011 Boulder, Colorado, USA -[1] https://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=5164 +[1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/relnotes.txt?rev=5164 [2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/NEWS.rst?rev=5014 -[3] https://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst -[4] https://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects -[5] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL -[6] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.TGPPL.rst +[3] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst +[4] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects +[5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL +[6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst [7] https://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.rst [8] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev -[9] https://tahoe-lafs.org/trac/tahoe/roadmap +[9] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap [10] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/CREDITS?rev=5003 -[11] https://tahoe-lafs.org/trac/tahoe/wiki/Dev +[11] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev [12] https://tahoe-lafs.org/hacktahoelafs/ diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py index 17e6ea0a..45484b2c 100644 --- a/src/allmydata/__init__.py +++ b/src/allmydata/__init__.py @@ -29,7 +29,7 @@ except ImportError: # __full_version__ is the one that you ought to use when identifying yourself in the # "application" part of the Tahoe versioning scheme: -# http://allmydata.org/trac/tahoe/wiki/Versioning +# http://allmydata.org/trac/tahoe-lafs/wiki/Versioning __full_version__ = __appname__ + '/' + str(__version__) import os, platform, re, subprocess, sys, traceback diff --git a/src/allmydata/test/test_upload.py b/src/allmydata/test/test_upload.py index f1fefd4e..224b8bd5 100644 --- a/src/allmydata/test/test_upload.py +++ b/src/allmydata/test/test_upload.py @@ -959,7 +959,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin, self.basedir = self.mktemp() _basedir() # This scenario is at - # http://allmydata.org/trac/tahoe/ticket/778#comment:52 + # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:52 # # The scenario in comment:52 proposes that we have a layout # like: @@ -1051,7 +1051,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin, def test_problem_layout_comment_53(self): # This scenario is at - # http://allmydata.org/trac/tahoe/ticket/778#comment:53 + # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:53 # # Set up the grid to have one server def _change_basedir(ign): diff --git a/src/allmydata/uri.py b/src/allmydata/uri.py index c500c7b3..8cb9d10f 100644 --- a/src/allmydata/uri.py +++ b/src/allmydata/uri.py @@ -834,7 +834,7 @@ def from_string(u, deep_immutable=False, name=u""): # on all URIs, even though we would only strictly need to do so for caps of # new formats (post Tahoe-LAFS 1.6). URIs that are not consistent with their # prefix are treated as unknown. This should be revisited when we add the - # new cap formats. See . + # new cap formats. See . s = u can_be_mutable = can_be_writeable = not deep_immutable if s.startswith(ALLEGED_IMMUTABLE_PREFIX):