Files
Athou_commafeed/src/main/app/templates/feeds.help.html

145 lines
4.9 KiB
HTML
Raw Normal View History

2013-11-27 12:13:18 +01:00
<div class="row help">
<div class="col-md-6">
2013-05-31 09:06:58 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-question-sign"></i>
${toolbar.about}
</h4>
2013-05-31 09:06:58 +02:00
<p>
2013-11-27 12:13:18 +01:00
${about.line1_prefix}
<a href="https://github.com/Athou/commafeed" target="_blank">GitHub</a>
${about.line1_suffix}
2013-05-31 09:06:58 +02:00
</p>
<p>
2013-11-27 12:13:18 +01:00
${about.line2_prefix}
<a href="https://github.com/Athou/commafeed/issues" target="_blank">GitHub</a>
${about.line2_suffix}
2013-05-31 09:06:58 +02:00
</p>
2013-07-21 11:40:32 +02:00
${about.version} {{infos.version}} ({{infos.gitCommit}})
2013-05-31 09:06:58 +02:00
</div>
2013-11-27 12:13:18 +01:00
2013-05-31 09:06:58 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-money"></i>
${toolbar.donate}
</h4>
<p>${about.line3}</p>
<form class="donate-action" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2013-05-31 09:06:58 +02:00
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="9CNQHMJG2ZJVY">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="CommaFeed">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
2013-11-27 12:13:18 +01:00
<input type="image" class="donate-image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!">
2013-05-31 09:06:58 +02:00
<input type="hidden" name="currency_code" value="USD">
<select name="currency_code">
<option value="EUR">Euro</option>
2013-05-31 09:06:58 +02:00
<option value="USD">US Dollars</option>
</select>
</form>
${about.line4}
<code class="bitcoin-code">1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e</code>
2013-05-31 09:06:58 +02:00
</div>
2013-11-27 12:13:18 +01:00
2013-05-31 09:06:58 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-puzzle-piece"></i>
${about.goodies}
</h4>
2013-06-29 17:04:38 +02:00
<p>
2013-07-09 22:04:22 +02:00
${about.goodies.android_app}:
2013-11-27 12:13:18 +01:00
<a href="https://github.com/Athou/commafeed-newsplus" target="_blank">News+ extension</a>
,
<a href="https://play.google.com/store/apps/details?id=com.commafeed.commafeedreader" target="_blank">CommaFeed Reader</a>
,
2013-07-09 22:04:22 +02:00
<a href="https://play.google.com/store/apps/details?id=com.mv.cloudfeedlr" target="_blank">Cloudfeedlr</a>
2013-06-29 17:04:38 +02:00
</p>
2013-05-31 09:06:58 +02:00
<p>
<a href="https://chrome.google.com/webstore/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga" target="_blank">${about.goodies.chrome_extension}</a>
</p>
<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>
2013-11-27 12:13:18 +01:00
2013-05-31 09:06:58 +02:00
<p>
2013-11-27 12:13:18 +01:00
${about.goodies.subscribe_url}:
<a href="rest/feed/subscribe?url=FEED_URL_HERE" target="_blank">rest/feed/subscribe?url=FEED_URL_HERE</a>
2013-05-31 09:06:58 +02:00
</p>
<p>
2013-11-27 12:13:18 +01:00
${about.goodies.subscribe_bookmarklet}:
<a href="https://www.subtome.com/settings.html" target="_blank">SubToMe</a>
2013-05-31 09:06:58 +02:00
</p>
<p>
2013-07-03 10:00:32 +02:00
${about.goodies.next_unread_bookmarklet}:
<br />
<br />
2013-11-27 12:13:18 +01:00
${subscribe.category}
<select ng-model="categoryId" ng-options="cat.id as cat.name for cat in CategoryService.flatCategories" class="bookmarklet-select">
</select>
2013-07-03 07:32:18 +02:00
<select ng-model="order" class="bookmarklet-select">
<option value="desc">${about.goodies.subscribe_bookmarklet_desc}</option>
<option value="asc">${about.goodies.subscribe_bookmarklet_asc}</option>
2013-07-03 10:00:32 +02:00
</select>
2013-11-27 12:13:18 +01:00
<a href="javascript:window.location.href='{{baseUrl}}next?category={{categoryId}}&order={{order}}&t='+new Date().getTime();"
target="_blank">${global.link}</a>
2013-05-31 09:06:58 +02:00
</p>
</div>
2013-11-27 12:13:18 +01:00
2013-05-31 09:06:58 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-globe"></i>
${about.translation}
</h4>
<p>${about.translation.message}</p>
2013-05-31 09:06:58 +02:00
<p>
2013-11-27 12:13:18 +01:00
<a href="https://github.com/Athou/commafeed#translate-commafeed-into-your-language" target="_blank"> ${about.translation.link} </a>
2013-05-31 09:06:58 +02:00
</p>
</div>
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-rocket"></i>
${about.rest_api}
</h4>
<p>${about.rest_api.line1}</p>
2013-05-31 09:06:58 +02:00
<p>
<a href="api" target="_blank">${about.rest_api.link_to_documentation}</a>
</p>
</div>
2013-04-21 11:17:19 +02:00
</div>
2013-11-27 12:13:18 +01:00
<div class="col-md-6">
2013-05-31 19:40:12 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-keyboard"></i>
${about.keyboard_shortcuts}
</h4>
2013-05-31 19:40:12 +02:00
<div ng-include="'templates/_shortcuts.html'"></div>
</div>
2013-11-27 12:13:18 +01:00
2013-05-31 09:06:58 +02:00
<div class="about-module">
2013-11-27 12:13:18 +01:00
<h4>
<i class="icon-info-sign"></i>
${about.announcements}
</h4>
2013-05-31 09:06:58 +02:00
<a class="twitter-timeline" href="https://twitter.com/CommaFeed" data-widget-id="333897786657480704">Tweets by @CommaFeed</a>
2013-11-27 12:13:18 +01:00
<script>
!function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
2013-05-31 09:06:58 +02:00
</div>
2013-11-27 12:13:18 +01:00
2013-05-31 19:40:12 +02:00
2013-04-21 08:07:06 +02:00
</div>
</div>