spee.ch/views/partials/documentation.handlebars

26 lines
981 B
Handlebars
Raw Normal View History

2017-06-23 06:43:53 +02:00
<div class="panel">
2017-06-23 21:33:09 +02:00
<h2>Documentation
<a class="toggle-link" id="documentation-toggle" href="#" onclick="toggleSection(event)" data-open="false" data-slaveelementid="documentation-detail">[open]</a>
</h2>
<div id="documentation-detail" hidden="true">
2017-07-03 20:16:51 +02:00
<code>https://spee.ch/</code>
2017-06-23 21:33:09 +02:00
<ul>
<li>Learn about Spee.ch and publish your own media</li>
</ul>
2017-07-03 20:16:51 +02:00
<code>https://spee.ch/:name</code>
2017-06-23 21:33:09 +02:00
<ul>
<li >Serves the newest file with the largest bid at a claim</li>
<li >E.g. <a href="/doitlive">spee.ch/doitlive</a></li>
</ul>
2017-07-03 20:16:51 +02:00
<code>https://spee.ch/:name/:claim_id</code>
2017-06-23 21:33:09 +02:00
<ul>
<li >Serves a specific file at a claim</li>
<li >E.g. <a href="/doitlive/c496c8c55ed79816fec39e36a78645aa4458edb5">spee.ch/doitlive/c496c8c55ed79816fec39e36a78645aa4458edb5</a></li>
</ul>
2017-07-03 20:16:51 +02:00
<code>https://spee.ch/:name/all</code>
2017-06-23 21:33:09 +02:00
<ul>
<li >Displays a list of all files at a claim</li>
<li >E.g. <a href="/doitlive/all">spee.ch/doitlive/all</a></li>
</ul>
</div>
</div>