2013-04-21 11:17:19 +02:00
< div class = "row-fluid" >
< div class = "span2" >
< ul class = "nav nav-pills nav-stacked" >
< li class = "active" >
< a href = "#about" data-toggle = "pill" > About< / a >
< / li >
< li >
< a href = "#shortcuts" data-toggle = "pill" > Keyboard shortcuts< / a >
< / li >
< / ul >
< / div >
< div class = "span10" >
< div class = "tab-content" >
< div class = "tab-pane active" id = "about" >
< h3 > CommaFeed< / h3 >
< p >
CommaFeed is an open-source project. Sources are hosted on < a href = "https://github.com/Athou/commafeed" target = "_blank" > GitHub< / a > .
< / 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 >
2013-04-21 08:07:06 +02:00
2013-04-21 11:17:19 +02:00
< h3 > REST API< / h3 >
< p >
CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
< / p >
< p >
The documentation about the API is available < a href = "api" target = "_blank" > here< / a > .
< / p >
< / div >
< div class = "tab-pane" id = "shortcuts" >
< dl class = "dl-horizontal" >
< dt > k, space< / dt >
< dd > open next entry< / dd >
< dt > j, shift+space< / dt >
< dd > open previous entry< / dd >
< dt > o, enter< / dt >
< dd > open/close current entry< / dd >
< dt > v< / dt >
< dd > open current entry in a new window< / dd >
< dt > mouse middleclick< / dt >
< dd > open entry in new tab and mark as read< / dd >
< / dl >
< / div >
2013-04-21 08:07:06 +02:00
< / div >
< / div >
2013-04-16 13:12:24 +02:00
< / div >