Added branch 1.0.
authorMarek Stępniowski <marek@stepniowski.com>
Mon, 6 Oct 2008 22:37:34 +0000 (00:37 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Mon, 6 Oct 2008 22:37:34 +0000 (00:37 +0200)
commitdb833ba4517084f61a64907c6d15606e7c881edd
tree2e19d629ace95cf28e084f185116f9eb8966f980
parent9b97d5a2faa6f56b439dcefe9c7bb23e0a84b39c
Added branch 1.0.
21 files changed:
apps/catalogue/models.py
apps/djangosphinx/__init__.py [new file with mode: 0644]
apps/djangosphinx/apis/__init__.py [new file with mode: 0644]
apps/djangosphinx/apis/api263/__init__.py [new file with mode: 0644]
apps/djangosphinx/apis/api275/__init__.py [new file with mode: 0644]
apps/djangosphinx/apis/api275/templates/source-multiple.conf [new file with mode: 0644]
apps/djangosphinx/apis/api275/templates/source.conf [new file with mode: 0644]
apps/djangosphinx/apis/current.py [new file with mode: 0644]
apps/djangosphinx/constants.py [new file with mode: 0644]
apps/djangosphinx/management/__init__.py [new file with mode: 0644]
apps/djangosphinx/management/commands/__init__.py [new file with mode: 0644]
apps/djangosphinx/management/commands/generate_sphinx_config.py [new file with mode: 0644]
apps/djangosphinx/manager.py [new file with mode: 0644]
apps/djangosphinx/templates/index-multiple.conf [new file with mode: 0644]
apps/djangosphinx/templates/index.conf [new file with mode: 0644]
apps/djangosphinx/templates/source-multiple.conf [new file with mode: 0644]
apps/djangosphinx/templates/source.conf [new file with mode: 0644]
apps/djangosphinx/utils/__init__.py [new file with mode: 0644]
apps/djangosphinx/utils/config.py [new file with mode: 0644]
wolnelektury/settings.py
wolnelektury/sphinx.conf [new file with mode: 0644]