<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gnome3extensions on Afriskito</title>
    <link>https://beta.afriskito.net/gnome3extensions/</link>
    <description>Recent content in Gnome3extensions on Afriskito</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>ojblog@afriskito.net (Orson Jones)</managingEditor>
    <webMaster>ojblog@afriskito.net (Orson Jones)</webMaster>
    <lastBuildDate>Sat, 06 Oct 2012 13:33:21 -0600</lastBuildDate>
    <atom:link href="https://beta.afriskito.net/gnome3extensions/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Week Clock Extension for Gnome 3</title>
      <link>https://beta.afriskito.net/gnome3extensions/week_clock/</link>
      <pubDate>Sat, 06 Oct 2012 13:33:21 -0600</pubDate><author>ojblog@afriskito.net (Orson Jones)</author>
      <guid>https://beta.afriskito.net/gnome3extensions/week_clock/</guid>
      <description>&lt;div&gt;&#xA;&lt;div id=&#39;weekclock&#39; style=&#34;text-align:center;background-color:black;color:white;font-family:sans-serif;padding:0.25em&#34;&gt;test&lt;/div&gt;&#xA;&lt;script&gt;&#xA;var printdate = function(elem, date){&#xA;    var days = [&#39;S&#39;,&#39;M&#39;,&#39;T&#39;,&#39;W&#39;,&#39;T&#39;,&#39;F&#39;,&#39;S&#39;];&#xA;    var d = new Date(date.getFullYear(),date.getMonth(),date.getDate());&#xA;    d.setDate(d.getDate()-d.getDay());&#xA;    days[0]=d.getDate();&#xA;    d.setDate(d.getDate()+6);&#xA;    days[6]=d.getDate();&#xA;&#xA;    var t = [(date.getHours()+11)%12+1,&#xA;             &#39;:&#39;, date.getMinutes()&lt;10?0:&#39;&#39;,date.getMinutes(),&#xA;             &#39; &#39;, date.getHours()&lt;12?&#39;AM&#39;:&#39;PM&#39;&#xA;    ].join(&#39;&#39;);&#xA;&#xA;    elem.innerHTML = [days.slice(0,date.getDay()).join(&#39; &#39;),&#xA;                      &#39;&lt;b&gt;&#39; + date.getDate() + &#39;&lt;/b&gt;&#39;,&#xA;                      days.slice(date.getDay()+1,7).join(&#39; &#39;),&#xA;                      &#39;&lt;b&gt;&#39;,t,&#39;&lt;/b&gt;&#39;].join(&#39; &#39;);&#xA;};&#xA;update = function(){&#xA;    printdate(document.getElementById(&#39;weekclock&#39;), new Date());&#xA;    var now = new Date();&#xA;    setTimeout(update,1000*(60-now.getSeconds())-now.getMilliseconds());&#xA;};&#xA;window.onload = update;&#xA;&#xA;&lt;/script&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Week Clock is a Gnome 3 extension that replaces the default panel clock. As shown above, it displays the date, day of the week and weekend dates, all without taking up much space.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
