TorCamp Planet: A Community Feed

I spent a couple of hours today hacking together a community feed site for the TorCamp group. It’s basically an aggregation site for people blogging about web technologies in Toronto. The code is based on the community section of the djangoproject.com, they have the full source code available. I am planning to open source TorCamp Planet once it reaches a stable state as well.

Visit the bookmark »

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end