spee.ch/views/partials/documentation.handlebars

36 lines
1.4 KiB
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>
2017-07-07 03:03:29 +02:00
<li >Serves the winning free, public claim at this name</li>
2017-06-23 21:33:09 +02:00
<li >E.g. <a href="/doitlive">spee.ch/doitlive</a></li>
</ul>
2017-07-07 03:03:29 +02:00
<code>https://spee.ch/show/:name</code>
<ul>
<li >Serves the winning claim at this name with additional details</li>
<li >E.g. <a href="/show/doitlive">spee.ch/show/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>
2017-07-07 03:03:29 +02:00
<li >Serves a specific claim</li>
<li >E.g. <a href="/doitlive/ca3023187e901df9e9aabd95d6ae09b6cc69b3f0">spee.ch/doitlive/ca3023187e901df9e9aabd95d6ae09b6cc69b3f0</a></li>
</ul>
<code>https://spee.ch/show/:name/:claim_id</code>
<ul>
<li >Serves a specific claim with additional details</li>
<li >E.g. <a href="/show/doitlive/ca3023187e901df9e9aabd95d6ae09b6cc69b3f0">spee.ch/show/doitlive/ca3023187e901df9e9aabd95d6ae09b6cc69b3f0</a></li>
2017-06-23 21:33:09 +02:00
</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>