Documents
User documentation
Remote maki
2010-10-13 19:48
Also see documentation/remote.txt.
maki¶
On the remote server:
maki-remote --daemon
Clients¶
On the local machine:
sushi-remote $user@$host tekka ...
Technical documentation
Client Guidelines
2010-10-13 19:47
Error reporting to the user¶
- Every error should be displayed directly in the application if possible.
- To display the error or the notification an embedded dialog-like widget should be used. It should be displayed as a seperated area in the main application and only be visible when there is an error.
...
File Transfer Interface
2010-10-13 19:49
Methods¶
- ''dcc_sends(//out// ids, //out// servers, //out// froms, //out// filenames, //out// sizes, //out// progresses, //out// speeds, //out// statuses)''
- ''dcc_send_accept(id)''
- ''dcc_send_remove(id)''
- ''dcc_send_resume(id)''
...