Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cz8s committed Sep 22, 2011
1 parent c0eea04 commit 528faf6
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.textile
Expand Up @@ -30,32 +30,28 @@ h2. Author

"Christian Hellsten":http://christianhellsten.com ("Aktagon Ltd.":http://aktagon.com)

h2. statusnet
h2. rssfeed

This Jekyll plugin is used for fetching and rendering your dents from a status.net instance
This Jekyll plugin is used for fetching and rendering rss and atom feeds

h3. Usage

This will fetch the last 15 dents and cache them for 3600 seconds:

<pre><code>
<ul class="statusnet-links">
{% statusnet host:identi.ca uid:24126 count:15 ttl:3600 %}
<li>
On <a href="{{ item.link }}">{{ item.day }}</a> I wrote:
{% rssfeed url:https://github.com/cz8s.atom count:15 ttl:3600 %}
{{ item.link }}
{{ item.day }}
{{ item.description }}
</li>
{% endstatusnet %}
</ul>
</code></pre>

h4. Parameters

|Name|Description|Example|
|host|status.net instance|identi.ca|
|uid |your uid. You can seed it if you hover over the rss2.0-link on your profile-page|24126|
|count|Number of dents to fetch|15|
|ttl|The number of seconds the feed is cached|3600 caches the feed for one hour. Leave empty to always fetch feed.|3600|
|url|where the feed is |https://github.com/cz8s.atom|
|count|Number of Posts to show |15|
|ttl|The number of seconds the feed is cached 3600 caches the feed for one hour. Leave empty to always fetch feed.|3600|

h2. Author

Expand Down

0 comments on commit 528faf6

Please sign in to comment.