Check-in [c95bd5db01]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

SHA1 Hash:c95bd5db0133acb8f7e59855338ec4c8a4d48583
Date: 2009-07-20 10:19:38
User: djbclark
Comment:Added microblog (identi.ca) links

Tags And Properties
Changes
[hide diffs]

Changes to blog.html

cannot compute difference between binary files

Changes to blog.xml

@@ -4,12 +4,12 @@
 <title>djbclark</title>
 <link>http://www.tiddlywiki.com/</link>
 <description>Danny Clark - http://pobox.com/~dclark - dclark@pobox.com</description>
 <language>en-us</language>
 <copyright>Copyright 2009 djbclark</copyright>
-<pubDate>Mon, 20 Jul 2009 10:11:12 GMT</pubDate>
-<lastBuildDate>Mon, 20 Jul 2009 10:11:12 GMT</lastBuildDate>
+<pubDate>Mon, 20 Jul 2009 10:19:13 GMT</pubDate>
+<lastBuildDate>Mon, 20 Jul 2009 10:19:13 GMT</lastBuildDate>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <generator>TiddlyWiki 2.5.2</generator>
 <item>
 <title>Simple Fossil SCM Customizations</title>
 <description>Fossil - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt; - is a distributed software version control system that includes an integrated distributed wiki and an integrated distributed bug-tracking system all in a single, easy-to-use, stand-alone executable. &lt;br&gt;&lt;br&gt;I found out about fossil doing research for &lt;a target=&quot;_blank&quot; title=&quot;External link to http://code.autonomo.us&quot; href=&quot;http://code.autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://code.autonomo.us&lt;/a&gt; - it's not that mature yet, but is very functional and robust. I find using software like fossil a good reminder that I use free software - and increasingly free network services - because they allow users to choose freedom, not because a particular software development methodology leads in all cases to software with the slickest features or user interface.&lt;br&gt;&lt;br&gt;As part of moving away from using cloud-type web services (even those running on free software that I admin myself - my personal goal is for anyone to be able to trivially replicate the configuration and public data of any site I run), I've moved pretty much all of my personal projects and web sites to using it.&lt;br&gt;&lt;br&gt;You can get a local copy of this blog (which is based on tiddlywiki) and the code that runs it just by dowloading this html file (blog.html). You can also get a copy of this blog, all changes to it over time, and the rest of my dclark.us website by getting fossil from &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt; and then doing &quot;fossil clone &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us&quot; href=&quot;http://dclark.us&quot; class=&quot;externalLink&quot;&gt;http://dclark.us&lt;/a&gt;&quot;. You can get the source code for the version of fossil I am running at the moment (see &quot;Fossil version&quot; on the lower right-hand side of &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us&quot; href=&quot;http://dclark.us&quot; class=&quot;externalLink&quot;&gt;http://dclark.us&lt;/a&gt;) from fossil's web site; I have made no fossil source code level changes.&lt;br&gt;&lt;br&gt;If you want to serve a version of it as I do, via an apache cgi interface to the fossil binary, see the documentation at &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org/index.html/wiki?name=Cookbook&quot; href=&quot;http://fossil-scm.org/index.html/wiki?name=Cookbook&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org/index.html/wiki?name=Cookbook&lt;/a&gt; (search for &quot;following apache2 configuration can be used to run the root of a web site with fossil&quot;). Like dclark.us, you can get all of that site for use locally on a computer you own and control via &quot;fossil clone &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt;&quot;.&lt;br&gt;&lt;br&gt;There are some settings I always change after creating and opening a new fossil-scm repository:&lt;br&gt;&lt;br&gt;fossil setting editor vi&lt;br&gt;fossil setting web-browser icecat&lt;br&gt;fossil setting http-port 8100&lt;br&gt;&lt;br&gt;The http-port I just increment by one for each new repo, so doing &quot;fossil ui&quot; to open up the fossil wiki / web interface in icecat for separate fossil repositories doesn't interfere with each other (each repository uses its own port on localhost).&lt;br&gt;</description>
@@ -16,11 +16,11 @@
 <category>autonomous</category>
 <category>fossil</category>
 <category>scm</category>
 <category>toRSS</category>
 <link>http://www.tiddlywiki.com/#%5B%5BSimple%20Fossil%20SCM%20Customizations%5D%5D</link>
-<pubDate>Mon, 20 Jul 2009 10:11:08 GMT</pubDate>
+<pubDate>Mon, 20 Jul 2009 10:11:00 GMT</pubDate>
 
 </item>
 <item>
 <title>Free Network Commenting Service - does it exist?</title>
 <description>Working on a blog for dclark.us - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us/tktview?name=7643d383d6&quot; href=&quot;http://dclark.us/tktview?name=7643d383d6&quot; class=&quot;externalLink&quot;&gt;http://dclark.us/tktview?name=7643d383d6&lt;/a&gt;&lt;br&gt;&lt;br&gt;Trying to make it very &lt;a target=&quot;_blank&quot; title=&quot;External link to http://autonomo.us&quot; href=&quot;http://autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://autonomo.us&lt;/a&gt; friendly, like the rest of the web-facing software stack I'm migrating to while implementing &lt;a target=&quot;_blank&quot; title=&quot;External link to http://code.autonomo.us&quot; href=&quot;http://code.autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://code.autonomo.us&lt;/a&gt; - this brought to my attention a web service I was until now unaware of - commenting services (also sometimes called commenting systems).&lt;br&gt;&lt;br&gt;There is a thread from the tiddlywiki mailing list - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&quot; href=&quot;http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&quot; class=&quot;externalLink&quot;&gt;http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&lt;/a&gt; - discussing this. So far I have found 2 FNS (free network service) possibilities:&lt;br&gt;&lt;br&gt;Comment Widget - Easy Ajax Comments&lt;br&gt;&lt;a target=&quot;_blank&quot; title=&quot;External link to http://www.trailbehind.com/comment_widget/quick_start&quot; href=&quot;http://www.trailbehind.com/comment_widget/quick_start&quot; class=&quot;externalLink&quot;&gt;http://www.trailbehind.com/comment_widget/quick_start&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a target=&quot;_blank&quot; title=&quot;External link to http://symbio.sourceforge.net/&quot; href=&quot;http://symbio.sourceforge.net/&quot; class=&quot;externalLink&quot;&gt;http://symbio.sourceforge.net/&lt;/a&gt; looks like a possibility (although&lt;br&gt;sourceforge is down at the moment so hard to tell)&lt;br&gt;&lt;br&gt;Once some discussion is complete, should email the autonomo.us list and update the autonomo.us wiki wishlist page.</description>

Changes to index.html

cannot compute difference between binary files

Changes to index.xml

@@ -4,12 +4,12 @@
 <title>djbclark</title>
 <link>http://www.tiddlywiki.com/</link>
 <description>Danny Clark - http://pobox.com/~dclark - dclark@pobox.com</description>
 <language>en-us</language>
 <copyright>Copyright 2009 djbclark</copyright>
-<pubDate>Mon, 20 Jul 2009 10:11:12 GMT</pubDate>
-<lastBuildDate>Mon, 20 Jul 2009 10:11:12 GMT</lastBuildDate>
+<pubDate>Mon, 20 Jul 2009 10:19:13 GMT</pubDate>
+<lastBuildDate>Mon, 20 Jul 2009 10:19:13 GMT</lastBuildDate>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <generator>TiddlyWiki 2.5.2</generator>
 <item>
 <title>Simple Fossil SCM Customizations</title>
 <description>Fossil - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt; - is a distributed software version control system that includes an integrated distributed wiki and an integrated distributed bug-tracking system all in a single, easy-to-use, stand-alone executable. &lt;br&gt;&lt;br&gt;I found out about fossil doing research for &lt;a target=&quot;_blank&quot; title=&quot;External link to http://code.autonomo.us&quot; href=&quot;http://code.autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://code.autonomo.us&lt;/a&gt; - it's not that mature yet, but is very functional and robust. I find using software like fossil a good reminder that I use free software - and increasingly free network services - because they allow users to choose freedom, not because a particular software development methodology leads in all cases to software with the slickest features or user interface.&lt;br&gt;&lt;br&gt;As part of moving away from using cloud-type web services (even those running on free software that I admin myself - my personal goal is for anyone to be able to trivially replicate the configuration and public data of any site I run), I've moved pretty much all of my personal projects and web sites to using it.&lt;br&gt;&lt;br&gt;You can get a local copy of this blog (which is based on tiddlywiki) and the code that runs it just by dowloading this html file (blog.html). You can also get a copy of this blog, all changes to it over time, and the rest of my dclark.us website by getting fossil from &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt; and then doing &quot;fossil clone &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us&quot; href=&quot;http://dclark.us&quot; class=&quot;externalLink&quot;&gt;http://dclark.us&lt;/a&gt;&quot;. You can get the source code for the version of fossil I am running at the moment (see &quot;Fossil version&quot; on the lower right-hand side of &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us&quot; href=&quot;http://dclark.us&quot; class=&quot;externalLink&quot;&gt;http://dclark.us&lt;/a&gt;) from fossil's web site; I have made no fossil source code level changes.&lt;br&gt;&lt;br&gt;If you want to serve a version of it as I do, via an apache cgi interface to the fossil binary, see the documentation at &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org/index.html/wiki?name=Cookbook&quot; href=&quot;http://fossil-scm.org/index.html/wiki?name=Cookbook&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org/index.html/wiki?name=Cookbook&lt;/a&gt; (search for &quot;following apache2 configuration can be used to run the root of a web site with fossil&quot;). Like dclark.us, you can get all of that site for use locally on a computer you own and control via &quot;fossil clone &lt;a target=&quot;_blank&quot; title=&quot;External link to http://fossil-scm.org&quot; href=&quot;http://fossil-scm.org&quot; class=&quot;externalLink&quot;&gt;http://fossil-scm.org&lt;/a&gt;&quot;.&lt;br&gt;&lt;br&gt;There are some settings I always change after creating and opening a new fossil-scm repository:&lt;br&gt;&lt;br&gt;fossil setting editor vi&lt;br&gt;fossil setting web-browser icecat&lt;br&gt;fossil setting http-port 8100&lt;br&gt;&lt;br&gt;The http-port I just increment by one for each new repo, so doing &quot;fossil ui&quot; to open up the fossil wiki / web interface in icecat for separate fossil repositories doesn't interfere with each other (each repository uses its own port on localhost).&lt;br&gt;</description>
@@ -16,11 +16,11 @@
 <category>autonomous</category>
 <category>fossil</category>
 <category>scm</category>
 <category>toRSS</category>
 <link>http://www.tiddlywiki.com/#%5B%5BSimple%20Fossil%20SCM%20Customizations%5D%5D</link>
-<pubDate>Mon, 20 Jul 2009 10:11:08 GMT</pubDate>
+<pubDate>Mon, 20 Jul 2009 10:11:00 GMT</pubDate>
 
 </item>
 <item>
 <title>Free Network Commenting Service - does it exist?</title>
 <description>Working on a blog for dclark.us - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://dclark.us/tktview?name=7643d383d6&quot; href=&quot;http://dclark.us/tktview?name=7643d383d6&quot; class=&quot;externalLink&quot;&gt;http://dclark.us/tktview?name=7643d383d6&lt;/a&gt;&lt;br&gt;&lt;br&gt;Trying to make it very &lt;a target=&quot;_blank&quot; title=&quot;External link to http://autonomo.us&quot; href=&quot;http://autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://autonomo.us&lt;/a&gt; friendly, like the rest of the web-facing software stack I'm migrating to while implementing &lt;a target=&quot;_blank&quot; title=&quot;External link to http://code.autonomo.us&quot; href=&quot;http://code.autonomo.us&quot; class=&quot;externalLink&quot;&gt;http://code.autonomo.us&lt;/a&gt; - this brought to my attention a web service I was until now unaware of - commenting services (also sometimes called commenting systems).&lt;br&gt;&lt;br&gt;There is a thread from the tiddlywiki mailing list - &lt;a target=&quot;_blank&quot; title=&quot;External link to http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&quot; href=&quot;http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&quot; class=&quot;externalLink&quot;&gt;http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14&lt;/a&gt; - discussing this. So far I have found 2 FNS (free network service) possibilities:&lt;br&gt;&lt;br&gt;Comment Widget - Easy Ajax Comments&lt;br&gt;&lt;a target=&quot;_blank&quot; title=&quot;External link to http://www.trailbehind.com/comment_widget/quick_start&quot; href=&quot;http://www.trailbehind.com/comment_widget/quick_start&quot; class=&quot;externalLink&quot;&gt;http://www.trailbehind.com/comment_widget/quick_start&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a target=&quot;_blank&quot; title=&quot;External link to http://symbio.sourceforge.net/&quot; href=&quot;http://symbio.sourceforge.net/&quot; class=&quot;externalLink&quot;&gt;http://symbio.sourceforge.net/&lt;/a&gt; looks like a possibility (although&lt;br&gt;sourceforge is down at the moment so hard to tell)&lt;br&gt;&lt;br&gt;Once some discussion is complete, should email the autonomo.us list and update the autonomo.us wiki wishlist page.</description>