mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
announcement block
This commit is contained in:
@@ -79,6 +79,7 @@ about.goodies=Goodies
|
||||
about.translation=Translation
|
||||
about.translation.message=We need your help to translate CommaFeed.
|
||||
about.translation.link=See how to contribute with translations.
|
||||
about.announcements=Announcements
|
||||
about.rest_api.line1=CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
|
||||
about.rest_api.link_to_documentation=Link to the documentation.
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@ about.goodies=Extensions
|
||||
about.translation=Traduction
|
||||
about.translation.message=Nous avons besoin d'aide pour traduire CommaFeed.
|
||||
about.translation.link=Cliquez ici pour voir comment vous pouvez nous aider.
|
||||
about.announcements=Annonces
|
||||
about.rest_api.line1=CommaFeed utilise JAX-RS et AngularJS et une API REST est donc disponible.
|
||||
about.rest_api.link_to_documentation=Lien vers la documentation.
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
<div class="span10">
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane active" id="about">
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<h3>${toolbar.about}</h3>
|
||||
<p>
|
||||
${about.line1_prefix} <a href="https://github.com/Athou/commafeed" target="_blank">GitHub</a> ${about.line1_suffix}
|
||||
@@ -52,7 +54,13 @@
|
||||
${about.translation.link}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="span6">
|
||||
<h3>${about.announcements}</h3>
|
||||
<a class="twitter-timeline" href="https://twitter.com/CommaFeed" data-widget-id="333897786657480704">Tweets by @CommaFeed</a>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="api">
|
||||
<h3>${about.rest_api}</h3>
|
||||
|
||||
Reference in New Issue
Block a user