<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Shiar's Git - sheet.git/rss - index.plp history</title>
<link>http://git.shiar.nl/sheet.git/history?f=index.plp</link>
<description>sheet.shiar.nl - software cheat sheets</description>
<language>en</language>
<managingEditor>AGPL3</managingEditor>
<image>
<url>/git-logo.png</url>
<title>Shiar's Git - sheet.git/rss - index.plp history</title>
<link>http://git.shiar.nl/sheet.git/history?f=index.plp</link>
</image>
<pubDate>Fri, 1 Aug 2008 00:18:29 +0000</pubDate>
<lastBuildDate>Fri, 1 Aug 2008 00:18:29 +0000</lastBuildDate>
<generator>gitweb v.1.7.2.5/1.7.2.5</generator>
<item>
<title>prefer single quotes in perl code</title>
<author>Mischa POSLAWSKY &lt;perl@shiar.org&gt;</author>
<pubDate>Thu, 31 Jul 2008 23:57:38 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/d304a943cb6481fe896774b3bb80088b7e03765e</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/d304a943cb6481fe896774b3bb80088b7e03765e</link>
<description>prefer single quotes in perl code</description>
<content:encoded><![CDATA[
<pre>
prefer single quotes in perl code

Following Perl Best Practices: use single quotes (q//) if no
interpretation is expected.
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/dd8e7f7665cbd3d58c40e1fe059c4a6b2f920ee3..d304a943cb6481fe896774b3bb80088b7e03765e:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>update links, license, and version</title>
<author>Mischa POSLAWSKY &lt;perl@shiar.org&gt;</author>
<pubDate>Sat, 19 Jul 2008 01:19:19 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/dd8e7f7665cbd3d58c40e1fe059c4a6b2f920ee3</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/dd8e7f7665cbd3d58c40e1fe059c4a6b2f920ee3</link>
<description>update links, license, and version</description>
<content:encoded><![CDATA[
<pre>
update links, license, and version

Now hosted at its proper (sub)domain (instead of some dir at my home pc).
Also decided on the AGPL license (described and linked in the footer).
Celebrate by bumping the version number for once.
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/e0e964bd431743ad2fd1b1a3ffbab1acae83fe6d..dd8e7f7665cbd3d58c40e1fe059c4a6b2f920ee3:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>terse stylesheet</title>
<author>Mischa POSLAWSKY &lt;perl@shiar.org&gt;</author>
<pubDate>Sat, 19 Jul 2008 01:40:50 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/e0e964bd431743ad2fd1b1a3ffbab1acae83fe6d</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/e0e964bd431743ad2fd1b1a3ffbab1acae83fe6d</link>
<description>terse stylesheet</description>
<content:encoded><![CDATA[
<pre>
terse stylesheet

Puts key names over the entire key, instead of placing them besides the
descriptions.  This allows the buttons to be much less wide, making the
entire keyboard fit on lesser resolutions as well.

The CSS surprisingly even seems to work in MSIE.  Unfortunately the key
label is always on top (z-indexes won't help here), but with enough
transparancy they still kind of fade to the background (IE is out of
luck here; I'm not going to support their filter crap).
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/f1b889ad3678861eac3eea01b81223b382dd719b..e0e964bd431743ad2fd1b1a3ffbab1acae83fe6d:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>change history in seperate file</title>
<author>shiar &lt;shiar@shiar.demon.nl&gt;</author>
<pubDate>Sun, 25 Feb 2007 05:15:39 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/1b1c275fcff932b6380f4495d8a7f2559a090db2</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/1b1c275fcff932b6380f4495d8a7f2559a090db2</link>
<description>change history in seperate file</description>
<content:encoded><![CDATA[
<pre>
change history in seperate file
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/058f13b9d919037803450d4a8f3adfaf27833302..1b1c275fcff932b6380f4495d8a7f2559a090db2:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>move todo from code to seperate text file</title>
<author>shiar &lt;shiar@shiar.demon.nl&gt;</author>
<pubDate>Sun, 25 Feb 2007 04:24:33 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/058f13b9d919037803450d4a8f3adfaf27833302</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/058f13b9d919037803450d4a8f3adfaf27833302</link>
<description>move todo from code to seperate text file</description>
<content:encoded><![CDATA[
<pre>
move todo from code to seperate text file
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/4e6ace835f9eacc5431d76bc45341c0b078e119c..058f13b9d919037803450d4a8f3adfaf27833302:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>add version number</title>
<author>shiar &lt;shiar@shiar.demon.nl&gt;</author>
<pubDate>Sun, 25 Feb 2007 03:09:58 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/4e6ace835f9eacc5431d76bc45341c0b078e119c</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/4e6ace835f9eacc5431d76bc45341c0b078e119c</link>
<description>add version number</description>
<content:encoded><![CDATA[
<pre>
add version number
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/0f5fb1846f28c15818e770e1775854f7cc15ba4f..4e6ace835f9eacc5431d76bc45341c0b078e119c:/index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Initial commit</title>
<author>shiar &lt;shiar@shiar.demon.nl&gt;</author>
<pubDate>Sat, 24 Feb 2007 23:10:56 +0000</pubDate>
<guid isPermaLink="true">http://git.shiar.nl/sheet.git/commitdiff/04fbc8c816cc351824256c67f89fb6f160869787</guid>
<link>http://git.shiar.nl/sheet.git/commitdiff/04fbc8c816cc351824256c67f89fb6f160869787</link>
<description>Initial commit</description>
<content:encoded><![CDATA[
<pre>
Initial commit
</pre><ul>
<li>[<a title="diff" href="http://git.shiar.nl/sheet.git/blobdiff/0000000000000000000000000000000000000000..04fbc8c816cc351824256c67f89fb6f160869787:/index.plp?fp=index.plp">D</a>] index.plp</li>
</ul>]]>
</content:encoded>
</item>
</channel>
</rss>

