<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Content Management Systems use at the UW</title>
	<atom:link href="http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/</link>
	<description>This is where you say something clever</description>
	<lastBuildDate>Wed, 15 Feb 2012 06:16:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Alex Merz</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-975</link>
		<dc:creator><![CDATA[Alex Merz]]></dc:creator>
		<pubDate>Tue, 20 Apr 2010 02:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-975</guid>
		<description><![CDATA[This is useful information. Thanks for compiling it. 

One more data point: I am running two WordPRess sites. 

My lab&#039;s site is public: http://www.merzlab.org

My course&#039;s site is NetID-protected, and restricted to instructors and students: https://courses.washington.edu/bioc406/

So far I&#039;m happy with WordPress, butI&#039;m thinking about using Drupal for the next site, which will be public and have heavier traffic.]]></description>
		<content:encoded><![CDATA[<p>This is useful information. Thanks for compiling it. </p>
<p>One more data point: I am running two WordPRess sites. </p>
<p>My lab&#8217;s site is public: <a href="http://www.merzlab.org" rel="nofollow">http://www.merzlab.org</a></p>
<p>My course&#8217;s site is NetID-protected, and restricted to instructors and students: <a href="https://courses.washington.edu/bioc406/" rel="nofollow">https://courses.washington.edu/bioc406/</a></p>
<p>So far I&#8217;m happy with WordPress, butI&#8217;m thinking about using Drupal for the next site, which will be public and have heavier traffic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Druliner</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-969</link>
		<dc:creator><![CDATA[Dan Druliner]]></dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-969</guid>
		<description><![CDATA[Many Drupal modules can (and should) be configured to require a login to post COMMENTS, submit WEBFORMS etc. These modules typically send logins to Drupal&#039;s user/login page.

If you&#039;re using the PUBCOOKIE module for authentication, you can redirect users to the pubcookie module instead by adding the following to Drupal&#039;s .htaccess file:

# Redirect logins to pubcookie
RewriteEngine on
RewriteRule ^user/login.*$ login/pc [NC,L]

This assumes you&#039;re using pubcookie&#039;s default &quot;login&quot; setting for the login directory.]]></description>
		<content:encoded><![CDATA[<p>Many Drupal modules can (and should) be configured to require a login to post COMMENTS, submit WEBFORMS etc. These modules typically send logins to Drupal&#8217;s user/login page.</p>
<p>If you&#8217;re using the PUBCOOKIE module for authentication, you can redirect users to the pubcookie module instead by adding the following to Drupal&#8217;s .htaccess file:</p>
<p># Redirect logins to pubcookie<br />
RewriteEngine on<br />
RewriteRule ^user/login.*$ login/pc [NC,L]</p>
<p>This assumes you&#8217;re using pubcookie&#8217;s default &#8220;login&#8221; setting for the login directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-651</link>
		<dc:creator><![CDATA[Oren]]></dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-651</guid>
		<description><![CDATA[NetID authentication was my original question to the list that generated responses. To summarize what I heard:

- There are some UW-specific Drupal install instructions at: http://www.washington.edu/computing/web/publishing/drupal.html

At the bottom of those instructions it says:

&quot;If you want to use Pubcookie authentication on your Drupal site, you should use the Webserver authentication plugin.&quot; which lives at:

http://drupal.org/project/webserver_auth

There&#039;s also a shibboleth drupal module that a couple of people are using successfully:

http://drupal.org/project/webserver_auth

and Dan Druliner sent some instructions for using the PubCookie drupal module, which you should be able to find on the techsupport mail list archive.

 http://drupal.org/project/pubcookie

Does that help?]]></description>
		<content:encoded><![CDATA[<p>NetID authentication was my original question to the list that generated responses. To summarize what I heard:</p>
<p>- There are some UW-specific Drupal install instructions at: <a href="http://www.washington.edu/computing/web/publishing/drupal.html" rel="nofollow">http://www.washington.edu/computing/web/publishing/drupal.html</a></p>
<p>At the bottom of those instructions it says:</p>
<p>&#8220;If you want to use Pubcookie authentication on your Drupal site, you should use the Webserver authentication plugin.&#8221; which lives at:</p>
<p><a href="http://drupal.org/project/webserver_auth" rel="nofollow">http://drupal.org/project/webserver_auth</a></p>
<p>There&#8217;s also a shibboleth drupal module that a couple of people are using successfully:</p>
<p><a href="http://drupal.org/project/webserver_auth" rel="nofollow">http://drupal.org/project/webserver_auth</a></p>
<p>and Dan Druliner sent some instructions for using the PubCookie drupal module, which you should be able to find on the techsupport mail list archive.</p>
<p> <a href="http://drupal.org/project/pubcookie" rel="nofollow">http://drupal.org/project/pubcookie</a></p>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Gale</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-650</link>
		<dc:creator><![CDATA[Douglas Gale]]></dc:creator>
		<pubDate>Thu, 29 Jan 2009 15:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-650</guid>
		<description><![CDATA[Does anyone have any experience using Drupal as intranet site?  Specifically one protected by UWNetdId?]]></description>
		<content:encoded><![CDATA[<p>Does anyone have any experience using Drupal as intranet site?  Specifically one protected by UWNetdId?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Brewer</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-648</link>
		<dc:creator><![CDATA[Dustin Brewer]]></dc:creator>
		<pubDate>Wed, 28 Jan 2009 01:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-648</guid>
		<description><![CDATA[Thanks for posting the results. 

As a Drupal user, developer/contributer it warms my heart to see people using Drupal :) drupal is a great CMS and application framework]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting the results. </p>
<p>As a Drupal user, developer/contributer it warms my heart to see people using Drupal <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  drupal is a great CMS and application framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Graffunder</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-647</link>
		<dc:creator><![CDATA[Adam Graffunder]]></dc:creator>
		<pubDate>Tue, 27 Jan 2009 21:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-647</guid>
		<description><![CDATA[Instructions for using Drupal, WordPress, and various Wikis on the UW Web servers are available:

 Installing WordPress
 http://www.washington.edu/computing/web/publishing/wordpress.html

 Installing Wikis
 http://www.washington.edu/computing/web/publishing/wikis.html

 Installing Drupal
 http://www.washington.edu/computing/web/publishing/drupal.html]]></description>
		<content:encoded><![CDATA[<p>Instructions for using Drupal, WordPress, and various Wikis on the UW Web servers are available:</p>
<p> Installing WordPress<br />
 <a href="http://www.washington.edu/computing/web/publishing/wordpress.html" rel="nofollow">http://www.washington.edu/computing/web/publishing/wordpress.html</a></p>
<p> Installing Wikis<br />
 <a href="http://www.washington.edu/computing/web/publishing/wikis.html" rel="nofollow">http://www.washington.edu/computing/web/publishing/wikis.html</a></p>
<p> Installing Drupal<br />
 <a href="http://www.washington.edu/computing/web/publishing/drupal.html" rel="nofollow">http://www.washington.edu/computing/web/publishing/drupal.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather Larson</title>
		<link>http://blog.orenblog.org/2009/01/26/content-management-systems-use-at-the-uw/#comment-646</link>
		<dc:creator><![CDATA[Heather Larson]]></dc:creator>
		<pubDate>Tue, 27 Jan 2009 20:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2355#comment-646</guid>
		<description><![CDATA[Thanks for collecting and posting this, Oren.  Very interesting information!]]></description>
		<content:encoded><![CDATA[<p>Thanks for collecting and posting this, Oren.  Very interesting information!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

