These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.
Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.
This is a collection of web page captures from links added to, or changed on, Wikipedia pages. The idea is to bring a reliability to Wikipedia outlinks so that if the pages referenced by Wikipedia articles are changed, or go away, a reader can permanently find what was originally referred to.
Join us for the 2015 Red Hat Summit, June 23 - 26 in Boston, MA
Red Hat Summit 2014
We hosted our largest crowd to date at the 2014 Red Hat Summit in San Francisco, CA. The event is over, but see what you missed in photos, videos, blogs, sessions recaps, and more.
');
if (i == 0) {
$('.summitblog .blogposts ul li:first-child').remove();
} else {
$('.summitblog .blogposts ul li:last-child').remove();
}
}
i++;
}
}
function summitblogfeed(data) {
$('.updates-feed').empty();
i=0;
while (i
');
i++;
}
}
function summitblogrecapfeed(data) {
$('.recaps-feed').empty();
var i = 0;
for (var recap in data.entries) {
if (data.entries[recap].categories.indexOf("Session recaps") != -1) {
//console.log(data.entries[recap]);
var imG = data.entries[recap].mediaGroups[0].contents[1].url;
if (imG.length
');
i++;
} else {
// do nothing
}
}
if (i == 0) {$('#session-recaps').hide();}
}
function redhatpressfeed(data) {
$('.pressblog').empty();
i=0;
while (i
');
i++;
}
}
parseRSS('https://web.archive.org/web/20140505022615/http://www.redhat.com/rss/feeds/newsandpress', redhatpressfeed);
parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/feed/', summitblogfeed);
parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/category/update/feed/', summitbloghomefeed);
parseRSS('https://web.archive.org/web/20140505022615/http://summitblog.redhat.com/feed/', summitblogrecapfeed);
});
$(document).ready(function() {
$('#content ul li').hover(function() {
if ($(window).width() > 767){
$('#content ul li').removeClass('hovered').addClass('squashed');
$(this).addClass('hovered');
};
}, function() {
if ($(window).width() > 767){
$('#content ul li').removeClass('hovered').removeClass('squashed');
};
});
// video on click
$('.video img').on('click', function(){
// change class to span12
$('.video.span12').removeClass('span12').addClass('span3');
$(this).parent('.video').removeClass('span3').addClass('span12');
});
$("a.smooth").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top-20}, 500);
});
});
//Keep boxes the same height fluidly
equalheight = function(container){
//console.log('eqht!');
var currentTallest = 0,
currentRowStart = 0,
rowDivs = new Array(),
$el,
topPosition = 0;
$(container).each(function() {
$el = $(this);
$($el).height('auto')
if ($(window).width() > 767){
topPostion = $el.position().top;
if (currentRowStart != topPostion) {
for (currentDiv = 0 ; currentDiv *');
// });
$(window).on('resize', function(){
equalheight('.equal-height > *');
});
});
Live streaming by INXPO
We're excited to offer live-streaming general sessions for those who aren't able to join us in San Francisco. Keynotes will be available on-demand immediately after the event ends, so you can catch up on Red Hat Summit happenings at your leisure.