[FFmpeg-cvslog] [ffmpeg.org]: r150 - in trunk: Makefile src/shame

diego subversion
Mon Mar 31 16:37:52 CEST 2008


Author: diego
Date: Mon Mar 31 16:37:50 2008
New Revision: 150

Log:
Add Hall of Shame for license violators.
The list is incomplete and needs to be populated.


Added:
   trunk/src/shame
Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Mar 31 16:37:50 2008
@@ -1,7 +1,7 @@
 # ffmpeg.org HTML generation from source files
 
 SRCS=bugreports compat documentation download \
-     index legal links mailinglists projects
+     index legal links mailinglists projects shame
 
 TARGETS=$(addsuffix .html,$(addprefix htdocs/,$(SRCS)))
 
@@ -23,6 +23,7 @@
 [<a href="bugreports.html">Reporting Bugs</a>]\n\
 [<a href="legal.html">License and Legal Issues</a>]\n\
 [<a href="projects.html">Projects Using FFmpeg</a>]\n\
+[<a href="shame.html">Hall of Shame</a>]\n\
 [<a href="links.html">Links and Other Information</a>]\n\
 </center>\n\
 <br>\n" \

Added: trunk/src/shame
==============================================================================
--- (empty file)
+++ trunk/src/shame	Mon Mar 31 16:37:50 2008
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+   <title>FFmpeg-based Projects</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+
+<?php require ('navbar.html'); ?>
+
+<h1>Hall of Shame</h1>
+
+<p>
+This is a list of projects or companies violating FFmpeg's license. The list
+is part of an effort to get them to comply with the licensing terms by shaming
+them in public. A good way to help us is to link to this page, thereby boosting
+its pagerank, possibly near or past the homepage of the offender.
+</p>
+
+<p>
+Our issue tracker also contains a list of
+<a href="https://roundup.mplayerhq.hu/roundup/ffmpeg/issue?%40search_text=&title=&%40columns=title&topic=14&id=&%40columns=id&creation=&activity=&%40columns=activity&%40sort=activity&priority=&%40group=priority&type=&status=-1%2C1%2C2&%40columns=status&substatus=&%40pagesize=50&%40startwith=0&%40action=search">license violations</a>.
+If you become aware of license infringements, please notify us on the
+<a href="mailinglists.html">ffmpeg-devel mailing list</a> and/or add
+it to our <a href="https://roundup.mplayerhq.hu/roundup/ffmpeg/">issue tracker</a>.
+</p>
+
+<p>
+(in alphabetical order)
+</p>
+
+<ul>
+<li><a href="http://gomplayer.com/">GOM Player</a></li>
+<li><a href="http://www.mp4converter.net/dvd-to-appletv-converter-mac.html">MP4Converter</a></li>
+</ul>
+
+
+<?php require ('navbar.html'); ?>
+
+</body>
+</html>




More information about the ffmpeg-cvslog mailing list