Changeset 8784e4a in trunk


Ignore:
Timestamp:
2010-06-19T03:31:52Z (15 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
4002c7a
Parents:
6b2f99f
Message:

running.html: Tahoe->Tahoe-LAFS in what used to be using.html, and #tahoe->#tahoe-lafs (IRC channel).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified docs/running.html

    r6b2f99f r8784e4a  
    7676    <h2>Do Stuff With It</h2>
    7777
    78     <p>This is how to use your Tahoe node.</p>
     78    <p>This is how to use your Tahoe-LAFS node.</p>
    7979
    8080    <h3>The WUI</h3>
     
    102102    create-alias tahoe</code>". Once you've done that, you can do
    103103    "<code>tahoe ls tahoe:</code>" and "<code>tahoe cp LOCALFILE
    104     tahoe:foo.txt</code>" to work with your filesystem. The Tahoe CLI uses
     104    tahoe:foo.txt</code>" to work with your filesystem. The Tahoe-LAFS CLI uses
    105105    similar syntax to the well-known scp and rsync tools. See <a
    106106    href="frontends/CLI.txt">CLI.txt</a> for more details.</p>
    107107
    108     <p>As with the WUI (and with all current interfaces to Tahoe), you are
     108    <p>As with the WUI (and with all current interfaces to Tahoe-LAFS), you are
    109109    responsible for remembering directory capabilities yourself. If you create
    110110    a new directory and lose the capability to it, then you cannot access that
     
    113113    <h3>The SFTP and FTP frontends</h3>
    114114
    115     <p>You can access your Tahoe grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or
     115    <p>You can access your Tahoe-LAFS grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or
    116116    <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a> client.
    117117    See <a href="frontends/FTP-and-SFTP.txt">FTP-and-SFTP.txt</a> for how to set this up.
    118     On most Unix platforms, you can also use SFTP to plug Tahoe into your computer's
     118    On most Unix platforms, you can also use SFTP to plug Tahoe-LAFS into your computer's
    119119    local filesystem via <code>sshfs</code>.
    120120   
    121121    <p>The <a href="http://tahoe-lafs.org/trac/tahoe-lafs/wiki/SftpFrontend">SftpFrontend</a> page
    122     on the wiki has more information about using SFTP with Tahoe.</p>
     122    on the wiki has more information about using SFTP with Tahoe-LAFS.</p>
    123123
    124124    <h3>The WAPI</h3>
    125125
    126     <p>Want to program your Tahoe node to do your bidding?  Easy!  See <a
     126    <p>Want to program your Tahoe-LAFS node to do your bidding?  Easy!  See <a
    127127    href="frontends/webapi.txt">webapi.txt</a>.</p>
    128128
     
    130130
    131131    <p>You can chat with other users of and hackers of this software on the
    132     #tahoe IRC channel at <code>irc.freenode.net</code>, or on the <a
     132    #tahoe-lafs IRC channel at <code>irc.freenode.net</code>, or on the <a
    133133    href="http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev">tahoe-dev mailing list</a>.</p>
    134134
Note: See TracChangeset for help on using the changeset viewer.