<?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 on stories by Christina Wodtke</title>
    <link>http://blog.publicsquarehq.com/person/1312</link>
    <pubDate>Fri, 22 Oct 2010 09:22:30 GMT</pubDate>
    <description>Comments on stories by Christina Wodtke</description>
    <item>
      <description>&lt;p&gt;nice!&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/anonymous-comments#content_67791</link>
      <guid>http://blog.publicsquarehq.com/view/anonymous-comments#content_67791</guid>
      <pubDate>Fri, 22 Oct 2010 09:22:30 GMT</pubDate>
      <author>josef pig</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;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;This release is awesome. Everything I knew I wanted (autopublish) and everything I didn&amp;#8217;t know I wanted (template staging).&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15335</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15335</guid>
      <pubDate>Wed, 30 Jan 2008 17:55:27 GMT</pubDate>
      <author>Austin Govella</author>
    </item>
    <item>
      <description>&lt;p&gt;We Love Goodies&amp;#8230;.Thanks!! ~ Keep up the fabulous work!!&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15327</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15327</guid>
      <pubDate>Wed, 30 Jan 2008 16:49:52 GMT</pubDate>
      <author>Brian Arbelaez</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;Lovin&amp;#8217; the stagin&amp;#8217;! It would be great to see this blog be more active, but maybe the forums can take over that responsibility?&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/big-release#content_15299</link>
      <guid>http://blog.publicsquarehq.com/view/big-release#content_15299</guid>
      <pubDate>Wed, 30 Jan 2008 14:45:08 GMT</pubDate>
      <author>Trevor Stafford</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;*File under &amp;#8217;&amp;#8217;Lessons not yet Learned&amp;#8217;&amp;#8216;*&lt;/p&gt;

	&lt;p&gt;Probably this is the wrong venue for this comment. But that&amp;#8217;s self-reflective; I&amp;#8217;m writing to say, &amp;#8220;Hey, how come I can&amp;#8217;t find a place for feedback on site function!&amp;#8221; So please do delete this as you see fit.&lt;/p&gt;

	&lt;p&gt;I wanted to relate how &amp;#8220;Delete&amp;#8221; on comments works from the Admin page but not on the story page.&lt;br /&gt;And that you have &amp;lt;p&amp;gt; showing on your People page.&lt;br /&gt;All of this /after/ saying, &amp;#8220;Woot woooot! I love it!&amp;#8221;&lt;/p&gt;

	&lt;p&gt;regards&lt;br /&gt;&amp;#8212;bentrem&lt;/p&gt;

	&lt;p&gt;p.s. if I sometimes sound cranky it&amp;#8217;s because I&amp;#8217;ve been at it since &amp;#8216;72 and get impatient when basics are overlooked&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/em-and-en#content_13383</link>
      <guid>http://blog.publicsquarehq.com/view/em-and-en#content_13383</guid>
      <pubDate>Fri, 07 Jan 2011 19:41:11 GMT</pubDate>
      <author>Ben Tremblay</author>
    </item>
  </channel>
</rss>

