[FFmpeg-devel] [PATCH] List all known FFmpeg repositories

Michael Niedermayer michaelni
Thu Jan 27 16:48:25 CET 2011


On Thu, Jan 27, 2011 at 01:50:24AM +0000, Mans Rullgard wrote:
> ---
>  htdocs/default.css |   16 ++++++++++++++++
>  src/download       |   48 +++++++++++++++++++++++++++++++++++++++---------
>  2 files changed, 55 insertions(+), 9 deletions(-)
> 
> diff --git a/htdocs/default.css b/htdocs/default.css
> index 169b745..043ffc0 100644
> --- a/htdocs/default.css
> +++ b/htdocs/default.css
> @@ -111,3 +111,19 @@ p {
>  #proj_desc {
>      font-size: 1.2em;
>  }
> +
> +#repos {
> +    margin-left: 1em;
> +    border-collapse: collapse;
> +    border: solid 1px #6A996A;
> +}
> +
> +#repos th {
> +    background-color: #7BB37B;
> +    border: solid 1px #6A996A;
> +}
> +
> +#repos td {
> +    padding: 0.2em;
> +    border: solid 1px #6A996A;
> +}
> diff --git a/src/download b/src/download
> index fb2eb20..84b8e00 100644
> --- a/src/download
> +++ b/src/download
> @@ -19,18 +19,48 @@ releases!
>  
>  <h2>FFmpeg Git</h2>
>  <p>
> -In order to use the standard Git client to check out the source code:
> +FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
> +Given the decentralized nature of Git, multiple repositories from
> +developers and groups of developers are available.
>  </p>
>  
> -<blockquote>
> -<pre>
> -git clone git://git.ffmpeg.org/ffmpeg.git
> -</pre>
> -</blockquote>
> -
>  <p>
> -Alternatively, you can
> -<a href="http://git.ffmpeg.org/?p=ffmpeg.git">browse it online</a>.
> +<table id="repos">
> +<thead>
> +<tr>
> +    <th>Clone URL</th>
> +    <th>Browse URL</th>
> +    <th>Maintainer</th>
> +    <th>Description</th>
> +</tr>
> +</thead>
> +<tbody>
> +<tr>
> +    <td>git://git.ffmpeg.org/ffmpeg.git</td>
> +    <td><a href="http://git.ffmpeg.org/?p=ffmpeg.git">http://git.ffmpeg.org/?p=ffmpeg.git</a></td>
> +    <td>FFmpeg team</td>
> +    <td>Main development</td>
> +</tr>
> +<tr>
> +    <td>git://git.videolan.org/ffmpeg.git</td>
> +    <td><a href="http://git.videolan.org/?p=ffmpeg.git">http://git.videolan.org/?p=ffmpeg.git</a></td>
> +    <td>Michael Niedermayer</td>
> +    <td>Direct commits by various developers</td>
> +</tr>

Ok, after calming a bit down from yesterday.
mans please list our trees equally, neither has more rights to be the official
tree. My tree is in no way less intended to be used for main development.
And i would suggest you use something else than "FFmpeg team" in your because
the ffmpeg team really includes many more people than are willing to maintain
code in your tree

I would again suggest you consider to fork properly and choose a new name
instead of hijaking an existing name where alot of developers do not agree
to the new system and have never been asked.
This would resolve alot IMHO

[...]
--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110127/90bb6d9d/attachment.pgp>



More information about the ffmpeg-devel mailing list