]> git.sesse.net Git - casparcg/blob - source/tools/sphinxext/indexcontent.html
(no commit message)
[casparcg] / source / tools / sphinxext / indexcontent.html
1 {% extends "defindex.html" %}
2 {% block tables %}
3   <p><strong>Parts of the documentation:</strong></p>
4   <table class="contentstable" align="center"><tr>
5     <td width="50%">
6       <p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/2_0.rst") }}">What's new in CasparCG {{ release }}?</a><br/>
7          <span class="linkdescr">short summary of new features</span></p>
8       <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
9          <span class="linkdescr">tutorials</span></p>
10       <p class="biglink"><a class="biglink" href="{{ pathto("amcp/index") }}">AMCP</a><br/>
11          <span class="linkdescr">describes the AMCP control protocol</span></p>
12       <p class="biglink"><a class="biglink" href="{{ pathto("producers/index") }}">Producers</a><br/>
13          <span class="linkdescr">describes all video sources, "producers"</span></p>
14       <p class="biglink"><a class="biglink" href="{{ pathto("consumers/index") }}">Consumers</a><br/>
15          <span class="linkdescr">describes all video outputs, "consumers"</span></p>
16       <p class="biglink"><a class="biglink" href="{{ pathto("faq/index") }}">FAQs</a><br/>
17          <span class="linkdescr">frequently asked questions (with answers!)</span></p>
18     </td></tr>
19   </table>
20
21   <p><strong>Meta information:</strong></p>
22   <table class="contentstable" align="center"><tr>
23     <td width="50%">
24       <p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p>
25       <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About the documentation</a></p>
26     </td><td width="50%">
27       <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">History and License of CasparCG</a></p>
28       <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">Copyright</a></p>
29     </td></tr>
30   </table>
31 {% endblock %}