ssfs rev 80

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Jun 14 18:34:54 2011 +0100 (2011-06-14)
parents ec6a511cd1e1
children 10d2e9fb6131
files README TODO
line diff
     1.1 --- a/README	Mon Jun 13 23:43:12 2011 +0200
     1.2 +++ b/README	Tue Jun 14 18:34:54 2011 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5      * Online live sync with encrypted data
     1.6      * Drop files in a folder and they will be synced
     1.7 -    * Even without any connection you have your data
     1.8 +    * Even without any connection you still have your data
     1.9      * Fast and light using stable and mature GNU tools
    1.10      * Encrypted file transfer using SSH protocol
    1.11      * Easy to setup on the client and server side
    1.12 @@ -52,7 +52,7 @@
    1.13        $ ssfs setup --login=demo --host="server name or ip"
    1.14      * On the client you can start ssfs on user login via the WM
    1.15        autostart script and/or the command $ ssfs sync
    1.16 -    * Get support and show your love for Ssfs on SCN group:
    1.17 +    * Get support and show your love for Ssfs on the SCN group:
    1.18        http://scn.slitaz.org/groups/ssfs/
    1.19  
    1.20  
    1.21 @@ -111,7 +111,7 @@
    1.22  
    1.23  The SHell is part of Ssfs features and provides a secure user access, SSH
    1.24  login is automated with a RSA key where chrooted users have access to all
    1.25 -commands in /bin and a helper tool called 'ssfs-env' in available. Ssfs-env
    1.26 +commands in /bin and a helper tool called 'ssfs-env' is available. Ssfs-env
    1.27  can display server info, list files and search for files or commands. Like
    1.28  all other Ssfs tools users can get a small built-in help usage. To connect
    1.29  to the server and display ssfs-env help:
    1.30 @@ -212,9 +212,9 @@
    1.31  
    1.32  Server web interface
    1.33  --------------------
    1.34 -Ssfs package provides a small CGI SHell web interface to the server. The goal is
    1.35 -to provide a service status and information. It uses the server configuration to
    1.36 -know the Ssfs virtual disk path and display statistics about the filesystem.
    1.37 +The Ssfs package provides a small CGI SHell web interface to the server. The goal 
    1.38 +is to provide a service status and information. It uses the server configuration 
    1.39 +to know the Ssfs virtual disk path and display statistics about the filesystem.
    1.40  
    1.41  
    1.42  Development and Bugs
    1.43 @@ -227,7 +227,7 @@
    1.44  update the POT file if any new strings have been added with 'make pot',
    1.45  and merger PO files with the command 'make msgmerge'. Any ideas are welcome
    1.46  and can be discussed. If you are searching for something to do you can have a
    1.47 -look to the TODO file :-)
    1.48 +look at the TODO file :-)
    1.49  
    1.50  Bugs can be reported on the SliTaz mailing list, forum or scn since the devel
    1.51  forum is synced. All sites are linked from: http://www.slitaz.org/
     2.1 --- a/TODO	Mon Jun 13 23:43:12 2011 +0200
     2.2 +++ b/TODO	Tue Jun 14 18:34:54 2011 +0100
     2.3 @@ -3,6 +3,6 @@
     2.4  	* Check if we can use only Dropbear as SSH client and server
     2.5  	* A better Web server interface in CGI (SHell or Python) or PHP
     2.6  	* Improve quota management, use virtual disk per user ?
     2.7 -	* Add doc and ensure client works on other Linux distro than SliTaz.
     2.8 +	* Add doc and ensure client works on Linux distros other than SliTaz.
     2.9  	* A logo :-)
    2.10