Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 6ba9ebe824dde4f18e1d58eb31dd0e5002f83400 |
|---|---|
| Date: | 2009-07-19 16:55:50 |
| User: | djbclark |
| Comment: | Fossil SCM blog post; improved blog, only toRSS tagged stuff gets in rss feed now, added comments plugin in prep for install of TiddlyWeb |
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
@@ -1,72 +1,35 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding='UTF-8' ?>
<rss version="2.0">
<channel>
<title>djbclark</title>
<link>http://www.tiddlywiki.com/</link>
<description>Danny Clark - http://pobox.com/~dclark - dclark@pobox.com</description>
-<language>en</language>
+<language>en-us</language>
<copyright>Copyright 2009 djbclark</copyright>
-<pubDate>Sat, 04 Jul 2009 14:47:33 GMT</pubDate>
-<lastBuildDate>Sat, 04 Jul 2009 14:47:33 GMT</lastBuildDate>
+<pubDate>Sun, 19 Jul 2009 16:54:34 GMT</pubDate>
+<lastBuildDate>Sun, 19 Jul 2009 16:54:34 GMT</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>TiddlyWiki 2.5.2</generator>
<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>
-<category>journal</category>
+<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/wiki?name=Cookbook" href="http://fossil-scm.org/wiki?name=Cookbook" class="externalLink">http://fossil-scm.org/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>
<category>autonomous</category>
-<category>fns</category>
-<link>http://www.tiddlywiki.com/#%5B%5BFree%20Network%20Commenting%20Service%20-%20does%20it%20exist%3F%5D%5D</link>
-<pubDate>Sat, 04 Jul 2009 14:47:33 GMT</pubDate>
-
-</item>
-<item>
-<title>MainMenu</title>
-<description><strong><a target="_blank" title="External link to http://www.fsf.org" href="http://www.fsf.org" class="externalLink">Free</a> <a target="_blank" title="External link to http://www.gnu.org" href="http://www.gnu.org" class="externalLink">Software</a></strong><br><strong><a target="_blank" title="External link to http://lopsa.org/" href="http://lopsa.org/" class="externalLink">Sys Admin</a></strong><br><strong>and <a target="_blank" title="External link to http://lifelongactivist.com/" href="http://lifelongactivist.com/" class="externalLink">Activist</a></strong><br><br><a target="_blank" title="External link to http://freenode.net/" href="http://freenode.net/" class="externalLink">freenode</a>: djbclark<br><a target="_blank" title="External link to http://www.oftc.net" href="http://www.oftc.net" class="externalLink">oftcnet</a>: djbclark<br><br><strong>Personal</strong><br><a target="_blank" title="External link to http://dclark.us/doc/tip/blog.html" href="http://dclark.us/doc/tip/blog.html" class="externalLink">Blog</a> (<a target="_blank" title="External link to http://dclark.us/doc/tip/blog.xml" href="http://dclark.us/doc/tip/blog.xml" class="externalLink">rss</a>)<br><a target="_blank" title="External link to http://dclark.us/wiki?name=Daniel%20Joseph%20Barnhart%20Clark" href="http://dclark.us/wiki?name=Daniel%20Joseph%20Barnhart%20Clark" class="externalLink">Projects</a><br><a target="_blank" title="External link to http://dclark.us/timeline" href="http://dclark.us/timeline" class="externalLink">Timeline</a><br><a target="_blank" title="External link to http://dclark.us/reportlist" href="http://dclark.us/reportlist" class="externalLink">Tickets</a><br><br><strong><a target="_blank" title="External link to http://www.fsf.org/about/staff#danny" href="http://www.fsf.org/about/staff#danny" class="externalLink">FSF Staff</a></strong><br><a target="_blank" title="External link to https://www.fsf.org/about/systems/fsf-sysadmin-keyring.asc" href="https://www.fsf.org/about/systems/fsf-sysadmin-keyring.asc" class="externalLink">GnuPG Keyring</a><br><a target="_blank" title="External link to https://config.fsf.org/authorized_keys" href="https://config.fsf.org/authorized_keys" class="externalLink">authorized_keys</a></description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#MainMenu</link>
-<pubDate>Sat, 04 Jul 2009 14:43:00 GMT</pubDate>
+<category>fossil</category>
+<category>scm</category>
+<category>toRSS</category>
+<link>http://www.tiddlywiki.com/#%5B%5BSimple%20Fossil%20SCM%20Customizations%5D%5D</link>
+<pubDate>Sun, 19 Jul 2009 16:54:34 GMT</pubDate>
</item>
<item>
-<title>SiteTitle</title>
-<description>djbclark</description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#SiteTitle</link>
-<pubDate>Sat, 04 Jul 2009 14:18:00 GMT</pubDate>
-
-</item>
-<item>
-<title>DefaultTiddlers</title>
-<description></description>
-<link>http://www.tiddlywiki.com/#DefaultTiddlers</link>
-<pubDate>Sat, 04 Jul 2009 14:15:00 GMT</pubDate>
-
-</item>
-<item>
-<title>Blog plugin (with tag support)</title>
-<description><em> </em><strong>Name:</strong> Blog<br><em> </em><strong>Version:</strong> 0.1.1<br><em> </em><strong>Author:</strong> <a target="_blank" title="External link to http://yavin4.anshul.info" href="http://yavin4.anshul.info" class="externalLink">Anshul Nigham</a> (adapted from an earlier plugin by <a target="_blank" title="External link to http://www.checkettsweb.com/" href="http://www.checkettsweb.com/" class="externalLink">ClintChecketts</a>) <br><em> </em>Tag support given by <a target="_blank" title="External link to http://www.sics.se/~emmanuel/" href="http://www.sics.se/%7Eemmanuel/" class="externalLink">Emmanuel Frécon</a><br><em> </em><strong>Type:</strong> Plugin<br><em> </em><strong>Description:</strong> Posts the most recently edited tiddlers when the TiddlyWiki is opened, similar to a blog.<br><em> </em><strong>Syntax:</strong> Change the daysOrPosts and numOfDaysOrPosts variables below<br><em> </em> If daysOrPosts variable is "days", tiddlers from the past numOfDaysOrPosts dates will be displayed<br><em> </em> If daysOrPosts variable is "posts", the past numOfDaysOrPosts tiddlers will be displayed <br><em> </em> The restrictTag variable contains the tag that all entries should contain<br><em> </em> for appearing as blog entries. Other entries will not appear, except for<br><em> </em> those coming from the the defaultTiddlers. If the variable is an empty<br><em> </em> string, then the behaviour is the same version 0.1 (below).<br><br><em> </em> <strong>Tested against:</strong> Tiddlywiki 2.1.3<br><br><em> </em> <strong>HOWTO:</strong> Simply copy this entire tiddler and paste it into a new tiddler in your own tiddlywiki.<br><em> </em> Tag it with systemConfig, and also with systemTiddlers if you don't want it to appear within the blog views. Name it anything you like<br><br>var daysOrPosts = "posts";<br>var numOfDaysOrPosts = "3";<br>var restrictTag = "journal";<br><br>function displayTopTiddlers()<br>{<br> if(window.location.hash) daysOrPosts = "";<br> if(daysOrPosts == "posts")<br> {<br> var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");<br> if (tiddlerNames.length &lt; numOfDaysOrPosts)<br> numOfDaysOrPosts = tiddlerNames.length;<br> for(var t = tiddlerNames.length-numOfDaysOrPosts;t&lt;=tiddlerNames.length-1;t++)<br> if (restrictTag == "" || tiddlerNames[t].isTagged(restrictTag))<br> story.displayTiddler("top",tiddlerNames[t].title,DEFAULT_VIEW_TEMPLATE,false,false);<br> }<br> if (daysOrPosts == "days"){<br> var lastDay = "";<br> var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");<br> var t = tiddlerNames.length -1;<br> var tFollower = 0;<br> for(t;t&gt;=0;t<strike>) if(numOfDaysOrPosts &gt;= 0){<br> var theDay = tiddlerNames[t].modified.convertToYYYYMMDDHHMM().substr(0,8);<br> if(theDay != lastDay){<br> numOfDaysOrPosts = numOfDaysOrPosts -1;<br> lastDay = theDay;<br> tFollower = t;<br> }<br> }<br><br> for(tFollower = tFollower+1; tFollower &lt; tiddlerNames.length;tFollower++){<br> if (restrictTag == "" || tiddlerNames[tFollower].isTagged(restrictTag))<br> displayTiddler("top",tiddlerNames[tFollower].title,DEFAULT_VIEW_TEMPLATE,false,false);<br> }<br><br> }<br>}<br><br>window.original_restart = window.restart;<br>window.restart = function()<br>{<br> window.original_restart();<br> displayTopTiddlers();<br>}<br></strike></description>
-<category>systemConfig</category>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#%5B%5BBlog%20plugin%20(with%20tag%20support)%5D%5D</link>
-<pubDate>Sat, 04 Jul 2009 14:14:00 GMT</pubDate>
-
-</item>
-<item>
-<title>SiteSubtitle</title>
-<description>Danny Clark - <a target="_blank" title="External link to http://pobox.com/~dclark" href="http://pobox.com/%7Edclark" class="externalLink">http://pobox.com/~dclark</a> - dclark@pobox.com</description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#SiteSubtitle</link>
-<pubDate>Sat, 04 Jul 2009 14:14:00 GMT</pubDate>
-
-</item>
-<item>
-<title>GettingStarted</title>
-<description>To get started with this blank <a tiddlylink="TiddlyWiki" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#TiddlyWiki" href="http://www.tiddlywiki.com/#TiddlyWiki" class="externalLink null">TiddlyWiki</a>, you'll need to modify the following tiddlers:<br><ul><li> <a tiddlylink="SiteTitle" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#SiteTitle" href="http://www.tiddlywiki.com/#SiteTitle" class="externalLink null">SiteTitle</a> &amp; <a tiddlylink="SiteSubtitle" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#SiteSubtitle" href="http://www.tiddlywiki.com/#SiteSubtitle" class="externalLink null">SiteSubtitle</a>: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)</li><li> <a tiddlylink="MainMenu" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#MainMenu" href="http://www.tiddlywiki.com/#MainMenu" class="externalLink null">MainMenu</a>: The menu (usually on the left)</li><li> <a tiddlylink="DefaultTiddlers" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#DefaultTiddlers" href="http://www.tiddlywiki.com/#DefaultTiddlers" class="externalLink null">DefaultTiddlers</a>: Contains the names of the tiddlers that you want to appear when the <a tiddlylink="TiddlyWiki" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#TiddlyWiki" href="http://www.tiddlywiki.com/#TiddlyWiki" class="externalLink null">TiddlyWiki</a> is opened</li></ul>You'll also need to enter your username for signing your edits: <input arprops=",,117.333px,,static,auto,visible,,," title="Username for signing your edits" class="txtOptionInput" option="txtUserName"></description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#GettingStarted</link>
-<pubDate>Sat, 04 Jul 2009 13:42:00 GMT</pubDate>
+<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>
+<category>autonomous</category>
+<category>commenting</category>
+<category>toRSS</category>
+<link>http://www.tiddlywiki.com/#%5B%5BFree%20Network%20Commenting%20Service%20-%20does%20it%20exist%3F%5D%5D</link>
+<pubDate>Sun, 19 Jul 2009 16:53:26 GMT</pubDate>
</item>
</channel>
</rss>
Changes to index.html
cannot compute difference between binary files
Changes to index.xml
@@ -1,72 +1,35 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding='UTF-8' ?>
<rss version="2.0">
<channel>
<title>djbclark</title>
<link>http://www.tiddlywiki.com/</link>
<description>Danny Clark - http://pobox.com/~dclark - dclark@pobox.com</description>
-<language>en</language>
+<language>en-us</language>
<copyright>Copyright 2009 djbclark</copyright>
-<pubDate>Sat, 04 Jul 2009 14:47:33 GMT</pubDate>
-<lastBuildDate>Sat, 04 Jul 2009 14:47:33 GMT</lastBuildDate>
+<pubDate>Sun, 19 Jul 2009 16:54:34 GMT</pubDate>
+<lastBuildDate>Sun, 19 Jul 2009 16:54:34 GMT</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>TiddlyWiki 2.5.2</generator>
<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>
-<category>journal</category>
+<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/wiki?name=Cookbook" href="http://fossil-scm.org/wiki?name=Cookbook" class="externalLink">http://fossil-scm.org/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>
<category>autonomous</category>
-<category>fns</category>
-<link>http://www.tiddlywiki.com/#%5B%5BFree%20Network%20Commenting%20Service%20-%20does%20it%20exist%3F%5D%5D</link>
-<pubDate>Sat, 04 Jul 2009 14:47:33 GMT</pubDate>
-
-</item>
-<item>
-<title>MainMenu</title>
-<description><strong><a target="_blank" title="External link to http://www.fsf.org" href="http://www.fsf.org" class="externalLink">Free</a> <a target="_blank" title="External link to http://www.gnu.org" href="http://www.gnu.org" class="externalLink">Software</a></strong><br><strong><a target="_blank" title="External link to http://lopsa.org/" href="http://lopsa.org/" class="externalLink">Sys Admin</a></strong><br><strong>and <a target="_blank" title="External link to http://lifelongactivist.com/" href="http://lifelongactivist.com/" class="externalLink">Activist</a></strong><br><br><a target="_blank" title="External link to http://freenode.net/" href="http://freenode.net/" class="externalLink">freenode</a>: djbclark<br><a target="_blank" title="External link to http://www.oftc.net" href="http://www.oftc.net" class="externalLink">oftcnet</a>: djbclark<br><br><strong>Personal</strong><br><a target="_blank" title="External link to http://dclark.us/doc/tip/blog.html" href="http://dclark.us/doc/tip/blog.html" class="externalLink">Blog</a> (<a target="_blank" title="External link to http://dclark.us/doc/tip/blog.xml" href="http://dclark.us/doc/tip/blog.xml" class="externalLink">rss</a>)<br><a target="_blank" title="External link to http://dclark.us/wiki?name=Daniel%20Joseph%20Barnhart%20Clark" href="http://dclark.us/wiki?name=Daniel%20Joseph%20Barnhart%20Clark" class="externalLink">Projects</a><br><a target="_blank" title="External link to http://dclark.us/timeline" href="http://dclark.us/timeline" class="externalLink">Timeline</a><br><a target="_blank" title="External link to http://dclark.us/reportlist" href="http://dclark.us/reportlist" class="externalLink">Tickets</a><br><br><strong><a target="_blank" title="External link to http://www.fsf.org/about/staff#danny" href="http://www.fsf.org/about/staff#danny" class="externalLink">FSF Staff</a></strong><br><a target="_blank" title="External link to https://www.fsf.org/about/systems/fsf-sysadmin-keyring.asc" href="https://www.fsf.org/about/systems/fsf-sysadmin-keyring.asc" class="externalLink">GnuPG Keyring</a><br><a target="_blank" title="External link to https://config.fsf.org/authorized_keys" href="https://config.fsf.org/authorized_keys" class="externalLink">authorized_keys</a></description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#MainMenu</link>
-<pubDate>Sat, 04 Jul 2009 14:43:00 GMT</pubDate>
+<category>fossil</category>
+<category>scm</category>
+<category>toRSS</category>
+<link>http://www.tiddlywiki.com/#%5B%5BSimple%20Fossil%20SCM%20Customizations%5D%5D</link>
+<pubDate>Sun, 19 Jul 2009 16:54:34 GMT</pubDate>
</item>
<item>
-<title>SiteTitle</title>
-<description>djbclark</description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#SiteTitle</link>
-<pubDate>Sat, 04 Jul 2009 14:18:00 GMT</pubDate>
-
-</item>
-<item>
-<title>DefaultTiddlers</title>
-<description></description>
-<link>http://www.tiddlywiki.com/#DefaultTiddlers</link>
-<pubDate>Sat, 04 Jul 2009 14:15:00 GMT</pubDate>
-
-</item>
-<item>
-<title>Blog plugin (with tag support)</title>
-<description><em> </em><strong>Name:</strong> Blog<br><em> </em><strong>Version:</strong> 0.1.1<br><em> </em><strong>Author:</strong> <a target="_blank" title="External link to http://yavin4.anshul.info" href="http://yavin4.anshul.info" class="externalLink">Anshul Nigham</a> (adapted from an earlier plugin by <a target="_blank" title="External link to http://www.checkettsweb.com/" href="http://www.checkettsweb.com/" class="externalLink">ClintChecketts</a>) <br><em> </em>Tag support given by <a target="_blank" title="External link to http://www.sics.se/~emmanuel/" href="http://www.sics.se/%7Eemmanuel/" class="externalLink">Emmanuel Frécon</a><br><em> </em><strong>Type:</strong> Plugin<br><em> </em><strong>Description:</strong> Posts the most recently edited tiddlers when the TiddlyWiki is opened, similar to a blog.<br><em> </em><strong>Syntax:</strong> Change the daysOrPosts and numOfDaysOrPosts variables below<br><em> </em> If daysOrPosts variable is "days", tiddlers from the past numOfDaysOrPosts dates will be displayed<br><em> </em> If daysOrPosts variable is "posts", the past numOfDaysOrPosts tiddlers will be displayed <br><em> </em> The restrictTag variable contains the tag that all entries should contain<br><em> </em> for appearing as blog entries. Other entries will not appear, except for<br><em> </em> those coming from the the defaultTiddlers. If the variable is an empty<br><em> </em> string, then the behaviour is the same version 0.1 (below).<br><br><em> </em> <strong>Tested against:</strong> Tiddlywiki 2.1.3<br><br><em> </em> <strong>HOWTO:</strong> Simply copy this entire tiddler and paste it into a new tiddler in your own tiddlywiki.<br><em> </em> Tag it with systemConfig, and also with systemTiddlers if you don't want it to appear within the blog views. Name it anything you like<br><br>var daysOrPosts = "posts";<br>var numOfDaysOrPosts = "3";<br>var restrictTag = "journal";<br><br>function displayTopTiddlers()<br>{<br> if(window.location.hash) daysOrPosts = "";<br> if(daysOrPosts == "posts")<br> {<br> var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");<br> if (tiddlerNames.length &lt; numOfDaysOrPosts)<br> numOfDaysOrPosts = tiddlerNames.length;<br> for(var t = tiddlerNames.length-numOfDaysOrPosts;t&lt;=tiddlerNames.length-1;t++)<br> if (restrictTag == "" || tiddlerNames[t].isTagged(restrictTag))<br> story.displayTiddler("top",tiddlerNames[t].title,DEFAULT_VIEW_TEMPLATE,false,false);<br> }<br> if (daysOrPosts == "days"){<br> var lastDay = "";<br> var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");<br> var t = tiddlerNames.length -1;<br> var tFollower = 0;<br> for(t;t&gt;=0;t<strike>) if(numOfDaysOrPosts &gt;= 0){<br> var theDay = tiddlerNames[t].modified.convertToYYYYMMDDHHMM().substr(0,8);<br> if(theDay != lastDay){<br> numOfDaysOrPosts = numOfDaysOrPosts -1;<br> lastDay = theDay;<br> tFollower = t;<br> }<br> }<br><br> for(tFollower = tFollower+1; tFollower &lt; tiddlerNames.length;tFollower++){<br> if (restrictTag == "" || tiddlerNames[tFollower].isTagged(restrictTag))<br> displayTiddler("top",tiddlerNames[tFollower].title,DEFAULT_VIEW_TEMPLATE,false,false);<br> }<br><br> }<br>}<br><br>window.original_restart = window.restart;<br>window.restart = function()<br>{<br> window.original_restart();<br> displayTopTiddlers();<br>}<br></strike></description>
-<category>systemConfig</category>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#%5B%5BBlog%20plugin%20(with%20tag%20support)%5D%5D</link>
-<pubDate>Sat, 04 Jul 2009 14:14:00 GMT</pubDate>
-
-</item>
-<item>
-<title>SiteSubtitle</title>
-<description>Danny Clark - <a target="_blank" title="External link to http://pobox.com/~dclark" href="http://pobox.com/%7Edclark" class="externalLink">http://pobox.com/~dclark</a> - dclark@pobox.com</description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#SiteSubtitle</link>
-<pubDate>Sat, 04 Jul 2009 14:14:00 GMT</pubDate>
-
-</item>
-<item>
-<title>GettingStarted</title>
-<description>To get started with this blank <a tiddlylink="TiddlyWiki" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#TiddlyWiki" href="http://www.tiddlywiki.com/#TiddlyWiki" class="externalLink null">TiddlyWiki</a>, you'll need to modify the following tiddlers:<br><ul><li> <a tiddlylink="SiteTitle" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#SiteTitle" href="http://www.tiddlywiki.com/#SiteTitle" class="externalLink null">SiteTitle</a> &amp; <a tiddlylink="SiteSubtitle" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#SiteSubtitle" href="http://www.tiddlywiki.com/#SiteSubtitle" class="externalLink null">SiteSubtitle</a>: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)</li><li> <a tiddlylink="MainMenu" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#MainMenu" href="http://www.tiddlywiki.com/#MainMenu" class="externalLink null">MainMenu</a>: The menu (usually on the left)</li><li> <a tiddlylink="DefaultTiddlers" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#DefaultTiddlers" href="http://www.tiddlywiki.com/#DefaultTiddlers" class="externalLink null">DefaultTiddlers</a>: Contains the names of the tiddlers that you want to appear when the <a tiddlylink="TiddlyWiki" refresh="link" target="_blank" title="External link to http://www.tiddlywiki.com/#TiddlyWiki" href="http://www.tiddlywiki.com/#TiddlyWiki" class="externalLink null">TiddlyWiki</a> is opened</li></ul>You'll also need to enter your username for signing your edits: <input arprops=",,117.333px,,static,auto,visible,,," title="Username for signing your edits" class="txtOptionInput" option="txtUserName"></description>
-<category>systemTiddlers</category>
-<link>http://www.tiddlywiki.com/#GettingStarted</link>
-<pubDate>Sat, 04 Jul 2009 13:42:00 GMT</pubDate>
+<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>
+<category>autonomous</category>
+<category>commenting</category>
+<category>toRSS</category>
+<link>http://www.tiddlywiki.com/#%5B%5BFree%20Network%20Commenting%20Service%20-%20does%20it%20exist%3F%5D%5D</link>
+<pubDate>Sun, 19 Jul 2009 16:53:26 GMT</pubDate>
</item>
</channel>
</rss>