Commit Graph

523 Commits

Author SHA1 Message Date
david-sarah
5ade4f82e0 quickstart.html: python 2.5 -> 2.6 as recommended version 2010-07-05 10:58:58 -07:00
david-sarah
325ec1f6c2 docs/how_to_make_a_tahoe-lafs_release.txt: trivial correction, install.html should now be quickstart.html. 2010-06-25 15:39:29 -07:00
Zooko O'Whielacronx
0dd5f637fe docs: about.html link to home page early on, and be decentralized storage instead of cloud storage this time around 2010-06-18 23:53:18 -07:00
Zooko O'Whielacronx
f1887bce90 docs: update about.html, especially to have a non-broken link to quickstart.html, and also to comment out the broken links to "for Paranoids" and "for Corporates" 2010-06-18 23:51:24 -07:00
Zooko O'Whielacronx
15b65ae54b docs: update known_issues.txt with more detail about web browser "safe-browsing" features and slightly tweaked formatting 2010-06-18 22:17:34 -07:00
Zooko O'Whielacronx
09b0fd8bf4 docs: quickstart.html: link to 1.7.0 zip file and add UTF-8 BOM 2010-06-18 22:01:24 -07:00
Zooko O'Whielacronx
49912c106e docs: apply patch from duck for #937 about "tahoe run" not working on introducers 2010-06-18 21:07:54 -07:00
david-sarah
4002c7aeb0 webapi.txt: fix statement about leap seconds. 2010-06-18 20:56:03 -07:00
david-sarah
8784e4a596 running.html: Tahoe->Tahoe-LAFS in what used to be using.html, and #tahoe->#tahoe-lafs (IRC channel). 2010-06-18 20:31:52 -07:00
david-sarah
4712875193 dirnode.py: stop writing 'ctime' and 'mtime' fields. Includes documentation and test changes. 2010-06-18 16:01:19 -07:00
david-sarah
6d669029bd running.html: describe where 'bin/tahoe' is only once. 2010-06-16 20:36:03 -07:00
david-sarah
965f0dcfc3 Merge using.html into running.html. 2010-06-16 18:28:57 -07:00
david-sarah
1c7e71ee52 Remove firewall section from running.html and say to read configuration.txt instead. 2010-06-16 17:45:13 -07:00
david-sarah
29a9059c94 FTP-and-SFTP.txt: add Known Issues section. 2010-06-18 17:43:11 -07:00
david-sarah
e05c6c2c7d FTP-and-SFTP.txt: remove description of public key format that is not actually implemented. Document that SFTP does not support server private keys with passphrases, and that FTP cannot list directories containing mutable files. 2010-06-18 17:17:38 -07:00
david-sarah
a92a23fe34 configuration.txt and servers-of-happiness.txt: 1 <= happy <= N, not k <= happy <= N. Also minor wording changes. 2010-06-17 22:07:10 -07:00
david-sarah
82d0f0c59e how_to_make_a_tahoe-lafs_release.txt: reordering, add fuse-sshfs@lists.sourceforge.list as place to send relnotes. 2010-06-17 21:18:54 -07:00
david-sarah
e8636ee4be running.html: fix overeager replacement of 'tahoe' with 'Tahoe-LAFS', and some simplifications. 2010-06-16 17:09:52 -07:00
Kevan Carstensen
7cadb49b88 Add a specification for servers of happiness. 2010-05-23 17:35:08 -07:00
Kevan Carstensen
a0a770a96a Note that servers of happiness only applies to immutable files for the moment 2010-05-23 21:28:36 -07:00
Zooko O'Whielacronx
4141d95588 Add a note about running Tahoe-LAFS on a small grid to running.html
also Change "tahoe" and "Tahoe" to "Tahoe-LAFS" in running.html
author: Kevan Carstensen
2010-06-16 07:02:27 -07:00
david-sarah
22738db577 CLI.txt: introduce 'create-alias' before 'add-alias', document Unicode argument support, and other minor updates. 2010-06-10 15:55:47 -07:00
Zooko O'Whielacronx
8fc6c17a70 docs: a few tweaks to NEWS and CREDITS and make quickstart.html point to 1.7.0β! 2010-06-09 07:29:27 -07:00
francois
6cdf68785b docs: wording fix, thanks to Jeremy Visser, fix #987 2010-06-09 01:11:03 -07:00
david-sarah
d7d0ae3c2c FTP-and-SFTP.txt: minor technical correction to doc for 'no-write' flag. 2010-06-06 23:16:00 -07:00
Zooko O'Whielacronx
1fc6be28f4 setup: organize misc/ scripts and tools and remove obsolete ones
This is for ticket #1068.
2010-06-06 22:16:18 -07:00
david-sarah
6476752467 quickstart.html: link to snapshots page, sorted with most recent first. 2010-06-06 15:11:27 -07:00
david-sarah
52f73207db quickstart.html: We haven't released 1.7beta yet. 2010-06-06 15:03:01 -07:00
david-sarah
529add7774 Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug. 2010-06-04 20:17:13 -07:00
Francois Deppierraz
496802420e Fix handling of correctly encoded unicode filenames (#534)
Tahoe CLI commands working on local files, for instance 'tahoe cp' or 'tahoe
backup', have been improved to correctly handle filenames containing non-ASCII
characters.
  
In the case where Tahoe encounters a filename which cannot be decoded using the
system encoding, an error will be returned and the operation will fail.  Under
Linux, this typically happens when the filesystem contains filenames encoded
with another encoding, for instance latin1, than the system locale, for
instance UTF-8.  In such case, you'll need to fix your system with tools such
as 'convmv' before using Tahoe CLI.
  
All CLI commands have been improved to support non-ASCII parameters such as
filenames and aliases on all supported Operating Systems except Windows as of
now.
2010-05-19 17:43:56 -07:00
david-sarah
29a06457d2 dirnode.py: fix a bug in the no-write change for Adder, and improve test coverage. Add a 'metadata' argument to create_subdirectory, with documentation. Also update some comments in test_dirnode.py made stale by the ctime/mtime change. 2010-06-01 20:26:41 -07:00
david-sarah
de95140b7b SFTP: changes for #1063 ('no-write' field) including comment:1 (clearing owner write permission diminishes to a read cap). Includes documentation changes, but not tests for the new behaviour. 2010-05-31 22:11:39 -07:00
david-sarah
aa258b5800 quickstart.html: warn against installing Python at a path containing spaces. 2010-06-03 20:24:13 -07:00
david-sarah
87ddf54ed8 Minor documentation tweaks. 2010-06-02 22:44:58 -07:00
freestorm77
261923186b doc_reformat_stats.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
          
   Note: No change are made in paragraphs content


**END OF DESCRIPTION***

Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.


This patch contains the following changes:

M ./docs/stats.txt -2 +2
2010-04-24 04:46:15 -07:00
freestorm77
be5604f0e0 doc_reformat_performance.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
        
   Note: No change are made in paragraphs content
2010-04-24 04:44:44 -07:00
freestorm77
6f224ad1fd doc_refomat_logging.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
        
   Note: No change are made in paragraphs content
2010-04-24 04:43:16 -07:00
freestorm77
3af24d051d doc_reformat_known_issues.txt
- Added heading format begining and ending by "=="
    - Added Index
    - Added Title
          
    Note: No change are made in paragraphs content
2010-04-24 04:41:18 -07:00
freestorm77
c221ebff45 doc_reformat_helper.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
            
   Note: No change are made in paragraphs content
2010-04-24 05:06:49 -07:00
freestorm77
cfbc62c7f0 doc_reformat_garbage-collection.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
            
   Note: No change are made in paragraphs content
2010-04-24 05:08:30 -07:00
freestorm77
9ad0a93d49 doc_reformat_FTP-and-SFTP.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
          
   Note: No change are made in paragraphs content
2010-04-24 05:13:34 -07:00
freestorm77
c086314bd0 doc_reformat_debian.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
            
   Note: No change are made in paragraphs content
2010-04-24 05:05:37 -07:00
freestorm77
1381884173 doc_reformat_configuration.txt
- Added heading format begining and ending by "=="
- Added Index
- Added Title

Note: No change are made in paragraphs content
2010-04-24 03:49:03 -07:00
freestorm77
0641059ce6 doc_reformat_CLI.txt
- Added heading format begining and ending by "=="
     - Added Index
     - Added Title
          
     Note: No change are made in paragraphs content
2010-04-24 05:15:12 -07:00
freestorm77
7ec83e9927 doc_reformat_backupdb.txt
- Added heading format begining and ending by "=="
   - Added Index
   - Added Title
            
   Note: No change are made in paragraphs content
2010-04-24 05:04:16 -07:00
freestorm77
4232fa12dd doc_reformat_architecture.txt
- Added heading format begining and ending by "=="
    - Added Index
    - Added Title
            
    Note: No change are made in paragraphs content
2010-04-24 05:01:33 -07:00
Zooko O'Whielacronx
77aabe7066 docs: update docs/architecture.txt to more fully and correctly explain the upload procedure 2010-05-13 21:34:58 -07:00
Kevan Carstensen
4e29060847 Change stray "shares_of_happiness" to "servers_of_happiness" 2009-11-16 15:24:59 -07:00
kevan
1338318644 Update 'docs/architecture.txt' to reflect readonly share discovery 2010-05-13 17:38:52 -07:00
Kevan Carstensen
98325b40ee Alter the wording in docs/architecture.txt to more accurately describe the servers_of_happiness behavior. 2010-04-27 17:24:55 -07:00