Difference between revisions of "A Full-Featured Video-Sharing Website/Wiki"
(Created page with 'Video sharing is important, over than 23% of Internet users visit YouTube everyday to watch videos. We should be having a video-sharing website already. == General Details == * …') |
|||
| Line 1: | Line 1: | ||
| − | Video sharing is important, over than 23% of Internet users visit YouTube everyday to watch videos. We should be having a video-sharing website already. | + | Video sharing is important, over than 23% of Internet users visit YouTube everyday to watch videos. We should be having a video-sharing website already. This project is to extend, or even to rewrite [[TinyOgg]] project (codenamed <code>youogg</code>). |
== General Details == | == General Details == | ||
| − | * It'll | + | |
| + | === Legal Details === | ||
| + | * It'll be licensed under GNU Affero General Public License version 3 or any later version. | ||
=== Technical Details === | === Technical Details === | ||
* [http://djangoproject.com Django] provides a very powerful, flexible web development framework that we will use. | * [http://djangoproject.com Django] provides a very powerful, flexible web development framework that we will use. | ||
* It should make use of free-software JavaScript, but also it should be usable in JavaScript-disabled browsers. | * It should make use of free-software JavaScript, but also it should be usable in JavaScript-disabled browsers. | ||
| + | * To save resources, it'll primarily be based on [http://firefogg.org/ Fireogg] in case the video itself isn't Ogg. Full instructions should be available for people who don't use a Mozilla-based browser on converting videos on different systems. Alternative ways (i.e. server-sided) for the sake of usability should be considered. | ||
Revision as of 15:02, 7 March 2010
Video sharing is important, over than 23% of Internet users visit YouTube everyday to watch videos. We should be having a video-sharing website already. This project is to extend, or even to rewrite TinyOgg project (codenamed youogg).
General Details
Legal Details
- It'll be licensed under GNU Affero General Public License version 3 or any later version.
Technical Details
- Django provides a very powerful, flexible web development framework that we will use.
- It should make use of free-software JavaScript, but also it should be usable in JavaScript-disabled browsers.
- To save resources, it'll primarily be based on Fireogg in case the video itself isn't Ogg. Full instructions should be available for people who don't use a Mozilla-based browser on converting videos on different systems. Alternative ways (i.e. server-sided) for the sake of usability should be considered.