<?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/"
		>
<channel>
	<title>Comments on: Feedback on Drupal for campus blogging</title>
	<atom:link href="http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:03:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tatonca</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79670</link>
		<dc:creator>Tatonca</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79670</guid>
		<description>I have a blog_theme.module if you would like to give it a try - it keeps the users chosen theme persistent for their blog, image gallery, and all nodes they publish.  You can get it here - http://www.blogtown.ca/files/blog_theme.module.txt - I have not been granted a drupal CVS account yet otherwise I would have put it up for everyone to have a go... ;)

Enjoy

~Tat~</description>
		<content:encoded><![CDATA[<p>I have a blog_theme.module if you would like to give it a try &#8211; it keeps the users chosen theme persistent for their blog, image gallery, and all nodes they publish.  You can get it here &#8211; <a href="http://www.blogtown.ca/files/blog_theme.module.txt" rel="nofollow">http://www.blogtown.ca/files/blog_theme.module.txt</a> &#8211; I have not been granted a drupal CVS account yet otherwise I would have put it up for everyone to have a go&#8230; <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Enjoy</p>
<p>~Tat~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79671</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79671</guid>
		<description>Tatonca, that sounds perfect! I&#039;ll give it a shot first thing in the morning! Thanks!</description>
		<content:encoded><![CDATA[<p>Tatonca, that sounds perfect! I&#8217;ll give it a shot first thing in the morning! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79672</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79672</guid>
		<description>Ok... I couldn&#039;t wait :-)

I checked it out, and it works great! It seems to conflict with sections.module, though (which I wasn&#039;t really using, so I just disabled it).

Thanks again!</description>
		<content:encoded><![CDATA[<p>Ok&#8230; I couldn&#8217;t wait <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I checked it out, and it works great! It seems to conflict with sections.module, though (which I wasn&#8217;t really using, so I just disabled it).</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79673</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79673</guid>
		<description>Tatonca, that&#039;s almost perfect! The re-use of the user&#039;s custom site theme may be a bit confusing, though... I&#039;ll see if I can hack a version of this module to have its own theme selector somehow.</description>
		<content:encoded><![CDATA[<p>Tatonca, that&#8217;s almost perfect! The re-use of the user&#8217;s custom site theme may be a bit confusing, though&#8230; I&#8217;ll see if I can hack a version of this module to have its own theme selector somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Ottenhoff</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79674</link>
		<dc:creator>Sam Ottenhoff</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79674</guid>
		<description>&gt; Multiple blogs per user

This sounds like an issue for taxonomies. A user could categorize their post as &#039;academic&#039; or &#039;personal&#039;. Then instead of having the blog module display all content, you could view the content through the taxonomy lens.

&gt; Multiple authors per blog

Organic Groups has a lot of potential and works espcially well with the often-formed groups in the academic world.  OG is the best way that I know of to create group blogs. Setting a custom theme seems difficult. I would do it with a combination of autopath and the sections module. You may also want to look at hacking the blog_theme module for groups.

&gt; blocks should only show the comments and posts from that blog

This should be a relatively easy hack in the comments.module and blog.module.  Look for the function comment_block(), line 154 of comments.module. blog_block() is at line 275 of blog.module.

&gt; How to export content in a usable format?

An RSS feed seems about as close to interchangable as you will find. Drupal will even throw attachments in the feed as an enclosure. Do any other blog tools import RSS feeds and turn them into editable posts?  Drupal has a module that allows turning an imported RSS post into a Drupal node.
 </description>
		<content:encoded><![CDATA[<p>&gt; Multiple blogs per user</p>
<p>This sounds like an issue for taxonomies. A user could categorize their post as &#8216;academic&#8217; or &#8216;personal&#8217;. Then instead of having the blog module display all content, you could view the content through the taxonomy lens.</p>
<p>&gt; Multiple authors per blog</p>
<p>Organic Groups has a lot of potential and works espcially well with the often-formed groups in the academic world.  OG is the best way that I know of to create group blogs. Setting a custom theme seems difficult. I would do it with a combination of autopath and the sections module. You may also want to look at hacking the blog_theme module for groups.</p>
<p>&gt; blocks should only show the comments and posts from that blog</p>
<p>This should be a relatively easy hack in the comments.module and blog.module.  Look for the function comment_block(), line 154 of comments.module. blog_block() is at line 275 of blog.module.</p>
<p>&gt; How to export content in a usable format?</p>
<p>An RSS feed seems about as close to interchangable as you will find. Drupal will even throw attachments in the feed as an enclosure. Do any other blog tools import RSS feeds and turn them into editable posts?  Drupal has a module that allows turning an imported RSS post into a Drupal node.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tatonca</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79675</link>
		<dc:creator>tatonca</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79675</guid>
		<description>&lt;em&gt;The re-use of the userâ€™s custom site theme may be a bit confusing, thoughâ€¦ Iâ€™ll see if I can hack a version of this module to have its own theme selector somehow.&lt;/em&gt;

I agree - I hacked the user profile and stuck the themes selector under a tab called &#039;Look and Feel&#039; with an explanation that it would set the theme for their blog as well...  unfortunately the &#039;look and feel&#039; tab didn&#039;t appear until I created another setting under &#039;look and feel&#039; using the profile.module - It did however reduce the support about it to null.;)  </description>
		<content:encoded><![CDATA[<p><em>The re-use of the userâ€™s custom site theme may be a bit confusing, thoughâ€¦ Iâ€™ll see if I can hack a version of this module to have its own theme selector somehow.</em></p>
<p>I agree &#8211; I hacked the user profile and stuck the themes selector under a tab called &#8216;Look and Feel&#8217; with an explanation that it would set the theme for their blog as well&#8230;  unfortunately the &#8216;look and feel&#8217; tab didn&#8217;t appear until I created another setting under &#8216;look and feel&#8217; using the profile.module &#8211; It did however reduce the support about it to null.;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tatonca</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79676</link>
		<dc:creator>tatonca</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79676</guid>
		<description>&lt;em&gt;How to export content in a usable format? Users are concerned that if they spend a bunch of time and effort contributing content to the Drupal site, that they are then locked in. They canâ€™t export to an interchange format and then bring the content in, say, to MovableType or WordPress, or whatever. Lock-in is bad. &lt;/em&gt;

I am working on another module right now that imports rss feeds as nodes...  I think this is the feature you are looking for in reverse...  so they update thier &#039;blogger&#039; account or whatever it will import into drupal when cron runs, and then when someone adds a comment on their drupal site, it will trackback to their other site...  I haven&#039;t got anything concrete yet, but if you are interested I&#039;ll let you know when I&#039;ve got something usable...
</description>
		<content:encoded><![CDATA[<p><em>How to export content in a usable format? Users are concerned that if they spend a bunch of time and effort contributing content to the Drupal site, that they are then locked in. They canâ€™t export to an interchange format and then bring the content in, say, to MovableType or WordPress, or whatever. Lock-in is bad. </em></p>
<p>I am working on another module right now that imports rss feeds as nodes&#8230;  I think this is the feature you are looking for in reverse&#8230;  so they update thier &#8216;blogger&#8217; account or whatever it will import into drupal when cron runs, and then when someone adds a comment on their drupal site, it will trackback to their other site&#8230;  I haven&#8217;t got anything concrete yet, but if you are interested I&#8217;ll let you know when I&#8217;ve got something usable&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/13/feedback-on-drupal-for-campus-blogging/#comment-79677</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79677</guid>
		<description>Tatonca, that&#039;s useful, but not what I need :-)

I&#039;m more concerned about having people spend a lot of time contributing stuff to Drupal, and then have no way to take their content with them when they leave the campus (graduate, move on, etc...).  Ideally, some form of &quot;export my blog to MovableType export format&quot; would work best, since just about every CMS/Blog out there reads that as input.</description>
		<content:encoded><![CDATA[<p>Tatonca, that&#8217;s useful, but not what I need <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m more concerned about having people spend a lot of time contributing stuff to Drupal, and then have no way to take their content with them when they leave the campus (graduate, move on, etc&#8230;).  Ideally, some form of &#8220;export my blog to MovableType export format&#8221; would work best, since just about every CMS/Blog out there reads that as input.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
