<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>PS: What's up?: Comments by Christina Wodtke</title>
    <link>http://blog.publicsquarehq.com/person/1312</link>
    <pubDate>Thu, 30 Aug 2007 16:14:49 GMT</pubDate>
    <description>Comments by Christina Wodtke</description>
    <item>
      <description>&lt;p&gt;Can you tell me more about this? It&amp;#8217;s possible we do this already, if I understand you. Story-types is a good tool for it.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/idea/view/9734#content_11862</link>
      <guid>http://blog.publicsquarehq.com/idea/view/9734#content_11862</guid>
      <pubDate>Thu, 30 Aug 2007 16:14:49 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;Good news.. we have forums now, so go ahead and opine!&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/em-and-en#content_14593</link>
      <guid>http://blog.publicsquarehq.com/view/em-and-en#content_14593</guid>
      <pubDate>Sat, 19 Jan 2008 09:58:11 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;&amp;lt;span class=&amp;#8221;CAPS&amp;#8221;&amp;gt; evilly being created over and over again as one saves and opens a document.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/topics/view/14592#content_15020</link>
      <guid>http://blog.publicsquarehq.com/topics/view/14592#content_15020</guid>
      <pubDate>Fri, 25 Jan 2008 22:15:01 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;works for me.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/topics/view/15039#content_15067</link>
      <guid>http://blog.publicsquarehq.com/topics/view/15039#content_15067</guid>
      <pubDate>Sun, 27 Jan 2008 16:13:35 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;Well, as you can see we&amp;#8217;re working to get more up on the blog (and even link to it from the main site&amp;#8230;) The forums will hopefull allow our userbase to both give us feedback, and help each other!   We&amp;#8217;re ahppy to have gotten some new life (and thanks to &lt;span class="caps"&gt;CIM&lt;/span&gt; (see previous story) for providing that jolt)&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15300</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15300</guid>
      <pubDate>Wed, 30 Jan 2008 14:47:29 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;We did hit a couple of bumps in the road on autopublish, due to how the internal clock is set, but we&amp;#8217;re working on fixes now. We&amp;#8217;re also planning to get the clock down to hours, which will help also.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15427</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15427</guid>
      <pubDate>Fri, 01 Feb 2008 15:07:18 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;Autopublish is finally really truely here, plus a couple other ride-along improvements:&lt;/p&gt;

	&lt;p&gt;*Alt Tag*&lt;/p&gt;

	&lt;p&gt;On the story edit page image tags are pre-generated for users to copy&lt;br /&gt;and paste into stories.  It used to be the alt value generated was&lt;br /&gt;the keyword, and if no keywords, the filename.  It&amp;#8217;s now caption if&lt;br /&gt;there is one, then keywords, if there are any, then filename.  This&lt;br /&gt;is done and available live now.&lt;/p&gt;

	&lt;p&gt;*Profile Story Sort Order*&lt;/p&gt;

	&lt;p&gt;The current liquid provides a list of stories from oldest to newest.&lt;br /&gt;To get a list from newest to oldest you&amp;#8217;ll need to change the&lt;br /&gt;liquid.  The liquid that needs to change is any reference to&lt;br /&gt;&amp;#8216;person.published_stories&amp;#8217;.  Change these references to&lt;br /&gt;&amp;#8216;person.recently_published_stories&amp;#8217; and the same list of stories will&lt;br /&gt;appear in reverse order, from newest to oldest.&lt;/p&gt;

	&lt;p&gt;Current example:&lt;/p&gt;

&lt;pre&gt;&lt;br /&gt;
      {% if person.published_stories != empty %}&lt;br /&gt;
          Stories written by {{ person.name }}&lt;br /&gt;          &amp;lt;a href="%7B%7B%20person.stories_rss_url%20%7D%7D" rel="nofollow"&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
        &lt;/pre&gt;&lt;ul&gt;
          {% for story in person.published_stories %}&lt;br /&gt;            &lt;li&gt;&lt;br /&gt;              &lt;a href="%7B%7B%20story.url%20%7D%7D" rel="nofollow" rel="nofollow"&gt;
{{ story.title }}&lt;/a&gt;
              {{ story.published_at |&lt;br /&gt;date }}&lt;br /&gt;            &lt;/li&gt;
          {% endfor %}&lt;br /&gt;        &lt;/ul&gt;&lt;br /&gt;
With new edits:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;
      {% if person.recently_published_stories != empty %}&lt;br /&gt;
          Stories written by {{ person.name }}&lt;br /&gt;          &amp;lt;a href="%7B%7B%20person.stories_rss_url%20%7D%7D" rel="nofollow"&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
        &lt;/pre&gt;&lt;ul&gt;
          {% for story in person.recently_published_stories %}&lt;br /&gt;            &lt;li&gt;&lt;br /&gt;              &lt;a href="%7B%7B%20story.url%20%7D%7D" rel="nofollow" rel="nofollow"&gt;
{{ story.title }}&lt;/a&gt;
              {{ story.published_at |&lt;br /&gt;date }}&lt;br /&gt;            &lt;/li&gt;
          {% endfor %}&lt;br /&gt;        &lt;/ul&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15788</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15788</guid>
      <pubDate>Fri, 07 Jan 2011 19:44:53 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
    <item>
      <description>&lt;p&gt;You can find what we have so far of the documentation in the&amp;#8221;about&amp;#8221; section.&lt;/p&gt;

	&lt;p&gt;Story types is there just to let you create different types of templates, so you can keep categories for classification and types for the code.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/idea/view/9734#content_35728</link>
      <guid>http://blog.publicsquarehq.com/idea/view/9734#content_35728</guid>
      <pubDate>Sat, 18 Apr 2009 19:38:52 GMT</pubDate>
      <author>Christina Wodtke</author>
    </item>
  </channel>
</rss>

