mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
help page styling
This commit is contained in:
@@ -1,48 +1,51 @@
|
|||||||
<div>
|
<div class="row-fluid">
|
||||||
<ul class="nav nav-tabs">
|
<div class="span2">
|
||||||
<li class="active">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<a href="#about" data-toggle="tab">About</a>
|
<li class="active">
|
||||||
</li>
|
<a href="#about" data-toggle="pill">About</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="#shortcuts" data-toggle="tab">Keyboard shortcuts</a>
|
<li>
|
||||||
</li>
|
<a href="#shortcuts" data-toggle="pill">Keyboard shortcuts</a>
|
||||||
</ul>
|
</li>
|
||||||
<div class="tab-content">
|
</ul>
|
||||||
<div class="tab-pane active" id="about">
|
</div>
|
||||||
<h3>CommaFeed</h3>
|
<div class="span10">
|
||||||
<p>
|
<div class="tab-content">
|
||||||
CommaFeed is an open-source project. Sources are hosted on <a href="https://github.com/Athou/commafeed" target="_blank">GitHub</a>.
|
<div class="tab-pane active" id="about">
|
||||||
</p>
|
<h3>CommaFeed</h3>
|
||||||
<p>
|
<p>
|
||||||
If you encounter an issue, please report it on the <a href="https://github.com/Athou/commafeed/issues" target="_blank">issues page</a> of the GitHub project.
|
CommaFeed is an open-source project. Sources are hosted on <a href="https://github.com/Athou/commafeed" target="_blank">GitHub</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
If you encounter an issue, please report it on the <a href="https://github.com/Athou/commafeed/issues" target="_blank">issues page</a> of the GitHub project.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>REST API</h3>
|
<h3>REST API</h3>
|
||||||
<p>
|
<p>
|
||||||
CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
|
CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The documentation about the API is available <a href="api" target="_blank">here</a>.
|
The documentation about the API is available <a href="api" target="_blank">here</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane active" id="shortcuts">
|
<div class="tab-pane" id="shortcuts">
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>k, space</dt>
|
<dt>k, space</dt>
|
||||||
<dd>open next entry</dd>
|
<dd>open next entry</dd>
|
||||||
|
|
||||||
<dt>j, shift+space</dt>
|
<dt>j, shift+space</dt>
|
||||||
<dd>open previous entry</dd>
|
<dd>open previous entry</dd>
|
||||||
|
|
||||||
<dt>o, enter</dt>
|
<dt>o, enter</dt>
|
||||||
<dd>open/close current entry</dd>
|
<dd>open/close current entry</dd>
|
||||||
|
|
||||||
<dt>v</dt>
|
<dt>v</dt>
|
||||||
<dd>open current entry in a new window</dd>
|
<dd>open current entry in a new window</dd>
|
||||||
|
|
||||||
<dt>mouse middleclick</dt>
|
<dt>mouse middleclick</dt>
|
||||||
<dd>open entry in new tab and mark as read</dd>
|
<dd>open entry in new tab and mark as read</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user