Skip to content

Commit

Permalink
Making the template visable and small formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Feb 14, 2014
1 parent 8dc4e7e commit 5851dce
Showing 1 changed file with 88 additions and 80 deletions.
168 changes: 88 additions & 80 deletions Ideas.md
Expand Up @@ -56,103 +56,33 @@ To help you decide which of the TimVideos.us projects you wish to contribute to,
<br>
<br>

<div id="ideas"><h1>Loading ideas from GitHub ideas tracker...</h1></div>
# Ideas list

{% raw %}
<script type="text/html" id="ideas-template">
{{#projects}}
<hr class="project">
<hr class="project">
<br>
<div class="project">
<h1>{{name}} <a href="https://github.com/timvideos/getting-started/issues?labels={{label.name}}"><img src="/images/link.png"></a></h1>
<div class="label" style="background-color: #{{label.color}};">
<a href="https://github.com/timvideos/getting-started/issues?labels={{label.name}}">
{{label.name}}
</a>
</div>
<div class="description">{{&body_html}}</div>
{{#ideas}}
<div id="{{number}}" class="idea {{hot}}">
<h3>{{title}}<a href="{{html_url}}"><img src="/images/link.png"></a></h3>
<div class="labels">
{{#labels}}
<div class="label" style="background-color: #{{color}};">
<a href="https://github.com/timvideos/getting-started/issues?labels={{name}}">
{{name}}
</a>
</div>
{{/labels}}
</div>
<div class="description">
{{&body_html}}
</div>
<div class="extra_info">{{&reference.extra}}</div>
</div>
{{/ideas}}
</div>
{{/projects}}
</script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js" type="text/javascript"></script>
<script src="/js/ideas.js" type="text/javascript"></script>
{% endraw %}


<div style="display:none;" markdown="1">


<div id="gst-switch" markdown="1">
* [Tasks in the gst-switch project](https://github.com/timvideos/getting-started/issues?labels=Project+-+gst-switch&page=1&state=open).
* [Tasks in the gst-switch project dealing with **speaker tracking**]().
</div>


<div id="Streaming System (Website)" markdown="1">
[(Code)](http://github.com/timvideos/streaming-system) | [(IRC Channel)](irc://irc.freenode.org/#timvideos) | [(Bug Tracker)](http://github.com/timvideos/streaming-system/issues)

* [Tasks in the **Streaming System Website** project](https://github.com/timvideos/getting-started/issues?labels=Project+-+Streaming+System+%28Website%29&page=1&state=open)

Streaming-system is a comprehensive video conferencing package that allows users to set up and deploy a live streaming system. It includes a website, setup scripts and watchdog code.
This ideas list is dynamically generated from the [Ideas tracker](https://github.com/timvideos/getting-started/issues?state=open).
You can view and comment on the ideas there.

#### The streaming system including a django-based website, shell script setup scripts and Python watchdog code.
</div>

<div id="HDMI2USB" markdown="1">
HDMI2USB is a core hardware project in the Tim Videos suite. There are two types of projects to work on with the HDMI2USB system;

* Firmware Projects - As the device uses a Xilinx Spartan 6 FPGA, developing much of the hardware is actually a process of developing software!<br>[More information on current HDMI2USB firmware](https://github.com/timvideos/HDMI2USB/wiki/Firmware).

* Extension Boards - The Digilent ATLYS can be extended via the [VHDCI connector](http://en.wikipedia.org/wiki/Very-high-density_cable_interconnect).<br>[More information on existing HDMI2USB extension boards](https://github.com/timvideos/HDMI2USB/wiki/Getting-Started-with-an-Atlys-Board)
<div id="ideas"><b>Loading ideas from GitHub ideas tracker...</b></div>


<p style='font-size: 18px; color: red; text-align: center;'>
<strong>!!! All hardware projects will require you to have a <a href="/HDMI2USB.html#digilent-atlys-prototype-board">Digilent ATLYS prototype board</a> !!!</strong>
</p>
### Markdown Ideas Template

If you can show that you are committed to developing hardware (such as being accepted into a program like Google Summer of Code), **you can apply for a grant to have a board provided to you for development.**

</div>
There is the Markdown required to make a new ideas.

FIXME: Add a "create" link to automatically create a new idea prefilled with the following template.

{% raw %}
~~~ markdown

Ideas Template
------------------------------------------------------
Title: [{{reference.repo}} #{{reference.issue}}] {{title}}
Labels:
* (fluro green) Language
* (fluro light blue) Project
* (dark yellow) Type
* (dark blue) Dark blue

Text
Description:
----

More technical details at

[Link to bug in the ](http://github.com/timvideos/{{reference.repo}}/issues/{{reference.issue}})
More technical details at [Link to bug in the ](http://github.com/timvideos/{{reference.repo}}/issues/{{reference.issue}})

## Brief explanation

Expand All @@ -178,8 +108,86 @@ A much longer description of what the thing you want to do.
* **Potential Mentors:** @{{github mentor username}}
* **Mailing list:** [xxx@groups.google.com](http://xxxx/)

---
~~~
{% endraw %}


<div style="display:none;" markdown="1">
<!-- Extra information to put in each project's section -->

<div id="gst-switch" markdown="1">
* [Tasks in the gst-switch project](https://github.com/timvideos/getting-started/issues?labels=Project+-+gst-switch&page=1&state=open).
* [Tasks in the gst-switch project dealing with **speaker tracking**]().
</div>


<div id="Streaming System (Website)" markdown="1">
[(Code)](http://github.com/timvideos/streaming-system) | [(IRC Channel)](irc://irc.freenode.org/#timvideos) | [(Bug Tracker)](http://github.com/timvideos/streaming-system/issues)

* [Tasks in the **Streaming System Website** project](https://github.com/timvideos/getting-started/issues?labels=Project+-+Streaming+System+%28Website%29&page=1&state=open)

Streaming-system is a comprehensive video conferencing package that allows users to set up and deploy a live streaming system. It includes a website, setup scripts and watchdog code.

#### The streaming system including a django-based website, shell script setup scripts and Python watchdog code.
</div>

<div id="HDMI2USB" markdown="1">
HDMI2USB is a core hardware project in the Tim Videos suite. There are two types of projects to work on with the HDMI2USB system;

* Firmware Projects - As the device uses a Xilinx Spartan 6 FPGA, developing much of the hardware is actually a process of developing software!<br>[More information on current HDMI2USB firmware](https://github.com/timvideos/HDMI2USB/wiki/Firmware).

* Extension Boards - The Digilent ATLYS can be extended via the [VHDCI connector](http://en.wikipedia.org/wiki/Very-high-density_cable_interconnect).<br>[More information on existing HDMI2USB extension boards](https://github.com/timvideos/HDMI2USB/wiki/Getting-Started-with-an-Atlys-Board)


<p style='font-size: 18px; color: red; text-align: center;'>
<strong>!!! All hardware projects will require you to have a <a href="/HDMI2USB.html#digilent-atlys-prototype-board">Digilent ATLYS prototype board</a> !!!</strong>
</p>

If you can show that you are committed to developing hardware (such as being accepted into a program like Google Summer of Code), **you can apply for a grant to have a board provided to you for development.**

</div>

</div>

{% raw %}
<!-- Template for the idea list. Uses http://mustache.github.io/mustache.5.html -- You can't use markdown in this template. -->
<script type="text/html" id="ideas-template">
{{#projects}}
<div class="project">
<h2>{{name}} <a href="https://github.com/timvideos/getting-started/issues?labels={{label.name}}"><img src="/images/link.png"></a></h2>
<div class="label" style="background-color: #{{label.color}};">
<a href="https://github.com/timvideos/getting-started/issues?labels={{label.name}}">
{{label.name}}
</a>
</div>
<div class="description">{{&body_html}}</div>
{{#ideas}}
<div id="{{number}}" class="idea {{hot}}">
<h3>{{title}}<a href="{{html_url}}"><img src="/images/link.png"></a></h3>
<div class="labels">
{{#labels}}
<div class="label" style="background-color: #{{color}};">
<a href="https://github.com/timvideos/getting-started/issues?labels={{name}}">
{{name}}
</a>
</div>
{{/labels}}
</div>
<div class="description">
{{&body_html}}
</div>
<div class="extra_info">{{&reference.extra}}</div>
</div>
{{/ideas}}
</div>
<hr class="project-line">
<hr class="project-line">
<br>
{{/projects}}
</script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js" type="text/javascript"></script>
<script src="/js/ideas.js" type="text/javascript"></script>
{% endraw %}

0 comments on commit 5851dce

Please sign in to comment.