Improved the grid layout when things are different sizes.
[taboo.git] / chrome / content / about.html
blob5f89b9663b77d856b04c9ca0e2c33a4c5df801e7
1 <html>
2 <head>
3 <script type="text/javascript">
4 document.write('<link rel="stylesheet" href="chrome://taboo/skin/about.css?' + Math.random() + '" />');
5 </script>
6 </head>
8 <body class="about">
9 <h1>Saving Your Tabs</h1>
10 <p>Taboo lets you save a tab for use at a later time. After "tabooing" a tab, a screenshot, the current position on the page, and information you've typed into form elements are saved.</p>
11 <p>When you reload that tab, you will be returned to the page, at the proper location, with the back button history intact, and the form fields filled in.</p>
12 <h1>Using Taboo</h1>
13 <table>
14 <tr>
15 <td style="width: 50px"><span id="taboo-toolbarbutton-add"></span></td>
16 <td>To use Taboo, just click on this icon, found next to your address bar. This saves the tab for you.</td>
17 </tr>
18 <tr>
19 <td><span id="taboo-toolbarbutton-add-saved"></span></td>
20 <td>Saved Taboos display this icon instead. Clicking this again will resave the taboo. (shift-clicking this will move the taboo to the trashcan)</td>
21 </tr>
22 <tr>
23 <td><span id="taboo-toolbarbutton-view"></span></td>
24 <td>To view your saved taboos, click on this icon.</td>
25 </tr>
26 </table>
28 <br />
29 <br />
31 <h1>About Taboo</h1>
32 <p>Taboo was created by <a target="window" href="http://overstimulate.com">Jesse Andrews</a>,
33 <a target="window" href="http://yosh.org">Manish Singh</a>, and
34 <a target="window" href="http://iantriesagain.com">Ian Fischer</a>.
35 </p>
36 </body>
37 </html>