slitaz-tools annotate tazdrop/doc/tazdrop.en.html @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
parents c79e656b37a5
children
rev   line source
al@813 1 <!DOCTYPE html>
al@813 2 <html lang="en">
al@813 3 <head>
al@813 4 <meta charset="UTF-8" />
al@813 5 <title>TazDrop Manual (en)</title>
al@813 6 <link rel="stylesheet" type="text/css" href="../slitaz-doc.css" />
al@813 7 <script type="text/javascript" src="../slitaz-doc.js"></script>
al@813 8 </head>
al@813 9 <body>
al@813 10
al@813 11 <header>
al@813 12 <h1>TazDrop Manual</h1>
al@813 13 </header>
al@813 14
al@813 15 <div id="content">
al@813 16
al@813 17 <h2>SliTaz Drag N' Drop tool</h2>
al@813 18
al@813 19 <p>TazDrop is a small window which can run in a corner of a screen and as an
paul@857 20 expanded panel and lets you Drag N' Drop any kind of content and perform an
paul@857 21 action on it. If you drop a URL to a site it will open a browser to its
paul@857 22 location, if the URL is a file (ie. tarball, ISO, PDF, etc) it will download it.
paul@857 23 It can also handle email addresses and SliTaz Packages (drop one on TazDrop and
al@813 24 it will install it) and if you drop a folder it will create a tar.bz2 archive
al@813 25 of it. You can even drop one of its options, try to drop: <tt>--notes</tt></p>
al@813 26
al@813 27 <p><b>Note:</b> This tool is separate from tazboxes since it runs permanently
al@813 28 and has quite a few lines of code.</p>
al@813 29
al@813 30
al@813 31 <h2>Auto start the DND window</h2>
al@813 32
al@813 33 <p>To start TazDrop with your Window manager you have to put these lines in your
al@813 34 autostart script (For Openbox: <tt>~/.config/openbox/autostart</tt>) to have
al@813 35 a DND window with some text:</p>
al@813 36
al@813 37 <pre>
al@813 38 # TazDrop Drag N' Drop handler
al@813 39 tazdrop --dnd &amp;
al@813 40 </pre>
al@813 41
paul@857 42 <p>To use an image as a DND box you can configure the image path via
al@813 43 <tt>tazdrop.conf</tt>:</p>
al@813 44
al@813 45 <pre>
al@813 46 # TazDrop Drag N' Drop handler
al@813 47 tazdrop --dnd-image &amp;
al@813 48 </pre>
al@813 49
al@813 50
al@813 51 <h2>Misc notes</h2>
al@813 52
al@813 53 <ul>
al@813 54 <li>Dropped folders will be archived to tar.bz2</li>
al@813 55 <li>Text content is written to <tt>$HOME/.cache/tazdrop.notes</tt></li>
al@813 56 <li>Applications are logically configurable as well as the tool behaviour</li>
al@813 57 </ul>
al@813 58
al@813 59 </div>
al@813 60
al@813 61 <footer>
pascal@821 62 Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
al@813 63 </footer>
al@813 64
al@813 65 </body>
al@813 66 </html>