<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>D&#039;Arcy Norman dot net &#187; colophon</title>
	<atom:link href="http://www.darcynorman.net/tag/colophon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Colophon</title>
		<link>http://www.darcynorman.net/2006/05/22/colophon/</link>
		<comments>http://www.darcynorman.net/2006/05/22/colophon/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[colophon]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">1640829676</guid>
		<description><![CDATA[<h2>Modules enabled on this copy of Drupal:</h2>   

<p>The colophon is a list of Drupal modules used to run this site. It's generated by calling the <code>module_list()</code> method, and iterating over the output, so it's a live reflection of what's running right now.</p>

<ul>
<?php
$modulelist = module_list( FALSE, TRUE, TRUE, NULL);

echo '<ul>';
foreach ($modulelist as $amodule) {
    echo '<li>'.$amodule.'</li>';
}
echo '</ul>'

/**
// Get current list of modules
  $files = system_listing('\.module$', 'modules', 'name', 0);

  // Extract current files from database.
  system_get_files_database($files, 'module');

  ksort($files);

  foreach ($files as $filename => $file) {
    if ($file -> status) {
        drupal_get_filename('module', $file->name, $file->filename);
        drupal_load('module', $file->name);

        $file->description = module_invoke($file->name, 'help', 'admin/modules#description'); 

        echo '<li>'.$file->name.':  '.$file->description.'</li>';
    }
  }
*/
?>
</ul>]]></description>
			<content:encoded><![CDATA[<h2>Modules enabled on this copy of Drupal:</h2>
<p>The colophon is a list of Drupal modules used to run this site. It&#8217;s generated by calling the <code>module_list()</code> method, and iterating over the output, so it&#8217;s a live reflection of what&#8217;s running right now.</p>
<ul>
<?php<br />
$modulelist = module_list( FALSE, TRUE, TRUE, NULL);</p>
<p>echo '
<ul>&#8216;;<br />
foreach ($modulelist as $amodule) {<br />
    echo &#8216;
<li>&#8216;.$amodule.&#8217;</li>
<p>&#8216;;<br />
}<br />
echo &#8216;</ul>
<p>&#8216;</p>
<p>/**<br />
// Get current list of modules<br />
  $files = system_listing(&#8217;\.module$&#8217;, &#8216;modules&#8217;, &#8216;name&#8217;, 0);</p>
<p>  // Extract current files from database.<br />
  system_get_files_database($files, &#8216;module&#8217;);</p>
<p>  ksort($files);</p>
<p>  foreach ($files as $filename => $file) {<br />
    if ($file -> status) {<br />
        drupal_get_filename(&#8217;module&#8217;, $file->name, $file->filename);<br />
        drupal_load(&#8217;module&#8217;, $file->name);</p>
<p>        $file->description = module_invoke($file->name, &#8216;help&#8217;, &#8216;admin/modules#description&#8217;); </p>
<p>        echo &#8216;
<li>&#8216;.$file->name.&#8217;:  &#8216;.$file->description.&#8217;</li>
<p>&#8216;;<br />
    }<br />
  }<br />
*/<br />
?>
</ul>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=1198" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2006/05/22/colophon/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Automatically Updated Colophon</title>
		<link>http://www.darcynorman.net/2006/04/26/automatically-updated-colophon/</link>
		<comments>http://www.darcynorman.net/2006/04/26/automatically-updated-colophon/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[colophon]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">414040147</guid>
		<description><![CDATA[The <a href="http://www.darcynorman.net/about/colophon/">colophon</a>, listing the various bits that get twiddled to run my blog, has been woefully out of date. I get periodic emails about the various plugins I use, especially the latest <a href="http://www.mightyseek.com/podpress/">Podpress</a> plugin, so I thought it'd be a good idea to automate the process of updating the list. Enter the <a href="http://www.ozpolitics.info/blog/?page_id=164#setup">bdp_setup plugin</a> by Bryan Palmer at <a href="http://www.ozpolitics.info/blog/">ozpolitics.info</a>.

The colophon is now automatically generated, and guaranteed to stay up to date for as long as I'm using Wordpress to run my blog...]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.darcynorman.net/about/colophon/">colophon</a>, listing the various bits that get twiddled to run my blog, has been woefully out of date. I get periodic emails about the various plugins I use, especially the latest <a href="http://www.mightyseek.com/podpress/">Podpress</a> plugin, so I thought it&#8217;d be a good idea to automate the process of updating the list. Enter the <a href="http://www.ozpolitics.info/blog/?page_id=164#setup">bdp_setup plugin</a> by Bryan Palmer at <a href="http://www.ozpolitics.info/blog/">ozpolitics.info</a>.</p>
<p>The colophon is now automatically generated, and guaranteed to stay up to date for as long as I&#8217;m using Wordpress to run my blog&#8230;</p>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=1160" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2006/04/26/automatically-updated-colophon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Colophon</title>
		<link>http://www.darcynorman.net/2005/11/22/updated-colophon/</link>
		<comments>http://www.darcynorman.net/2005/11/22/updated-colophon/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[colophon]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">1631662959</guid>
		<description><![CDATA[I get occasional emails asking me about what plugins I use to run this blog. I don't mind answering them *cough*Alec*ahem* but having an up-to-date colophon might be helpful, too.

I just copied the table from the WordPress plugin manager, trimmed out the "Action" column, and pasted it into the <a href="http://www.darcynorman.net/about/colophon/">colophon</a> for this blog. I've noticed that some plugins provide incorrect or incomplete URLs to the plugin description/download page. I'll find/fix the links when I get a chance. And no, I'm not turning the colophon into a wiki ;-)]]></description>
			<content:encoded><![CDATA[<p>I get occasional emails asking me about what plugins I use to run this blog. I don&#8217;t mind answering them *cough*Alec*ahem* but having an up-to-date colophon might be helpful, too.</p>
<p>I just copied the table from the WordPress plugin manager, trimmed out the &#8220;Action&#8221; column, and pasted it into the <a href="http://www.darcynorman.net/about/colophon/">colophon</a> for this blog. I&#8217;ve noticed that some plugins provide incorrect or incomplete URLs to the plugin description/download page. I&#8217;ll find/fix the links when I get a chance. And no, I&#8217;m not turning the colophon into a wiki <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=890" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2005/11/22/updated-colophon/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
