1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/addon-sdk/source/examples/reddit-panel/README.md Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +The Reddit Panel example add-on displays Reddit in a panel you open 1.9 +by clicking a widget in the add-on bar. When you click a Reddit story 1.10 +in the panel, the story opens in a new tab. 1.11 + 1.12 +The add-on demonstrates the Panel and Widget APIs as well as content scripts 1.13 +and using jQuery as a content script. 1.14 + 1.15 +Due to a bug in Firefox 4.0b7, this example doesn't work in that version 1.16 +of Firefox and requires a recent Firefox 4.0b8pre nightly build, Firefox 4.0b8 1.17 +itself, or a newer version of Firefox.