<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>diversionmary - Ballpoint drawings</title>
<link>http://www.diversionmary.com/</link>
<description>diversionmary.com ballpoint drawings, doodles, paintings, and other images made by eric thomas bostrom</description>
<language>en</language>
<copyright>Copyright 2013 by the authors</copyright>
<lastBuildDate>Thu, 21 Feb 2013 11:06:50 GMT</lastBuildDate>
<docs>http://backend.userland.com/rss</docs>
<generator>Movable Type 2.661</generator>

<item>
<title>Galleria Classic Fullscreen</title>
<link>http://www.diversionmary.com/dmblog/archives/001077.php</link>
<description><![CDATA[<p>To make Galleria Classic theme have a 'fullscreen' toggle in the upper right hand corner of the gallery stage (replace all brackets "[]" with angle brackets "<>":</p>

<p><b>1. Add this div to your main styles-sites.css (adjust position/top/right as necessary) to style a fullscreen link in the top right of the galleria stage:</b><br />
<code>#fs {<br />
    position: relative;<br />
    top: 30px;<br />
    right: 20px;<br />
    text-align: right;<br />
    color: #ccc;<br />
    font: italic 11px/1 arial,sans-serif;<br />
    z-index: 2;<br />
}<br />
#fs a:hover,a.fs:active {color:#fff; background: none;}</code> </p>

<p><b>2. Add this to your page before you call the galleria to add a "fullscreen" link in the top right of the galleria stage:</b></p>

<p><code>[div id="fs"][a id="fullscreen"]fullscreen[/a][/div]</code></p>

<p><b>3. Add this to your galleria.ready function to enable fullscreen toggle:</b></p>

<p><code>  $('#fullscreen').click(function() {<br />
    gallery.toggleFullscreen(); // toggles the fullscreen<br />
</code></p>

<p><b>4. so your full galleria script will look like:</b><br />
<code><br />
[script type="text/javascript"]<br />
    Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');<br />
        Galleria.configure({<br />
        });<br />
        Galleria.run('#galleria');<br />
Galleria.ready(function() {<br />
  var gallery = this; // galleria is ready and the gallery is assigned<br />
  $('#fullscreen').click(function() {<br />
    gallery.toggleFullscreen(); // toggles the fullscreen<br />
  });<br />
});<br />
[/script]<br />
</code></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1077</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001077.php</guid>
<pubDate>Thu, 21 Feb 2013 11:06:50 GMT</pubDate>
</item>
<item>
<title>faxmail exim4 hylafax</title>
<link>http://www.diversionmary.com/dmblog/archives/001076.php</link>
<description><![CDATA[<p>To enable hylafax/faxmail/exim4 to process mail as 12345678@yourdomain.tld, that is, fax number as $local_part follow the directions below. </p>

<p><b>Please note</b> this is best for standalone hylafax servers that do not process other email for local delivery. If you are using hylafax on a server that performs other functions, particularly email for your domain/local delivery, you would do best to use the traditional foo@12345678.fax transport route seen <a href="http://wiki.xtronics.com/index.php/Exim#Hylafax_-_Exim_-_and_html_--_Exim_configuration_for_Faxmail">here</a>.</p>

<p>1. Put the following in: <b>/etc/exim4/conf.d/transport/40_exim4-hylafax-gateway</b> substitute your country code as necessary by changing +1 to +33</p>

<p><code>######################################################################<br />
# TRANSPORTS CONFIGURATION #<br />
######################################################################<br />
# ORDER DOES NOT MATTER #<br />
# Only one appropriate transport is called for each delivery. #<br />
######################################################################</p>

<p># A transport is used only when referenced from a director or a router<br />
# that successfully handles an address.</p>

<p>#These configure  for sending of fax for email<br />
fax:<br />
driver = pipe<br />
user = faxmaster<br />
command ="/usr/bin/faxmail -n -d +1$local_part"<br />
home_directory = /tmp<br />
use_shell = true</code></p>

<p>2. Put the following in: <b>/etc/exim4/conf.d/transport/050_exim4-hylafax-gateway</b> make sure you change yourdomain.tld to your domain, such as foobar.com</p>

<p><code><br />
######################################################################<br />
# ROUTERS CONFIGURATION #<br />
# Specifies how remote addresses are handled #<br />
######################################################################<br />
# ORDER DOES MATTER #<br />
# A remote address is passed to each in turn until it is accepted. #<br />
######################################################################</p>

<p>fax:<br />
driver = manualroute<br />
transport = fax<br />
route_list ="*yourdomain.tld"</code></p>

<p>3. Edit <b>/etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs</b> to change from the local delivery option of mail_spool to the new fax transport you've created.</p>

<p><code>.ifndef LOCAL_DELIVERY<br />
# The default transport, set in /etc/exim4/update-exim4.conf.conf,<br />
# defaulting to mail_spool. See CONFDIR/conf.d/transport/ for possibilities<br />
LOCAL_DELIVERY=<b>fax</b><br />
#LOCAL_DELIVERY=mail_spool<br />
.endif</code></p>

<p>4. If using single-file config, proceed to step 5. If using exim4 split configuration, update your configuration file with <b>update-exim4.conf.template -r</b></p>

<p>5. Restart exim4 <b>/etc/init.d/exim4 restart</b></p>

<p>6. Send a test fax to 2345678@yourdomain.tld the transport will add the country code automatically, resulting in 12345678@yourdomain.tld</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1076</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001076.php</guid>
<pubDate>Fri, 29 Jun 2012 12:25:33 GMT</pubDate>
</item>
<item>
<title>Shows</title>
<link>http://www.diversionmary.com/dmblog/archives/001075.php</link>
<description><![CDATA[<p>4/2012: 'Drawing Rally', <a href="http://www.artstart.us/">ArtStart</a>, Santa Rosa, CA<br />
5/2012: 'Thought Nachos Issue 3', <a href="http://thoughtnachos.com/">Thought Nachos</a><br />
5/2012: 'I Like Soup', <a href="http://www.virginiamoca.org/">Virginia Museum of Contemporary Art</a>, Norfolk, VA<br />
6/2012: 'Enter the Void', <a href="http://www.aydengallery.com/">Ayden Gallery</a>, Vancouver, BC</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1075</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001075.php</guid>
<pubDate>Wed, 11 Apr 2012 16:23:36 GMT</pubDate>
</item>
<item>
<title>drr drr drr</title>
<link>http://www.diversionmary.com/dmblog/archives/001074.php</link>
<description><![CDATA[<p>movabletype looks positively ancient compared to wordpress. I've really gotta scrap this bugger.</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1074</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001074.php</guid>
<pubDate>Wed, 06 Apr 2011 18:55:41 GMT</pubDate>
</item>
<item>
<title>Drawing and baby</title>
<link>http://www.diversionmary.com/dmblog/archives/001073.php</link>
<description><![CDATA[<p><p align="center"><A href="http://diversionmary.com/gallery/drawings/ani"><img src="http://diversionmary.com/albums/drawings/ani.thumb.jpg"></a> <A href="http://www.flickr.com/photos/diversionmary/sets/72157623763241058/with/4835777543/"><img src="http://farm5.static.flickr.com/4104/4835777543_143c83bb06_s.jpg"></a></p>My wife and I had a baby in May. <a href="http://www.flickr.com/photos/diversionmary/sets/72157623763241058/">She's a treat.</a></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1073</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001073.php</guid>
<pubDate>Sun, 03 Oct 2010 20:15:32 GMT</pubDate>
</item>
<item>
<title>Eric Thomas Bostrom - Ballpoint Drawings - Facebook Fan Page</title>
<link>http://www.diversionmary.com/dmblog/archives/001072.php</link>
<description><![CDATA[<p>I made a facebook <a href="http://www.facebook.com/pages/Eric-Thomas-Bostrom-Ballpoint-Drawings/471224970146">fan page</a>. Most doings going on there. Honestly, this whole site needs to be scrapped!</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1072</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001072.php</guid>
<pubDate>Thu, 11 Feb 2010 16:29:49 GMT</pubDate>
</item>
<item>
<title></title>
<link>http://www.diversionmary.com/dmblog/archives/001071.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/drawings/anh"><img src="http://diversionmary.com/albums/drawings/anh.thumb.jpg"></a></p>This one is going into the 2010 <a href="http://www.sonoma.edu/artgallery/events/art_heart.html">Art from the Heart</a> charity event @ Sonoma State University Art Gallery. I'll post show info when I get it. Additionally, I'll use this image in <a href="http://www.facebook.com/pages/Fire-Mass-Zine/250882529880?ref=mf">Fire Mass Zine</a></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1071</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001071.php</guid>
<pubDate>Sun, 31 Jan 2010 16:46:58 GMT</pubDate>
</item>
<item>
<title>Groupshow @ WWAgallery in Culver City</title>
<link>http://www.diversionmary.com/dmblog/archives/001070.php</link>
<description><![CDATA[<p><img src="http://www.wwagallery.com/DMMDIWebBannerNew.jpg" width="600"></p>

<p>Group show coming up in Feb @ WWAgallery in Culver City, CA. If you're anywhere near check it out and report back! </p>

<p>"The Devil Made Me Do It"<br />
WWAgallery<br />
9517 Culver Blvd<br />
Culver City, CA 90232<br />
(310) 836-4992<br />
wwagallery.com<br />
February 12th - March 12th<br />
Opening Reception:<br />
Friday, February 12th, 2010 7-10pm</p>

<p>Justin Aerni, David M. Ball, Dan Barry, Eric Thomas Bostrom, Julian Callos, David Chung, Dave Cooper, David Cooper, Rob Corless, Edward Robin Coronel, Jason Cullison, Alex Curtis, Deadly Daisy, Bob Dob, L Filipe dos Santos, Thomas Fuchs, Dan Harding, Frank Kozik, Kristy Anne Ligones, Jacob Livengood, Thomas Lynch III, Jon MacNair, Mia Mäkilä, Lily Mae Martin, Lee Misenheimer, Josie Newman, Rey Ortega, Gary Palmer, KRK Ryden, Dylan Sisson, Jason Smith, Jared Stumpenhorst, Tracy Tomoko, Ori Toor, and Adam Werther</p>

<p>My favorite contemporary artist is in this show too! <a href="http://www.flickr.com/photos/leestroy/">Lee Misenheimer/Destroyrockcity</a></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1070</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001070.php</guid>
<pubDate>Tue, 19 Jan 2010 09:21:10 GMT</pubDate>
</item>
<item>
<title>nixon</title>
<link>http://www.diversionmary.com/dmblog/archives/001069.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/amf"><img src="http://diversionmary.com/albums/taskpad/amf.thumb.jpg"></a></p></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1069</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001069.php</guid>
<pubDate>Tue, 08 Dec 2009 10:16:28 GMT</pubDate>
</item>
<item>
<title>Thank you cards</title>
<link>http://www.diversionmary.com/dmblog/archives/001068.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/amd"><img src="http://diversionmary.com/albums/taskpad/amd.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/alo"><img src="http://diversionmary.com/albums/taskpad/alo.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/alx"><img src="http://diversionmary.com/albums/taskpad/alx.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/aly"><img src="http://diversionmary.com/albums/taskpad/aly.thumb.jpg"><br><a href="http://diversionmary.com/gallery/taskpad/alz"><img src="http://diversionmary.com/albums/taskpad/alz.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/ama"><img src="http://diversionmary.com/albums/taskpad/ama.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/amb"><img src="http://diversionmary.com/albums/taskpad/amb.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/amc"><img src="http://diversionmary.com/albums/taskpad/amc.thumb.jpg"> <a href="http://diversionmary.com/gallery/taskpad/ame"><img src="http://diversionmary.com/albums/taskpad/ame.thumb.jpg"><br><a href="http://diversionmary.com/gallery/taskpad/aln"><img src="http://diversionmary.com/albums/taskpad/aln.thumb.jpg"> </p><br />
I'm making 20+ thank you cards by hand and I'm slow.<br />
<br></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1068</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001068.php</guid>
<pubDate>Tue, 01 Dec 2009 17:09:27 GMT</pubDate>
</item>
<item>
<title>new biggun&apos;</title>
<link>http://www.diversionmary.com/dmblog/archives/001067.php</link>
<description><![CDATA[<p><p align="center"><a href="http://www.flickr.com/photos/diversionmary/3892270676/"><img src="http://farm3.static.flickr.com/2447/3892270676_8b7c32edc5_t.jpg"></a></p>been working on a new large drawing for a while.</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1067</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001067.php</guid>
<pubDate>Mon, 07 Sep 2009 14:46:07 GMT</pubDate>
</item>
<item>
<title></title>
<link>http://www.diversionmary.com/dmblog/archives/001066.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/alm"><img src="http://diversionmary.com/albums/taskpad/alm.thumb.jpg"></a><br>a few days of doodling over shitty lunches.</p></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1066</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001066.php</guid>
<pubDate>Thu, 16 Jul 2009 12:49:16 GMT</pubDate>
</item>
<item>
<title>daily special with chips, drink</title>
<link>http://www.diversionmary.com/dmblog/archives/001065.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/all"><img src="http://diversionmary.com/albums/taskpad/all.thumb.jpg"></a></p><br>more lunch doodles.</p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1065</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001065.php</guid>
<pubDate>Mon, 29 Jun 2009 12:27:11 GMT</pubDate>
</item>
<item>
<title></title>
<link>http://www.diversionmary.com/dmblog/archives/001064.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/ali"><img src="http://diversionmary.com/albums/taskpad/ali.thumb.jpg"></a></p><br>more lunch doodles<br></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1064</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001064.php</guid>
<pubDate>Thu, 25 Jun 2009 12:16:56 GMT</pubDate>
</item>
<item>
<title>cowabunga dude!!!!!!!!</title>
<link>http://www.diversionmary.com/dmblog/archives/001062.php</link>
<description><![CDATA[<p><p align="center"><a href="http://diversionmary.com/gallery/taskpad/alg"><img src="http://diversionmary.com/albums/taskpad/alg.thumb.jpg"></a></p> <br>more lunch/phone doodles<br></p>]]></description>
<category></category>
<author>pthree&#64;diversionmary&#46;com (pthree)</author>
<comments>http://www.diversionmary.com/mt/asdfasdfasdf.cgi?entry_id=1062</comments>

<guid isPermaLink="true">http://www.diversionmary.com/dmblog/archives/001062.php</guid>
<pubDate>Thu, 18 Jun 2009 10:26:47 GMT</pubDate>
</item>

</channel>
</rss>