-rw-r--r-- | content/help.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/content/help.xml b/content/help.xml new file mode 100644 index 0000000..e71cd99 --- a/dev/null +++ b/content/help.xml | |||
@@ -0,0 +1,53 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | ||
3 | <head> | ||
4 | <title>Fireflix</title> | ||
5 | <link rel="stylesheet" href="fireflix.css" type="text/css"/> | ||
6 | </head> | ||
7 | <body> | ||
8 | |||
9 | <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> | ||
10 | |||
11 | <p>First, you should proceed with authorization. If you haven't done it yet, | ||
12 | it should happen automatically once you open fireflix sidebar. To clear | ||
13 | authorization token off of the preferences, right-click on the 'Authorization | ||
14 | info' part of the sidebar and select 'Sign off' from the pop up menu.</p> | ||
15 | |||
16 | <h1>In the 'Search' tab</h1> | ||
17 | |||
18 | <p>Basically, you can search flickr photos here. Either all or yours (keep | ||
19 | 'mine' checked to search your own photos).</p> | ||
20 | |||
21 | <p>Once you have acquired search results you can browse through them. To open | ||
22 | any particular picture in a new tab either doubleclick it or hit ENTER.</p> | ||
23 | |||
24 | <p>While moving through the list of pictures found you should have a little | ||
25 | preview at the bottom of the window.</p> | ||
26 | |||
27 | <h1>In the 'Sets' tab</h1> | ||
28 | |||
29 | <p>This is where you can browse your sets. You can edit some sets properties | ||
30 | here and, most importantly, you can generate HTML of linked thumbnails for | ||
31 | sets contents. Use your right mouse button on the photoset.</p> | ||
32 | |||
33 | <h1>In The 'Uploads' tab</h1> | ||
34 | |||
35 | <p>To upload pictures you don't even have to select this tab. Drag'n'drop into | ||
36 | fireflix sidebar should do. There is nothing wrong with going into the tab and | ||
37 | using 'Add' button either.</p> | ||
38 | |||
39 | <p>You can add photos to the list, edit their titles and/or tags and once | ||
40 | you're done with it, trigger upload procedure. Once your images have been | ||
41 | uploaded, you will be prompted to create a photoset for newly uploaded photos. | ||
42 | You don't have to, though.</p> | ||
43 | |||
44 | <h1>Feedback</h1> | ||
45 | |||
46 | <p>As the extension is at the very early stage of development, feel free to | ||
47 | provide feedback at <a href="http://kin.klever.net/fireflix/feedback" title="click here to proceed to feedback form">http://kin.klever.net/fireflix/feedback/</a>.</p> | ||
48 | |||
49 | <div class="copyright"> | ||
50 | <a href="http://www.klever.net/">© Klever Group</a> | ||
51 | </div> | ||
52 | </body> | ||
53 | </html> | ||