diff --git a/Ideas.md b/Ideas.md index 65db50eed..888c3d620 100644 --- a/Ideas.md +++ b/Ideas.md @@ -56,91 +56,22 @@ To help you decide which of the TimVideos.us projects you wish to contribute to,

-

Loading ideas from GitHub ideas tracker...

+# Ideas list -{% raw %} - - - - - -{% endraw %} - - -
- - -
- * [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**](). -
- - -
-[(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. -
- -
-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!
[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).
[More information on existing HDMI2USB extension boards](https://github.com/timvideos/HDMI2USB/wiki/Getting-Started-with-an-Atlys-Board) +
Loading ideas from GitHub ideas tracker...
-

-!!! All hardware projects will require you to have a Digilent ATLYS prototype board !!! -

+### 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.** - -
+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 @@ -148,11 +79,10 @@ Labels: * (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 @@ -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 %} + +
+ + +
+ * [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**](). +
+ + +
+[(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. +
+ +
+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!
[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).
[More information on existing HDMI2USB extension boards](https://github.com/timvideos/HDMI2USB/wiki/Getting-Started-with-an-Atlys-Board) + + +

+!!! All hardware projects will require you to have a Digilent ATLYS prototype board !!! +

+ +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.** + +
+
+{% raw %} + + + + + + +{% endraw %}