<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Official Foswiki Weblog</title>
	
	<link>http://blog.foswiki.org</link>
	<description>The Foswiki project and foundation news source.</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForOfficialFoswikiWeblog" /><feedburner:info uri="commentsforofficialfoswikiweblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Foswiki 1.1.4 heads-up on manual changes to .txt files by WilliamMorgan</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/xkSEYLiP2oA/</link>
		<dc:creator>WilliamMorgan</dc:creator>
		<pubDate>Tue, 07 Feb 2012 03:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=399#comment-2021</guid>
		<description>Thanks for the update. works great on my system. 
 
I saw an old post referring to the idea of creating a database for foswiki - one which would retain the simplicity of text files while utilising indexing capabilities. Is this idea progressing? </description>
		<content:encoded><![CDATA[<p>Thanks for the update. works great on my system. </p>
<p>I saw an old post referring to the idea of creating a database for foswiki &#8211; one which would retain the simplicity of text files while utilising indexing capabilities. Is this idea progressing?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/xkSEYLiP2oA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/comment-page-1/#comment-2021</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki Association board election. by KennethLavrsen</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/0kRua6Fm8m8/</link>
		<dc:creator>KennethLavrsen</dc:creator>
		<pubDate>Wed, 25 Jan 2012 16:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=393#comment-1948</guid>
		<description>You are going to be a fine chairman Sven. Thanks for taking the dirty jobs </description>
		<content:encoded><![CDATA[<p>You are going to be a fine chairman Sven. Thanks for taking the dirty jobs</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/0kRua6Fm8m8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-association-board-election/comment-page-1/#comment-1948</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki 1.1.4 heads-up on manual changes to .txt files by @babar21</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/HgZna1IpEzE/</link>
		<dc:creator>@babar21</dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=399#comment-1947</guid>
		<description>If you want to simply use the .txt date as a base for the .txt,v, you can use the -r option of touch, if your system supports it. So for a single files, that is:  
 
touch -r $file ${file},v&lt;/code&gt; where $file is the path to YourTopic.txt  
 
To do all at once, easiest is to use perl:  
 
perl -MFile::Find=find -wle'find(sub{/^(.*.txt),vz/&amp;&amp;-f&amp;&amp;system("echo touch -f $1 $_")},@ARGV)' /path/to/foswiki/data </description>
		<content:encoded><![CDATA[<p>If you want to simply use the .txt date as a base for the .txt,v, you can use the -r option of touch, if your system supports it. So for a single files, that is:  </p>
<p>touch -r $file ${file},v where $file is the path to YourTopic.txt  </p>
<p>To do all at once, easiest is to use perl:  </p>
<p>perl -MFile::Find=find -wle'find(sub{/^(.*.txt),vz/&amp;&amp;-f&amp;&amp;system("echo touch -f $1 $_")},@ARGV)' /path/to/foswiki/data</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/HgZna1IpEzE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/comment-page-1/#comment-1947</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki 1.1.4 heads-up on manual changes to .txt files by @csirac2</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/apX8qCD8N70/</link>
		<dc:creator>@csirac2</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=399#comment-1946</guid>
		<description>For those interested, we're tracking the performance concern at &lt;a href="http://foswiki.org/Tasks/Item11454" rel="nofollow"&gt;http://foswiki.org/Tasks/Item11454&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>For those interested, we&#39;re tracking the performance concern at <a href="http://foswiki.org/Tasks/Item11454" rel="nofollow">http://foswiki.org/Tasks/Item11454</a></p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/apX8qCD8N70" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-1-1-4-heads-up-on-manual-changes-to-txt-files/comment-page-1/#comment-1946</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki Association board election. by @andrewrjones</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/8FWPjsUQoZk/</link>
		<dc:creator>@andrewrjones</dc:creator>
		<pubDate>Tue, 24 Jan 2012 02:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=393#comment-1941</guid>
		<description>Once we have a newsletter (or any communication), we should ask Perl Weekly if they would like to feature it  &lt;a href="http://(http://perlweekly.com)" rel="nofollow"&gt;(http://perlweekly.com)&lt;/a&gt;. Over 2000 subscribers. </description>
		<content:encoded><![CDATA[<p>Once we have a newsletter (or any communication), we should ask Perl Weekly if they would like to feature it  <a href="http://(http://perlweekly.com)" rel="nofollow">(</a><a href="http://perlweekly.com" rel="nofollow">http://perlweekly.com</a>). Over 2000 subscribers.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/8FWPjsUQoZk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2012/01/foswiki-association-board-election/comment-page-1/#comment-1941</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki is getting SQL RDBMS support by @csirac2</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/eQCkISd_AUM/</link>
		<dc:creator>@csirac2</dc:creator>
		<pubDate>Sat, 04 Jun 2011 12:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=276#comment-1895</guid>
		<description>Yes, an SQL implementation would enable efficient implementation of the "time travel" feature, but there is no complete specification for how this would work. &lt;a href="http://foswiki.org/Development/AddWikiSnapshots" rel="nofollow"&gt;http://foswiki.org/Development/AddWikiSnapshots&lt;/a&gt; has some talk about this, and &lt;a href="http://foswiki.org/Development/LoadDifferentTopicVersions" rel="nofollow"&gt;http://foswiki.org/Development/LoadDifferentTopic...&lt;/a&gt; has some more nitty gritty detail about adding web-topic-version tuples as first-class address syntax to be supported throughout the wiki. Ideas and comments are very welcome :-) 
 
For what it's worth, MongoDBPlugin is storing every version of every topic (but not yet queryable via the QuerySearch versions query syntax yet) </description>
		<content:encoded><![CDATA[<p>Yes, an SQL implementation would enable efficient implementation of the &quot;time travel&quot; feature, but there is no complete specification for how this would work. <a href="http://foswiki.org/Development/AddWikiSnapshots" rel="nofollow">http://foswiki.org/Development/AddWikiSnapshots</a> has some talk about this, and <a href="http://foswiki.org/Development/LoadDifferentTopicVersions" rel="nofollow"></a><a href="http://foswiki.org/Development/LoadDifferentTopic.." rel="nofollow">http://foswiki.org/Development/LoadDifferentTopic..</a>. has some more nitty gritty detail about adding web-topic-version tuples as first-class address syntax to be supported throughout the wiki. Ideas and comments are very welcome <img src='http://blog.foswiki.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>For what it&#39;s worth, MongoDBPlugin is storing every version of every topic (but not yet queryable via the QuerySearch versions query syntax yet)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/eQCkISd_AUM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2010/10/foswiki-is-getting-sql-rdbms-support/comment-page-1/#comment-1895</feedburner:origLink></item>
	<item>
		<title>Comment on Foswiki is getting SQL RDBMS support by Lurker</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/c2j4KTsyTcs/</link>
		<dc:creator>Lurker</dc:creator>
		<pubDate>Tue, 25 Jan 2011 23:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=276#comment-1873</guid>
		<description>Would this be a way to do some "time traveling" in a Foswiki?  One of the reasons that I thought a version control tool would be used underneath a wiki would be to enable viewing an *entire* wiki at particular points in time.  For instance, for a wiki used as release documentation for a major product, there may be times where you want to see what the documentation said at a particular past release point.  Is the idea of using SQL as part of the query language to enable this idea of "time travel"? </description>
		<content:encoded><![CDATA[<p>Would this be a way to do some &quot;time traveling&quot; in a Foswiki?  One of the reasons that I thought a version control tool would be used underneath a wiki would be to enable viewing an *entire* wiki at particular points in time.  For instance, for a wiki used as release documentation for a major product, there may be times where you want to see what the documentation said at a particular past release point.  Is the idea of using SQL as part of the query language to enable this idea of &quot;time travel&quot;?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/c2j4KTsyTcs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2010/10/foswiki-is-getting-sql-rdbms-support/comment-page-1/#comment-1873</feedburner:origLink></item>
	<item>
		<title>Comment on When community really matters – security report turned into release 1.1.2 in only 14 hours by ericnguyen</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/mi-e3jJxTUA/</link>
		<dc:creator>ericnguyen</dc:creator>
		<pubDate>Sun, 21 Nov 2010 07:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=292#comment-1758</guid>
		<description>Great job, folks! 
Congratulations! </description>
		<content:encoded><![CDATA[<p>Great job, folks!<br />
Congratulations!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/mi-e3jJxTUA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2010/11/when-community-really-matters-security-report-turned-into-release-1-1-2-in-only-14-hours/comment-page-1/#comment-1758</feedburner:origLink></item>
	<item>
		<title>Comment on When community really matters – security report turned into release 1.1.2 in only 14 hours by mseibert</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/uSGSe4C3ZWo/</link>
		<dc:creator>mseibert</dc:creator>
		<pubDate>Sat, 13 Nov 2010 11:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=292#comment-1731</guid>
		<description>Congratulations also from me. Awesome community work, that you can be proud of. </description>
		<content:encoded><![CDATA[<p>Congratulations also from me. Awesome community work, that you can be proud of.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/uSGSe4C3ZWo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2010/11/when-community-really-matters-security-report-turned-into-release-1-1-2-in-only-14-hours/comment-page-1/#comment-1731</feedburner:origLink></item>
	<item>
		<title>Comment on When community really matters – security report turned into release 1.1.2 in only 14 hours by RickMach</title>
		<link>http://feedproxy.google.com/~r/CommentsForOfficialFoswikiWeblog/~3/XBDy5qXzfCM/</link>
		<dc:creator>RickMach</dc:creator>
		<pubDate>Fri, 12 Nov 2010 21:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foswiki.org/?p=292#comment-1727</guid>
		<description>Great job and thanks for your continued hard work in the area!  I appreciated the insight to what happened behind the scenes. </description>
		<content:encoded><![CDATA[<p>Great job and thanks for your continued hard work in the area!  I appreciated the insight to what happened behind the scenes.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForOfficialFoswikiWeblog/~4/XBDy5qXzfCM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.foswiki.org/2010/11/when-community-really-matters-security-report-turned-into-release-1-1-2-in-only-14-hours/comment-page-1/#comment-1727</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.505 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-10 16:47:10 --><!-- Compression = gzip -->

