[FFmpeg-devel] [PATCH] fateserver: add FFmpeg website-style banner and navbar
Michael Niedermayer
michaelni at gmx.at
Thu Jan 23 02:16:05 CET 2014
On Wed, Jan 22, 2014 at 10:04:33AM -0800, Timothy Gu wrote:
> On Sat, Jan 18, 2014 at 12:29 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> > On Sat, Jan 18, 2014 at 11:29 AM, Clément Bœsch <u at pkh.me> wrote:
> >> On Sat, Jan 18, 2014 at 11:08:01AM -0800, Timothy Gu wrote:
> >>> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> >>> ---
> >>> history.cgi | 29 +++++++++++++++++++++++++++++
> >>> index.cgi | 29 +++++++++++++++++++++++++++++
> >>> report.cgi | 29 +++++++++++++++++++++++++++++
> >>> 3 files changed, 87 insertions(+)
> >>>
> >>> diff --git a/history.cgi b/history.cgi
> >>> index 2c897cb..a6e608b 100755
> >>> --- a/history.cgi
> >>> +++ b/history.cgi
> >>> @@ -37,11 +37,39 @@ tag 'meta', 'http-equiv' => "Content-Type",
> >>> 'content' => "text/html; charset=utf-8";
> >>> tag 'link', rel => 'stylesheet',
> >>> type => 'text/css',
> >>> + href => '//ffmpeg.org/default.css';
> >>> +tag 'link', rel => 'stylesheet',
> >>> + type => 'text/css',
> >>> href => '/fate.css';
> >>> print "<title>FATE: $slot</title>\n";
> >>> end 'head';
> >>>
> >>> start 'body';
> >>> +start 'div', id => 'container';
> >>> +
> >>> +# Copied from ffmpeg-web
> >>> +print <<EOF;
> >>> +<div id="banner">
> >>> +<a href="//ffmpeg.org/index.html">
> >>> +<img src="//ffmpeg.org/ffmpeg-logo.png" alt="FFmpeg">
> >>> +</a>
> >>> +</div>
> >>> +<div id="navbar">
> >>> +<a href="//ffmpeg.org/index.html">News</a> |
> >>> +<a href="//ffmpeg.org/about.html">About</a> |
> >>> +<a href="//ffmpeg.org/download.html">Download</a> |
> >>> +<a href="//ffmpeg.org/documentation.html">Documentation</a> |
> >>> +<a href="//ffmpeg.org/bugreports.html">Bug Reports</a> |
> >>> +<a href="//ffmpeg.org/contact.html">Contact</a> |
> >>> +<a href="//ffmpeg.org/donations.html">Donations</a> |
> >>> +<a href="//ffmpeg.org/consulting.html">Consulting</a> |
> >>> +<a href="//ffmpeg.org/projects.html">Projects</a> |
> >>> +<a href="//ffmpeg.org/legal.html">Legal</a> |
> >>> +<a href="//ffmpeg.org/security.html">Security</a> |
> >>> +<a href="http://fate.ffmpeg.org">FATE</a>
> >>
> >> what's with this "//ffmpeg.org" href? Is there some postprocessing madness
> >> fixing the link later, or that's just plain broken?
> >
> > Currently fate.ffmpeg.org doesn't support SSL, so // vs http://
> > doesn't make any difference. But in the future, if fate.ffmpeg.org has
> > HTTPS support, users can easily navigate to the HTTPS version of
> > website.
> >
> > See also http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
> >
> >>
> >> Also, can't you avoid duplicating this code 3x?
> >
>
> > Sure, done.
>
> Ping. Michael, can you test this patch on your end somehow?
only thing i have is the server itself and i would prefer not to
put things there that have not been tested unless we have a maintainer
for it who says clearly that i should
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140123/79615d9b/attachment.asc>
More information about the ffmpeg-devel
mailing list