Skip to content
jeremybrooks edited this page Sep 14, 2010 · 4 revisions

It seems to me that a more structured format for the data file would make querying more straightforward. Maybe:


<hu>
<entry date=“Wed, 26 May 2010 00:13:52”>
<weather temp=“17c”>Partly Cloudy</weather>
<music>
<nowplaying>
<artist>The Postal Service</artist>
<album></album>
<title>Such Great Heights</title>
</nowplaying>
<recent>
<artist>The Replacements</artist>
<album></album>
<title>Bastards of Young</title>
<time>1274796429 </time>
</recent>
</music>
<applications>
<app status=“current”>Safari</app>
<app status=“background”>iTunes</app>
</applications>
<network>
<ssid>Simon</ssid>
</network>
<browser name=“Safari”>
<tab title=“scottjacksonx’s hu at master – GitHub” url=“http://github.com/scottjacksonx/hu”/>
<tab title=“Tumblr” url=“http://www.tumblr.com/dashboard”/>
<tab title=“Programming Like It’s 1995 « hackinghat.com” url=“http://www.hackinghat.com/index.php/programming/programming-like-its-1995”/>
</browser>
</hu>

Thoughts?
Clone this wiki locally