DISQUS

DISQUS Hello! Oracle AppsLab is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Decision 07: (more…) vs. More

Started by manalang · 9 months ago

Funny thing, Rich has a draft in WP called “Time to Give Jake a Break”. You’ll notice it hasn’t been published yet. We are really buried preparing for OpenWorld, so keeping this blog going has been tough.
The title put me in mind of the trucking ... Continue reading »

15 comments

  • I dislike having to click more in a feed (and usually won't), but I understand its usefulness with respect to a blog home page. Fortunately, WordPress has a nice solution: the_excerpt();

    For each post, you can add an excerpt that summarizes the post. On the home template, call the_excerpt(); instead of the_content();

    You'll have to take the time when posting to add an excerpt, but it keeps the front page tidy while not annoying your feed readers. Some WordPress users use the_excerpt for the top portion of their posts and then call both functions in their templates so that they don't duplicate data. Just be sure to modify your feed-rss2.php, feed-atom.php files in /wp-includes if you do that.
  • Likewise, I use a feed reader and hate having to click-thru to get full content (and rarely do...)..

    Jeremiah's suggestion sounds perfect; it recognises that using a feed reader and coming to the home page are two very different experiences, and it is articifically restrictive to try and do "one size fits all".

    It would also be good if you can clean up the "archives" concept at the same time. Love the tag cloud, top posts etc ... but I rarely use them. Most of the time when I come to your home page I want to just see your chronological list of posts. What month is irrelevant. Just current, old, older, oldest... its a continuum.
  • Please, please, publish full feeds.

    If you want to keep the web page more "active", just publish an excerpt on the web page, and truncate it at say 1000 characters. But let the RSS feed itself, be a full feed. It only takes a tiny amount of hacking to do this, and a good example of "truncation" in action are:

    * http://www.planet-php.net/ (look for the "Truncated by planet PHP". This could be implemented better as the RSS feed is also truncated :()
    * http://www.planetmysql.org/ (look for the "read more" on the Web, but then realise that the RSS feed is the complete full feed)

    So I'd say Planet MySQL got it right at the moment. If you visit the website, you only get fresh content, all truncated and so on. If you grab the RSS feed, you get it all, no "more" link...

    I for one use Liferea or Google Reader to read the AppsLab blog, and if I'm offline, go on missing articles that I could have enjoyed.
  • >> the issue at hand here is whether we should publish the full post on the main page or not.

    Full feed please.
    Is there no way to have what you want on the home page but give full feed?
  • Vote against "more". I would like to full feed in the reader.
  • no need to apologize for being busy Jake, I took it as a gift to allow me to catch up on past articles that I was falling behind on reading.
  • An update: Rich will be installing a WP plugin to handle syndication of full feeds and truncated posts on the main page, similar to what Eddie suggests. We're not able to FTP to our host now, so it might be a few days.

    The people have spoken.
  • full feed PLEASE...i like the appslab page, but i would rather not leave my reader.
  • Thanks for asking, listening and then acting Jake!
    Great trifecta. Wish more people would do all three if they are going to do any at all.

    Politicians especially;-)
  • Peter: According to that little Reader Easter Egg floating around yesterday, we have 87 subscribers using Reader. I'm sure there are other using other feed readers, too, and this plugin (if we ever get it installed) will let us do both. Win-win is good.
  • thanks guys very happy with the no more (more...)!
  • full feeds please
  • Rob: You should be getting full feeds now.
  • Hi Jake,


    "Rich will be installing a WP plugin to handle syndication of full feeds and truncated posts on the main page"

    What plugin are you using to produce full feeds and truncated posts on the main page?
  • I think it's Full Text Feed.
    http://cavemonkey50.com/code/full-feed/

Add New Comment

Returning? Login