Initial commit; very dumb front page support.
authorEevee <git@veekun.com>
Thu, 15 Jul 2010 04:47:31 +0000 (21:47 -0700)
committerEevee <git@veekun.com>
Thu, 15 Jul 2010 04:47:31 +0000 (21:47 -0700)
commit475ce71bfb57fba45376c568d603007a5e52f54a
treeadce9ac82f72ad7073d8878ff5133eea1287aa29
Initial commit; very dumb front page support.
.gitignore [new file with mode: 0644]
setup.py [new file with mode: 0644]
splinext/__init__.py [new file with mode: 0644]
splinext/frontpage/__init__.py [new file with mode: 0644]
splinext/frontpage/controllers/__init__.py [new file with mode: 0644]
splinext/frontpage/controllers/frontpage.py [new file with mode: 0644]
splinext/frontpage/templates/index.mako [new file with mode: 0644]