[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 323b8f9 web/index: replace g+ icon by a local copy so google cannot track pageloads.

gitolite ffmpeg-cvslog at ffmpeg.org
Mon Dec 31 03:06:16 CET 2012


The branch, master has been updated
       via  323b8f9da0ec833d6a8be0b9ecc1c4b32e40f22a (commit)
       via  d40146c1eee850143d8e7d49c731a4561d21903e (commit)
      from  2415f67f37ff9c666c345d0feabb65ea8f9ee0c8 (commit)


- Log -----------------------------------------------------------------
commit 323b8f9da0ec833d6a8be0b9ecc1c4b32e40f22a
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Mon Dec 31 03:01:13 2012 +0100
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Mon Dec 31 03:02:42 2012 +0100

    web/index: replace g+ icon by a local copy so google cannot track pageloads.
    
    Comments welcome!

diff --git a/src/index b/src/index
index d6d0caa..89a329f 100644
--- a/src/index
+++ b/src/index
@@ -32,7 +32,7 @@ with the latest developments by subscribing to both the
 
 
 <h1>News <a href="main.rss"><img style="vertical-align: middle; margin-left: 6px" src="Feed-icon.png" alt="[RSS]" /></a><a href="https://plus.google.com/108003112428040046828?prsrc=3" rel="publisher" style="text-decoration:none;">
-<img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="Google+" style="vertical-align: middle; margin-left: 16px"/></a></h1>
+<img src="gplus-16.png" alt="Google+" style="vertical-align: middle; margin-left: 16px"/></a></h1>
 
 <a id="news-30122012"></a><h3>December 30, 2012, Recent Developments</h3>
 <p>

commit d40146c1eee850143d8e7d49c731a4561d21903e
Author:     Paul B Mahol <onemda at gmail.com>
AuthorDate: Sun Dec 30 19:45:40 2012 +0000
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Mon Dec 31 02:50:55 2012 +0100

    web: add g+ badge that links to FFmpeg page on g+
    
    Reviewed-by: Lou Logan <lou at lrcd.com>
    Reviewed-by: Alexander Strasser <eclipse7 at gmx.net>
    Approved-by: compn <tempn at twmi.rr.com> (under the condition that no scripts or tracking CSS is added)

diff --git a/src/index b/src/index
index 2af7e23..d6d0caa 100644
--- a/src/index
+++ b/src/index
@@ -31,7 +31,8 @@ with the latest developments by subscribing to both the
 </p>
 
 
-<h1>News <a href="main.rss"><img style="vertical-align: middle; margin-left: 6px" src="Feed-icon.png" alt="[RSS]" /></a></h1>
+<h1>News <a href="main.rss"><img style="vertical-align: middle; margin-left: 6px" src="Feed-icon.png" alt="[RSS]" /></a><a href="https://plus.google.com/108003112428040046828?prsrc=3" rel="publisher" style="text-decoration:none;">
+<img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="Google+" style="vertical-align: middle; margin-left: 16px"/></a></h1>
 
 <a id="news-30122012"></a><h3>December 30, 2012, Recent Developments</h3>
 <p>

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

Summary of changes:
 src/index |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list