About Archive Tag Cloud Translations RSS

You are writing a comment about Python-Brightkite for... you get the idea, here is a quick summary:

As the highly redundant title might lead one to expect, Python-Brightkite is a simple wrapper around Brightkite's restful API, and makes it straightforward to do most anything you can imagine from the safety of your Python console or scripts.


You are responding to this comment written by Anonymous on April 23rd 2009, 17:54.

Checkin didn't work. I printed out the header and content from the post and this is what I get: header = {'status': '302', 'content-length': '109', 'via': '1.1 AN-0016020122545304', 'set-cookie': 'brightkite_session=b84b67293ea4f2cccbcf362f61d977f7; path=/', 'connection': 'Keep-alive', 'server': 'nginx/0.6.34', 'x-runtime': '0.00203', 'location': 'http://brightkite.com/account/not_logged_in', 'cache-control': 'no-cache', 'date': 'Thu, 23 Apr 2009 22:50:39 GMT', 'content-type': 'text/html; charset=utf-8'}

content = <html><body>You are being <a href="http://brightkite.com/account/not_logged_in">redirected</a>.</body></html>


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")