link to opera extension

This commit is contained in:
Athou
2013-05-28 11:55:33 +02:00
parent 669574e4d5
commit 2c12f250d8
2 changed files with 5 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ about.goodies=Goodies
about.goodies.subscribe_url=Subscribe URL
about.goodies.chrome_extension=Chrome extension
about.goodies.firefox_extension=Firefox extension
about.goodies.opera_extension=Opera extension
about.goodies.subscribe_bookmarklet=Add subscription bookmarklet (click)
about.goodies.next_unread_bookmarklet=Next unread item bookmarklet (drag to bookmark bar)
about.translation=Translation

View File

@@ -34,6 +34,10 @@
<p>
<a href="https://addons.mozilla.org/en-US/firefox/addon/commafeed/" target="_blank">${about.goodies.firefox_extension}</a>
</p>
<p>
<a href="https://addons.opera.com/en/extensions/details/commafeed-extension-for-opera/" target="_blank">${about.goodies.opera_extension}</a>
</p>
<p>
${about.goodies.subscribe_url}: <a href="rest/feed/subscribe?url=FEED_URL_HERE" target="_blank">rest/feed/subscribe?url=FEED_URL_HERE</a>
</p>