<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://skepticats.com/LnBlog/themes/default/styles/rss.css" ?>
<?xml-stylesheet type="text/xsl" href="http://skepticats.com/LnBlog/themes/default/styles/rss.xsl" ?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<link>http://lnblog.skepticats.com/feeds/Miscellaneous_news.xml</link>
<title>LnBlog</title>
<description>A flexible file-base weblog</description>
<generator>LnBlog 0.9.0</generator>
<item>
<title>I have returned </title>
<link>http://lnblog.skepticats.com/entries/2007/10/I_have_returned.php</link>
<description>
&lt;p&gt;It's hard to believe it's been 6 months since I posted an update here.  That's by far the longest lapse since I started working on LnBlog.&lt;/p&gt;&lt;p&gt;If you're curious as to the reason, I started doing some serious refactoring back in  late April and May, so the codebase was in serious flux.  Then I got distracted looking for a new job.  Then I &lt;em&gt;found&lt;/em&gt; a new job and got distracted adjusting to it.  &lt;em&gt;Then&lt;/em&gt; I had to move for the new job and, well, you get the idea.&lt;/p&gt;&lt;p&gt;So now I'm settled in at my new job as a full-time &lt;acronym title=&quot;Linux, Apache, MySQL, PHP&quot;&gt;LAMP&lt;/acronym&gt; developer, I'm moved into our new house and about ready to put the old one on the market, and so now I feel like a little hobby coding again.&lt;/p&gt;&lt;p&gt;I'll start with the bad news.  I'm probably not going to be releasing anything for a little while, what with having to fix up the code and refamiliarize myself with where I left off.  I'm also switching to PHP 5 after the next release, so if your host only has PHP 4, sorry, but you're out of luck.  PHP 4 has finally been officially &lt;acronym title=&quot;End Of Life&quot;&gt;EOL&lt;/acronym&gt;ed anyway, so it really is time for everyone who's still on version 4 to upgrade.&lt;/p&gt;&lt;p&gt;The good news is that I've already uploaded some fixes to my site, so it should be mostly working again.  I've also been getting lots of good experience at my new job, so I'm expecting the overhaul of LnBlog to speed up.  I've also got lots of new features in mind, particularly on the user interface side.  But first I have to clean up the mess I made earlier this year.&lt;/p&gt;&lt;p&gt;There will be more updates in the coming weeks.  Stay tuned!&lt;/p&gt;
</description>
<author>pageer@skepticats.com (Peter Geer)</author>
<comments>http://lnblog.skepticats.com/entries/2007/10/11_2358/comments/</comments>
<guid>http://lnblog.skepticats.com/entries/2007/10/11_2358/</guid>
</item>
<item>
<title>Now on a subdomain </title>
<link>http://lnblog.skepticats.com/entries/2007/01/Now_on_a_subdomain.php</link>
<description>
&lt;p&gt;Well, now that I have a host that supports subdomains, I've finally gotten around to adding subdomain support to LnBlog.  And so, the URL of this page has now changed to &lt;a href=&quot;http://lnblog.skepticats.com/&quot;&gt;http://lnblog.skepticats.com/&lt;/a&gt;.  Thanks to the wonder that is mod_rewrite, the old URLs should continue to function.&lt;/p&gt;&lt;p&gt;And, of course, it goes without saying that subdomain support will be in the nex release of LnBlog.  Of course, first I'll have to add a user interface to configure it, but at least the back-end code is working now.&lt;/p&gt;
</description>
<author>pageer@skepticats.com (Peter Geer)</author>
<comments>http://lnblog.skepticats.com/entries/2007/01/07_1758/comments/</comments>
<guid>http://lnblog.skepticats.com/entries/2007/01/07_1758/</guid>
</item>
<item>
<title>New file writing twists  </title>
<link>http://lnblog.skepticats.com/entries/2006/12/New_file_writing_twists.php</link>
<description>
&lt;p&gt;It looks like I've got my file permission issues sorted out now.  I case you didn't know, I've &lt;a href=&quot;http://www.skepticats.com/linlog/entries/2006/12/I_m_back_online.phphttp://www.skepticats.com/linlog/entries/2006/12/I_m_back_online.php&quot;&gt;moved to a new web host&lt;/a&gt; and I ended up having some issues with LnBlog.&lt;/p&gt;&lt;p&gt;My previous host ran PHP as an Apache module.  In this configuration, andy files PHP creates are owned by the Apache user.  Basically, this means that if you want a script to write to the filesystem, you have to disable safe_mode and make everything world-writable, or you have to use FTP.  This is the scenario I had in mind when I wrote the NativeFS file writing module for LnBlog.&lt;/p&gt;&lt;p&gt;My new host, however, runs PHP suexec.  This means that PHP is running as CGI, not an Apache module, and is running as my regular user account, not the Apache account.  Thus, there is no need to worry about file permissions or ownership, because everything &amp;quot;just works.&amp;quot;&lt;/p&gt;&lt;p&gt;Well, almost everything.  It turns out that the server objects to scripts and directories that are world-writable, throwing an internal server error.  This is  a good thing as far as security goes.  However, the NativeFS module, by default, makes everything world-writable because it was designed for the mod_php scenario.  Hence it doesn't work.&lt;/p&gt;&lt;p&gt;Needless to say, I've fixed this problem and deployed it on my site.  Basically, I've just added the ability to set the permissions for LnBlog to use when creating files.  I just have to work out the configuration interface and then I'll put up a maintenance release.&lt;/p&gt;
</description>
<author>pageer@skepticats.com (Peter Geer)</author>
<comments>http://lnblog.skepticats.com/entries/2006/12/28_2229/comments/</comments>
<guid>http://lnblog.skepticats.com/entries/2006/12/28_2229/</guid>
</item>
<item>
<title>LnBlog in Linux Format  </title>
<link>http://lnblog.skepticats.com/entries/2006/06/LnBlog_in_Linux_Format.php</link>
<description>
&lt;p&gt;I discovered something rather cool this weekend.  While browsing through a copy of the June 2006 &lt;a href=&quot;http://www.linuxformat.co.uk/&quot;&gt;Linux Format&lt;/a&gt; in Barnes &amp;amp; Noble, I found a reference to LnBlog!  In fact, LnBlog was featured on the first page of their &quot;Hot Picks&quot; section.  I had no idea it was going to be listed, so this was a pleasant surprise for me.&lt;/p&gt;
&lt;p&gt;Their write-up provided a pretty good summary and was generally positive.  It was a little out of date, in that it covered LnBlog 0.6.4, but that's unavoidable, as they always write these things way ahead of time.  The only real criticism the author had was that there is a lack of end-user documentation.  I'm working on fixing that, but it's slow going.  Now, if there were 36 hours in a day, then it might be another story.&lt;/p&gt;
&lt;p&gt;As a point of interest, I was so pleased by this that I actually shelled out the $16 or whatever it was to buy a copy of the magazine.  When I showed the column on LnBlog to my wife Sarah, it took several minutes to convince her that I &lt;em&gt;actually wrote&lt;/em&gt; the software.  (She's obviously not very interested in software.)  The thing that convinced her was that the screenshot with the column used the skepticats theme, which includes a picture of our cat Loki in the banner.  When she asked, &quot;How did they get a picture of Loki?&quot; and I explained that I put it in that theme because I &lt;em&gt;wrote&lt;/em&gt; the program, it finally started to sink in.  After that, she thought it was really cool.&lt;/p&gt;
</description>
<author>pageer@skepticats.com (Peter Geer)</author>
<slash:comments>7</slash:comments>
<comments>http://lnblog.skepticats.com/entries/2006/06/11_1850/comments/</comments>
<wfw:commentRss>http://lnblog.skepticats.com/entries/2006/06/11_1850/comments/comments.xml</wfw:commentRss>
<guid>http://lnblog.skepticats.com/entries/2006/06/11_1850/</guid>
</item>
</channel>
</rss>