From: david-sarah Date: Sun, 24 Oct 2010 17:15:00 +0000 (-0700) Subject: docs/running.html: fix missing end-quote, and change frontends/ doc references to... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=679983bac6db8ab8348227649218ab28d8f2404e;p=tahoe-lafs%2Ftahoe-lafs.git docs/running.html: fix missing end-quote, and change frontends/ doc references to .rst. --- diff --git a/docs/running.html b/docs/running.html index 3fedd26a..90640f14 100644 --- a/docs/running.html +++ b/docs/running.html @@ -40,7 +40,7 @@ from the introducer and put it into this directory, then use "tahoe run". After that, the node should be off and running. The first thing it will do is connect to the introducer and get itself connected to - all other nodes on the grid. By default, "tahoe create-client + all other nodes on the grid. By default, "tahoe create-client" creates a client-only node, that does not offer its disk space to other nodes. To configure other behavior, use "tahoe create-node" or see configuration.rst.

@@ -106,7 +106,7 @@ "tahoe ls tahoe:" and "tahoe cp LOCALFILE tahoe:foo.txt" to work with your filesystem. The Tahoe-LAFS CLI uses similar syntax to the well-known scp and rsync tools. See CLI.txt for more details.

+ href="frontends/CLI.rst">CLI.rst for more details.

As with the WUI (and with all current interfaces to Tahoe-LAFS), you are responsible for remembering directory capabilities yourself. If you create @@ -117,7 +117,7 @@

You can access your Tahoe-LAFS grid via any SFTP or FTP client. - See FTP-and-SFTP.txt for how to set this up. + See FTP-and-SFTP.rst for how to set this up. On most Unix platforms, you can also use SFTP to plug Tahoe-LAFS into your computer's local filesystem via sshfs. @@ -127,7 +127,7 @@

The WAPI

Want to program your Tahoe-LAFS node to do your bidding? Easy! See webapi.txt.

+ href="frontends/webapi.rst">webapi.rst.

Socialize