Introduced post types.
commit65664a4ec81bcc5b9cd854d57d8ed4308d4df336
authorFahrezal Effendi <exavolt@gmail.com>
Sat, 20 Feb 2010 08:49:46 +0000 (20 15:49 +0700)
committerFahrezal Effendi <exavolt@gmail.com>
Sat, 20 Feb 2010 08:49:46 +0000 (20 15:49 +0700)
treeed862f6ea1756d1447c7883c7e30ffabe159e4e1
parentada05995d0113697fd363e250fa8f967ffd98567
Introduced post types.
16 files changed:
.gitignore [new file with mode: 0644]
townsquare/controllers/post.py
townsquare/public/js/jquery.js [new file with mode: 0644]
townsquare/public/post-article.png [new file with mode: 0644]
townsquare/public/post-link.png [new file with mode: 0644]
townsquare/public/post-symlink.png [new file with mode: 0644]
townsquare/public/post-text.png [new file with mode: 0644]
townsquare/public/quick.css
townsquare/templates/base.mako
townsquare/templates/channel/view.mako
townsquare/templates/post/edit.mako
townsquare/templates/post/li-article.mako [new file with mode: 0644]
townsquare/templates/post/li-text.mako [new file with mode: 0644]
townsquare/templates/post/list-embed.mako
townsquare/templates/post/view.mako
townsquare/templates/user/view.mako