Add viper files
commit16576dcf12c506c1e131b00c4a2d9cce293fa40a
authorNikhil Rao <ncrao@google.com>
Tue, 31 Aug 2010 05:18:22 +0000 (30 22:18 -0700)
committerNikhil Rao <ncrao@google.com>
Tue, 31 Aug 2010 05:18:32 +0000 (30 22:18 -0700)
treea375c14f9420216ef944c6e261de45cbef657f72
parent709301c71fe30de21d47ce53b981c685a4d91611
Add viper files
54 files changed:
viper/__init__.py [new file with mode: 0644]
viper/account/__init__.py [new file with mode: 0644]
viper/account/models.py [new file with mode: 0644]
viper/account/tests.py [new file with mode: 0644]
viper/account/views.py [new file with mode: 0644]
viper/listing/__init__.py [new file with mode: 0644]
viper/listing/admin.py [new file with mode: 0644]
viper/listing/models.py [new file with mode: 0644]
viper/listing/tests.py [new file with mode: 0644]
viper/listing/urls.py [new file with mode: 0644]
viper/listing/views.py [new file with mode: 0644]
viper/manage.py [new file with mode: 0644]
viper/settings.py [new file with mode: 0644]
viper/static/images/comment-arrow.gif [new file with mode: 0644]
viper/static/images/comment-gravatar.gif [new file with mode: 0644]
viper/static/images/comment-reply.gif [new file with mode: 0644]
viper/static/images/logo-small.gif [new file with mode: 0644]
viper/static/images/logo.gif [new file with mode: 0644]
viper/static/images/main-two-columns-left.gif [new file with mode: 0644]
viper/static/images/main-two-columns.gif [new file with mode: 0644]
viper/static/images/sample-event.jpg [new file with mode: 0644]
viper/static/images/sample-gravatar.gif [new file with mode: 0644]
viper/static/images/sample-image.jpg [new file with mode: 0644]
viper/static/images/sample-thumbnail.jpg [new file with mode: 0644]
viper/static/style.css [new file with mode: 0644]
viper/templates/demo/archives.html [new file with mode: 0644]
viper/templates/demo/comments.html [new file with mode: 0644]
viper/templates/demo/empty-page.html [new file with mode: 0644]
viper/templates/demo/index.html [new file with mode: 0644]
viper/templates/demo/left-sidebar.html [new file with mode: 0644]
viper/templates/demo/no-subnavigation.html [new file with mode: 0644]
viper/templates/demo/single-column.html [new file with mode: 0644]
viper/templates/demo/style-demo.html [new file with mode: 0644]
viper/templates/empty.html [new file with mode: 0644]
viper/templates/footer.html [new file with mode: 0644]
viper/templates/index.html [new file with mode: 0644]
viper/templates/layout/base.html [new file with mode: 0644]
viper/templates/layout/main_two_columns.html [new file with mode: 0644]
viper/templates/layout/main_two_columns_left.html [new file with mode: 0644]
viper/templates/layout/single_column.html [new file with mode: 0644]
viper/templates/listing/empty.html [new file with mode: 0644]
viper/templates/listing/index.html [new file with mode: 0644]
viper/templates/listing/main_nav.html [new file with mode: 0644]
viper/templates/listing/show.html [new file with mode: 0644]
viper/templates/listing/sub_nav.html [new file with mode: 0644]
viper/templates/listing/submit.html [new file with mode: 0644]
viper/templates/logo.html [new file with mode: 0644]
viper/templates/sidebar/board_members.html [new file with mode: 0644]
viper/templates/sidebar/recent_entries.html [new file with mode: 0644]
viper/templates/sidebar/search.html [new file with mode: 0644]
viper/templates/sidebar/topics.html [new file with mode: 0644]
viper/urls.py [new file with mode: 0644]
viper/views.py [new file with mode: 0644]
viper/viper_dev.db [new file with mode: 0644]