<?xml version="1.0" encoding="ISO-8859-1"?>    <rss version="2.0">
        <channel>
            <language>en-us</language>
            <title>The Ligature Dev Diary</title>
            <description>&#160;Updates regarding the development of the Ligature auto-linking storytelling software. Covers assorted errata as well as most changes.</description>
            <link>http://www.desiquintans.com/</link>
            <copyright>Copyright Desi Quintans, 2013</copyright>
    				<docs>http://blogs.law.harvard.edu/tech/rss</docs>
    				<generator>http://www.desiquintans.com/writersblock</generator>
                
                    <item>
                    <title>RSS bugs fixed</title>
                    <pubDate>Thu, 14 May 2009 23:17:00 -0700</pubDate>
                    <author>Desi Quintans</author>
                    <description>I fixed an RSS bug across both Writer's Block and Ligature that made feed links faulty if the installation was in a subdirectory.

Just download the installation .zip again and replace you existing rss.php with the new copy.
</description>
                    <link>http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=13</link>
                    <guid isPermaLink="true">http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=13</guid>
                    </item>
                    
                    <item>
                    <title>Another damn hotfix</title>
                    <pubDate>Sat, 02 May 2009 19:50:00 -0700</pubDate>
                    <author>Desi Quintans</author>
                    <description>I just found a bug that only surfaced when you didn&#8217;t specify a story to show whenever someone hadn&#8217;t visited Ligature before. Of course the way these things work is that I never had the option disabled, and Ligature shipped with the option disabled by default.

Just download the whole ligature-current.zip archive again and replace only your index.php (that&#8217;s the root index file, not the one in your admin/ folder). I've also coded it so that Ligature won't write any cookies t&#8230;</description>
                    <link>http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=12</link>
                    <guid isPermaLink="true">http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=12</guid>
                    </item>
                    
                    <item>
                    <title>Next and Previous links</title>
                    <pubDate>Thu, 30 Apr 2009 06:01:00 -0700</pubDate>
                    <author>Desi Quintans</author>
                    <description>I've added Next and Previous links to the story.htm template. I just stuck it into the Ligature 1.5 download, so if you've already upgraded, just download it again and replace your index.php and admin/control.php files. In admin/control.php you'll find four new options for controlling the way your Next and Previous links will appear. Use {URL} in place of an actual URL in your link code when editing these options:
&#60;a href="{URL}"&#62;

To actually make the links show up, just add &#123;PR&#8230;</description>
                    <link>http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=11</link>
                    <guid isPermaLink="true">http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=11</guid>
                    </item>
                    
                    <item>
                    <title>Wildcards</title>
                    <pubDate>Sun, 26 Apr 2009 16:54:00 -0700</pubDate>
                    <author>Desi Quintans</author>
                    <description>I don't know why I didn't wildcard the noun search before. I long suspected that there was a bug in the autogenerate links function, and it finally surfaced last night when a word that I knew had a story wouldn't autolink to it. The problem was created by the regex I used: noun\|? would not find |noun|. Easily fixed with \|?noun\|?.</description>
                    <link>http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=10</link>
                    <guid isPermaLink="true">http://www.desiquintans.com/miniblog.php?blog=ligature_dev&amp;entry=10</guid>
                    </item>
                            </channel>
    </rss>
