<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="'en-US'" xmlns="http://www.w3.org/2005/Atom">
  <title>dharma talk - home</title>
  <id>tag:www.donmullen.net,2008:mephisto/</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://www.donmullen.net/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.donmullen.net/" rel="alternate" type="text/html"/>
  <updated>2008-06-09T02:52:57Z</updated>
  <entry xml:base="http://www.donmullen.net/">
    <author>
      <name>don</name>
    </author>
    <id>tag:www.donmullen.net,2008-06-09:4</id>
    <published>2008-06-09T02:46:00Z</published>
    <updated>2008-06-09T02:52:57Z</updated>
    <category term="mephisto"/>
    <link href="http://www.donmullen.net/2008/6/9/site-tweaks" rel="alternate" type="text/html"/>
    <title>site tweaks</title>
<content type="html">
            &lt;p&gt;After looking at some of the templates available to mephisto, I decided on one that I can live with for now.  I found that many of the templates that are publicly available need various amounts of code correction in order to be viable.  Many of the nicer mephisto blogs that I have seen have rolled their own templates, and clearly that is something I will consider in the future.&lt;/p&gt;


Even the the mephisto documentation is currently unavailable (&lt;a href=&quot;http://www.stikipad.com/&quot;&gt;stikipad&lt;/a&gt; has been down now for a few days), I did manage to add two of &lt;a href=&quot;http://www.danwebb.net/&quot;&gt;dan webb&#8217;s&lt;/a&gt; plugins to the standard mephisto install:
	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://svn.danwebb.net/external/rails/plugins/mephisto_delicious/trunk/&quot;&gt;del.icio.us feed&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://svn.danwebb.net/external/rails/plugins/filtered_column_code_highlighter/trunk/&quot;&gt;codehighlighter&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The del.icio.us plugin makes use of the del.icio.us web api in order to pull your recent bookmarks and provides a liquid filter to display them.&lt;/p&gt;


For some reason, I kept getting authentication errors when passing the login parameters through the liquid filter.  I had to add the following line to config/initializers/custom.rb in order to get the feed to work:
&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;Delicious.authenticate  :username =&amp;gt; 'del.icio.us.login', 
                        :password =&amp;gt; 'del.icio.us.password'&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;In addition, del.icio.us would not return my feeds until I changed the &#8216;User-Agent&#8217; parameter.  I didn&#8217;t take the time to investigate why this was necessary.&lt;/p&gt;


	&lt;p&gt;Dan&#8217;s codehighlighter, a mephisto plugin that includes a client-side javascript to format code (see sample above), came in a little easier, although I had to search the web for a sample &lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt; file.  The formating is somewhat limited, and I may investigate adding the &lt;a href=&quot;http://www.punneng.net/jazzy/&quot;&gt;Mephisto Jazzy Filter&lt;/a&gt; which is based on &lt;a href=&quot;http://ultraviolet.rubyforge.org/&quot;&gt;Ultraviolet&lt;/a&gt; and uses &lt;a href=&quot;http://macromates.com/&quot;&gt;Textmate&lt;/a&gt; syntax files.&lt;/p&gt;


	&lt;p&gt;Finally, I added a blog roll of all the &lt;a href=&quot;http://www.thinkrelevance.com&quot;&gt;relevance&lt;/a&gt; crew.&lt;/p&gt;


Next up:
	&lt;ul&gt;
	&lt;li&gt;better &lt;a href=&quot;feed://www.donmullen.net/feed/atom.xml&quot;&gt;feed&lt;/a&gt; visibility (it works now after a minor fix to the mephisto trunk&#8212;I had to take out some language support that is work-in-progress)&lt;/li&gt;
		&lt;li&gt;current reading list (mostly development process books)&lt;/li&gt;
		&lt;li&gt;adding search (it didn&#8217;t come with the template I picked)&lt;/li&gt;
	&lt;/ul&gt;
          </content>  </entry>
  <entry xml:base="http://www.donmullen.net/">
    <author>
      <name>don</name>
    </author>
    <id>tag:www.donmullen.net,2008-06-06:1</id>
    <published>2008-06-06T17:09:00Z</published>
    <updated>2008-06-09T02:48:44Z</updated>
    <category term="mephisto"/>
    <link href="http://www.donmullen.net/2008/6/6/new-blog" rel="alternate" type="text/html"/>
    <title>first post</title>
<content type="html">
            &lt;p&gt;Just installed &lt;a href=&quot;http://mephistoblog.com/&quot;&gt;mephisto&lt;/a&gt; to run my blog.  Thanks to &lt;a href=&quot;http://aaronbedra.com/&quot;&gt;Aaron&lt;/a&gt; for helping me get up and running.&lt;/p&gt;


	&lt;p&gt;Now all I need is to pick and tweak a &lt;a href=&quot;http://mephisto-themes.nanorails.com/gallery&quot;&gt;theme&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
</feed>
