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
- branch=trunk inherited from [9fd784277e] branch timeline
- sym-trunk inherited from [9fd784277e]
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 - <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a> - 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. <br><br>I found out about fossil doing research for <a target="_blank" title="External link to http://code.autonomo.us" href="http://code.autonomo.us" class="externalLink">http://code.autonomo.us</a> - 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.<br><br>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.<br><br>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 <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a> and then doing "fossil clone <a target="_blank" title="External link to http://dclark.us" href="http://dclark.us" class="externalLink">http://dclark.us</a>". You can get the source code for the version of fossil I am running at the moment (see "Fossil version" on the lower right-hand side of <a target="_blank" title="External link to http://dclark.us" href="http://dclark.us" class="externalLink">http://dclark.us</a>) from fossil's web site; I have made no fossil source code level changes.<br><br>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 <a target="_blank" title="External link to http://fossil-scm.org/index.html/wiki?name=Cookbook" href="http://fossil-scm.org/index.html/wiki?name=Cookbook" class="externalLink">http://fossil-scm.org/index.html/wiki?name=Cookbook</a> (search for "following apache2 configuration can be used to run the root of a web site with fossil"). Like dclark.us, you can get all of that site for use locally on a computer you own and control via "fossil clone <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a>".<br><br>There are some settings I always change after creating and opening a new fossil-scm repository:<br><br>fossil setting editor vi<br>fossil setting web-browser icecat<br>fossil setting http-port 8100<br><br>The http-port I just increment by one for each new repo, so doing "fossil ui" 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).<br></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 - <a target="_blank" title="External link to http://dclark.us/tktview?name=7643d383d6" href="http://dclark.us/tktview?name=7643d383d6" class="externalLink">http://dclark.us/tktview?name=7643d383d6</a><br><br>Trying to make it very <a target="_blank" title="External link to http://autonomo.us" href="http://autonomo.us" class="externalLink">http://autonomo.us</a> friendly, like the rest of the web-facing software stack I'm migrating to while implementing <a target="_blank" title="External link to http://code.autonomo.us" href="http://code.autonomo.us" class="externalLink">http://code.autonomo.us</a> - this brought to my attention a web service I was until now unaware of - commenting services (also sometimes called commenting systems).<br><br>There is a thread from the tiddlywiki mailing list - <a target="_blank" title="External link to http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14" href="http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14" class="externalLink">http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14</a> - discussing this. So far I have found 2 FNS (free network service) possibilities:<br><br>Comment Widget - Easy Ajax Comments<br><a target="_blank" title="External link to http://www.trailbehind.com/comment_widget/quick_start" href="http://www.trailbehind.com/comment_widget/quick_start" class="externalLink">http://www.trailbehind.com/comment_widget/quick_start</a><br><br><a target="_blank" title="External link to http://symbio.sourceforge.net/" href="http://symbio.sourceforge.net/" class="externalLink">http://symbio.sourceforge.net/</a> looks like a possibility (although<br>sourceforge is down at the moment so hard to tell)<br><br>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 - <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a> - 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. <br><br>I found out about fossil doing research for <a target="_blank" title="External link to http://code.autonomo.us" href="http://code.autonomo.us" class="externalLink">http://code.autonomo.us</a> - 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.<br><br>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.<br><br>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 <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a> and then doing "fossil clone <a target="_blank" title="External link to http://dclark.us" href="http://dclark.us" class="externalLink">http://dclark.us</a>". You can get the source code for the version of fossil I am running at the moment (see "Fossil version" on the lower right-hand side of <a target="_blank" title="External link to http://dclark.us" href="http://dclark.us" class="externalLink">http://dclark.us</a>) from fossil's web site; I have made no fossil source code level changes.<br><br>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 <a target="_blank" title="External link to http://fossil-scm.org/index.html/wiki?name=Cookbook" href="http://fossil-scm.org/index.html/wiki?name=Cookbook" class="externalLink">http://fossil-scm.org/index.html/wiki?name=Cookbook</a> (search for "following apache2 configuration can be used to run the root of a web site with fossil"). Like dclark.us, you can get all of that site for use locally on a computer you own and control via "fossil clone <a target="_blank" title="External link to http://fossil-scm.org" href="http://fossil-scm.org" class="externalLink">http://fossil-scm.org</a>".<br><br>There are some settings I always change after creating and opening a new fossil-scm repository:<br><br>fossil setting editor vi<br>fossil setting web-browser icecat<br>fossil setting http-port 8100<br><br>The http-port I just increment by one for each new repo, so doing "fossil ui" 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).<br></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 - <a target="_blank" title="External link to http://dclark.us/tktview?name=7643d383d6" href="http://dclark.us/tktview?name=7643d383d6" class="externalLink">http://dclark.us/tktview?name=7643d383d6</a><br><br>Trying to make it very <a target="_blank" title="External link to http://autonomo.us" href="http://autonomo.us" class="externalLink">http://autonomo.us</a> friendly, like the rest of the web-facing software stack I'm migrating to while implementing <a target="_blank" title="External link to http://code.autonomo.us" href="http://code.autonomo.us" class="externalLink">http://code.autonomo.us</a> - this brought to my attention a web service I was until now unaware of - commenting services (also sometimes called commenting systems).<br><br>There is a thread from the tiddlywiki mailing list - <a target="_blank" title="External link to http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14" href="http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14" class="externalLink">http://groups.google.com/group/TiddlyWiki/browse_thread/thread/620c1862487cff14</a> - discussing this. So far I have found 2 FNS (free network service) possibilities:<br><br>Comment Widget - Easy Ajax Comments<br><a target="_blank" title="External link to http://www.trailbehind.com/comment_widget/quick_start" href="http://www.trailbehind.com/comment_widget/quick_start" class="externalLink">http://www.trailbehind.com/comment_widget/quick_start</a><br><br><a target="_blank" title="External link to http://symbio.sourceforge.net/" href="http://symbio.sourceforge.net/" class="externalLink">http://symbio.sourceforge.net/</a> looks like a possibility (although<br>sourceforge is down at the moment so hard to tell)<br><br>Once some discussion is complete, should email the autonomo.us list and update the autonomo.us wiki wishlist page.</description>