Skip to content

Commit

Permalink
Site updated at 2013-02-11 06:05:35 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 11, 2013
1 parent 9810029 commit 1302c31
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 10 deletions.
2 changes: 1 addition & 1 deletion atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[fedora4lib]]></title>
<link href="http://futures.github.com/fedora4lib/atom.xml" rel="self"/>
<link href="http://futures.github.com/fedora4lib/"/>
<updated>2013-02-10T18:59:53-06:00</updated>
<updated>2013-02-10T23:58:18-06:00</updated>
<id>http://futures.github.com/fedora4lib/</id>
<author>
<name><![CDATA[Edwin Shin]]></name>
Expand Down
229 changes: 229 additions & 0 deletions hack/apis.html
@@ -0,0 +1,229 @@

<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>apis - fedora4lib</title>
<meta name="author" content="Edwin Shin">


<meta name="description" content="Apis Feb 10th, 2013 Feb 10th, 2013 Tweets about "#fedora4lib" Recent Posts GitHub Repos Status updating... @futures on GitHub $.domReady(function &hellip;">


<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://futures.github.com/fedora4lib/hack/apis.html">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/fedora4lib.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="fedora4lib" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">

<!-- Google-Form-Octopress BEGIN -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
// Avoid conflict with ender.js.
jQuery.noConflict();
</script>
<!-- jQuery Form Plugin -->
<script src="http://malsup.github.com/jquery.form.js"></script>
<!-- jQuery Form Validation Plugin -->
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="/javascripts/google_form.js"></script>
<!-- Google-Form-Octopress END -->

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3927660-4']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>


</head>

<body >
<header role="banner"><hgroup>
<h1><a href="/">fedora4lib</a></h1>

<h2>Fedora at code4lib 2013</h2>

</hgroup>

</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>

</ul>

<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:futures.github.com/fedora4lib" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>

<ul class="main-navigation">
<li><a href="/">Home</a></li>
<li><a href="/programme">Programme</a></li>
<li><a href="/venue">Venue</a></li>
<li><a href="/hack">Hack</a></li>
<li><a href="/brews">Brews</a></li>
</ul>

</nav>
<div id="main">
<div id="content">
<div>
<article role="article">

<header>
<h1 class="entry-title">Apis</h1>
<p class="meta">











<time datetime="2013-02-10T23:44:00-06:00" pubdate data-updated="true">Feb 10<span>th</span>, 2013</time></p>
</header>




<footer>
<p class="meta">













<time datetime="2013-02-10T23:44:00-06:00" pubdate data-updated="true">Feb 10<span>th</span>, 2013</time>

</p>

<div class="sharing">



</div>


</footer>

</article>

</div>

<aside class="sidebar">

<section>
<a class="twitter-timeline" data-dnt=true href="https://twitter.com/search?q=%23fedora4lib" data-widget-id="297191526809866240">Tweets about "#fedora4lib"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</section><section>
<h1>Recent Posts</h1>
<ul id="recent_posts">

</ul>
</section>

<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating...</li>
</ul>

<a href="https://github.com/futures">@futures</a> on GitHub

<script type="text/javascript">
$.domReady(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}

github.showRepos({
user: 'futures',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>







</aside>


</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2013 - DuraSpace
</p>

</footer>








<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>





</body>
</html>

0 comments on commit 1302c31

Please sign in to comment.