[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1982975 web: Add css/xhtml icons and use them from our server

gitolite ffmpeg-cvslog at ffmpeg.org
Sat Dec 28 20:39:12 CET 2013


The branch, master has been updated
       via  1982975eda671b77f79fd3b1683314d56480e9e2 (commit)
      from  3a8229fabb0d2cd44cca815d580e9c9dd2d32a03 (commit)


- Log -----------------------------------------------------------------
commit 1982975eda671b77f79fd3b1683314d56480e9e2
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Sat Dec 28 20:31:51 2013 +0100
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Sat Dec 28 20:37:29 2013 +0100

    web: Add css/xhtml icons and use them from our server
    
    This avoids using images over http from https pages

diff --git a/htdocs/valid-xhtml10.png b/htdocs/valid-xhtml10.png
new file mode 100644
index 0000000..b81de91
Binary files /dev/null and b/htdocs/valid-xhtml10.png differ
diff --git a/htdocs/vcss.gif b/htdocs/vcss.gif
new file mode 100644
index 0000000..020c75a
Binary files /dev/null and b/htdocs/vcss.gif differ
diff --git a/src/template_footer b/src/template_footer
index 263fe8a..72392d0 100644
--- a/src/template_footer
+++ b/src/template_footer
@@ -3,12 +3,12 @@
 <div id="footer">
 <p>
 <a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-xhtml10"
+<img src="valid-xhtml10.png"
      alt="Valid XHTML 1.0 Strict" height="31" width="88" />
 </a>
 <a href="http://jigsaw.w3.org/css-validator/check/referer">
 <img style="border:0;width:88px;height:31px"
-       src="http://jigsaw.w3.org/css-validator/images/vcss"
+       src="vcss.gif"
        alt="Valid CSS!" />
 </a>
 <a href="http://feed2.w3.org/check.cgi?url=http%3A//ffmpeg.org/main.rss"><img src="valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/valid-xhtml10.png |  Bin 0 -> 1882 bytes
 htdocs/vcss.gif          |  Bin 0 -> 1547 bytes
 src/template_footer      |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 htdocs/valid-xhtml10.png
 create mode 100644 htdocs/vcss.gif


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list