Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 198ec980a14476b3528ef36124bdce0e > files > 642

python-gdata-2.0.9-1mdv2010.1.noarch.rpm

<!DOCTYPE html>
<html>
  <head>
    <title>List of Your Blogs</title>
  </head>
  <body>
    <p>Here are the blogs you can post on. Click a link to bring up a blog post form to add a new post to the blog.</p>
    <ul>
      {% for entry in feed.entry %}
        <li><a href="/write_post?id={{ entry.get_blog_id }}">{{ entry.title.text }}</a></li>
      {% endfor %}
    </ul>
    <p>Done? <a href="{{ sign_out }}">Sign Out</a></p>
  </body>
</html>