Initial commit
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Nov 2012 10:06:31 +0000 (11:06 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Nov 2012 10:06:31 +0000 (11:06 +0100)
commit7b2a81536977bb13b68ada3e5a281e35b24e0bfd
treee2ee81a2562c9fbd10a13a396b179684d50a5797
Initial commit
29 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
fnpdjango/__init__.py [new file with mode: 0644]
fnpdjango/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
fnpdjango/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
fnpdjango/middleware.py [new file with mode: 0644]
fnpdjango/models.py [new file with mode: 0644]
fnpdjango/templates/fnpdjango/lang_switcher.html [new file with mode: 0644]
fnpdjango/templates/fnpdjango/prevnext/next.html [new file with mode: 0644]
fnpdjango/templates/fnpdjango/prevnext/previous.html [new file with mode: 0644]
fnpdjango/templates/fnpdjango/prevnext/prevnext.html [new file with mode: 0644]
fnpdjango/templates/fnpdjango/share.html [new file with mode: 0644]
fnpdjango/templatetags/__init__.py [new file with mode: 0644]
fnpdjango/templatetags/fnp_common.py [new file with mode: 0644]
fnpdjango/templatetags/fnp_lang.py [new file with mode: 0644]
fnpdjango/templatetags/fnp_markup.py [new file with mode: 0644]
fnpdjango/templatetags/fnp_prevnext.py [new file with mode: 0644]
fnpdjango/templatetags/fnp_share.py [new file with mode: 0644]
fnpdjango/utils/__init__.py [new file with mode: 0644]
fnpdjango/utils/app.py [new file with mode: 0644]
fnpdjango/utils/models/__init__.py [new file with mode: 0644]
fnpdjango/utils/models/translation.py [new file with mode: 0644]
fnpdjango/utils/settings.py [new file with mode: 0644]
fnpdjango/utils/text/__init__.py [new file with mode: 0644]
fnpdjango/utils/text/slughifi.py [new file with mode: 0644]
fnpdjango/utils/text/textilepl.py [new file with mode: 0644]
fnpdjango/utils/urls.py [new file with mode: 0644]
fnpdjango/utils/views.py [new file with mode: 0644]
setup.py [new file with mode: 0755]