<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mobtvse on weblog.masukomi.org</title>
    <link>https://weblog.masukomi.org/tags/mobtvse/</link>
    <description>Recent content in Mobtvse on weblog.masukomi.org</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy Kay Rhodes (masukomi.org) 2022</copyright>
    <lastBuildDate>Wed, 08 Aug 2012 00:00:00 +0000</lastBuildDate><atom:link href="https://weblog.masukomi.org/tags/mobtvse/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Major MObtvse Update</title>
      <link>https://weblog.masukomi.org/2012/08/08/major-mobtvse-update/</link>
      <pubDate>Wed, 08 Aug 2012 00:00:00 +0000</pubDate>
      
      <guid>https://weblog.masukomi.org/2012/08/08/major-mobtvse-update/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just merged the experimental branch of &lt;a href=&#34;http://mobtvse.com&#34;&gt;MObtvse&lt;/a&gt; into master. This represents a huge update and in addition to the feature list below there&amp;rsquo;s a nice update to the default theme, great new editor, improved Kudos integration on the admin screen, and a number of more subtle improvements. I&amp;rsquo;m really happy with the progress I&amp;rsquo;ve been able to make on MObtvse in my free time, and if you&amp;rsquo;ve been considering it, now is definitely the time to &lt;a href=&#34;https://github.com/masukomi/mobtvse&#34;&gt;grab it from Github&lt;/a&gt; and give it a spin.&lt;/p&gt;
&lt;p&gt;It should be noted that while it&amp;rsquo;s fairly easy to install, and the README attempts to cover all the details, people who&amp;rsquo;ve never installed a Rails app before, or used the command line, may feel a bit out of their depth.&lt;/p&gt;
&lt;p&gt;Sorry non-geeks, we&amp;rsquo;ve got a little ways to go before installation is totally painless for you, but I&amp;rsquo;m working on it.&lt;/p&gt;
&lt;h2 id=&#34;current-feature-list-as-of-aug-7-2012&#34;&gt;Current Feature List (as of Aug 7, 2012):&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Kudos&lt;/li&gt;
&lt;li&gt;Live Markdown preview&lt;/li&gt;
&lt;li&gt;Drafts&lt;/li&gt;
&lt;li&gt;Scheduled posts&lt;/li&gt;
&lt;li&gt;Image uploads via S3&lt;/li&gt;
&lt;li&gt;Disqus integration&lt;/li&gt;
&lt;li&gt;Google Analytics integration&lt;/li&gt;
&lt;li&gt;Archives page with Tags and Kudos integration (&lt;a href=&#34;https://weblog.masukomi.org/archive&#34;&gt;example here&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pull requests will be happily accepted. ;)&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Introducing MObtvse</title>
      <link>https://weblog.masukomi.org/2012/05/01/introducing-mobtvse/</link>
      <pubDate>Tue, 01 May 2012 00:00:00 +0000</pubDate>
      
      <guid>https://weblog.masukomi.org/2012/05/01/introducing-mobtvse/</guid>
      <description>&lt;p&gt;Today, I would like to introduce you to &lt;a href=&#34;http://mobtvse.com&#34;&gt;MObtvse&lt;/a&gt;. It&amp;rsquo;s a fork of &lt;a href=&#34;http://natewienert.com/&#34;&gt;Nate Wienert&amp;rsquo;s&lt;/a&gt; &lt;a href=&#34;https://github.com/NateW/obtvse&#34;&gt;Obtvse&lt;/a&gt;, a Markdown based blogging system written with Ruby on Rails. Obtvse is itself, &lt;a href=&#34;http://natewienert.com/codename-obtvse&#34;&gt;a reverse engineering&lt;/a&gt; of the &lt;a href=&#34;http://svbtle.com/&#34;&gt;Svbtle&lt;/a&gt; blogging platform / network.&lt;/p&gt;
&lt;p&gt;The notable differences between MObtvse and Obtvse are that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MObvtse uses &lt;a href=&#34;www.mongodb.org&#34;&gt;MongoDB&lt;/a&gt; via &lt;a href=&#34;mongoid.org&#34;&gt;MongoID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;MObtvse allows posts to be tagged. Readers can click the tags to see all other posts with the same tag, and Administrators can use the tag cloud to help find specific, or related, posts.&lt;/li&gt;
&lt;li&gt;MObtvse uses &lt;a href=&#34;http://haml-lang.com/&#34;&gt;Haml&lt;/a&gt; (partially implemented)&lt;/li&gt;
&lt;li&gt;Responsive CSS layout via the &lt;a href=&#34;http://foundation.zurb.com/&#34;&gt;Foundation&lt;/a&gt; framework.&lt;/li&gt;
&lt;li&gt;MObtvse has &lt;a href=&#34;https://github.com/masukomi/mobtvse/blob/master/ToDo.mkdn&#34;&gt;big plans for the future&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MObtvse doesn&amp;rsquo;t currently generate static pages, but support for statically generated pages is a top priority. The faster serving helps SEO and allows a single server to handle far greater numbers of readers.&lt;/p&gt;
&lt;p&gt;There are a number of planned features like Disqus integration for comments, Mixpanel for stats (it already supports Google Analytics), easy image uploading, and much more.&lt;/p&gt;
&lt;h2 id=&#34;reasoning&#34;&gt;Reasoning&lt;/h2&gt;
&lt;h3 id=&#34;why-another-blogging-system&#34;&gt;Why another blogging system?&lt;/h3&gt;
&lt;p&gt;I know. I know. But, the reasons are pretty simple:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I love blogging with Markdown. It has totally changed my perception of blogging.&lt;/li&gt;
&lt;li&gt;Wordpress is a bloated behemoth that can&amp;rsquo;t withstand serious load without a really good hosting package, and all the Markdown plugins for it suck in one way or another.&lt;/li&gt;
&lt;li&gt;Blogging with command line tools like Jekyll and Octopress have serious limitations, frustrations, and complications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;why-a-new-fork&#34;&gt;Why a new fork?&lt;/h3&gt;
&lt;p&gt;I created a totally separate project, instead of working to extend the common Obtvse codebase, because there are a number of changes that I have made, and intend to make, that are far beyond what Nate appears interested in doing with Obtvse, which is fine. I&amp;rsquo;ll contribute back as I can, but MObtvse is quickly moving to a point where most of the new code simply won&amp;rsquo;t be compatible with Obtvse&amp;rsquo;s.&lt;/p&gt;
&lt;p&gt;I started with Obtvse because writing something from scratch would have taken too much of my limited time, and Rails&amp;rsquo; ecosystem allows me to rapidly introduce many of the features I want without having to code them all from scratch.&lt;/p&gt;
&lt;h3 id=&#34;why-mongodb&#34;&gt;Why MongoDB?&lt;/h3&gt;
&lt;p&gt;Simple, by switching to MongoDB users can now throw an instance of MObtvse up on Heroku and use one of the free MongoDB hosting plans to store their data. These plans generally cap their storage but there are very few blogs out there that would even approach the limits they impose.&lt;/p&gt;
&lt;h3 id=&#34;why-not-stick-with-octopress&#34;&gt;Why not stick with Octopress?&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;ve really enjoyed the switch to blogging with Markdown, but &lt;a href=&#34;http://www.octopress.org&#34;&gt;Octopress&lt;/a&gt; just hasn&amp;rsquo;t been cutting it for me. I spend almost all my working days staring at terminals, so it&amp;rsquo;s not that I mind getting down and dirty with the command line, but from the perspective of wanting to write, the process kind-of-sucks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bundle exec rake new_post[&amp;ldquo;some title&amp;rdquo;]&lt;/li&gt;
&lt;li&gt;select and copy the new file path it generates&lt;/li&gt;
&lt;li&gt;open said file with a text editor (I&amp;rsquo;ve been using &lt;a href=&#34;bywordapp.com&#34;&gt;Byword&lt;/a&gt; lately).&lt;/li&gt;
&lt;li&gt;skip the chance to preview what it would look like in the final version because that would require regenerating the entire site which takes forever.&lt;/li&gt;
&lt;li&gt;add it to git.&lt;/li&gt;
&lt;li&gt;push that to the server, which will then background the generation of the entire site for me via a git post-receive hook. Most people have to sit around twiddling their thumbs waiting for it to finish generating and then upload via FTP / SCP / Rsync / carrier pigeon.&lt;/li&gt;
&lt;li&gt;wait a few minutes for the entire site to be regenerated on the server (even when you just upload one post).&lt;/li&gt;
&lt;li&gt;View the post and hope you don&amp;rsquo;t spot any typos.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And if you want to write a quick blog post from work? No good way to do it without downloading your entire blogging system to your work computer or install and configure &lt;a href=&#34;https://github.com/masukomi/JekyllMail&#34;&gt;JekyllMail&lt;/a&gt;. Even then you can&amp;rsquo;t make an update. Actually&amp;hellip; JekyllMail makes blogging with Octopress way easier. Just send an email, with attached photos and placeholder image tags and you&amp;rsquo;re all good.*&lt;/p&gt;
&lt;p&gt;The YAML data structure embedded in the top of my Markdown posts drives me nuts (Octopress inherited this from Jekyll) even though &lt;a href=&#34;http://markedapp.com&#34;&gt;Marked&lt;/a&gt; will auto-filter that out on preview for me. This is just &lt;em&gt;wrong&lt;/em&gt;. Markdown&amp;rsquo;s supposed to be about simplicity and ease of writing. Embedding an incomptable, and manually managed raw data structure at the top of each post instead of a centralized metadata solution that would allow the app to make intelligent decisions about what needs to be regenerated and what doesn&amp;rsquo;t&amp;hellip; &lt;em&gt;UGH!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The problem, of course, is that right now Octopress is one of, if not &lt;em&gt;the&lt;/em&gt; most feature-packed Markdown specific blogging platforms there is.&lt;/p&gt;
&lt;h2 id=&#34;how-about-looks&#34;&gt;How about looks?&lt;/h2&gt;
&lt;p&gt;MObtvse will always strive to keep its interface clean, simple, and easy to use. The admin section is fairly close to that of Obtvse with the addition of tag support, responsive css, and modifications to better support mobile devices.&lt;/p&gt;
&lt;p&gt;The Reading page currently (May 2012) takes many of its cues from weblog.masukomi.org but I expect that to change in the near future.&lt;/p&gt;
&lt;h4 id=&#34;the-admin-page&#34;&gt;The Admin Page&lt;/h4&gt;
&lt;p&gt;&lt;img src=&#34;http://mobtvse.com/images/mobtvse_admin_screen_500.jpg&#34; alt=&#34;The Admin Page&#34;&gt;&lt;/p&gt;
&lt;h4 id=&#34;creating-or-editing-a-post&#34;&gt;Creating or Editing a Post&lt;/h4&gt;
&lt;p&gt;&lt;img src=&#34;http://mobtvse.com/images/mobtvse_editing_a_post_500.jpg&#34; alt=&#34;Creating or Editing a Post&#34;&gt;&lt;/p&gt;
&lt;h4 id=&#34;reading-a-post&#34;&gt;Reading a post&lt;/h4&gt;
&lt;p&gt;&lt;img src=&#34;http://mobtvse.com/images/mobtvse_single_post_500.jpg&#34; alt=&#34;Reading a Post&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;like-what-you-see&#34;&gt;Like what you see?&lt;/h2&gt;
&lt;p&gt;Go to &lt;a href=&#34;http://MObtvse.com&#34;&gt;MObtvse.com&lt;/a&gt; for more details, or head directly over to &lt;a href=&#34;https://github.com/masukomi/mobtvse&#34;&gt;MObtvse&amp;rsquo;s Github repo&lt;/a&gt; and grab (or fork) a copy. MObtvse is all about integrating kick-ass new features, so your pull-requests will be warmly met.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;* Footnote: I&amp;rsquo;m mostly done with a complete refactoring of JekyllMail which fixes some bugs and makes it way more extensible. I just need to test it before releasing it into the wild.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
