author | Michael Krelin <hacker@klever.net> | 2006-12-18 19:38:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-12-18 19:38:28 (UTC) |
commit | 002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94 (patch) (unidiff) | |
tree | a27e4984c582b9a4a7a3f7352ad01cc352634221 /content | |
parent | 0f814a85fbbe5b06efb7cd70ae4eb4bdd6c40910 (diff) | |
download | fireflix-0.0.6.zip fireflix-0.0.6.tar.gz fireflix-0.0.6.tar.bz2 |
added "what's new?" link to help file and prepared for release0.0.6
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@243 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 21 | ||||
-rw-r--r-- | content/help.xml | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -99,35 +99,56 @@ label#search_page { | |||
99 | font-weight: bold; | 99 | font-weight: bold; |
100 | background: white; color: #404040; | 100 | background: white; color: #404040; |
101 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; | 101 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; |
102 | border-style: solid; | 102 | border-style: solid; |
103 | border-width: 1px; | 103 | border-width: 1px; |
104 | -moz-border-radius: 1em; | 104 | -moz-border-radius: 1em; |
105 | padding: 0.5ex 1ex; | 105 | padding: 0.5ex 1ex; |
106 | } | 106 | } |
107 | 107 | ||
108 | html body { | 108 | html body { |
109 | font-family: arial, sans-serif; | 109 | font-family: arial, sans-serif; |
110 | font-size: 11pt; | 110 | font-size: 11pt; |
111 | margin: 1em 4em; | 111 | margin: 1em 4em; |
112 | padding: 1em 4em; | 112 | padding: 1em 4em; |
113 | border: double 3px gray; | 113 | border: double 3px gray; |
114 | background: #ffffc0; | 114 | background: #ffffc0; |
115 | } | 115 | } |
116 | html h1 { | 116 | html h1 { |
117 | font-size: 130%; color: maroon; | 117 | font-size: 130%; color: maroon; |
118 | } | 118 | } |
119 | html p { | 119 | html p { |
120 | text-align: justify; | 120 | text-align: justify; |
121 | } | 121 | } |
122 | 122 | ||
123 | html div.copyright { | 123 | html div.copyright { |
124 | font-size: 60%; | 124 | font-size: 60%; |
125 | text-align: right; | 125 | text-align: right; |
126 | } | 126 | } |
127 | html div.copyright a { | 127 | html div.copyright a { |
128 | text-decoration: none; | 128 | text-decoration: none; |
129 | } | 129 | } |
130 | 130 | ||
131 | html p.whatsnew { | ||
132 | font-size: 80%; | ||
133 | margin: 0px 0px 0px 50%; | ||
134 | text-align: center; | ||
135 | } | ||
136 | html p.whatsnew a { | ||
137 | display: block; | ||
138 | padding: 1px; | ||
139 | border-style: solid; | ||
140 | border-width: 1px; | ||
141 | border-color: #c0c0c0 #808080 #808080 #c0c0c0; | ||
142 | background: white; color: black; | ||
143 | text-decoration: none; | ||
144 | } | ||
145 | html p.whatsnew a em { font-style: normal; font-weight: bold; } | ||
146 | html p.whatsnew a:hover { | ||
147 | border-color: #808080 #c0c0c0 #c0c0c0 #808080; | ||
148 | background: black; color: white; | ||
149 | } | ||
150 | html p.whatsnew a:hover em { color: red; } | ||
151 | |||
131 | button.lean { | 152 | button.lean { |
132 | min-width: 1ex; | 153 | min-width: 1ex; |
133 | } | 154 | } |
diff --git a/content/help.xml b/content/help.xml index ab4f4e2..11b5c26 100644 --- a/content/help.xml +++ b/content/help.xml | |||
@@ -1,41 +1,44 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd"> | ||
2 | <html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | 3 | <html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
3 | <head> | 4 | <head> |
4 | <title>Fireflix</title> | 5 | <title>Fireflix</title> |
5 | <link rel="stylesheet" href="fireflix.css" type="text/css"/> | 6 | <link rel="stylesheet" href="fireflix.css" type="text/css"/> |
6 | </head> | 7 | </head> |
7 | <body> | 8 | <body> |
8 | 9 | ||
9 | <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> | 10 | <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> |
11 | |||
12 | <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p> | ||
10 | 13 | ||
11 | <p>First, you should proceed with authorization. If you haven't done it yet, | 14 | <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 | 15 | it should happen automatically once you open fireflix sidebar. To clear |
13 | authorization token off of the preferences, right-click on the 'Authorization | 16 | 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> | 17 | info' part of the sidebar and select 'Sign off' from the pop up menu.</p> |
15 | 18 | ||
16 | <h1>In the 'Search' tab</h1> | 19 | <h1>In the 'Search' tab</h1> |
17 | 20 | ||
18 | <p>Basically, you can search flickr photos here. Either all or yours (keep | 21 | <p>Basically, you can search flickr photos here. Either all or yours (keep |
19 | 'mine' checked to search your own photos).</p> | 22 | 'mine' checked to search your own photos).</p> |
20 | 23 | ||
21 | <p>Once you have acquired search results you can browse through them. To open | 24 | <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> | 25 | any particular picture in a new tab either doubleclick it or hit ENTER.</p> |
23 | 26 | ||
24 | <p>While moving through the list of pictures found you should have a little | 27 | <p>While moving through the list of pictures found you should have a little |
25 | preview at the bottom of the window.</p> | 28 | preview at the bottom of the window.</p> |
26 | 29 | ||
27 | <h1>In the 'Sets' tab</h1> | 30 | <h1>In the 'Sets' tab</h1> |
28 | 31 | ||
29 | <p>This is where you can browse your sets. You can edit some sets properties | 32 | <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 | 33 | here and, most importantly, you can generate HTML of linked thumbnails for |
31 | sets contents. Use your right mouse button on the photoset.</p> | 34 | sets contents. Use your right mouse button on the photoset.</p> |
32 | 35 | ||
33 | <h1>In The 'Uploads' tab</h1> | 36 | <h1>In The 'Uploads' tab</h1> |
34 | 37 | ||
35 | <p>To upload pictures you don't even have to select this tab. Drag'n'drop into | 38 | <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 | 39 | fireflix sidebar should do. There is nothing wrong with going into the tab and |
37 | using 'Add' button either.</p> | 40 | using 'Add' button either.</p> |
38 | 41 | ||
39 | <p>You can add photos to the list, edit their titles and/or tags and once | 42 | <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 | 43 | 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. | 44 | uploaded, you will be prompted to create a photoset for newly uploaded photos. |