<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us">
  <generator uri="http://vinetype.com" version="Vine Type v2.3 by Vine Branches">Vine Type by Vine Branches</generator>
  <author>
    <name>Vine Type</name>
    <email>no.ema.il@no.ema.il</email>
  </author>
  <title type="text">Vine Type</title>
  <subtitle type="text" />
  <id>http://www.vinetype.com/default.aspx?feed=atom10</id>
  <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx" />
  <link rel="self" type="application/atom+xml" href="http://www.vinetype.com/default.aspx?feed=atom10" />
  <updated>2012-05-18T03:32:47Z</updated>
  <entry>
    <title>$_section_name</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/template_variables/$__section__name&amp;id=240</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/template_variables/$__section__name&amp;id=240" />
    <published>2008-12-21T14:57:29Z</published>
    <updated>2008-12-21T15:01:43Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><h5>variable</h5>

<ul>
<li>$_section_name  </li>
</ul>

<h5>applicable sections</h5>

<ul>
<li>html</li>
</ul>

<h5>description</h5>

<p>This prints a more friendly and readable section name on the page.</p>

<h5>notes</h5>

<p>This variable is closely associated with the <code>$_nav_section</code> variable.  <code>$_nav_section</code>, however, creates a URL-friendly section name that replaces spaces with underlines.  It should be used in non-visible links.</p>

<p>The <code>$_section_name</code> should be used where it will be displayed to the end user.</p>

<h5>examples</h5>

<ol>
<li>When viewing an article titled "Maps" in section "home/about us/directions/maps" and the <em>maps</em> section has no subsections
<ul>
<li>Vine Type will return <strong>directions</strong></li>
</ul></li>
<li>When viewing an article titled "Maps" in section "home/about us/directions/maps" and the <em>maps</em> section contains one or more subsections (for instance, "From Airport" and "From Train Station")
<ul>
<li>Vine Type will return <strong>maps</strong></li>
</ul></li>
</ol>
</div>
    </content>
  </entry>
  <entry>
    <title>Now With Extra SEO Goodness</title>
    <id>http://www.vinetype.com/default.aspx?section=news&amp;id=239</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=news&amp;id=239" />
    <published>2008-06-28T23:23:55Z</published>
    <updated>2008-06-29T19:45:59Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>What exactly do I mean by <em>Extra SEO Goodness?</em>  The enhancements in Vine Type version 2.2 provide three new significant Search Engine Optimization (SEO) feature improvements.
Being friendly to <a href="http://google.com">Google</a> and other search engines is a necessity on the internet.
You want your website to be found and indexed easily -- providing the information the search engines need to categorize the information your website provides.</p>

<h3>Improved Titles and Descriptions</h3>

<p>The biggest feature improvements provide enhanced search result titles and descriptions for your site.
Prior to version 2.2, titles were mostly static, and per-article descriptions were non-existent.
Now, by placing the <code>$_articletitle_text</code> variable in your title tag and the <code>$_article_summary</code> variable in your meta description tag, search engine visitors are more likely to see what they are looking for.</p>

<p>Take a look at two Google searches for the same Vine Type site before version 2.2 and with version 2.2.
Before version 2.2, all the article titles and summaries looked very similar.</p>

<p><img src="./files/google-before.png" alt="search results prior to version 2.2" title="" /></p>

<p>After version 2.2, the difference is dramatic.
Titles are meaningful, and the descriptions (the first several words of the article) provide a clear indication as to what will be found when the link is clicked.</p>

<p><img src="./files/google-after.png" alt="search results after version 2.2" title="" /></p>

<h3>Generic Search Engine Sitemaps</h3>

<p>Pro users of Vine Type will also benefit from the search engine sitemap provided by version 2.2.
Prior to version 2.2, Vine Type served up Google sitemaps, but now serves up a similar industry-standard version for <a href="http://yahoo.com">Yahoo!</a>, <a href="http://live.com">Live Search</a>, and other search providers.</p>

<h3>404 Page Not Found</h3>

<p>You might not initially equate missing page support with search engine goodness, but search engines are <em>very interested</em> in knowing when pages have been removed, so that those pages could be removed from their index.
Vine Type previous to version 2.2 issued visual 404s - blank pages when an article or section was deleted or moved.</p>

<p>Visitors understood their bookmark should be changed, but search engines would continue to index the old page thinking it was still in existence but now blank.
This situation can lead to considerable search results clutter.
By providing true 404 support, Vine Type version 2.2 sites will clearly communicate to search engines whether pages are and are not present.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>$_now</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/template_variables/$__now&amp;id=238</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/template_variables/$__now&amp;id=238" />
    <published>2008-06-28T21:00:11Z</published>
    <updated>2008-06-28T21:18:25Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><h5>variables</h5>

<ul>
<li>$_now_daynum  <strong>Example: 03</strong></li>
<li>$_now_daynum_short   <strong>Example: 3</strong></li>
<li>$_now_monthname <strong>Example: September</strong></li>
<li>$_now_monthname_short <strong>Example: Sep</strong></li>
<li>$_now_monthnum <strong>Example: 09 (For September)</strong></li>
<li>$_now_monthnum_short <strong>Example: 9 (For September)</strong></li>
<li>$_now_time <strong>Example: 6:15 PM</strong></li>
<li>$_now_time_24 <strong>Example: 18:15</strong></li>
<li>$_now_wkday <strong>Example: Thursday</strong></li>
<li>$_now_wkday_short <strong>Example: Thu</strong></li>
<li>$_now_yearnum <strong>Example: 2008</strong></li>
<li>$_now_yearnum_short <strong>Example: 08  (for 2008)</strong></li>
</ul>

<h5>applicable sections</h5>

<ul>
<li>html</li>
</ul>

<h5>associated vinetype.config variables</h5>

<ul>
<li><a href="default.aspx?section=reference/vinetype.config/$culture">$culture</a></li>
</ul>

<h5>description</h5>

<p>Place this variable at the location in the <strong><em>body</em></strong> element where you want a day, date, month, or year value for the current tim to be placed.</p>

<h5>notes</h5>

<ul>
<li>The above examples are values for a culture of en-US or other English-speaking culture. Translation for other language is accomplished by adjusting the <strong>$culture</strong> variable in your <code>vinetype.config</code> file.</li>
</ul>
</div>
    </content>
  </entry>
  <entry>
    <title>Vine Type 2.2 Now Available</title>
    <id>http://www.vinetype.com/default.aspx?section=news&amp;id=237</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=news&amp;id=237" />
    <published>2008-06-28T05:46:57Z</published>
    <updated>2008-06-29T19:42:07Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Vine Type 2.2 is ready for immediate <a href="default.aspx?section=download">download</a>. Subtitled <a href="default.aspx?section=news&amp;id=239"><em>With Extra SEO Goodness</em></a>, Vine Type's 404 support and enhanced article summary improves search engine summary reports. In addition, v2.2 pro licenses gain new generic search engine sitemap capabilities.</p>

<ul>
<li>fixed: (security issue) vinetype folder name is no longer shown in malformed xml message</li>
<li>fixed: no more gmt timestamp when saving articles</li>
<li>fixed: UTF-8 characters in ANSI-encoded file  </li>
<li><p>fixed: <code>$article_summaries:yes</code></p></li>
<li><p>new: generic feed=sitemap (pro licenses only)</p></li>
<li>new: <code>$_now</code> variables
<ul>
<li>several new <strong>now</strong> variables allow you to place the current time, date, or year wherever you'd like. I use the current year in my copyright notice.</li>
</ul></li>
<li>new: <code>$article_summaries_more</code></li>
<li>new: <code>$article_summaries_more_img_url</code></li>
<li>new: <code>$_article_summary</code>
<ul>
<li>place this in your <strong>meta description</strong> tag for improved search engine results</li>
</ul></li>
<li>new: <code>$_articletitle_text</code>
<ul>
<li>place this in a <strong>title</strong> tag for improved page titles</li>
</ul></li>
<li>new: true 404s</li>
<li>new: srch <code>$_nav_section</code>
<ul>
<li><code>$_nav_section</code> will contain "srch" when users use the srch widget.</li>
</ul></li>
<li>new: <code>$_commenting_open</code> 0/1 indicator</li>
</ul>
</div>
    </content>
  </entry>
  <entry>
    <title>Content Management for Microsoft Web Servers</title>
    <id>http://www.vinetype.com/default.aspx?section=home&amp;id=236</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=home&amp;id=236" />
    <published>2007-12-31T10:35:19Z</published>
    <updated>2007-12-31T10:36:40Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Vine Type is a lightweight web site content management system that runs on Microsoft Windows web servers.  Vine Type provides the means to add, edit, and delete web pages on your site without worrying about broken links, navigational widgets, or other technical details.</p>

<p>And by lightweight, I mean that Vine Type can easily handle sites up to 400 pages.  This site is over 200 pages in size and it is easily managed by Vine Type.  </p>

<h2>For Web Designers and Their Clients</h2>

<p>Vine Type targets web designers creating web sites for small businesses and professionals who want to maintain their own website content. Vine Type provides a flexible template system that allows you to wrap just about any look-and-feel around the core Vine Type engine. The single-login interface is simple and easy to teach to your clients.</p>

<p><img src="./template-files/vine-type/vinetype-monitor.png" alt="" title="" /></p>

<h2>Free for Not-for-Profit Use</h2>

<p>That always sounds good doesn't it? You can download a copy of Vine Type Personal Edition for personal or non-profit use for free. Experience the full range of features that Vine Type offers.  There's no expiration.  </p>
</div>
    </content>
  </entry>
  <entry>
    <title>Coming Soon: Version 2.2</title>
    <id>http://www.vinetype.com/default.aspx?section=news&amp;id=235</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=news&amp;id=235" />
    <published>2007-12-29T21:51:23Z</published>
    <updated>2007-12-29T21:54:50Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>After some template changes and a repackaging effort, I'll be releasing Version 2.2 of Vine Type.  This release will get the tagline <em>With Extra SEO Goodness</em> because the bulk of the changes have been in support of improved Search Engine Optimization behaviors.</p>

<p>From improved search engine result titles and summary descriptions to true 404 Page Not Found support -- version 2.2 provides more tools to get your site indexed even better.</p>

<p>Stay tuned for the update.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>Vine Type 2.0 Now Available</title>
    <id>http://www.vinetype.com/default.aspx?section=news/archives&amp;id=234</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=news/archives&amp;id=234" />
    <published>2007-03-03T22:05:41Z</published>
    <updated>2008-06-28T05:55:54Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Vine Type 2.0 is ready for immediate download.  Version 2 of Vine Type is a .NET version 2 application.  There are several changes, most notably a performance improvement by caching Ma.gnolia lists locally and updating them only once each hour.</p>

<h2>Version 2</h2>

<p>New requirement: .NET Framework 2.0 required.  Vine Type 1.5 is the final Vine Type release supporting .NET Framework 1.1</p>

<ul>
<li>fixed: removed spaces that often appeared in text entry boxes.</li>
<li>fixed: problem with non en-US cultures when calculating comment expiration</li>
<li>changed: XML file schema change. All references to "writeback" replaced with "comment."  If upgrading from v1.x to v2.0 you must replace-all instances of "writeback" to "comment" in the following files
<ul>
<li>site.xml, site.xsl</li>
<li>wb.xml, wb.xsl</li>
<li>all template (.html) files in the vinetype folder</li>
<li>vinetype.config</li>
<li>your css files<br />
<strong>Only if you are upgrading</strong> from a v1 Vine Type website, do the following:</li>
<li>back up your files (copy to a different location or send the vinetype folder to a zip file)</li>
<li>open each xml, xsl, html template and vinetype.config file in a text editor</li>
<li>find and replace <em>every</em> occurence of <strong>writeback</strong> with <strong>comment</strong></li>
<li>save the file</li>
</ul></li>
<li>changed: article summaries no longer show images for better summary experience</li>
<li>added: ma.gnolia caching</li>
<li>added: new, better, statistics-gathering, snippet-showing, keyword-emphasizing search results.  </li>
<li>added: $label_searchresult (vinetype.config)</li>
<li>added: $label_searchresults_matches (vinetype.config)</li>
<li>added: Alternating article style option with these two variables
<ul>
<li>$comment_alts (vinetype.config)</li>
<li>$_commentalt (template file)</li>
</ul></li>
<li>added: Alternating article style option with these two variables
<ul>
<li>$article_alts  (vinetype.config)</li>
<li>$_artalt  (template file)</li>
</ul></li>
</ul>
</div>
    </content>
  </entry>
  <entry>
    <title>Vine Type Template</title>
    <id>http://www.vinetype.com/default.aspx?section=news&amp;id=233</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=news&amp;id=233" />
    <published>2006-10-24T19:37:46Z</published>
    <updated>2007-12-30T21:43:57Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p><img src="./files/boston_01.jpg" alt="" title="" />
<img src="./files/boston_02.jpg" alt="" title="" />
<img src="./files/boston_03.jpg" alt="" title="" />
<img src="./files/boston_04.jpg" alt="" title="" />
<img src="./files/boston_05.jpg" alt="" title="" /></p>

<h2>Boston</h2>

<p>A new Vine Type template is available for immediate download.  <em>Boston</em> is based from an award-winning Word Press template by <a href="http://www.sreejith.net/">Sreejith Krishnan</a>.  </p>

<p>A darker theme with orange highlights is in keeping with the season.  This template can be viewed in action at the <a href="http://vinetype.org">vinetype.org</a> website. Download <a href="http://vinetype.com/downloads/00003_boston.zip">Boston</a> now.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>Ma.gnolia</title>
    <id>http://www.vinetype.com/default.aspx?section=overview/ma.gnolia&amp;id=232</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=overview/ma.gnolia&amp;id=232" />
    <published>2006-10-24T08:27:58Z</published>
    <updated>2007-12-21T08:25:15Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Vine Type lets you create up to 26 <strong>sets</strong> of <a href="http://ma.gnolia.com" title="Ma.gnolia Home Page">Ma.gnolia</a> bookmarks.  Vine Type returns all your bookmarks that share a Ma.gnolia <em>tag</em>.  </p>

<p>Vine Type places your bookmarks in a list with the bookmark title, description, and a thumbnail of the website that the bookmark points to.  The title and thumbnail are linked to the web site.</p>

<p>If you'd rather just have a list of your most recent bookmarks, Vine Type lets you do that too.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>Flickr</title>
    <id>http://www.vinetype.com/default.aspx?section=overview/flickr&amp;id=231</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=overview/flickr&amp;id=231" />
    <published>2006-10-24T08:19:27Z</published>
    <updated>2007-12-21T08:26:18Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Vine Type supports up to 26 different <strong>sets</strong> of <a href="http://www.flickr.com">Flickr</a><sup><small>TM</small></sup> images.  This means you can display photos of your vacations in one area of a page and photos of your pets in another area.  </p>

<p>Your sets are based on your Flickr <em>tags</em> and Vine Type will return all your photos that share a tag. Is tagging too complicated? Do you just want to show your recent photos?  Vine Type does that too.</p>

<p>If you'd like, you can combine Flickr with Vine Type's random feature and display a random sample of a larger collection.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>Gravatars</title>
    <id>http://www.vinetype.com/default.aspx?section=overview/gravatars&amp;id=230</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=overview/gravatars&amp;id=230" />
    <published>2006-10-17T14:43:09Z</published>
    <updated>2007-12-31T07:37:55Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Gravatars -- Globally Recognized Avatars -- are images associated with email addresses. They are popular for blog sites where multiple comment entries (comments) are posted from. For commenters that have gravatars, the gravatar is shown.  If an email address does not have a gravatar, a default image is shown.</p>

<p>To learn more about how gravatars, visit the <a href="http://site.gravatar.com/">gravatar home page</a></p>
</div>
    </content>
  </entry>
  <entry>
    <title>$_ma.gnolia</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/template_variables/$__ma.gnolia&amp;id=229</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/template_variables/$__ma.gnolia&amp;id=229" />
    <published>2006-10-16T17:03:46Z</published>
    <updated>2009-04-13T22:47:11Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p><em>As of January 30, 2009, Ma.gnolia.com has been out of commission with no stated date to return. The functionality remains in Vine Type in the hopes that this useful bookmarking service will one day return.</em></p>

<h5>variable</h5>

<ul>
<li>$_ma.gnolia_a</li>
<li>...through...</li>
<li>$_ma.gnolia_z</li>
</ul>

<h5>applicable sections</h5>

<ul>
<li>html</li>
</ul>

<h5>description</h5>

<p>Place this variable at the location in the <strong><em>html</em></strong> element where you want your <a href="http://ma.gnolia.com" title="Link to Ma.gnolia home page">Ma.gnolia</a> bookmarks to appear. </p>

<h5>associated vinetype.config variables</h5>

<ul>
<li><a href="default.aspx?section=reference/vinetype.config/$ma.gnolia__get">$ma.gnolia_get</a></li>
<li><a href="default.aspx?section=reference/vinetype.config/$ma.gnolia__tag">$ma.gnolia_tag</a></li>
</ul>

<h5>example</h5>

<pre><code>$ma.gnolia_get_a:4  
$ma.gnolia_tag_a:ipod
</code></pre>

<p>These two variables would define the Ma.gnolia bookmark set "<strong>a</strong>".  To display the bookmarks from set <strong>a</strong> on your web page, place the associated template variable in your template file.</p>

<pre><code>$_ma.gnolia_a
</code></pre>

<h5>notes</h5>

<ul>
<li><p>Both private and public bookmarks will be returned.</p></li>
<li><p>If you request fewer bookmarks than match your tag(s) the list will contain the most recent entries</p></li>
<li><p>The maximum number of bookmarks to request is 100. </p></li>
<li><p>To request recent bookmarks, regardless of their tags, use the special value "all-recent" (without the quotes) in the <code>$ma.gnolia_tags</code> variable.</p></li>
<li><p>In order to access your Ma.gnolia bookmarks, you will need to also provide these two <strong><em>vinetype.config</em></strong> file entries:</p>

<ul>
<li><a href="default.aspx?section=reference/vinetype.config/$ma.gnolia__screenname">$ma.gnolia_screenname</a></li>
<li><a href="default.aspx?section=reference/vinetype.config/$ma.gnolia__password">$ma.gnolia_password</a></li>
</ul></li>
</ul>

<h5>sample generated xhtml</h5>

<pre><code>      &lt;ul class="magnolia_a"&gt;
              &lt;li&gt;&lt;dl&gt;
                    &lt;dt&gt;
                       &lt;a href="http://www.dreamprojections.com/2006/10/01/importing-old-stories-into-the-new-blog.aspx#lastcomment" title="Alex Gorbatchev was tired of fighting with Community Server and wrote his own blog.  There is a problem, however, converting 650 blog posts into Markdown."&gt;DreamProjections.com | Importing old stories into the new blog&lt;/a&gt;
                    &lt;/dt&gt;
                    &lt;dd class="image"&gt;

                       &lt;a href="http://www.dreamprojections.com/2006/10/01/importing-old-stories-into-the-new-blog.aspx#lastcomment" title="DreamProjections.com | Importing old stories into the new blog"&gt;
                          &lt;img src="http://scst.srv.girafa.com/srv/i?i=sc010159&amp;amp;r=dreamprojections.com/2006/10/01/importing-old-stories-into-the-new-blog.aspx&amp;amp;s=7d7bb007aedda02b" alt="DreamProjections.com | Importing old stories into the new blog" height="75" width="100" /&gt;
                       &lt;/a&gt;
                    &lt;/dd&gt;
                    &lt;dd class="desc"&gt;Alex Gorbatchev was tired of fighting with Community Server and wrote his own blog.  There is a problem, however, converting 650 blog posts into Markdown.&lt;/dd&gt;
                 &lt;/dl&gt;&lt;/li&gt;
              &lt;li&gt;&lt;dl&gt;
                    &lt;dt&gt;
                       &lt;a href="http://codebetter.com/blogs/rodpaddock/archive/2006/10/09/Rad-in-the-Time-Of-Agile-Development.aspx" title="Rod Paddock says Agile coding is just this year's buzzword for Rapid Application Design developed in the 1980s but no matter what the name, getting software into the users hands quickly is good."&gt;RodMan's Corner | RAD in the Time Of Agile Development&lt;/a&gt;
                    &lt;/dt&gt;
                    &lt;dd class="image"&gt;
                       &lt;a href="http://codebetter.com/blogs/rodpaddock/archive/2006/10/09/Rad-in-the-Time-Of-Agile-Development.aspx" title="RodMan's Corner | RAD in the Time Of Agile Development"&gt;
                          &lt;img src="http://scst.srv.girafa.com/srv/i?i=sc010159&amp;amp;r=codebetter.com/blogs/rodpaddock/archive/2006/10/09/Rad-in-the-Time-Of-Agile-Development.aspx&amp;amp;s=3b23928a7242e618" alt="RodMan's Corner | RAD in the Time Of Agile Development" height="75" width="100" /&gt;
                       &lt;/a&gt;
                    &lt;/dd&gt;
                    &lt;dd class="desc"&gt;Rod Paddock says Agile coding is just this year's buzzword for Rapid Application Design developed in the 1980s but no matter what the name, getting software into the users hands quickly is good.&lt;/dd&gt;
                 &lt;/dl&gt;&lt;/li&gt;
              &lt;li&gt;&lt;dl&gt;
                    &lt;dt&gt;
                       &lt;a href="http://haacked.com/archive/2006/10/06/Rolling_Your_Own_Blog_Engine.aspx" title="Phil says coding your own blog engine may seem simple but there are many features in modern open source blog engines that take time and have already been written for you, so why reinvent the kitchen sink?"&gt;You've been Haacked! | Rolling Your Own Blog Engine&lt;/a&gt;
                    &lt;/dt&gt;
                    &lt;dd class="image"&gt;
                       &lt;a href="http://haacked.com/archive/2006/10/06/Rolling_Your_Own_Blog_Engine.aspx" title="You've been Haacked! | Rolling Your Own Blog Engine"&gt;
                          &lt;img src="http://scst.srv.girafa.com/srv/i?i=sc010159&amp;amp;r=haacked.com/archive/2006/10/06/Rolling_Your_Own_Blog_Engine.aspx&amp;amp;s=e8998e6c49d6f633" alt="You've been Haacked! | Rolling Your Own Blog Engine" height="75" width="100" /&gt;
                       &lt;/a&gt;
                    &lt;/dd&gt;
                    &lt;dd class="desc"&gt;Phil says coding your own blog engine may seem simple but there are many features in modern open source blog engines that take time and have already been written for you, so why reinvent the kitchen sink?&lt;/dd&gt;
                 &lt;/dl&gt;&lt;/li&gt;
              &lt;li&gt;&lt;dl&gt;
                    &lt;dt&gt;
                       &lt;a href="http://godbit.com/article/your-pastor-needs-a-blog" title="Justin Thorp writes that pastors need to blog as a means of creating a concrete way of having a conversation with the members of the congregation."&gt;Godbit Project | Your Pastor Needs A Blog&lt;/a&gt;
                    &lt;/dt&gt;
                    &lt;dd class="image"&gt;
                       &lt;a href="http://godbit.com/article/your-pastor-needs-a-blog" title="Godbit Project | Your Pastor Needs A Blog"&gt;
                          &lt;img src="http://scst.srv.girafa.com/srv/i?i=sc010159&amp;amp;r=godbit.com/article/your-pastor-needs-a-blog&amp;amp;s=e09d2db7df882988" alt="Godbit Project | Your Pastor Needs A Blog" height="75" width="100" /&gt;
                       &lt;/a&gt;
                    &lt;/dd&gt;
                    &lt;dd class="desc"&gt;Justin Thorp writes that pastors need to blog as a means of creating a concrete way of having a conversation with the members of the congregation.&lt;/dd&gt;
                 &lt;/dl&gt;&lt;/li&gt;
              &lt;li&gt;&lt;dl&gt;
                    &lt;dt&gt;
                       &lt;a href="http://groups.msn.com/windowslivewriter/generaltopics.msnw?action=get_message&amp;amp;mview=0&amp;amp;ID_Message=894&amp;amp;all_topics=0" title="Microsoft Employee Joe Cheng says XHTML compliance for Windows Live Writer is a nice goal but not a priority."&gt;Windows Live Writer | XHTML Compliance&lt;/a&gt;
                    &lt;/dt&gt;
                    &lt;dd class="image"&gt;
                       &lt;a href="http://groups.msn.com/windowslivewriter/generaltopics.msnw?action=get_message&amp;amp;mview=0&amp;amp;ID_Message=894&amp;amp;all_topics=0" title="Windows Live Writer | XHTML Compliance"&gt;
                          &lt;img src="http://scst.srv.girafa.com/srv/i?i=sc010159&amp;amp;r=groups.msn.com/windowslivewriter/generaltopics.msnw&amp;amp;s=a07bc62cc96f5834" alt="Windows Live Writer | XHTML Compliance" height="75" width="100" /&gt;
                       &lt;/a&gt;
                    &lt;/dd&gt;
                    &lt;dd class="desc"&gt;Microsoft Employee Joe Cheng says XHTML compliance for Windows Live Writer is a nice goal but not a priority.&lt;/dd&gt;
                 &lt;/dl&gt;&lt;/li&gt;
           &lt;/ul&gt;
</code></pre>
</div>
    </content>
  </entry>
  <entry>
    <title>$_flickr</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/template_variables/$__flickr&amp;id=228</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/template_variables/$__flickr&amp;id=228" />
    <published>2006-10-16T16:57:11Z</published>
    <updated>2006-10-18T09:56:00Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><h5>variable</h5>

<ul>
<li>$_flickr_a_<em>nnn</em></li>
<li>...through...</li>
<li>$_flickr_z_<em>nnn</em></li>
</ul>

<h5>applicable sections</h5>

<ul>
<li>html</li>
</ul>

<h5>description</h5>

<p>Place this variable at the location in the <strong><em>html</em></strong> element where you want your <a href="http://flickr.com" title="Link to Flickr home page">Flickr</a> photos to appear. </p>

<h5>associated vinetype.config variables</h5>

<ul>
<li><a href="default.aspx?section=reference/vinetype.config/$flickr__get">$flickr_get</a></li>
<li><a href="default.aspx?section=reference/vinetype.config/$flickr__size">$flickr_size</a></li>
<li><a href="default.aspx?section=reference/vinetype.config/$flickr__tags">$flickr_tags</a></li>
</ul>

<h5>example</h5>

<pre><code>$flickr_get_a:4  
$flickr_size_a:s  
$flickr_tags_a:disneyland
</code></pre>

<p>These three <strong>vinetype.config</strong> entries define a Flickr photo set "<strong>a</strong>".  To display the photos from photo set <strong>a</strong> on your web page, add the associated template variables.</p>

<pre><code>$_flickr_a_001
$_flickr_a_002
$_flickr_a_003
$_flickr_a_004
</code></pre>

<h5>notes</h5>

<ul>
<li><p>Only photos with a Flickr privacy setting of <em>Public</em> will be returned.</p></li>
<li><p>If you request more photo <acronym title="Universal Resource Locator">URL</acronym>s than match the tags in your Flickr collection, Vine Type will create template variables for the number of photos in the collection.</p></li>
<li><p>The maximum number of <acronym title="Universal Resource Locator">URL</acronym>s to request is 100. </p></li>
</ul>

<blockquote>
  <p>Note: Showing 100 Flickr photos on a single page may violate the Flickr terms that you agreed to when obtaining an <acronym title="Application Programming Interface">API</acronym> key.  Vine Type allows requesting up to 100 <acronym title="Universal Resource Locator">URL</acronym>s to work in conjunction with random variables so that you can show a small random collection of a larger number of photos.  The number of photos displayed on your website is controlled in the template file, not in the configuration file.</p>
</blockquote>

<ul>
<li><p>To request recent photos, regardless of their tags, use the special value "all-recent" (without the quotes) in the <code>$flickr_tags</code> variable.</p></li>
<li><p>In order to access your Flickr photos, you will need to also provide these two <strong><em>vinetype.config</em></strong> file entries:</p>

<ul>
<li><a href="default.aspx?section=reference/vinetype.config/$flickr__api__key">$flickr_api_key</a></li>
<li><a href="default.aspx?section=reference/vinetype.config/$flickr__username">$flickr_username</a></li>
</ul></li>
<li><p>When you obtain an <acronym title="Application Programming Interface">API</acronym> key from Flickr you agree to terms governing your use of Flickr photos.  I recommend that you become familiar with these terms.</p></li>
<li><p>You don't have to display all the photos you request.  By using Vine Type random numbers, you could display four of the most recent 50 photos.  This would display a different set of photos with each page refresh. </p></li>
</ul>

<h5>four random photos example</h5>

<p>Create a Flickr photo set and a random variable in your config file.  In this example it is the random_q variable:</p>

<pre><code>$flickr_get_a:50  
$flickr_size_a:s  
$flickr_tags_a:disneyland  
$random_q:50
</code></pre>

<p>Then use the random values in the template file like this:</p>

<pre><code>$_flickr_a_$random_q001
$_flickr_a_$random_q002
$_flickr_a_$random_q003
$_flickr_a_$random_q004
</code></pre>

<p>Vine Type might display, for example, the following four photos:</p>

<pre><code>$_flickr_a_032
$_flickr_a_008
$_flickr_a_020
$_flickr_a_017
</code></pre>

<p>The same photo would never appear twice on the same page because of the way Vine Type random variables work.  That is, $random_q001 is always different from $random_q002 and $random_q003 et cetera.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>$ma.gnolia_password</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/vinetype.config/$ma.gnolia__password&amp;id=227</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/vinetype.config/$ma.gnolia__password&amp;id=227" />
    <published>2006-10-16T16:11:19Z</published>
    <updated>2009-04-13T22:45:10Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p><em>As of January 30, 2009, Ma.gnolia.com has been out of commission with no stated date to return. The functionality remains in Vine Type in the hopes that this useful bookmarking service will one day return.</em></p>

<h5>variable</h5>

<ul>
<li>$ma.gnolia_password</li>
</ul>

<h5>type</h5>

<ul>
<li>behavioral</li>
</ul>

<h5>associated template variables</h5>

<ul>
<li>$_ma.gnolia</li>
</ul>

<h5>description</h5>

<ul>
<li>Your Ma.gnolia website password.</li>
</ul>

<h5>example</h5>

<pre><code>$ma.gnolia_password:eiuv89324of84
</code></pre>

<h5>notes</h5>

<ul>
<li><p>this value is needed in order for Vine Type to access your bookmarks from the Ma.gnolia site.</p></li>
<li><p>to turn Ma.gnolia bookmarks "off" at your site, set this variable to blank or delete it.</p></li>
</ul>
</div>
    </content>
  </entry>
  <entry>
    <title>$ma.gnolia_screenname</title>
    <id>http://www.vinetype.com/default.aspx?section=reference/vinetype.config/$ma.gnolia__screenname&amp;id=226</id>
    <link rel="alternate" type="text/html" href="http://www.vinetype.com/default.aspx?section=reference/vinetype.config/$ma.gnolia__screenname&amp;id=226" />
    <published>2006-10-16T16:08:17Z</published>
    <updated>2009-04-13T22:45:31Z</updated>
    <content type="xhtml" xml:base="http://www.vinetype.com/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p><em>As of January 30, 2009, Ma.gnolia.com has been out of commission with no stated date to return. The functionality remains in Vine Type in the hopes that this useful bookmarking service will one day return.</em></p>

<h5>variable</h5>

<ul>
<li>$ma.gnolia_screenname</li>
</ul>

<h5>type</h5>

<ul>
<li>behavioral</li>
</ul>

<h5>associated template variables</h5>

<ul>
<li>$_ma.gnolia</li>
</ul>

<h5>description</h5>

<ul>
<li>The screen name that was assigned to you at the Ma.gnolia website.</li>
</ul>

<h5>example</h5>

<pre><code>$ma.gnolia_screenname:wildaboutlists
</code></pre>

<h5>notes</h5>

<ul>
<li><p>this value is needed in order for Vine Type to access your bookmarks from the Ma.gnolia site.</p></li>
<li><p>to turn Ma.gnolia bookmarks "off" at your site, set this variable to blank or delete it.</p></li>
</ul>
</div>
    </content>
  </entry>
</feed>
