<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>0xDECAFBAD - Tag: xoxo</title>
    <link href="http://decafbad.com/blog/atom.xml" rel="self"/>
    <link href="http://decafbad.com/blog"/>
    <updated>2011-11-16T16:29:50+00:00</updated>
    <id></id>
    <author>
        <name></name>
        <email>l.m.orchard@pobox.com</email>
    </author>
    

    <entry>
        <title>XoxoOutliner and further outline addressing adventures</title>
        <link href="http://decafbad.com/blog/2006/11/15/xoxooutliner-and-further-outline-addressing-adventures"/>
        <updated>2006-11-15T08:07:12+00:00</updated>
        <id>http://decafbad.com/blog/2006/11/15/xoxooutliner-and-further-outline-addressing-adventures</id>
        <content type="html">&lt;p&gt;&lt;a href=&quot;http://decafbad.com/trac/changeset/779&quot;&gt;Revised the addressing code a bit&lt;/a&gt;, adding a few new kinds of addresses and getting ready to support sub-outline &lt;em&gt;updates&lt;/em&gt;.  That is, fetch a sub-branch of an outline and then later post a change to that sub-branch using the same address.  Needs more thought - ie. what happens if things move between fetch and update? - but here are a few more samples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;First is a straight linear index counting down from the top of the outline:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;index:4?format=xoxo&quot;&gt;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;index:4?format=xoxo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Second is a navigation of outline structure, alternating numbers and letters:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;level:3c4?format=xoxo&quot;&gt;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;level:3c4?format=xoxo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;That's all for now.  In my next round of enthusiasm, I may try stealing &lt;a href=&quot;http://blogs.opml.org/tommorris/2006/11/11#opathAToolToPopulariseAConcept&quot;&gt;Tom Morris' Opath idea&lt;/a&gt;...&lt;/p&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087323&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vdm.cc/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a4dae25fe0faeec4f9ff1ad769a52b36&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vdm.cc/&quot;&gt;Vincent D Murphy&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087323&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-11-18T20:52:07&quot;&gt;2006-11-18T20:52:07&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I think (and said as much on Tom Morris' site) that a fragment identifier would be a better solution, in which case Opath would be a fragment identifier syntax for OPML and XOXO. At least it would be the best solution from a REST/web architecture point of view..&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087325&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087325&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-11-18T21:40:41&quot;&gt;2006-11-18T21:40:41&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;One reason I didn't use the #identifier URI syntax for suboutlines is because some gymnastics need to be done to get the hash through to the server from a browser.  Otherwise, it gets treated as an in-page anchor.  The semicolon syntax seems to work well for a set of path-segment parameters, and follows the standard (if I've read it correctly).  &lt;/p&gt;

&lt;p&gt;In either case, it works for me, and should be just fine in a REST context - the suboutline syntax here should always identify a single parent outline node as a resource, and will eventually work for GET / PUT / POST / DELETE.&lt;/p&gt;

&lt;p&gt;Now I just need to implement a solution for the &lt;a href=&quot;http://www.w3.org/1999/04/Editing/01&quot; rel=&quot;nofollow&quot;&gt;Lost Update Problem&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087328&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.dynamiclist.com/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=09eb19f1e84a7aaa63c86bd48c4d0f3d&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.dynamiclist.com/&quot;&gt;Michael Poremba&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087328&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2008-09-18T23:45:56&quot;&gt;2008-09-18T23:45:56&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Wondering if you ever completed your online outliner? Check out dynamiclist.com, a functioning but incomlete project I launched back in 2001. The editor is rich and works well. Been thinking of reviving now that all major browsers support the contentEditable tag.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>XoxoOutliner and suboutline addressing</title>
        <link href="http://decafbad.com/blog/2006/11/13/xoxooutliner-and-suboutline-addressing"/>
        <updated>2006-11-13T09:34:02+00:00</updated>
        <id>http://decafbad.com/blog/2006/11/13/xoxooutliner-and-suboutline-addressing</id>
        <content type="html">&lt;p&gt;Here's a feature I &lt;a href=&quot;http://decafbad.com/trac/changeset/776&quot;&gt;just hacked together&lt;/a&gt; for &lt;a href=&quot;http://decafbad.com/trac/wiki/XoxoOutliner&quot;&gt;XoxoOutliner&lt;/a&gt; and plan to refine further:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;text:Features?format=xoxo&quot;&gt;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;text:Features?format=xoxo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;id:native?format=xoxo&quot;&gt;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;id:native?format=xoxo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;contains:Implement?format=xoxo&quot;&gt;http://decafbad.com/2006/11/XoxoOutliner/outlines/README;contains:Implement?format=xoxo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Not entirely sure that this is how I want this to work, but these three URLs demonstrate the ability to address and fetch subsets of outlines.  I'm hoping this will be a basis for selective transclusion in other outlines, or maybe even in a sidebar of a blog.  (Which, depending on the blog software, might be built from outlines anyway.)&lt;/p&gt;
</content>
    </entry>
    
    

    <entry>
        <title>XoxoOutliner shows some signs of life</title>
        <link href="http://decafbad.com/blog/2006/11/12/xoxooutliner-shows-some-signs-of-life"/>
        <updated>2006-11-12T05:25:40+00:00</updated>
        <id>http://decafbad.com/blog/2006/11/12/xoxooutliner-shows-some-signs-of-life</id>
        <content type="html">&lt;p&gt;Remember when I &lt;a href=&quot;http://decafbad.com/blog/2006/03/25/about-xoxooutliner&quot;&gt;started writing about&lt;/a&gt; &lt;a href=&quot;http://decafbad.com/trac/wiki/XoxoOutliner&quot;&gt;XoxoOutliner&lt;/a&gt; around 8 months ago?  Yeah, lots has happened with life in general between then and now - but lately I've been &lt;a href=&quot;http://decafbad.com/blog/2006/11/06/xoxooutliner-rewrite-coming-now-with-event-delegation&quot;&gt;working on code&lt;/a&gt; for it again.  As you might see from &lt;a href=&quot;http://decafbad.com/trac/timeline&quot;&gt;my Trac timeline&lt;/a&gt;, I've got lots of new code checked in.  And I mean &lt;a href=&quot;http://decafbad.com/trac/changeset/765&quot;&gt;lots&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If I can keep up this bout of &lt;a href=&quot;http://decafbad.com/blog/2006/05/26/confessions-of-a-serial-enthusiast&quot;&gt;serial enthusiasm&lt;/a&gt; for the project, you'll be hearing lots more about it soon.&lt;/p&gt;

&lt;p&gt;For now, check out the new static &lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/README.html&quot;&gt;README.html&lt;/a&gt; and the &lt;a href=&quot;http://decafbad.com/2006/11/XoxoOutliner/&quot;&gt;live demo&lt;/a&gt;.  It's extremely bugful, but it might do interesting things for Firefox and Safari users.&lt;/p&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087237&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vdm.cc/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a4dae25fe0faeec4f9ff1ad769a52b36&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vdm.cc/&quot;&gt;Vincent D Murphy&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087237&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-11-12T09:14:26&quot;&gt;2006-11-12T09:14:26&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Wow!&lt;/p&gt;

&lt;p&gt;This thing is such an improvement. I love that the README is an outline.&lt;/p&gt;

&lt;p&gt;I think this is really powerful. I think an outliner should eliminate the need for a lot of rich text browser editors. Outlines inherently break text into small little chunks, which are stylable (and potentially URL addressable, for block-level comments). I think this thing would rock in a wiki.&lt;/p&gt;

&lt;p&gt;Keep up the good work!&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087241&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://db79.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=db8059b0ce0b3cf393f4de0ad7af758f&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://db79.com&quot;&gt;Shawn Medero&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087241&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-11-13T12:59:18&quot;&gt;2006-11-13T12:59:18&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Bravo! This is a great set of updates and works well in Safari (haven't had the time yet to test in Firefox.)&lt;/p&gt;

&lt;p&gt;I've been thinking about using some portion of these tools in my wiki software to dress up outlines. I'm not sure yet... sometimes I feel like editing an outline  (well a simple one I'd use on a wiki at least) is quicker manually with something like Markdown.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221087243&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.gibberish.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=d78a376f93e23dd093abe8d280198ebd&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.gibberish.com&quot;&gt;misuba&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221087243&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-11-14T00:15:01&quot;&gt;2006-11-14T00:15:01&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Rad!&lt;/p&gt;

&lt;p&gt;Keep this up and I won't have to finish mine. :-)&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>Reading Lists, OPML, XOXO, Semantic Web, and Tools</title>
        <link href="http://decafbad.com/blog/2006/02/13/reading-lists-opml-xoxo-semantic-web-and-tools"/>
        <updated>2006-02-13T17:09:08+00:00</updated>
        <id>http://decafbad.com/blog/2006/02/13/reading-lists-opml-xoxo-semantic-web-and-tools</id>
        <content type="html">&lt;p&gt;Listening to this &lt;a href=&quot;http://blogs.msdn.com/alexbarn/archive/2006/02/12/530652.aspx&quot;&gt;podcast about OPML and Reading Lists&lt;/a&gt; and enjoying the various perspectives on RSS, OPML, and Semantic Web tech.  It's also the first time I've heard Danny Ayers' voice, so that was pretty cool after having been a textual blog acquaintance for a few years now.  As for the rest of the guys on the call, I'm not quite as familiar with all of them yet, but I'll be adding them to my Reading Lists shortly.&lt;/p&gt;

&lt;p&gt;Apropos of this podcast, I've lately gotten a bit of a fresh take on the RSS/OPML versus XHTML versus Semantic Web tech merry-go-round.  Here's the basic gist:  Invest time into tools that solve problems first and formats that enable possibilities second, if you want to get any attention and subsequent help.&lt;/p&gt;

&lt;p&gt;And then I say &quot;tools&quot;, I don't mean a GraphViz construct that makes really cool charts for people willing to chase down and install the dependencies.  No, I mean something like the OPML Editor.  The OPML Editor comes in a single package, and you launch it from a single icon.  The OPML Editor is &lt;a href=&quot;http://davenet.scripting.com/1995/09/03/wemakeshittysoftware&quot;&gt;a shitty piece of software&lt;/a&gt; that's nonetheless helping me achieve some practical goals that I've heretofore been vaguely stymied in reaching.  The OPML Editor is making me think more favorably about OPML, &lt;i&gt;despite&lt;/i&gt; OPML being &lt;a href=&quot;http://davenet.scripting.com/1995/09/03/wemakeshittysoftware&quot;&gt;a shitty format&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The utility of the OPML Editor is giving me the motivation to build filters and workarounds to transmute OPML into XOXO and RDF formats, but only when the need arises.  I could also see putting an OPML-to-triples bridge in front of a semweb crawler or tool.  And, there's no reason why outlines in the OPML Editor couldn't be rendered in XOXO and RDF formats by the tool itself, if there's something useful around to consume it.&lt;/p&gt;

&lt;p&gt;On the other hand, I've done enough with RDF and &lt;a href=&quot;http://www.decafbad.com/blog/2005/07/12/xoxo_outliner_experiment&quot;&gt;XOXO&lt;/a&gt; to see the clear potential in both.  With enough RDF data around, you can turn the whole wide web into a single massively networked database ripe for the querying thanks to a uniform data model and clear specs for representation of that model.  With XOXO and microformats, you get a &lt;a href=&quot;http://www.sudoku.com/&quot;&gt;Sudoku-esque&lt;/a&gt; solution to providing both human and machine readable data in the same format and file, while sterring close to the inherent design principles of the web.&lt;/p&gt;

&lt;p&gt;The problem with these formats, though, is that they open potential avenues but don't provide value until there's some foot traffic on the avenues.  This is just establishing a world in which there can exist both chickens and eggs, but not doing much with respect to concrete instantiations of poultry.
Now, to be fair, there have been efforts to make practical usage of RDF (see: &lt;a href=&quot;http://musicbrainz.org/&quot;&gt;MusicBrainz&lt;/a&gt;) and these are early days for microformats.  But, I think a lot more effort needs to be given toward making useful, personally rewarding tools - and less effort given toward expressing awe toward the potentials given by formats and models.  You can have both, but you've got to pick one to start with.&lt;/p&gt;

&lt;p&gt;And, the reason you need to make tools first that use formats second is attention.  (That's been a buzzword lately, hasn't it?)  You need attention if you want adoption and help.  And, you can get attention - and subsequent help - by scratching someone's itch.&lt;/p&gt;

&lt;p&gt;Now, some people's itches are scratched by the fun of abstract symbol manipulation and the perception of elegance.  Others' itches are scratched by getting work done, like writing or organizing thoughts or expanding awareness of more information sources.  Personally, I've got itches of both of these varieties.  The problem is that there are many fewer people with itches in that first category.  And, no offense to anyone, that seems to be the bulk of the RDF and XOXO fanbase at the moment.  For the second category, even if things are shitty, smoke a bit and catch on fire - as long as some work gets done at the end of the day, there's a lot of tolerance to go around and a lot of motivation to pitch in to improve the situation.&lt;/p&gt;

&lt;p&gt;At the end of the day, I firmly believe that ATOM, RDF, and XHTML-based microformats trounce OPML, RSS, and the like in terms of clear definition, affordance in manipulation, and technical elegance.  But, OPML and RSS are still winning in the world because the tools using these formats are scratching some damn annoying itches.  And, though towers built atop shitty tools and formats seem Jenga-shaky, somehow they never quite come crashing down.  Maybe they will come crashing down someday, but we seem to be getting work done in the meantime.&lt;/p&gt;

&lt;p&gt;So, to wrap up:  My take on this whole mess is that your format will gain adoption to the degree that the tools producing it help people get work done.  I can't find tools today for RDF and XOXO that are as rewardingly useful as the OPML Editor has become.  When that happens, the story may change.&lt;/p&gt;

&lt;!-- tags: metablogging rdf semweb webdev opml rss syndication microformats xoxo podcasting --&gt;




&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086877&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vielmetti.typepad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=e377f3e2140297d32460ae9a4b38ff98&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://vielmetti.typepad.com&quot;&gt;Edward Vielmetti&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086877&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-02-14T02:32:49&quot;&gt;2006-02-14T02:32:49&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;There's a lot to be said for rough consensus and running code, and there's a lot more running code that speaks OPML than there is that speaks XOXO or RDF.  You can just plain sit down and get work done and not have to entangle yourself in a microstandards battle.  There's a certain appeal to that.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086879&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.synaesmedia.net&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=248a3c4ba8f2972427222d46954f9c1c&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.synaesmedia.net&quot;&gt;phil jones&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086879&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-02-14T03:03:10&quot;&gt;2006-02-14T03:03:10&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Same as it ever was :&lt;/p&gt;

&lt;p&gt;http://www.laputan.org/gabriel/worse-is-better.html &lt;/p&gt;

&lt;p&gt;(scroll down to section 2.1)&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086880&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://philwilson.org/blog/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=abb5e982d97d7539860141b7904ba31a&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://philwilson.org/blog/&quot;&gt;Phil Wilson&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086880&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-02-21T20:39:35&quot;&gt;2006-02-21T20:39:35&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I know they're very different things, but is there any &lt;em&gt;particular&lt;/em&gt; part of the OPML Editor that doesn't exist, say, in something like NVU, or a stripped-down TinyMCE?&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>Still Seeking an Exploded Tinderbox for Tiger</title>
        <link href="http://decafbad.com/blog/2005/11/02/still-seeking-an-exploded-tinderbox-for-tiger"/>
        <updated>2005-11-02T06:03:10+00:00</updated>
        <id>http://decafbad.com/blog/2005/11/02/still-seeking-an-exploded-tinderbox-for-tiger</id>
        <content type="html">&lt;p&gt;This is a recurring thought: I still really, really want &lt;a href=&quot;http://decafbad.com/blog/2005/05/01/tiger-and-tinderbox&quot;&gt;an exploded Tinderbox on Tiger&lt;/a&gt;.  It could &lt;em&gt;so&lt;/em&gt; become an &lt;em&gt;über&lt;/em&gt; Spotlight/Finder replacement.  I just don't seem to have time or ambition to write it.&lt;/p&gt;

&lt;p&gt;I don't mention &lt;a href=&quot;http://www.eastgate.com/Tinderbox&quot;&gt;Tinderbox&lt;/a&gt; very often, but I've got a few Tinderbox documents set as Login Items on my PowerBook.  So, this app has become ubiquitous on my machine for &lt;a href=&quot;http://decafbad.com/blog/2005/08/11/quick-thoughts-for-a-thursday&quot;&gt;idea capture, sorting, and exploration&lt;/a&gt;.  In fact, I used it to capture, shape, and structure everything I put into &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0764597582/0xdecafbad01-20?creative=327641&amp;amp;amp;camp=14573&amp;amp;amp;link_code=as1&quot;&gt;Hacking RSS and Atom&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;However, I haven't ever gotten far into some of the more advanced features like agents or export templates.  My most used HTML export templates simply boil an outline of notes down into &lt;a href=&quot;http://developers.technorati.com/wiki/XOXO&quot;&gt;XOXO&lt;/a&gt;, and that's about it.  I have had &lt;a href=&quot;http://decafbad.com/blog/2005/07/02/css-treemaps&quot; title=&quot;Treemaps in CSS&quot;&gt;further&lt;/a&gt; &lt;a href=&quot;http://decafbad.com/blog/2005/07/02/drag-the-boxes-stretch-the-lines&quot; title=&quot;DHTML map views&quot;&gt;ambitions&lt;/a&gt; for richer Tinderbox export / extension, but I haven't pursued them much lately.&lt;/p&gt;

&lt;p&gt;Really, my main reason for not delving into Tinderbox's advanced features is that learning and using them effectively would burrow me further into the app's own pocket universe of conventions and technology.&lt;/p&gt;

&lt;p&gt;Since Tinderbox saves to XML, I &lt;em&gt;can&lt;/em&gt; bridge to a larger information space via &lt;a href=&quot;http://www.maparent.ca/tinderbox/&quot;&gt;XSLT and XPath based tools&lt;/a&gt;.  But, all the conversion and roundtrip can get kludgey and awkward—and I lose the ease of &lt;a href=&quot;http://www.43folders.com/2005/08/17/life-inside-one-big-text-file/&quot;&gt;life inside text files&lt;/a&gt; augmented by grep, awk, sed, vim, perl, python, &lt;a href=&quot;http://quicksilver.blacktree.com/&quot;&gt;QuickSilver&lt;/a&gt;, and &lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot;&gt;Markdown&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is the point where I think opportunities presented by Tiger and the advent of Spotlight can come into play—especially with the availability of &lt;a href=&quot;http://www.fluffy.co.uk/spotmeta/&quot;&gt;SpotMeta&lt;/a&gt;.  SpotMeta weds Spotlight with HFS Extended Attributes in order to enable the management of arbitrary user-specified metadata on files in addition to Spotlight Importer metadata.&lt;/p&gt;

&lt;p&gt;See, the main magic of Tinderbox—at least to me—is visualization and management of relationships between notions and microcontent.  At present, Tinderbox needs to swallow the universe to accomplish everything it wants to accomplish.  It needs to include word processor features and metadata handling and graphics and all.&lt;/p&gt;

&lt;p&gt;But, what if Tinderbox could surrender all of those functions up to TextEdit and MS Word and other desktop apps?  What if all of the &quot;notes&quot; in a Tinderbox document were just documents and files, and all of the relationships managed by Tinderbox (ie. spatial, links, aliased) were just encoded as extended attributes?&lt;/p&gt;

&lt;p&gt;In this scenario, &lt;em&gt;the file system is the Tinderbox document&lt;/em&gt;.  Don't want to use your whole hard drive?  Make a new disk image and compartmentalize things.  Tinderbox could become the world's most revolutionary Finder rethink ever invented.  And the thing is, I can see all of this being enabled by Spotlight and extended attributes.&lt;/p&gt;

&lt;!-- tags: tinderbox tiger spotlight xoxo --&gt;




&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221088906&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://robertbrook.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=760b4002b07650d4ef654f9fc17e8154&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://robertbrook.com&quot;&gt;Robert Brook&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221088906&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-11-04T13:16:12&quot;&gt;2005-11-04T13:16:12&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Much as I love Tinderbox, I just can't bring myself to completely trust it. The reasons? Similar to those mentioned below!&lt;/p&gt;

&lt;p&gt;http://decafbad.com/blog/2005/11/02/why-proprietary&lt;/p&gt;

&lt;p&gt;http://decafbad.com/blog/2005/11/02/why-microsoft&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221088907&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://lee-phillips.org&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=0c5348f3fda8b3ebd21dac4cdb617e1e&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://lee-phillips.org&quot;&gt;Lee Phillips&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221088907&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-11-07T15:06:19&quot;&gt;2005-11-07T15:06:19&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I have been thinking along these lines, too. A while back I outlined a little kluge that allows you to use external editors with Tinderbox in a fairly transparent way (click on the note and the editor for that note's type opens up). In this way of working the note contents are maintained as external files, and Tinderbox is used to show their relationships:&lt;/p&gt;

&lt;p&gt;http://lee-phillips.org/osx/tinderbox/tinderext/index.html&lt;/p&gt;

&lt;p&gt;Lately I've been thinking that I would like to write notes using templates (Cheetah, etc.) and store their attributes in a standard database, then have .dot files produced by a python program to visualize relationships. All open-source, and portable to any unix-style system. HTML export would almost come free, using one of python's many web frameworks. You lose Tinderbox's direct manipulation, but you escape from its &quot;universe&quot; (with its non-Cocoa crustiness).&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221088909&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=8e1d126ebdb4c95189c96a998d006c62&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;John Robert Cornell&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221088909&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-11-18T17:52:30&quot;&gt;2005-11-18T17:52:30&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I've had the same thoughts about exploding Tinderbox for a while. Bruce Horn, one of the original members of the Mac team, is on to something similar: http://www.ingenuitysoftware.com/&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221088913&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=f6cda270091f73aa4bd98739aa3f676e&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;Dowd McAllister&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221088913&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-12-23T22:20:57&quot;&gt;2005-12-23T22:20:57&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I've been looking for something very similar. I like Tinderbox's simplicity and power, but for a while now, I've thought the tool would be easier to implement in Smalltalk http://www.squeak.org/&lt;/p&gt;

&lt;p&gt;I'm just waiting around for Croquet http://www.opencroquet.org/ , honestly. Once that is released, I think the tool we're looking for would be almost trivial to build. (my ideal version of the tool includes network awareness and collaboration)&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221088918&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=96d8316409f72a4bde8cf7ca90fb65e7&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;Joe Mazz&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221088918&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-03-20T09:38:28&quot;&gt;2006-03-20T09:38:28&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;What intruiging ideas you are discussing here! 
You have struck a chord with my own hesitation to dive head-first into
Tinderbox (TB)--- the need to import (or re-enter) all my key note
content into its own &quot;information repository,&quot; which even then 
would be only loosly connected to all the rest of the &quot;notes&quot; 
in thousands of other files on my computer. 
Another big limitation is its inabiliy to link notes 
between TB documents.&lt;/p&gt;

&lt;p&gt;It appears that Spotlight+SpotMeta provide the
GUI to assign arbitray searchable attributes for file content, 
and SmartFolders provide some of the key functionality of TB agents. 
And I suppose symlinks in the OS effectively duplicate the primary
role of TB aliases (notes that can appear in any number of other
locations in the hierarchy).
But these still cover only portions of the functionality of Tinderbox.&lt;/p&gt;

&lt;p&gt;What would provide the visualization component of TB that 
represents files as glyphs (at least like TB map view's &quot;boxes&quot;, 
if not something more flexible and graphically rich),  and that
enables users to interactively create 
hyperlinks between files by drawing lines between them? 
Has anyone here come across, or perhaps started developing, a tool that
can simplify (graphically) creating hyperlinks between UNIX files?
Under the hood, clearly such a GUI would be making and breaking 
extended attributes shared in common between selected sets of files
in the HFS+ file system.&lt;/p&gt;

&lt;p&gt;A recent post at macrumors.com suggests our creative friends at Apple
are perhaps already onto this idea (for Mac OS 10.5?):
http://forums.macrumors.com/showthread.php?t=156291&amp;amp;page=6&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;From the rumors I'm hearing about the next version of Spotlight and 
  the possibility of creating linked relationships between objects, 
  it should be exciting times.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;How about the assignment of attributes to the hyperlinks between
documents (another unique and powerful TB feature)?&lt;/p&gt;

&lt;p&gt;And what would represent the TB function of templates and agents for
automated formatting of selected content for HTML or XML documents by 
combining information from various files (&quot;notes&quot;)? I suppose this could
be programmed/scripted in any number of ways, using say Python or even
Automator or AppleScript. &lt;/p&gt;

&lt;p&gt;The possibilities truly are endless.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>Half-hearted Gopher NG</title>
        <link href="http://decafbad.com/blog/2005/10/03/half-hearted-gopher-ng"/>
        <updated>2005-10-03T22:34:43+00:00</updated>
        <id>http://decafbad.com/blog/2005/10/03/half-hearted-gopher-ng</id>
        <content type="html">&lt;p&gt;So, yeah, I had some spare time at lunch and I started expanding &lt;a href=&quot;http://decafbad.com/blog/2005/10/02/web-directories-with-xoxo-and-xsl&quot;&gt;my little XOXO linked outlines thing&lt;/a&gt; into a more fully-fledged &lt;a href=&quot;http://decafbad.com/trac/browser/trunk/GopherNext&quot;&gt;Gopher NG&lt;/a&gt; with &lt;a href=&quot;http://decafbad.com/trac/browser/trunk/GopherNext/opml-to-xoxo.xsl&quot;&gt;OPML support&lt;/a&gt;.  But, I'm not sure if I'll really do much more with it.  It started on a lark, really.  But after awhile, I realized that I don't have any use for it other than as an interesting exercise.  Moving along...&lt;/p&gt;
</content>
    </entry>
    
    

    <entry>
        <title>Web directories with XOXO and XSL</title>
        <link href="http://decafbad.com/blog/2005/10/03/web-directories-with-xoxo-and-xsl"/>
        <updated>2005-10-03T03:50:17+00:00</updated>
        <id>http://decafbad.com/blog/2005/10/03/web-directories-with-xoxo-and-xsl</id>
        <content type="html">&lt;p&gt;Now, in my &lt;a href=&quot;http://decafbad.com/blog/2005/10/02/a-kerfluffle-of-opml-and-web-directories&quot;&gt;previous post&lt;/a&gt;, I'd mentioned that I might have some ideas to &quot;put up&quot; in response to this recent OPML and web directories kerfluffle.  Here's my general idea:&lt;/p&gt;

&lt;p&gt;How about trying &lt;a href=&quot;http://microformats.org/wiki/xoxo&quot;&gt;XOXO&lt;/a&gt;, &lt;a href=&quot;http://www.w3.org/TR/REC-html40/struct/links.html#h-12.2&quot;&gt;the &lt;code&gt;rel&lt;/code&gt; attribute on HTML links&lt;/a&gt;, and &lt;a href=&quot;http://www.w3.org/TR/REC-html40/types.html#type-links&quot;&gt;the &lt;code&gt;subsection&lt;/code&gt; link type&lt;/a&gt;—all with a bit of XSL to make it work?&lt;/p&gt;

&lt;p&gt;Here's some working data and code:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://decafbad.com/2005/10/xoxo-transclude/xsltproc?xslAddr=xoxo-transclude.xsl&amp;amp;amp;docAddr=ex1.html&quot;&gt;Here's the end result&lt;/a&gt;, a simple web directory.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Here are some clues as to what the above does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This directory started with &lt;a href=&quot;http://decafbad.com/2005/10/xoxo-transclude/ex1.html&quot;&gt;this top-level outline&lt;/a&gt;.  View source on this page, notice the &quot;Syndication Feeds&quot; link with the &lt;code&gt;rel=&quot;subsection&quot;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Applying &lt;a href=&quot;http://decafbad.com/2005/10/xoxo-transclude/xoxo-transclude.xsl&quot;&gt;this XSL&lt;/a&gt; using &lt;a href=&quot;http://decafbad.com/2005/10/xoxo-transclude/xsltproc&quot;&gt;this web service&lt;/a&gt; is where the work gets done.  This consists of dereferencing each link with a &lt;code&gt;rel=&quot;subsection&quot;&lt;/code&gt; and transcluding the innards of the page at the end of the URL.&lt;/li&gt;
&lt;li&gt;Notice that &lt;a href=&quot;http://hackingfeeds.com/2005/10/xoxo-transclude/ex2.html&quot;&gt;the URL of &quot;Syndication Feeds&quot;&lt;/a&gt; comes from a domain other than &lt;code&gt;decafbad.com&lt;/code&gt;.  If I wanted to, the &lt;a href=&quot;http://hackingfeeds.com/2005/10/xoxo-transclude/ex3.html&quot;&gt;third level of transclusion&lt;/a&gt; could've come from yet another domain, too.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I think this solution is better than using OPML for web directories.  Although it could use some refinement—using a bit of &lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; or AJAX magic to include in a page, perhaps—it's not only &lt;em&gt;already supported&lt;/em&gt; by more applications than OPML, it &lt;em&gt;also&lt;/em&gt; leverages a lot of prior art and consensus work.&lt;/p&gt;

&lt;p&gt;So, am I wrong here?  If so, please tell me how, where, and why.&lt;/p&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085762&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://theryanking.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=c846b78a4a4c978fd34ef965320a13b0&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://theryanking.com&quot;&gt;ryan king&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085762&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T05:53:27&quot;&gt;2005-10-03T05:53:27&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;You're not wrong. This is very awesome.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085763&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://dannyayers.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=7028f422ca6da0180de6c9d922a3228f&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://dannyayers.com&quot;&gt;Danny&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085763&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T13:37:31&quot;&gt;2005-10-03T13:37:31&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Bravo! I believe you've got the optimal approach to outline-style hierarchies on the Web.&lt;/p&gt;

&lt;p&gt;Gopher NG here we come!&lt;/p&gt;

&lt;p&gt;http://dannyayers.com/archives/2005/07/14/gopher-ng/&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085764&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085764&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T14:18:23&quot;&gt;2005-10-03T14:18:23&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Danny: Well, hey, if we're going to reinvent Gopher, we may as well do it right.  :)  Next, I set my sights on &lt;a href=&quot;http://en.wikipedia.org/wiki/Archie_search_engine&quot; rel=&quot;nofollow&quot;&gt;Archie&lt;/a&gt;--watch out, Google!&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085765&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://boston.conman.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=bbb1c69b64019a3df907c3545186f907&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://boston.conman.org/&quot;&gt;Sean Conner&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085765&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T22:30:43&quot;&gt;2005-10-03T22:30:43&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;You're wrong because Dave Winer will say you're wrong for not using &lt;em&gt;his&lt;/em&gt; format (dispite it being rather loosely specified).&lt;/p&gt;

&lt;p&gt;But yeah, I thought that &lt;acronym title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/acronym&gt; was modular and that you could use sections of it as needed, and that &lt;code&gt;&amp;lt;UL&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;OL&amp;gt;&lt;/code&gt; are good enough for outlines.  Seems pretty obvious to me.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085766&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://dannyayers.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=7028f422ca6da0180de6c9d922a3228f&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://dannyayers.com&quot;&gt;Danny&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085766&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T23:33:49&quot;&gt;2005-10-03T23:33:49&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Ooh, Archie...yeah...&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085767&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.isolani.co.uk/blog/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=b4fadb98bc6bb92fd88c969c0d71d2fe&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.isolani.co.uk/blog/&quot;&gt;Isofarro&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085767&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-04T14:21:22&quot;&gt;2005-10-04T14:21:22&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Hmm, excellent idea to use rel=&quot;subsection&quot; - that make so much sense. I have a few Ajax based outliners lying around handling things from ul/li lists, atom feeds and opml outlines. I should pull it all together and prototype what you've suggested above. (I think I also have an OPML-friendly PHP proxy to &quot;alleviate&quot; the cross-domain security measure - should be able to hack it to accept XOXO-like outlines)&lt;/p&gt;

&lt;p&gt;Step two would be some WikiSyntax additions to author the above on a wiki (for instance defining transclusion links).&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>A kerfluffle of OPML and web directories</title>
        <link href="http://decafbad.com/blog/2005/10/03/a-kerfluffle-of-opml-and-web-directories"/>
        <updated>2005-10-03T03:21:56+00:00</updated>
        <id>http://decafbad.com/blog/2005/10/03/a-kerfluffle-of-opml-and-web-directories</id>
        <content type="html">&lt;p&gt;So, I guess there was a bit of an extended kerfluffle over the weekend.  And as these things usually do, it started out from a very cool idea: You can build a web directory as an outline of links, with some nodes &quot;farmed out&quot; to outlines hosted elsewhere—all through the magic of &lt;a href=&quot;http://en.wikipedia.org/wiki/Transclusion&quot;&gt;transclusion&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For example, say you want to host a directory of resources on web development.  But, you might like to let me maintain the section on web syndication feeds.  Well, I can toss you a URL to my outline of RSS and Atom links, and you can just pull it into a branch of your &quot;superset&quot; outline—kind of like an RSS subscription, really.  Whenever I change my outline, yours will automatically get updated with my work.&lt;/p&gt;

&lt;p&gt;Now, imagine this going off into infinity in both directions:  Outlines including outlines including outlines.  Outlines included by outlines included by outlines.  It's a world-wide outline.&lt;/p&gt;

&lt;p&gt;So, anyway, &lt;a href=&quot;http://www.techcrunch.com/2005/09/29/opml-an-awesome-experiment/&quot;&gt;TechCrunch's brainstorm&lt;/a&gt; lead to &lt;a href=&quot;http://archive.scripting.com/2005/09/29#When:7:36:29AM&quot;&gt;Dave Winer's kudos&lt;/a&gt; and &lt;a href=&quot;http://radio.weblogs.com/0001011/2005/09/29.html#a11295&quot;&gt;Scoble's OPML evangelism and an implementation challenge&lt;/a&gt;.    But, to this, &lt;a href=&quot;http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;amp;entry=3305486922&quot;&gt;James Robertson responded by calling OPML a &quot;really, really crappy format&quot;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;From this ensued a splattering of posts in various places chiming in on both sides:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://brainwagon.org/archives/2005/09/30/1610/&quot;&gt;OPML is a sucky and under-specified format, with implementations subject to approval by one guy&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;OPML is a working format already in use by lots of code, &lt;a href=&quot;http://radio.weblogs.com/0001011/2005/09/30.html#a11296&quot;&gt;so offer something better or shut up&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Now, &lt;a href=&quot;http://weblog.burningbird.net/archives/2005/10/01/put-up-or-shut-up/&quot;&gt;Shelley Powers of Burningbird says&lt;/a&gt; that the &quot;put up or shut up&quot; attitude is wrong, that it's &quot;bad technology&quot;.  And, though I do agree with her, the problem is that the usual suspects involved in these sorts of kerfluffles fall on two sides:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;We want to see good, well-specified agreements before we code something useful.&lt;/li&gt;
&lt;li&gt;We want working, useful code that we'll agree is good when we see it.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;While group #1 is willing to talk/shout things out and reach consensus ahead of time, group #2 wants to forge ahead with machines in motion and reach consensus through popular implementation.  So, members of group #2 will &lt;em&gt;never&lt;/em&gt; take group #1 seriously until they've &quot;put up&quot;, because that's &lt;em&gt;their&lt;/em&gt; process.&lt;/p&gt;

&lt;p&gt;Personally, &lt;a href=&quot;http://decafbad.com/blog/2002/12/13/oooced&quot;&gt;I sympathize with the dirty ways of group #2&lt;/a&gt;.  But, I've become convinced that what group #1 does is best over the long term, as some of the early successes of group #2 may become tottering unbalanced stacks of plates later on.&lt;/p&gt;

&lt;p&gt;So...  What to do?  Bah, I don't know.  But, against my better judgement, I feel like &lt;a href=&quot;http://decafbad.com/blog/2005/10/02/web-directories-with-xoxo-and-xsl&quot;&gt;I have an idea or two to &quot;put up&quot;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In the meantime: Members of group #1, stop arguing with members of group #2—you're not speaking in quite the same languages, and you're not going to convert anyone.  Just nod &amp;amp; smile, walk away and come up with a better idea, come back and show why it's better.&lt;/p&gt;

&lt;p&gt;(Oh yeah, and whatever happened to &lt;a href=&quot;http://decafbad.com/blog/2003/04/16/opml-vs-oml&quot;&gt;OML replacing OPML&lt;/a&gt;?)&lt;/p&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084228&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.voidstar.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=ce83a8e239c0cfce3488d3fec4d5d8de&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.voidstar.com&quot;&gt;Julian Bond&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084228&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T07:50:53&quot;&gt;2005-10-03T07:50:53&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Both groups are right. The problem is that standards without implementations are just academic wanking. And implementations without standards won't get widespread adoption.&lt;/p&gt;

&lt;p&gt;What's intensely irritating is the egos involved who can't see the truth in the above statement. It should be possible to criticise OPML as a standard while still applauding the experiments and without necessarily offering an alternative. If done with respect, just the criticism on its own should move the debate onwards.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084229&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.voidstar.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=ce83a8e239c0cfce3488d3fec4d5d8de&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.voidstar.com&quot;&gt;Julian Bond&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084229&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-03T07:57:10&quot;&gt;2005-10-03T07:57:10&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Re OPML based SuperOpenDirectories. It is indeed neat. But I'm still struggling to see the point. Does it just re-invent Gopher? Then there's the inspired chaos of it all. At least with something like DMOZ, Yahoo, Wikipedia, the hierarchy has some formalised structure and editors (perhaps community editors). An open mesh of decentralised outlines is going to have lots of dead ends and missing cross links. Perhaps that's just an artifact of the browser Apps we've seen so far and the breadcrumb approach being used. Perhaps it doesn't matter.&lt;/p&gt;

&lt;p&gt;And finally, I'd love to see an OPML browser app written in PHP. Perhaps I'll write one.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084230&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.synaesmedia.net&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=248a3c4ba8f2972427222d46954f9c1c&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.synaesmedia.net&quot;&gt;phil jones&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084230&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-10T04:06:28&quot;&gt;2005-10-10T04:06:28&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I'm definitely a group #2 person. But I have a slightly different take on what that means.&lt;/p&gt;

&lt;p&gt;When group 2 people ask for working code, they aren't asking simply for &quot;working code&quot;. (Such as your XOXO &amp;amp; XSL thing) They're thinking of an entire &lt;em&gt;system&lt;/em&gt; of real users, a real application (need / problem to be solved) etc.&lt;/p&gt;

&lt;p&gt;The reason Dave Winer and OPML will win this, is because Winer really &lt;em&gt;wants&lt;/em&gt; shared outlining on the internet. And he knows &quot;why&quot; he wants it. He has a vision, and a passion for it. He knows what he wants to do with it. He knows how to make interesting applications with like-minded collaborators. &lt;/p&gt;

&lt;p&gt;You can come up with a &quot;better&quot; format than OPML. You might be able to knock off better code overnight. But you do it for a &quot;lark&quot; or for some principle of &quot;doing it properly&quot;.&lt;/p&gt;

&lt;p&gt;Winer doesn't care if its &quot;crappy&quot;. He just has a drive to make something happen, and OPML is the simplest thing that can possibly work to do that. &lt;/p&gt;

&lt;p&gt;I think that's exactly the right thing to bet on.&lt;/p&gt;

&lt;p&gt;When you say &quot;I’ve become convinced that what group #1 does is best over the long term, as some of the early successes of group #2 may become tottering unbalanced stacks of plates later on.&quot;&lt;/p&gt;

&lt;p&gt;I'd be interested in some real world examples. As I see it, &quot;worse is better&quot; is the golden rule of computer history, in the long as well as short term.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084232&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084232&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-10T11:34:30&quot;&gt;2005-10-10T11:34:30&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Phil:  &lt;a href=&quot;http://decafbad.com/blog/2002/03/27/oooofc&quot; rel=&quot;nofollow&quot;&gt;I've watched Dave's push for shared outlining&lt;/a&gt; for awhile now, and certainly he's been working towards it for much longer than I've been watching.  &lt;/p&gt;

&lt;p&gt;And, though it's gotten some mileage through Dave's sheer exuberance and people infected by his cool ideas, it's never quite caught on.  Instead, things like wikis and &lt;a href=&quot;http://www.jotlive.com/&quot; rel=&quot;nofollow&quot;&gt;JotSpotLive&lt;/a&gt; and &lt;a href=&quot;http://www.backpackit.com/&quot; rel=&quot;nofollow&quot;&gt;Backpack&lt;/a&gt; and &lt;a href=&quot;http://www.codingmonkeys.de/subethaedit/&quot; rel=&quot;nofollow&quot;&gt;SubEthaEdit&lt;/a&gt; have been capturing the users.&lt;/p&gt;

&lt;p&gt;And now, this latest push doesn't look so much like shared outlining &lt;em&gt;per se&lt;/em&gt;, but more like a new attempt at &lt;a href=&quot;http://dmoz.org/&quot; rel=&quot;nofollow&quot;&gt;DMOZ&lt;/a&gt;.  And since Google's pretty much &lt;a href=&quot;http://www.webworkshop.net/dmoz-2005.html&quot; rel=&quot;nofollow&quot;&gt;driven a stake into DMOZ&lt;/a&gt;, my further interest in Gopher NG is really just a sometimes-interesting problem.  &lt;/p&gt;

&lt;p&gt;I could see some people joining Dave's World Outline effort to get some buzz in their interest niches—trying to be first to get their constituent URLs placed in the new, distributed OPML DMOZ-killer.  And it might be nifty for awhile, but I doubt it'll take hold.&lt;/p&gt;

&lt;p&gt;But as for real world examples of shared outlining, in the particular form Dave's pushing right now... Look at just about anyone's blogroll.  They're almost all in XOXO form &lt;em&gt;right now&lt;/em&gt;.  That's the thing:  XOXO is just an HTML list.  It's so unexciting as to be unremarkable—&lt;em&gt;but they're everywhere, right now&lt;/em&gt;.  Hell, even OPML has to get converted to XOXO to be used with web browsers—unless you're falling back to some ugly form of tables-as-list.&lt;/p&gt;

&lt;p&gt;XOXO is actually the simplest thing that can possibly work, &lt;em&gt;and people are using and have been using it all along&lt;/em&gt;.  I think that's the right thing to bet on, versus OPML.  It doesn't need any evangelism or adoption efforts, other than maybe to remind people of that what they're already using is itself a viable format.  &lt;strong&gt;That's the only reason XOXO has a name.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I've &lt;a href=&quot;http://decafbad.com/blog/2005/07/12/xoxo-outliner-experiment&quot; rel=&quot;nofollow&quot;&gt;already shown an in-browser XOXO editor prototype&lt;/a&gt;—and believe me, that was easier to implement reliably than anything I've tried with OPML.  I could turn that into a full flown app given sustained free time and interest.  I plan to do that eventually, with &lt;a href=&quot;http://decafbad.com/trac/wiki/Micronian&quot; rel=&quot;nofollow&quot;&gt;a project I've got simmering&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;Will I do it?  Who knows—I'm a busy nerd, and I certainly don't have the constant ebulience, time, and money that Dave Winer has.  All I can do is call &lt;a href=&quot;http://en.wikipedia.org/wiki/Shenanigan&quot; rel=&quot;nofollow&quot;&gt;shenanigans&lt;/a&gt; and preach to the choir.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    
</feed>

