# HG changeset patch # User Paul Issott # Date 1308072894 -3600 # Node ID 61cfe46c0cb952e326fe8eeeb52e77c9959dfd96 # Parent ec6a511cd1e1c762ef31052e39d3f92f005f058c Tiny edits diff -r ec6a511cd1e1 -r 61cfe46c0cb9 README --- a/README Mon Jun 13 23:43:12 2011 +0200 +++ b/README Tue Jun 14 18:34:54 2011 +0100 @@ -29,7 +29,7 @@ * Online live sync with encrypted data * Drop files in a folder and they will be synced - * Even without any connection you have your data + * Even without any connection you still have your data * Fast and light using stable and mature GNU tools * Encrypted file transfer using SSH protocol * Easy to setup on the client and server side @@ -52,7 +52,7 @@ $ ssfs setup --login=demo --host="server name or ip" * On the client you can start ssfs on user login via the WM autostart script and/or the command $ ssfs sync - * Get support and show your love for Ssfs on SCN group: + * Get support and show your love for Ssfs on the SCN group: http://scn.slitaz.org/groups/ssfs/ @@ -111,7 +111,7 @@ The SHell is part of Ssfs features and provides a secure user access, SSH login is automated with a RSA key where chrooted users have access to all -commands in /bin and a helper tool called 'ssfs-env' in available. Ssfs-env +commands in /bin and a helper tool called 'ssfs-env' is available. Ssfs-env can display server info, list files and search for files or commands. Like all other Ssfs tools users can get a small built-in help usage. To connect to the server and display ssfs-env help: @@ -212,9 +212,9 @@ Server web interface -------------------- -Ssfs package provides a small CGI SHell web interface to the server. The goal is -to provide a service status and information. It uses the server configuration to -know the Ssfs virtual disk path and display statistics about the filesystem. +The Ssfs package provides a small CGI SHell web interface to the server. The goal +is to provide a service status and information. It uses the server configuration +to know the Ssfs virtual disk path and display statistics about the filesystem. Development and Bugs @@ -227,7 +227,7 @@ update the POT file if any new strings have been added with 'make pot', and merger PO files with the command 'make msgmerge'. Any ideas are welcome and can be discussed. If you are searching for something to do you can have a -look to the TODO file :-) +look at the TODO file :-) Bugs can be reported on the SliTaz mailing list, forum or scn since the devel forum is synced. All sites are linked from: http://www.slitaz.org/ diff -r ec6a511cd1e1 -r 61cfe46c0cb9 TODO --- a/TODO Mon Jun 13 23:43:12 2011 +0200 +++ b/TODO Tue Jun 14 18:34:54 2011 +0100 @@ -3,6 +3,6 @@ * Check if we can use only Dropbear as SSH client and server * A better Web server interface in CGI (SHell or Python) or PHP * Improve quota management, use virtual disk per user ? - * Add doc and ensure client works on other Linux distro than SliTaz. + * Add doc and ensure client works on Linux distros other than SliTaz. * A logo :-)