<?xml version="1.0" encoding="utf-8"?>
        <?xml-stylesheet type="text/css" href="http://www.physics.drexel.edu/~wking/blog/styles/feed.css"?>
<rss version="2.0"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:admin="http://webns.net/mvcb/"
>
<channel>
<title>unfolding disasters</title>
<link>http://www.physics.drexel.edu/~wking/blog/archives/blogging/index.html</link>
<description>notes and ideas vaguely related to AFM force spectroscopy</description>
<dc:language>en-us</dc:language>
<dc:creator>Trevor</dc:creator>
<dc:date>2010-03-02T07:10:56-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/08/29/index.html#e2008-08-29T15_49_26.txt</link>
<title>Category tags and their ordering</title>
<dc:date>2008-08-29T15:49:26-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>Apparently I think in almost-alphabetical order, since I just spent a
while trying to figure out how to reorder the links in the
"Categories" section of the main page's sidebar.  For those who are
interested, the ordering is set with the</p>

<pre><code>: ${CATLINKS_FILTERCMD:=sort}
</code></pre>

<p>line in the <code>weblog_links.sh</code> plugin.  Having found out that it's just
alphebetical order, I'm fine with it.  I just assumed it was locking
in the unorganized timeline of me thinking up tags or something silly
like that.</p>

<p>In the spirit of tagging, you can turn on category-specific feeds in
your blog.conf file with</p>

<pre><code>CATEGORY_FEEDS="1"
ATOM_CATFEEDS="1"
RSS2_CATFEEDS="1"
RSS_CATFEEDS="1"
</code></pre>

<p>or some variation on that theme.  Funfunfun.</p>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/07/08/index.html#e2008-07-08T13_23_08.txt</link>
<title>Nanoblogger links</title>
<dc:date>2008-07-08T13:23:08-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>Note to self: add links by manually editing</p>

<pre>
$BLOGDIR/templates/main_links.htm
</pre>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/07/01/index.html#e2008-07-01T12_03_19.txt</link>
<title>Blog re-titled</title>
<dc:date>2008-07-01T12:03:19-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>I'm feeling overwhelmed with the volume of unfolding theory out there, so I
thought I'd take a break and rename my blog from the über-creative
"Trevor's blog" to the slightly-less-boring and equally accurate "unfolding 
disasters" (Heh, <em>ü</em> is the oh-so-obvious <code>AltGr Shift \</code> by default :p).</p>

<p>Adding my bit of noise to the global cacophony (and yes, I had to
<a href="http://www.etymonline.com/index.php?term=cacophony">double check</a> the
spelling).</p>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/07/01/index.html#e2008-07-01T08_52_20.txt</link>
<title>Comments</title>
<dc:date>2008-07-01T08:52:20-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>My fiancee suggested that I find a way to accept comments on the blog.
After looking around at a number of available packages, I feel like setting
up something that I'm comfortable with would take more effort than I'm willing
to spend here.  If you would like to make a comment, <a href="/~wking/contact.shtml">email me</a>.</p>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/06/29/index.html#e2008-06-29T12_42_56.txt</link>
<title>Snownews</title>
<dc:date>2008-06-29T12:42:56-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>It's probably illegal to blog without being able to use Atom/RSS feeds.
I've just started, but <a href="http://kiza.kcore.de/software/snownews/">snownews</a> is a widely prepackaged text-mode RSS reader.
Another text-mode program to add to my GUI-screwing toolbox (<code>mutt</code>, <code>w3m</code>, ...).
Hey, X-servers don't grow on trees (or other people's M$ Windows boxes).</p>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/06/29/index.html#e2008-06-29T11_27_02.txt</link>
<title>Markdown</title>
<dc:date>2008-06-29T11:27:02-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>I'll be using (at least for now) John Gruber's <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a> syntax.
I had to <code>apt-get install markdown</code> to get this to work, since that's what nanoblogger uses to preform the markdown markup :p.
See </p>

<pre>
/usr/share/nanoblogger/plugins/entry/format/markdown.sh
</pre>

<p>Code (delimited with backticks '<code>`</code>'), gets formatted with <code>&lt;code&gt;</code> tags, so you need to set up your CSS with</p>

<pre>
code {font: monospace; font-weight: bold};
</pre>

<p>or something to that effect.</p>]]></description>
</item>
<item>
<link>http://www.physics.drexel.edu/~wking/blog/archives/2008/06/29/index.html#e2008-06-29T11_08_51.txt</link>
<title>Blog created</title>
<dc:date>2008-06-29T11:08:51-05:00</dc:date>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blogging</dc:subject>
<description><![CDATA[<p>I thought I'd test out the <a href="http://nanoblogger.sourceforge.net/">nanoblogger</a> engine.
How can I resist a blog engine called <code>nb</code>?</p>

<p>Oh, I suppose I should also link back to my <a href="/~wking/">homepage</a>, in case anyone is interested :p.</p>]]></description>
</item>
</channel>
</rss>

