From 919277879710a76aeb9cae1ea52819c19ace0b17 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 28 Oct 2014 14:11:56 +0100 Subject: [PATCH] Improved todo list. --- TODO.md | 57 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 14 deletions(-) diff --git a/TODO.md b/TODO.md index a505b0d..b38a5b9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,28 +1,57 @@ -Global Qasim parameters +TODO +==== + +## Use Rakefile instead of Makefile + +* Build .ui and .qrc files before .gem + +ex: https://github.com/ryanmelt/qtbindings/blob/master/Rakefile + + +## Parameters + +### Global options * Default local cache directory * Default mount point directory -* AutoSSH (disable if not installed) - * autossh executable path + +### SSHFS + +* Use AutoSSH (disable if not installed) * use autossh (default: yes) + * ssh_command='autossh -M 0' + +* SSH options + * reconnect (default: yes) + * compress (default: yes) + * transform_symlinks (default: yes) + * ServerAliveInterval (default: 15) + * ServerAliveCountMax (default: 3) + * Cipher (default: blowfish) # for speed & security + + +### FTP + +* + +### WebDav + +### Local sync + * Unison (disable if not installed) * unison executable path * use unison (default: yes) * sync interval (0=none, ...) in hours -Global SSHFS Options -* reconnect (default: yes) -* compress (default: yes) -* transform_symlinks (default: yes) -* ServerAliveInterval (default: 30) -* ServerAliveCountMax (default: 30) +### Programs -ssh_command='autossh -M 0' +(Checkbox for each program) +* sshfs executable path (default: empty) +* curlftpfs executable path (default: empty) +* fusedav executable path (default: empty) +* autossh executable path (default: empty) +* unison executable path (default: empty) -Fixes - -Use Rakefile -ex: https://github.com/ryanmelt/qtbindings/blob/master/Rakefile