<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.bryght.com">
<channel>
 <title>Richard Eriksson&#039;s blog</title>
 <link>http://www.bryght.com/blog/richard-eriksson</link>
 <description></description>
 <language>en</language>
<item>
 <title>What Would Seth Godin Do?</title>
 <link>http://www.bryght.com/blog/richard-eriksson/what-would-seth-godin-do</link>
 <description>Inspired by &lt;a href=&quot;http://www.darrenbarefoot.com/archives/2007/02/boring-site-note-ignore-the-peculiar-welcome-message.html&quot;&gt;Darren&amp;#39;s boring site note&lt;/a&gt;&amp;mdash;which I usually find interesting&amp;mdash;about his trying out a new WordPress plugin to his blog, and a brief email conversation, I developed &lt;a href=&quot;http://drupal.org/project/wwsgd&quot;&gt;the What Would Seth Godin Do? module&lt;/a&gt;.&amp;nbsp; It uses code from &lt;a href=&quot;http://www.richardkmiller.com/blog/wordpress-plugin-what-would-seth-godin-do/&quot;&gt;the WP plugin written by Richard K. Miller&lt;/a&gt;, adding a block to Drupal 5 sites for the first few visits people make to the website, with a friendly message to that visitor.&amp;nbsp; The administrator chooses how many visits constitutes a few, and what the message might be, such as &amp;#39;how to get started&amp;#39; or, currently, a link to the site&amp;#39;s main RSS feed.&amp;nbsp; The block disappears after the number of visits set by the administrator.&lt;br /&gt;&lt;br /&gt;The way it works is that it adds content to the enabled block if the visits are under the specified number, tracked through a special cookie, and if that number is reached, the block&amp;#39;s content goes blank.&amp;nbsp; (Drupal blocks do not display if there is no content to display.)&amp;nbsp; The name of the module is inspired by &lt;a href=&quot;http://sethgodin.typepad.com/seths_blog/2006/08/in_the_middle_s.html&quot;&gt;a blog post Seth Godin wrote&lt;/a&gt; last year arguing that new users to a site should get a little more help than frequent visitors.&lt;br /&gt;&lt;br /&gt;It took about a half day to write, test, create the project on Drupal.org, and re-learn the correct steps for checking it into CVS, and fix silly bugs like leaving in the dummy text during the initial checkin.&amp;nbsp; Oops!&amp;nbsp; I still have the module flagged as &amp;#39;developmental&amp;#39;, since I haven&amp;#39;t done enough testing, and would like to make sure it works across browsers.&amp;nbsp; It&amp;#39;s a pretty simple module, so I would love to hear feedback about it before tagging it for a 1.0 release.</description>
 <category domain="http://www.bryght.com/tags/drupal">drupal</category>
 <category domain="http://www.bryght.com/tags/module">module</category>
 <category domain="http://www.bryght.com/tags/seth-godin">Seth Godin</category>
 <pubDate>Mon, 17 Sep 2007 16:31:07 -0700</pubDate>
</item>
<item>
 <title>Taglines</title>
 <link>http://www.bryght.com/blog/richard-eriksson/taglines</link>
 <description>Over at &lt;a href=&quot;http://justagwailo.com/&quot;&gt;my personal blog&lt;/a&gt;, I&amp;#39;ve been writing Interesting Site Notes, the title an homage to those who call their mentions of what they change about their site &amp;quot;boring site notes&amp;quot;.&amp;nbsp; First in the series is &lt;a href=&quot;http://justagwailo.com/2007/07/23/taglines&quot;&gt;an article about taglines&lt;/a&gt;, or, rather, automatically setting the Drupal slogan to whatever you want based on a custom content type and a little bit of module magic.&amp;nbsp; For Bryght customers, it would require running a VPS, as while it makes use of CCK and Views, it also requires some custom code I wrote which, on saving a new item of a custom content type, picks out the title and stores it in the &amp;#39;slogan&amp;#39;, which appears in the title of the site and in the heading of most themes.&lt;br /&gt;&lt;br /&gt;If you just want to subscribe to my Interesting Site Notes, then &lt;a href=&quot;http://justagwailo.com/tag/changelog&quot;&gt;the &amp;#39;changelog&amp;#39; tag&lt;/a&gt; is for you.&lt;br /&gt;</description>
 <category domain="http://www.bryght.com/tags/drupal">drupal</category>
 <category domain="http://www.bryght.com/tags/taglines">taglines</category>
 <pubDate>Wed, 01 Aug 2007 15:01:53 -0700</pubDate>
</item>
<item>
 <title>Looking for Help in Documenting Drupal&#039;s Syslog Module</title>
 <link>http://www.bryght.com/blog/richard-eriksson/looking-for-help-in-documenting-drupals-syslog-module</link>
 <description>&lt;p&gt;In October of last year, I wrote a couple of articles, &lt;a href=&quot;http://justagwailo.com/filter/2006/10/27/openness&quot;&gt;one about openness with regards to open source documentation&lt;/a&gt; and &lt;a href=&quot;http://justagwailo.com/filter/2006/10/27/open-source-world&quot;&gt;another about learning to embrace not knowing everything about the software or service you&amp;#39;re documenting&lt;/a&gt;.  I argued that if you&amp;#39;re committed to openness in the support process, then you&amp;#39;re also committing to asking for help when you don&amp;#39;t know the answer to something.  As the support master for Bryght, I&amp;#39;ve been tasked with writing some documentation for new functionality we added for in our new Bryght Basic profile, i.e. the ability to route system messages to essentially anywhere.  This will be part of core for Drupal 6, and it has been backported for our Drupal 5 VPS customers. (&lt;a href=&quot;http://www.bryght.com/blog/boris-mann/reverse-bounty-backport-configurable-watchdog-logging-to-drupal-5&quot;&gt;Boris posted the reverse bounty&lt;/a&gt;, and &lt;a href=&quot;http://drupal.org/node/149341&quot;&gt;Khalid came through with a backport&lt;/a&gt;.)  I&amp;#39;ve written some &lt;b&gt;&lt;a href=&quot;http://support.bryght.com/vps/syslog&quot;&gt;skeletal documentation on the new Syslog module&lt;/a&gt;&lt;/b&gt;, I&amp;#39;ve been able to figure out and document routing Drupal logs to a file, which you can run the Unix &lt;code&gt;tail&lt;/code&gt; command on to get a live view of what&amp;#39;s happening on the site:&lt;/p&gt;  &lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://bryght.com/sites/bryght.com/files/images/justagwailo-syslog-aug.1.2007.png&quot; alt=&quot;screenshot of justagwailo.com&amp;#39;s syslog tail, with some test data&quot; /&gt;&lt;/div&gt;  &lt;p&gt;In that screenshot you can see that I typed in two URLs I knew to throw a 404 error message, tried a URL I knew would get access denied, created a test blog post then deleted it.  It contains a lot of information, like the date, the site in question, the URL accessed, and the error/status message.&lt;/p&gt;</description>
 <category domain="http://www.bryght.com/tags/documentation">documentation</category>
 <category domain="http://www.bryght.com/tags/drupal">drupal</category>
 <category domain="http://www.bryght.com/tags/syslog">syslog</category>
 <category domain="http://www.bryght.com/tags/syslog-conf">syslog.conf</category>
 <pubDate>Wed, 01 Aug 2007 13:49:47 -0700</pubDate>
</item>
<item>
 <title>My Two Years At Bryght</title>
 <link>http://www.bryght.com/blog/richard-eriksson/my-two-years-at-bryght</link>
 <description>Today marks the two-year anniversary since my official start at Bryght, easily the longest full-time job I&amp;#39;ve had, and easily the best.&amp;nbsp; (It beat out other jobs I enjoyed as well, which included teacher&amp;#39;s assistant at an alternative high school in Surrey and the Internet training summers at a public library.&amp;nbsp; More on that in a bit.)&amp;nbsp; Thanks to &lt;a href=&quot;http://www.lancetracey.com/&quot;&gt;Lance&lt;/a&gt;, &lt;a href=&quot;http://www.walkah.net/&quot;&gt;James&lt;/a&gt;, &lt;a href=&quot;http://www.daemon.co.za&quot;&gt;Adrian&lt;/a&gt;, &lt;a href=&quot;http://www.rolandtanglao.com/&quot;&gt;Roland&lt;/a&gt;, &lt;a href=&quot;http://www.mixedcontent.com/&quot;&gt;Colin&lt;/a&gt;, &lt;a href=&quot;http://www.kriskrug.com/&quot;&gt;Kris&lt;/a&gt;, &lt;a href=&quot;http://www.bmannconsulting.com/&quot;&gt;Boris&lt;/a&gt;, and, this year, &lt;a href=&quot;http://www.puregin.org/&quot;&gt;Djun&lt;/a&gt;, &lt;a href=&quot;http://www.acko.net&quot;&gt;Steven&lt;/a&gt; and &lt;a href=&quot;http://ptorgie.wordpress.com/&quot;&gt;Petrina&lt;/a&gt; (&lt;a href=&quot;http://www.flickr.com/photos/kk/231240139/&quot;&gt;her last day today&lt;/a&gt;, so sad) for making this an enjoyable two years so far.&amp;nbsp; Because of Bryght, I&amp;#39;ve been to a few conferences and even met some of my online friends and, occasionally, heroes.  Every day I learn something new about technology, business, and, importantly, myself.   I&amp;#39;ve learned a lot about working at a small startup, supporting many customers at a time, improving my programming and system administration skills, and participating in an open source community that is Drupal.&amp;nbsp; I&amp;#39;ve been &lt;b&gt;very&lt;/b&gt; impressed with the quality both of the code and the interaction between community members, not only within Drupal but between the Drupal community and other open source communities.  &lt;p&gt;I hope in the coming months to be a little more active outside my &amp;quot;official&amp;quot; duties at Bryght (do I even have official duties?) such as maintaing the small modules I wrote and participating more on the Drupal.org forums, as well as contributing documentation to the handbooks.&amp;nbsp; I&amp;#39;d like to do more public speaking, something that, even though &lt;a href=&quot;http://www.justagwailo.com/introverts-social-software&quot;&gt;I consider myself an introvert&lt;/a&gt;, I really enjoy.&amp;nbsp; As a teacher&amp;#39;s assistant, I didn&amp;#39;t so much as public speak as help a dozen kids at once on some of the more technology-oriented lessons, and as an Internet trainer, taught the basics to a group of people, sometimes as large as 20 people.&amp;nbsp; Those numbers don&amp;#39;t look so big, but I think they&amp;#39;re about right for people to go to a session and have a good balance between lecture-style speech and question and answers, which I always prefer to have during the presentation, not after.&amp;nbsp; That way it&amp;#39;s more of a conversation than a presentation, and I think people get more out of those than someone standing up, showing slides and waiting until the end to have only a few questions due to time constraints.&lt;/p&gt;</description>
 <pubDate>Fri, 01 Sep 2006 15:37:19 -0700</pubDate>
</item>
<item>
 <title>My First Drupal Module: Talk Like a Pirate</title>
 <link>http://www.bryght.com/blog/richard-eriksson/my-first-drupal-module-talk-like-a-pirate</link>
 <description> &lt;p&gt;Those reading our posts at the Bryght company weblog today might think we&#039;ve stayed up a few too many late nights.&amp;nbsp; Either that, or you already know it&#039;s &lt;a href=&quot;http://www.talklikeapirate.com/&quot;&gt;Talk Like a Pirate Day&lt;/a&gt;, which means a lot of &amp;quot;yarr&amp;quot; and &amp;quot;matey&amp;quot; being spoken around the office.  It speaks to the quality of the Drupal code-base and &lt;a href=&quot;http://drupaldocs.org/&quot;&gt;the developer documentation&lt;/a&gt;, our development process and open source development process that someone like me with an intermediate level of PHP coding experience can contribute to the Drupal project.&lt;/p&gt;   &lt;p&gt;The day&#039;s almost over, and as coded, the filter should revert anything that appears as if it&#039;s in &amp;quot;pirate&amp;quot; back to its original contemporary English. For next year, though, &lt;a href=&quot;http://drupal.org/node/31270&quot;&gt;check out the module&lt;/a&gt; and since I&#039;m the official maintainer of the module (it&#039;s a side-product, since &amp;quot;I&#039;m not a Drupal developer&amp;quot;), send in those bug reports and feature requests!&lt;/p&gt; </description>
 <pubDate>Mon, 19 Sep 2005 16:16:57 -0700</pubDate>
</item>
<item>
 <title>Drupal Is Starting To Become Real Competition</title>
 <link>http://www.bryght.com/blog/richard-eriksson/drupal-is-starting-to-become-real-competition</link>
 <description>&lt;p&gt;At the end of an article &lt;a href=&quot;http://www.crmbuyer.com/story/39463.html&quot;&gt;on Six Apart&#039;s purchase of LiveJournal in &lt;i&gt;CRM News&lt;/i&gt;&lt;/a&gt;, reporter Jennifer LeClaire reports the following:&lt;/p&gt;  &lt;blockquote&gt;Ochman was referring to Drupal as a potentially fierce competitor going forward. Ochman said Drupal was organized by developers who were frustrated by slow fixes to bugs in Six Apart&#039;s Moveable Type and other popular blogging software programs. The Drupal project released version 4.5.1 of its open-source content management Latest News about content management platform in December.&lt;br /&gt;&lt;br /&gt;&amp;quot;Drupal does everything that Moveable Type and a lot of the other popular software can do and then some -- and it&#039;s free,&amp;quot; Ochman said. &amp;quot;Like Firefox, it&#039;s always being updated and improved. Drupal is starting to become real competition. The strong companies are going to be the successful ones.&amp;quot;&lt;/blockquote&gt;  &lt;p&gt;Looking back at &lt;a href=&quot;http://drupal.org/node/15642&quot;&gt;Drupal&#039;s birthday announcement&lt;/a&gt; eariler this year, which celebrated 4 years of development (since January 2001), it&#039;s clear that Drupal started development independent of any perceived need to fix bugs in Movable Type, which commenced development in September of 2001. Ochman is correct, however, about the amount of activity surrounding Drupal development, and releases are frequent enough to satisfy those who want bugs fixed and new features without overwhelming users into having to upgrade too often.&lt;/p&gt;  &lt;p&gt;Of course, a little competition is healthy, but so is growing the ecosystem.&lt;/p&gt;</description>
 <category domain="http://www.bryght.com/tags/competition">competition</category>
 <category domain="http://www.bryght.com/tags/drupal">drupal</category>
 <category domain="http://www.bryght.com/tags/livejournal">LiveJournal</category>
 <category domain="http://www.bryght.com/tags/six-apart">Six Apart</category>
 <pubDate>Mon, 28 Feb 2005 12:07:25 -0800</pubDate>
</item>
<item>
 <title>Audio of Dries&#039; Presentation to the Vancouver PHP Association</title>
 <link>http://www.bryght.com/blog/richard-eriksson/audio-of-dries-presentation-to-the-vancouver-php-association</link>
 <description>Late last month, &lt;a href=&quot;http://vancouver.php.net/node/view/34&quot;&gt;Dries Buytaert presented Drupal to the Vancouver PHP Association&lt;/a&gt;, and I recorded it on my Powerbook.  The quality is such as it is because of my sitting far away, Dries&#039; relative soft-spokenness, and because I had nowhere but my lap to put the Powerbook.  Or maybe the problem was between the chair and keyboard, but I will deny that categorically if accused.  The &lt;a href=&quot;conf/bryght.com/files/drupal-presentation-vancouver-php-association-oct-28-2004.mp3&quot;&gt;76 MB MP3 of the presentation is available&lt;/a&gt;, and there were questions afterwards, most of which are included but may not have been picked up.

It was Dries&#039; first presentation about Drupal, and he says he whipped it up quickly, but if so, I was impressed with the level of technical detail included in it.</description>
 <category domain="http://www.bryght.com/news/category/media-releases">Media Releases</category>
 <pubDate>Thu, 04 Nov 2004 16:15:19 -0800</pubDate>
</item>
<item>
 <title>Bryght XBox Party</title>
 <link>http://www.bryght.com/blog/richard-eriksson/bryght-xbox-party</link>
 <description>
At Bryght, we work hard and we play hard.  Last night, the Bryght guys attended &lt;a href=&quot;http://vancouver.php.net/?q=node/view/34&quot;&gt;a presentation by Drupal lead developer Dries Buytaert&lt;/a&gt;—the pronunciation of his name was a question for the post-presentation quiz, a &amp;quot;Powered by Drupal, hosted by Bryght&amp;quot; t-shirt being the prize—and &lt;a href=&quot;http://anarkystic.com/blog/&quot;&gt;Andy Smith&lt;/a&gt; of &lt;a href=&quot;http://www.sxip.com/&quot;&gt;Sxip Networks&lt;/a&gt; joined us and took photos.  He has uploaded the photos to his (and our) favourite photo-sharing application, &lt;a href=&quot;http://www.flickr.com&quot;&gt;Flickr&lt;/a&gt;.  &lt;a href=&quot;http://www.flickr.com/photos/termie/sets/28810/&quot;&gt;Check out the photo set&lt;/a&gt;, some of which have been tagged by yours truly &lt;a href=&quot;http://www.flickr.com/photos/tags/bryght&quot;&gt;with the &#039;bryght&#039; tag&lt;/a&gt;.  I also provided the XBox for the night, and after some initial confusion regarding the reversed display of the projecter, went to plan B and used Bryght developer &lt;a href=&quot;http://www.walkah.net/&quot;&gt;James Walker&lt;/a&gt;&#039;s hotel room TV as well as created a wireless network from the one Lan outlet in the hotel room using, well, Powerbook magic. The &lt;a href=&quot;http://www.civicspacelabs.org/&quot;&gt;Civicspace&lt;/a&gt; guys were represented at the party by &lt;a href=&quot;http://delocalizedham.com/&quot;&gt;Neil Drumm&lt;/a&gt; and &lt;a href=&quot;http://www.spreadfirefox.com/&quot;&gt;Spread Firefox&lt;/a&gt; designer Chris Messina.</description>
 <category domain="http://www.bryght.com/news/category/media-releases">Media Releases</category>
 <pubDate>Fri, 29 Oct 2004 16:07:03 -0700</pubDate>
</item>
<item>
 <title>The Impact on Them Is About Zero</title>
 <link>http://www.bryght.com/blog/richard-eriksson/the-impact-on-them-is-about-zero</link>
 <description>I&#039;m on the mailing list for a certain weblog publishing platform (okay, I admit, it&#039;s for &lt;a href=&quot;http://www.wordpress.org/&quot;&gt;WordPress&lt;/a&gt;, which is an excellent open-source software, if not as feature-rich compared to Drupal) and the following quote from &lt;a href=&quot;http://wordpress.org/pipermail/hackers_wordpress.org/2004-September/001886.html&quot;&gt;an email&lt;/a&gt; which is part of a discussion about a technical matter related to the location of some files.  The email list is a technical mailing list, after all, but it struck me as relevant to what Bryght is trying to accomplish.  First the quote: 

&lt;blockquote&gt;I have no real idea what this file does and the discussion about it, but with regard to the average blogger - like me - if, when I upgrade, everything goes to where it should, and the .htaccess that is generated does what it needs to do, then the impact on me is about zero.&lt;/blockquote&gt;

That last phrase is important.  I just conducted a brief tutorial with people who know their business well, and want an outlet to write about it but don&#039;t want to worry about the technical details.  The tutorial illustrated that, with the &lt;a href=&quot;http://drupal.org/project/htmlarea&quot;&gt;HTMLArea module&lt;/a&gt; added to a Drupal instance, there is no need to learn HTML or any other formatting language to create the content.  My way of selling is was &quot;if you know how to use Microsoft Word, you know how to edit content&quot;.  (You can see HTMLArea in action at &lt;a href=&quot;http://www.bmannconsulting.com/&quot;&gt;Boris&#039; personal site&lt;/a&gt;.)  The impact on them, in other words, is about zero.  That&#039;s important because people who don&#039;t know HTML and don&#039;t have the time to learn it out number those who do, and it&#039;s up to those with technical skills to not only talk in a non-technical way but translate, if necessary, techie-speak into normal language.</description>
 <category domain="http://www.bryght.com/news/category/media-releases">Media Releases</category>
 <pubDate>Fri, 17 Sep 2004 16:08:57 -0700</pubDate>
</item>
<item>
 <title>Drupal Does This: Sticky Posts</title>
 <link>http://www.bryght.com/blog/richard-eriksson/drupal-does-this-sticky-posts</link>
 <description>Elise at &lt;a href=&quot;http://www.elise.com/mt/&quot;&gt;Learning Movable Type&lt;/a&gt; (a weblog I recommend whole-heartedly for beginners of the Movable Type Publishing Platform) writes &lt;a href=&quot;http://www.elise.com/mt/archives/000676keeping_an_entry_at_the_top.php&quot;&gt;how to keep a post sticky at the top in MT&lt;/a&gt;.  She finds 5 ways to do it, but each involve either manually editing the template code and installing plugins or changing the date of the weblog entry so that it is the &quot;newest&quot;.  While it&#039;s cool that MT has multiple ways to do it, 4 of them are not for those who are wary of (or don&#039;t have time for) learning to edit template code in a textarea.  Drupal does this easily and quickly: if you want a node (Drupal-speak for &quot;weblog entry on steroids&quot;, because you can have many types of content with different permissions settings for each) to appear at the top of the page, you simply check the &quot;Promoted to front page&quot; check box and check the &quot;Static on front page&quot; check box.  That way, the date that the item was published on is maintained, and there is no template code (PHP or otherwise) to learn.  In other words, it is something that is easy for non-technical people to do, so they can focus on the design and content of their site.</description>
 <pubDate>Mon, 13 Sep 2004 12:11:19 -0700</pubDate>
</item>
<item>
 <title>Moving from Drupal 4.4 to 4.5</title>
 <link>http://www.bryght.com/blog/richard-eriksson/moving-from-drupal-4-4-to-4-5</link>
 <description>Dries writes about the &lt;a href=&quot;http://drupal.org/node/10735&quot;&gt;the process of upgrading from Drupal 4.4 to 4.5&lt;/a&gt;.   Since the Drupal developers are in code-freeze mode, I had upgraded a test site or two, and Dries&#039; notes are useful, especially because Drupal.org is one of the bigger sites running the software.  It&#039;s good to see what can go right (and how to avoid having things go wrong) during an upgrade before the official version is released.
</description>
 <pubDate>Sat, 11 Sep 2004 21:28:15 -0700</pubDate>
</item>
<item>
 <title>Drupal and External Authentication</title>
 <link>http://www.bryght.com/blog/richard-eriksson/drupal-and-external-authentication</link>
 <description>David Raynes writes about &lt;a href=&quot;http://www.rayners.org/2004/09/07/hooking_mt_into_external_authentication_systems/index.php&quot;&gt;the need for tools like Movable Type to hook into external authentication systems&lt;/a&gt;:

&lt;blockquote&gt;support for Apache-based authentication and a native user group/role system need to be implemented. As soon as MT begins allowing in users that did not previously exist internally, the need for a default user configuration becomes apparent. While implementing that as a default set of permissions is an option, it can become a signifcant problem if and when changes to those default permissions need to be changed either for one individual user or for all users. In a small enough installation, it is workable, but in larger organizations being limited to only a single set of default permissions is not going to be an option. All of those problems are avoided by implementing a native group/role system, as one group can be designated as the default group and overall changes can be made to that group to affect everybody, as well changes to individual users can be made without affecting any other group member.&lt;cite&gt;&lt;a href=&quot;http://www.rayners.org/2004/09/07/hooking_mt_into_external_authentication_systems/index.php&quot;&gt;Hooking MT into External Authentication Systems&lt;/a&gt;&lt;/cite&gt;&lt;/blockquote&gt;

Bryght has freely editable wiki pages on work involving a &lt;a href=&quot;http://dev.bryght.com/cgi-bin/trac.cgi/wiki/SxipModule&quot;&gt;&lt;acronym title=&quot;Single eXtensible Identity Protocol&quot;&gt;SXIP&lt;/acronym&gt; module&lt;/a&gt; (&lt;a href=&quot;http://dev.bryght.com/cgi-bin/trac.cgi/wiki/SimpleeXtensibleIdentityProtocol&quot;&gt;more info on &lt;acronym title=&quot;Single eXtensible Identity Protocol&quot;&gt;SXIP&lt;/acronym&gt;&lt;/a&gt;) as well as &lt;a href=&quot;http://dev.bryght.com/cgi-bin/trac.cgi/wiki/DdapOverview&quot;&gt;authentication initiatives using &lt;acronym title=&quot;Friend of a Friend&quot;&gt;FOAF&lt;/a&gt; profiles&lt;/a&gt; (&lt;a href=&quot;http://dev.bryght.com/cgi-bin/trac.cgi/wiki/DrupDistAuthProf&quot;&gt;more info on distributed authentication profiles&lt;/a&gt;).</description>
 <pubDate>Tue, 07 Sep 2004 23:23:52 -0700</pubDate>
</item>
</channel>
</rss>
