<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Comments at PS: What's up?</title>
    <link>http://blog.publicsquarehq.com</link>
    <pubDate>Tue, 20 Dec 2011 04:51:28 GMT</pubDate>
    <description></description>
    <item>
      <title>coach factory: Thanks!</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/dashboard-and"&gt;Dashboard and Workflow Changes&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/dashboard-and#content_111795</link>
      <guid>http://blog.publicsquarehq.com/view/dashboard-and#content_111795</guid>
      <pubDate>Tue, 20 Dec 2011 04:51:28 GMT</pubDate>
      <author>coach factory</author>
    </item>
    <item>
      <title>josef pig: nice!</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/anonymous-comments"&gt;Anonymous Comments&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Christina Wodtke: You can find what we have so far of the documentation in the"about" section. ...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/idea/view/9734"&gt;Ordered Lists or Priority sorting?&lt;/a&gt;&lt;/h4&gt;&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>
    <item>
      <title>trudy  lane: Hi Christina, I am looking for more information on story-types and how they c...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/idea/view/9734"&gt;Ordered Lists or Priority sorting?&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Hi Christina, I am looking for more information on story-types and how they can be used. I would like to be able to have some different template treatments of different types of pages/articles.&lt;/p&gt;

	&lt;p&gt;I know you are rebuilding your documentation though&amp;#8212;so just let me know when you think it might be available. (At least, I am not finding it, here, so presume it got lost in the great fire?!)&lt;/p&gt;

	&lt;p&gt;thanks alot and best,&lt;br /&gt; // Trudy&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/idea/view/9734#content_30982</link>
      <guid>http://blog.publicsquarehq.com/idea/view/9734#content_30982</guid>
      <pubDate>Thu, 06 Nov 2008 10:42:27 GMT</pubDate>
      <author>trudy  lane</author>
    </item>
    <item>
      <title>Christina Wodtke: Autopublish is finally really truely here, plus a couple other ride-along imp...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Christina Wodtke: We did hit a couple of bumps in the road on autopublish, due to how the inter...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Trevor Stafford: Three cheers for independent media and a platform that plays to its strengths...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/welcome-washington"&gt;Welcome Washington Independant&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Three cheers for independent media and a platform that plays to its strengths.&lt;/p&gt;

	&lt;p&gt;Site looks awesome! Some great ideas on display.&lt;/p&gt;

	&lt;p&gt;As Nelson from the Simpsons would say:&lt;/p&gt;

	&lt;p&gt;&amp;#8220;YOINK!&amp;#8221;&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/welcome-washington#content_15343</link>
      <guid>http://blog.publicsquarehq.com/view/welcome-washington#content_15343</guid>
      <pubDate>Wed, 30 Jan 2008 20:57:23 GMT</pubDate>
      <author>Trevor Stafford</author>
    </item>
    <item>
      <title>Austin Govella: This release is awesome. Everything I knew I wanted (autopublish) and everyth...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Brian Arbelaez: We Love Goodies....Thanks!! ~ Keep up the fabulous work!!</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Christina Wodtke: Well, as you can see we're working to get more up on the blog (and even link ...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Trevor Stafford: Lovin' the stagin'! It would be great to see this blog be more active, but ma...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/big-release"&gt;Big Release: Something for everyone&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Christina Wodtke: Good news.. we have forums now, so go ahead and opine!</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/em-and-en"&gt;EM and EN&lt;/a&gt;&lt;/h4&gt;&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>
      <title>Randy J. Hunt: Very cool. Great to see the staging feature.</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/dashboard-and"&gt;Dashboard and Workflow Changes&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Very cool. Great to see the staging feature.&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/dashboard-and#content_13444</link>
      <guid>http://blog.publicsquarehq.com/view/dashboard-and#content_13444</guid>
      <pubDate>Fri, 09 Nov 2007 13:24:04 GMT</pubDate>
      <author>Randy J. Hunt</author>
    </item>
    <item>
      <title>Ben Tremblay: A nice list. Without trying to exhaust the subject:
1. Forgetting UserName ha...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/5_reasons_not_t"&gt;5 reasons not to use email for login&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;A nice list. Without trying to exhaust the subject:&lt;br /&gt;1. Forgetting UserName happens, whether it&amp;#8217;s email or not. &lt;span class="caps"&gt;PWD&lt;/span&gt; management is an on-going challenge.&lt;br /&gt;2. Fake email should result in failed authentication of registration. And yes, I think authentication as Step 1 is only reasonable.&lt;br /&gt;3. Given &lt;span class="caps"&gt;PWD&lt;/span&gt; management (and even if not), the user should always be able to change the address to which they want notifications sent.&lt;br /&gt;4. I think all those little problems can be dealt with systematically and effectively.&lt;br /&gt;5. UserName can be uncoupled from login, so email for login and UserName as displayed name is not wicked.&lt;/p&gt;

	&lt;p&gt;cheers&lt;/p&gt;</description>
      <link>http://blog.publicsquarehq.com/view/5_reasons_not_t#content_13385</link>
      <guid>http://blog.publicsquarehq.com/view/5_reasons_not_t#content_13385</guid>
      <pubDate>Wed, 07 Nov 2007 17:25:13 GMT</pubDate>
      <author>Ben Tremblay</author>
    </item>
    <item>
      <title>Ben Tremblay: *File under ''Lessons not yet Learned''*

Probably this is the wrong venue fo...</title>
      <description>&lt;h4&gt;Comment on &lt;a href="http://blog.publicsquarehq.com/view/em-and-en"&gt;EM and EN&lt;/a&gt;&lt;/h4&gt;&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>

