<?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>david rasch - making stuff work &#187; photos</title>
	<atom:link href="http://www.davidrasch.com/tag/photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidrasch.com</link>
	<description></description>
	<lastBuildDate>Mon, 04 Apr 2011 00:53:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Clay&#8217;s 2-month photos from Monday</title>
		<link>http://www.davidrasch.com/2008/10/23/clays-2-month-photos-from-monday/</link>
		<comments>http://www.davidrasch.com/2008/10/23/clays-2-month-photos-from-monday/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 02:50:44 +0000</pubDate>
		<dc:creator>drasch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[clayton]]></category>
		<category><![CDATA[monthly]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.davidrasch.com/?p=176</guid>
		<description><![CDATA[<p></p> <p>courtesy of Libby as chief photographer</p> ]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/slideshow/show.swf?v=61927" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="&#038;offsite=true&#038;intl_lang=en-us&#038;page_show_url=%2Fphotos%2Fdrasch%2Fsets%2F72157608313773224%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fdrasch%2Fsets%2F72157608313773224%2F&#038;set_id=72157608313773224&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=61927"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=61927" bgcolor="#000000" allowFullScreen="true" flashvars="&#038;offsite=true&#038;intl_lang=en-us&#038;page_show_url=%2Fphotos%2Fdrasch%2Fsets%2F72157608313773224%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fdrasch%2Fsets%2F72157608313773224%2F&#038;set_id=72157608313773224&#038;jump_to=" width="400" height="300"></embed></object></p>
<p>courtesy of Libby as chief photographer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidrasch.com/2008/10/23/clays-2-month-photos-from-monday/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gallery 2.2&#8211;Multisite and Multiroot</title>
		<link>http://www.davidrasch.com/2007/09/24/gallery-22-multisite-and-multiroot/</link>
		<comments>http://www.davidrasch.com/2007/09/24/gallery-22-multisite-and-multiroot/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 02:48:54 +0000</pubDate>
		<dc:creator>drasch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dachshund]]></category>
		<category><![CDATA[drna]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.davidrasch.com/2007/09/24/gallery-22-multisite-and-multiroot/</guid>
		<description><![CDATA[<p>Recently I tried to use the Gallery Multiroot module/plugin to setup a new site based upon an existing Album in our gallery. Since we started sorting albums chronologically, we wanted to sort out the Dachshund photos separately. To do this, I used the Multiroot feature. Unfortunately, I couldn&#8217;t get this to work as I&#8217;m <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.davidrasch.com/2007/09/24/gallery-22-multisite-and-multiroot/">Gallery 2.2&#8211;Multisite and Multiroot</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently I tried to use the <a href="http://gallery.raschnet.com">Gallery</a> Multiroot module/plugin to setup a new site based upon an existing Album in our gallery.  Since we started sorting albums chronologically, we wanted to sort out the Dachshund photos separately.  To do this, I used the <a href="http://codex.gallery2.org/Gallery2:Modules:multiroot">Multiroot</a> feature.  Unfortunately, I couldn&#8217;t get this to work as I&#8217;m already using the Multisite plugin to host several Galleries off of my web server.  The magic touch was to use the following file, the first line is key and had to be added to make things work in the Multisite configuration.  </p>
<pre class="brush: php; title: ;">
define('GALLERY_CONFIG_DIR', &quot;/var/virtualwww/gallery.raschnet.com&quot;);  //I had to add this line

require('/usr/local/share/gallery2/embed.php');
$ret = GalleryEmbed::init(
    array('embedUri' =&gt; '/',
          'g2Uri' =&gt; 'http://gallery.raschnet.com/',
          'apiVersion' =&gt; array(1, 2)
    ));

if ($ret) {
    print '&lt;body&gt;' . $ret-&gt;getAsHtml() . '&lt;/body&gt;';
    return;
}

$gallery-&gt;setConfig('login', true);
$gallery-&gt;setConfig('defaultAlbumId', 28426);
$gallery-&gt;setConfig('breadcrumbRootId', 28426);

GalleryMain();
</pre>
<p>Now live: <a href="http://drna.raschnet.com">DRNA Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidrasch.com/2007/09/24/gallery-22-multisite-and-multiroot/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>back from Germany</title>
		<link>http://www.davidrasch.com/2007/06/03/back-from-germany/</link>
		<comments>http://www.davidrasch.com/2007/06/03/back-from-germany/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 02:18:21 +0000</pubDate>
		<dc:creator>drasch</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[trip]]></category>

		<guid isPermaLink="false">http://www.davidrasch.com/2007/06/03/back-from-germany/</guid>
		<description><![CDATA[<p>My wife spent the last two weeks in Germany and I joined her halfway. We started in Frankfurt, drove down through Munich and ended up in Berlin with many stops along the way. We took lots of photos.</p> ]]></description>
			<content:encoded><![CDATA[<p>My wife spent the last two weeks in Germany and I joined her halfway.  We started in Frankfurt, drove down through Munich and ended up in Berlin with many stops along the way.  We took lots of <a href="http://gallery.raschnet.com/v/2007-05-germany/">photos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidrasch.com/2007/06/03/back-from-germany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

