Rearrange source to src dir.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 27 Feb 2019 22:15:37 +0000 (23:15 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 27 Feb 2019 22:15:37 +0000 (23:15 +0100)
commit5913c54d19b8f6775633176032161d49f9b2f1aa
treeefea8806ef0e626e9d7cb78f37441e3f7fc24ebc
parent8132fc186eb0c5fd02c86828c3a4735754296d02
Rearrange source to src dir.
757 files changed:
README.md
apps/apiclient/__init__.py [deleted file]
apps/apiclient/migrations/0001_initial.py [deleted file]
apps/apiclient/migrations/0002_auto__add_field_oauthconnection_beta.py [deleted file]
apps/apiclient/migrations/0003_auto__chg_field_oauthconnection_user__del_unique_oauthconnection_user.py [deleted file]
apps/apiclient/migrations/__init__.py [deleted file]
apps/apiclient/models.py [deleted file]
apps/apiclient/settings.py [deleted file]
apps/apiclient/urls.py [deleted file]
apps/apiclient/views.py [deleted file]
apps/catalogue/__init__.py [deleted file]
apps/catalogue/admin.py [deleted file]
apps/catalogue/constants.py [deleted file]
apps/catalogue/ebook_utils.py [deleted file]
apps/catalogue/feeds.py [deleted file]
apps/catalogue/fixtures/stages.json [deleted file]
apps/catalogue/forms.py [deleted file]
apps/catalogue/helpers.py [deleted file]
apps/catalogue/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/catalogue/management/__init__.py [deleted file]
apps/catalogue/management/commands/__init__.py [deleted file]
apps/catalogue/management/commands/add_parent.py [deleted file]
apps/catalogue/management/commands/assign_from_redmine.py [deleted file]
apps/catalogue/management/commands/fixdc.py [deleted file]
apps/catalogue/management/commands/import_wl.py [deleted file]
apps/catalogue/management/commands/insert_isbn.py [deleted file]
apps/catalogue/management/commands/mark_final.py [deleted file]
apps/catalogue/management/commands/merge_books.py [deleted file]
apps/catalogue/management/commands/prune_audience.py [deleted file]
apps/catalogue/managers.py [deleted file]
apps/catalogue/migrations/0001_initial.py [deleted file]
apps/catalogue/migrations/0002_stages.py [deleted file]
apps/catalogue/migrations/0003_from_hg.py [deleted file]
apps/catalogue/migrations/0004_fix_revisions.py [deleted file]
apps/catalogue/migrations/0005_auto__add_field_chunk_gallery_start.py [deleted file]
apps/catalogue/migrations/0006_auto__add_field_book_public.py [deleted file]
apps/catalogue/migrations/0007_auto__add_field_book_dc_slug.py [deleted file]
apps/catalogue/migrations/0008_auto.py [deleted file]
apps/catalogue/migrations/0009_auto__add_field_book__on_track.py [deleted file]
apps/catalogue/migrations/0010_auto__add_field_book_dc_cover_image.py [deleted file]
apps/catalogue/migrations/0011_auto__add_project__add_field_book_project.py [deleted file]
apps/catalogue/migrations/0012_auto__add_imagepublishrecord__add_imagechange__add_unique_imagechange_.py [deleted file]
apps/catalogue/migrations/0013_auto__add_field_image_project.py [deleted file]
apps/catalogue/migrations/__init__.py [deleted file]
apps/catalogue/models/__init__.py [deleted file]
apps/catalogue/models/book.py [deleted file]
apps/catalogue/models/chunk.py [deleted file]
apps/catalogue/models/image.py [deleted file]
apps/catalogue/models/listeners.py [deleted file]
apps/catalogue/models/project.py [deleted file]
apps/catalogue/models/publish_log.py [deleted file]
apps/catalogue/signals.py [deleted file]
apps/catalogue/tasks.py [deleted file]
apps/catalogue/templates/catalogue/active_users_list.html [deleted file]
apps/catalogue/templates/catalogue/activity.html [deleted file]
apps/catalogue/templates/catalogue/base.html [deleted file]
apps/catalogue/templates/catalogue/book_append_to.html [deleted file]
apps/catalogue/templates/catalogue/book_detail.html [deleted file]
apps/catalogue/templates/catalogue/book_edit.html [deleted file]
apps/catalogue/templates/catalogue/book_html.html [deleted file]
apps/catalogue/templates/catalogue/book_list/book.html [deleted file]
apps/catalogue/templates/catalogue/book_list/book_list.html [deleted file]
apps/catalogue/templates/catalogue/book_list/chunk.html [deleted file]
apps/catalogue/templates/catalogue/book_text.html [deleted file]
apps/catalogue/templates/catalogue/chunk_add.html [deleted file]
apps/catalogue/templates/catalogue/chunk_edit.html [deleted file]
apps/catalogue/templates/catalogue/document_create_missing.html [deleted file]
apps/catalogue/templates/catalogue/document_list.html [deleted file]
apps/catalogue/templates/catalogue/document_upload.html [deleted file]
apps/catalogue/templates/catalogue/image_detail.html [deleted file]
apps/catalogue/templates/catalogue/image_list.html [deleted file]
apps/catalogue/templates/catalogue/image_short.html [deleted file]
apps/catalogue/templates/catalogue/image_table.html [deleted file]
apps/catalogue/templates/catalogue/main_tabs.html [deleted file]
apps/catalogue/templates/catalogue/mark_final.html [deleted file]
apps/catalogue/templates/catalogue/mark_final_completed.html [deleted file]
apps/catalogue/templates/catalogue/my_page.html [deleted file]
apps/catalogue/templates/catalogue/upload_pdf.html [deleted file]
apps/catalogue/templates/catalogue/user_list.html [deleted file]
apps/catalogue/templates/catalogue/user_page.html [deleted file]
apps/catalogue/templates/catalogue/wall.html [deleted file]
apps/catalogue/templatetags/__init__.py [deleted file]
apps/catalogue/templatetags/book_list.py [deleted file]
apps/catalogue/templatetags/catalogue.py [deleted file]
apps/catalogue/templatetags/common_tags.py [deleted file]
apps/catalogue/templatetags/set_get_parameter.py [deleted file]
apps/catalogue/templatetags/wall.py [deleted file]
apps/catalogue/test_utils.py [deleted file]
apps/catalogue/tests/__init__.py [deleted file]
apps/catalogue/tests/book.py [deleted file]
apps/catalogue/tests/files/chunk1.xml [deleted file]
apps/catalogue/tests/files/chunk2.xml [deleted file]
apps/catalogue/tests/files/expected.xml [deleted file]
apps/catalogue/tests/gallery.py [deleted file]
apps/catalogue/tests/publish.py [deleted file]
apps/catalogue/tests/xml_updater.py [deleted file]
apps/catalogue/urls.py [deleted file]
apps/catalogue/views.py [deleted file]
apps/catalogue/xml_tools.py [deleted file]
apps/cover/__init__.py [deleted file]
apps/cover/forms.py [deleted file]
apps/cover/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/cover/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/cover/management/__init__.py [deleted file]
apps/cover/management/commands/__init__.py [deleted file]
apps/cover/management/commands/refresh_covers.py [deleted file]
apps/cover/migrations/0001_initial.py [deleted file]
apps/cover/migrations/0002_auto__chg_field_image_download_url.py [deleted file]
apps/cover/migrations/0003_auto__chg_field_image_source_url.py [deleted file]
apps/cover/migrations/__init__.py [deleted file]
apps/cover/models.py [deleted file]
apps/cover/templates/cover/add_image.html [deleted file]
apps/cover/templates/cover/image_detail.html [deleted file]
apps/cover/templates/cover/image_list.html [deleted file]
apps/cover/tests.py [deleted file]
apps/cover/urls.py [deleted file]
apps/cover/utils.py [deleted file]
apps/cover/views.py [deleted file]
apps/dvcs/__init__.py [deleted file]
apps/dvcs/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/dvcs/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/dvcs/models.py [deleted file]
apps/dvcs/signals.py [deleted file]
apps/dvcs/storage.py [deleted file]
apps/dvcs/tests/__init__.py [deleted file]
apps/email_mangler/__init__.py [deleted file]
apps/email_mangler/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/email_mangler/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/email_mangler/models.py [deleted file]
apps/email_mangler/templatetags/__init__.py [deleted file]
apps/email_mangler/templatetags/email.py [deleted file]
apps/fileupload/__init__.py [deleted file]
apps/fileupload/forms.py [deleted file]
apps/fileupload/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/fileupload/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/fileupload/models.py [deleted file]
apps/fileupload/static/fileupload/css/bootstrap-image-gallery.min.css [deleted file]
apps/fileupload/static/fileupload/css/bootstrap.min.css [deleted file]
apps/fileupload/static/fileupload/css/jquery.fileupload-ui.css [deleted file]
apps/fileupload/static/fileupload/css/style.css [deleted file]
apps/fileupload/static/fileupload/img/glyphicons-halflings-white.png [deleted file]
apps/fileupload/static/fileupload/img/glyphicons-halflings.png [deleted file]
apps/fileupload/static/fileupload/img/loading.gif [deleted file]
apps/fileupload/static/fileupload/img/progressbar.gif [deleted file]
apps/fileupload/static/fileupload/js/bootstrap-image-gallery.min.js [deleted file]
apps/fileupload/static/fileupload/js/bootstrap.min.js [deleted file]
apps/fileupload/static/fileupload/js/canvas-to-blob.min.js [deleted file]
apps/fileupload/static/fileupload/js/csrf.js [deleted file]
apps/fileupload/static/fileupload/js/jquery.fileupload-fp.js [deleted file]
apps/fileupload/static/fileupload/js/jquery.fileupload-ui.js [deleted file]
apps/fileupload/static/fileupload/js/jquery.fileupload.js [deleted file]
apps/fileupload/static/fileupload/js/jquery.iframe-transport.js [deleted file]
apps/fileupload/static/fileupload/js/jquery.ui.widget.js [deleted file]
apps/fileupload/static/fileupload/js/load-image.min.js [deleted file]
apps/fileupload/static/fileupload/js/locale-en.js [deleted file]
apps/fileupload/static/fileupload/js/locale-pl.js [deleted file]
apps/fileupload/static/fileupload/js/main.js [deleted file]
apps/fileupload/static/fileupload/js/tmpl.min.js [deleted file]
apps/fileupload/templates/fileupload/picture_form.html [deleted file]
apps/fileupload/templatetags/__init__.py [deleted file]
apps/fileupload/templatetags/upload_tags.py [deleted file]
apps/fileupload/urls.py [deleted file]
apps/fileupload/views.py [deleted file]
apps/toolbar/__init__.py [deleted file]
apps/toolbar/admin.py [deleted file]
apps/toolbar/fixtures/initial_toolbar.yaml [deleted file]
apps/toolbar/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/toolbar/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/toolbar/management/__init__.py [deleted file]
apps/toolbar/management/commands/__init__.py [deleted file]
apps/toolbar/management/commands/fixbuttons.py [deleted file]
apps/toolbar/migrations/0001_initial.py [deleted file]
apps/toolbar/migrations/0002_auto__del_field_button_key_mod__chg_field_button_key.py [deleted file]
apps/toolbar/migrations/0003_button_key_rename_to_accesskey.py [deleted file]
apps/toolbar/migrations/0004_auto__chg_field_button_accesskey.py [deleted file]
apps/toolbar/migrations/0005_initial_data.py [deleted file]
apps/toolbar/migrations/__init__.py [deleted file]
apps/toolbar/models.py [deleted file]
apps/toolbar/templates/toolbar/button.html [deleted file]
apps/toolbar/templates/toolbar/toolbar.html [deleted file]
apps/toolbar/templatetags/__init__.py [deleted file]
apps/toolbar/templatetags/toolbar_tags.py [deleted file]
apps/wiki/__init__.py [deleted file]
apps/wiki/admin.py [deleted file]
apps/wiki/fixtures/initial_themes.yaml [deleted file]
apps/wiki/forms.py [deleted file]
apps/wiki/helpers.py [deleted file]
apps/wiki/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/wiki/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/wiki/migrations/0001_initial.py [deleted file]
apps/wiki/migrations/0002_auto__add_theme.py [deleted file]
apps/wiki/migrations/__init__.py [deleted file]
apps/wiki/models.py [deleted file]
apps/wiki/nice_diff.py [deleted file]
apps/wiki/settings.py [deleted file]
apps/wiki/templates/admin/wiki/theme/change_list.html [deleted file]
apps/wiki/templates/wiki/diff_table.html [deleted file]
apps/wiki/templates/wiki/document_details.html [deleted file]
apps/wiki/templates/wiki/document_details_base.html [deleted file]
apps/wiki/templates/wiki/document_details_readonly.html [deleted file]
apps/wiki/templates/wiki/pubmark_dialog.html [deleted file]
apps/wiki/templates/wiki/revert_dialog.html [deleted file]
apps/wiki/templates/wiki/save_dialog.html [deleted file]
apps/wiki/templates/wiki/tabs/annotations_view.html [deleted file]
apps/wiki/templates/wiki/tabs/annotations_view_item.html [deleted file]
apps/wiki/templates/wiki/tabs/gallery_view.html [deleted file]
apps/wiki/templates/wiki/tabs/gallery_view_item.html [deleted file]
apps/wiki/templates/wiki/tabs/history_view.html [deleted file]
apps/wiki/templates/wiki/tabs/history_view_item.html [deleted file]
apps/wiki/templates/wiki/tabs/search_view.html [deleted file]
apps/wiki/templates/wiki/tabs/search_view_item.html [deleted file]
apps/wiki/templates/wiki/tabs/source_editor.html [deleted file]
apps/wiki/templates/wiki/tabs/source_editor_item.html [deleted file]
apps/wiki/templates/wiki/tabs/summary_view.html [deleted file]
apps/wiki/templates/wiki/tabs/summary_view_item.html [deleted file]
apps/wiki/templates/wiki/tabs/wysiwyg_editor.html [deleted file]
apps/wiki/templates/wiki/tabs/wysiwyg_editor_item.html [deleted file]
apps/wiki/tests/xslt/auto/auto_test.js [deleted file]
apps/wiki/tests/xslt/auto/data/akap.html [deleted file]
apps/wiki/tests/xslt/auto/data/big.xml [deleted file]
apps/wiki/tests/xslt/auto/data/unknown_tag.html [deleted file]
apps/wiki/tests/xslt/auto/data/unknown_tag.xml [deleted file]
apps/wiki/urls.py [deleted file]
apps/wiki/views.py [deleted file]
apps/wiki_img/__init__.py [deleted file]
apps/wiki_img/forms.py [deleted file]
apps/wiki_img/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/wiki_img/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/wiki_img/models.py [deleted file]
apps/wiki_img/templates/wiki_img/diff_table.html [deleted file]
apps/wiki_img/templates/wiki_img/document_details.html [deleted file]
apps/wiki_img/templates/wiki_img/document_details_base.html [deleted file]
apps/wiki_img/templates/wiki_img/document_details_readonly.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/history_view.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/motifs_editor.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/motifs_editor_item.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/objects_editor.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/objects_editor_item.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/source_editor.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/source_editor_item.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/summary_view.html [deleted file]
apps/wiki_img/templates/wiki_img/tabs/summary_view_item.html [deleted file]
apps/wiki_img/tests.py [deleted file]
apps/wiki_img/urls.py [deleted file]
apps/wiki_img/views.py [deleted file]
manage.py [deleted file]
redakcja/__init__.py [deleted file]
redakcja/celery.py [deleted file]
redakcja/context_processors.py [deleted file]
redakcja/locale/pl/LC_MESSAGES/django.mo [deleted file]
redakcja/locale/pl/LC_MESSAGES/django.po [deleted file]
redakcja/localsettings.sample [deleted file]
redakcja/settings/__init__.py [deleted file]
redakcja/settings/common.py [deleted file]
redakcja/settings/compress.py [deleted file]
redakcja/settings/integration_test.py [deleted file]
redakcja/settings/test.py [deleted file]
redakcja/static/contextmenu/images/cut.png [deleted file]
redakcja/static/contextmenu/images/door.png [deleted file]
redakcja/static/contextmenu/images/page_white_copy.png [deleted file]
redakcja/static/contextmenu/images/page_white_delete.png [deleted file]
redakcja/static/contextmenu/images/page_white_edit.png [deleted file]
redakcja/static/contextmenu/images/page_white_paste.png [deleted file]
redakcja/static/contextmenu/index.html [deleted file]
redakcja/static/contextmenu/jquery.contextMenu.css [deleted file]
redakcja/static/contextmenu/jquery.contextMenu.js [deleted file]
redakcja/static/contextmenu/jquery.ui.position.js [deleted file]
redakcja/static/contextmenu2/images/cut.png [deleted file]
redakcja/static/contextmenu2/images/door.png [deleted file]
redakcja/static/contextmenu2/images/page_white_copy.png [deleted file]
redakcja/static/contextmenu2/images/page_white_delete.png [deleted file]
redakcja/static/contextmenu2/images/page_white_edit.png [deleted file]
redakcja/static/contextmenu2/images/page_white_paste.png [deleted file]
redakcja/static/contextmenu2/index.html [deleted file]
redakcja/static/contextmenu2/jquery.contextMenu.css [deleted file]
redakcja/static/contextmenu2/jquery.contextMenu.js [deleted file]
redakcja/static/css/book.css [deleted file]
redakcja/static/css/book_list.css [deleted file]
redakcja/static/css/dialogs.css [deleted file]
redakcja/static/css/filelist.css [deleted file]
redakcja/static/css/gallery.css [deleted file]
redakcja/static/css/history.css [deleted file]
redakcja/static/css/html.css [deleted file]
redakcja/static/css/html_print.css [deleted file]
redakcja/static/css/imgareaselect-default.css [deleted file]
redakcja/static/css/jquery.autocomplete.css [deleted file]
redakcja/static/css/master.css [deleted file]
redakcja/static/css/summary.css [deleted file]
redakcja/static/css/toolbar.css [deleted file]
redakcja/static/css/xmlcolors_20100906.css [deleted file]
redakcja/static/email_mangler/email_mangler.js [deleted file]
redakcja/static/icons/clock.png [deleted file]
redakcja/static/icons/close.png [deleted file]
redakcja/static/icons/go-home.png [deleted file]
redakcja/static/icons/go-next.png [deleted file]
redakcja/static/icons/go-previous.png [deleted file]
redakcja/static/icons/image-x-generic.png [deleted file]
redakcja/static/icons/ok.png [deleted file]
redakcja/static/icons/revert.png [deleted file]
redakcja/static/icons/revert_.png [deleted file]
redakcja/static/icons/stop.png [deleted file]
redakcja/static/icons/system-search.png [deleted file]
redakcja/static/icons/user.png [deleted file]
redakcja/static/icons/zoom.png [deleted file]
redakcja/static/icons/zoom_in.png [deleted file]
redakcja/static/icons/zoom_out.png [deleted file]
redakcja/static/img/angel-left.png [deleted file]
redakcja/static/img/angel-right.png [deleted file]
redakcja/static/img/arrow-down.png [deleted file]
redakcja/static/img/arrow-up.png [deleted file]
redakcja/static/img/gallery.png [deleted file]
redakcja/static/img/jquery.imgareaselect/border-anim-h.gif [deleted file]
redakcja/static/img/jquery.imgareaselect/border-anim-v.gif [deleted file]
redakcja/static/img/jquery.imgareaselect/border-h.gif [deleted file]
redakcja/static/img/jquery.imgareaselect/border-v.gif [deleted file]
redakcja/static/img/logo-220.png [deleted file]
redakcja/static/img/logo.png [deleted file]
redakcja/static/img/pr-icon.png [deleted file]
redakcja/static/img/sample_cover.png [deleted file]
redakcja/static/img/spinner.gif [deleted file]
redakcja/static/img/wl-orange.png [deleted file]
redakcja/static/img/wl-orange.svg [deleted file]
redakcja/static/js/book_text/book.js [deleted file]
redakcja/static/js/book_text/jquery.eventdelegation.js [deleted file]
redakcja/static/js/book_text/jquery.highlightfade.js [deleted file]
redakcja/static/js/book_text/jquery.scrollto.js [deleted file]
redakcja/static/js/button_scripts.js [deleted file]
redakcja/static/js/catalogue/book_list.js [deleted file]
redakcja/static/js/catalogue/catalogue.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/codemirror.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/editor.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/parsexml.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/select.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/stringstream.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/tokenize.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/undo.js [deleted file]
redakcja/static/js/lib/codemirror-0.8/util.js [deleted file]
redakcja/static/js/lib/jquery-1.7.2.min.js [deleted file]
redakcja/static/js/lib/jquery/jquery.autocomplete.js [deleted file]
redakcja/static/js/lib/jquery/jquery.blockui.js [deleted file]
redakcja/static/js/lib/jquery/jquery.elastic.js [deleted file]
redakcja/static/js/lib/jquery/jquery.imgareaselect.js [deleted file]
redakcja/static/js/lib/jquery/jquery.xmlns.js [deleted file]
redakcja/static/js/slugify.js [deleted file]
redakcja/static/js/wiki/base.js [deleted file]
redakcja/static/js/wiki/dialog_pubmark.js [deleted file]
redakcja/static/js/wiki/dialog_revert.js [deleted file]
redakcja/static/js/wiki/dialog_save.js [deleted file]
redakcja/static/js/wiki/loader.js [deleted file]
redakcja/static/js/wiki/loader_readonly.js [deleted file]
redakcja/static/js/wiki/toolbar.js [deleted file]
redakcja/static/js/wiki/view_annotations.js [deleted file]
redakcja/static/js/wiki/view_column_diff.js [deleted file]
redakcja/static/js/wiki/view_editor_source.js [deleted file]
redakcja/static/js/wiki/view_editor_wysiwyg.js [deleted file]
redakcja/static/js/wiki/view_gallery.js [deleted file]
redakcja/static/js/wiki/view_history.js [deleted file]
redakcja/static/js/wiki/view_search.js [deleted file]
redakcja/static/js/wiki/view_summary.js [deleted file]
redakcja/static/js/wiki/wikiapi.js [deleted file]
redakcja/static/js/wiki/xslt.js [deleted file]
redakcja/static/js/wiki_img/base.js [deleted file]
redakcja/static/js/wiki_img/loader.js [deleted file]
redakcja/static/js/wiki_img/loader_readonly.js [deleted file]
redakcja/static/js/wiki_img/view_editor_motifs.js [deleted file]
redakcja/static/js/wiki_img/view_editor_objects.js [deleted file]
redakcja/static/js/wiki_img/wikiapi.js [deleted file]
redakcja/static/xsl/wl2html_client.xsl [deleted file]
redakcja/templates/404.html [deleted file]
redakcja/templates/500.html [deleted file]
redakcja/templates/503.html [deleted file]
redakcja/templates/base.html [deleted file]
redakcja/templates/error_base.html [deleted file]
redakcja/templates/pagination/pagination.html [deleted file]
redakcja/templates/registration/head_login.html [deleted file]
redakcja/templates/registration/login.html [deleted file]
redakcja/urls.py [deleted file]
redakcja/wsgi.py [deleted file]
src/apiclient/__init__.py [new file with mode: 0644]
src/apiclient/migrations/0001_initial.py [new file with mode: 0644]
src/apiclient/migrations/0002_auto__add_field_oauthconnection_beta.py [new file with mode: 0644]
src/apiclient/migrations/0003_auto__chg_field_oauthconnection_user__del_unique_oauthconnection_user.py [new file with mode: 0644]
src/apiclient/migrations/__init__.py [new file with mode: 0644]
src/apiclient/models.py [new file with mode: 0644]
src/apiclient/settings.py [new file with mode: 0755]
src/apiclient/urls.py [new file with mode: 0755]
src/apiclient/views.py [new file with mode: 0644]
src/catalogue/__init__.py [new file with mode: 0644]
src/catalogue/admin.py [new file with mode: 0644]
src/catalogue/constants.py [new file with mode: 0644]
src/catalogue/ebook_utils.py [new file with mode: 0644]
src/catalogue/feeds.py [new file with mode: 0644]
src/catalogue/fixtures/stages.json [new file with mode: 0644]
src/catalogue/forms.py [new file with mode: 0644]
src/catalogue/helpers.py [new file with mode: 0644]
src/catalogue/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/management/__init__.py [new file with mode: 0644]
src/catalogue/management/commands/__init__.py [new file with mode: 0644]
src/catalogue/management/commands/add_parent.py [new file with mode: 0644]
src/catalogue/management/commands/assign_from_redmine.py [new file with mode: 0644]
src/catalogue/management/commands/fixdc.py [new file with mode: 0644]
src/catalogue/management/commands/import_wl.py [new file with mode: 0644]
src/catalogue/management/commands/insert_isbn.py [new file with mode: 0644]
src/catalogue/management/commands/mark_final.py [new file with mode: 0644]
src/catalogue/management/commands/merge_books.py [new file with mode: 0644]
src/catalogue/management/commands/prune_audience.py [new file with mode: 0644]
src/catalogue/managers.py [new file with mode: 0644]
src/catalogue/migrations/0001_initial.py [new file with mode: 0644]
src/catalogue/migrations/0002_stages.py [new file with mode: 0644]
src/catalogue/migrations/0003_from_hg.py [new file with mode: 0644]
src/catalogue/migrations/0004_fix_revisions.py [new file with mode: 0644]
src/catalogue/migrations/0005_auto__add_field_chunk_gallery_start.py [new file with mode: 0644]
src/catalogue/migrations/0006_auto__add_field_book_public.py [new file with mode: 0644]
src/catalogue/migrations/0007_auto__add_field_book_dc_slug.py [new file with mode: 0644]
src/catalogue/migrations/0008_auto.py [new file with mode: 0644]
src/catalogue/migrations/0009_auto__add_field_book__on_track.py [new file with mode: 0644]
src/catalogue/migrations/0010_auto__add_field_book_dc_cover_image.py [new file with mode: 0644]
src/catalogue/migrations/0011_auto__add_project__add_field_book_project.py [new file with mode: 0644]
src/catalogue/migrations/0012_auto__add_imagepublishrecord__add_imagechange__add_unique_imagechange_.py [new file with mode: 0644]
src/catalogue/migrations/0013_auto__add_field_image_project.py [new file with mode: 0644]
src/catalogue/migrations/__init__.py [new file with mode: 0644]
src/catalogue/models/__init__.py [new file with mode: 0755]
src/catalogue/models/book.py [new file with mode: 0755]
src/catalogue/models/chunk.py [new file with mode: 0755]
src/catalogue/models/image.py [new file with mode: 0755]
src/catalogue/models/listeners.py [new file with mode: 0755]
src/catalogue/models/project.py [new file with mode: 0755]
src/catalogue/models/publish_log.py [new file with mode: 0755]
src/catalogue/signals.py [new file with mode: 0644]
src/catalogue/tasks.py [new file with mode: 0644]
src/catalogue/templates/catalogue/active_users_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/activity.html [new file with mode: 0755]
src/catalogue/templates/catalogue/base.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_append_to.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_detail.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_edit.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_html.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_list/book.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_list/book_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_list/chunk.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_text.html [new file with mode: 0644]
src/catalogue/templates/catalogue/chunk_add.html [new file with mode: 0755]
src/catalogue/templates/catalogue/chunk_edit.html [new file with mode: 0755]
src/catalogue/templates/catalogue/document_create_missing.html [new file with mode: 0644]
src/catalogue/templates/catalogue/document_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/document_upload.html [new file with mode: 0644]
src/catalogue/templates/catalogue/image_detail.html [new file with mode: 0755]
src/catalogue/templates/catalogue/image_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/image_short.html [new file with mode: 0755]
src/catalogue/templates/catalogue/image_table.html [new file with mode: 0755]
src/catalogue/templates/catalogue/main_tabs.html [new file with mode: 0755]
src/catalogue/templates/catalogue/mark_final.html [new file with mode: 0644]
src/catalogue/templates/catalogue/mark_final_completed.html [new file with mode: 0644]
src/catalogue/templates/catalogue/my_page.html [new file with mode: 0755]
src/catalogue/templates/catalogue/upload_pdf.html [new file with mode: 0755]
src/catalogue/templates/catalogue/user_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/user_page.html [new file with mode: 0755]
src/catalogue/templates/catalogue/wall.html [new file with mode: 0755]
src/catalogue/templatetags/__init__.py [new file with mode: 0644]
src/catalogue/templatetags/book_list.py [new file with mode: 0755]
src/catalogue/templatetags/catalogue.py [new file with mode: 0644]
src/catalogue/templatetags/common_tags.py [new file with mode: 0755]
src/catalogue/templatetags/set_get_parameter.py [new file with mode: 0755]
src/catalogue/templatetags/wall.py [new file with mode: 0755]
src/catalogue/test_utils.py [new file with mode: 0644]
src/catalogue/tests/__init__.py [new file with mode: 0644]
src/catalogue/tests/book.py [new file with mode: 0644]
src/catalogue/tests/files/chunk1.xml [new file with mode: 0755]
src/catalogue/tests/files/chunk2.xml [new file with mode: 0755]
src/catalogue/tests/files/expected.xml [new file with mode: 0755]
src/catalogue/tests/gallery.py [new file with mode: 0644]
src/catalogue/tests/publish.py [new file with mode: 0644]
src/catalogue/tests/xml_updater.py [new file with mode: 0644]
src/catalogue/urls.py [new file with mode: 0644]
src/catalogue/views.py [new file with mode: 0644]
src/catalogue/xml_tools.py [new file with mode: 0644]
src/cover/__init__.py [new file with mode: 0644]
src/cover/forms.py [new file with mode: 0755]
src/cover/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/cover/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/cover/management/__init__.py [new file with mode: 0644]
src/cover/management/commands/__init__.py [new file with mode: 0644]
src/cover/management/commands/refresh_covers.py [new file with mode: 0644]
src/cover/migrations/0001_initial.py [new file with mode: 0644]
src/cover/migrations/0002_auto__chg_field_image_download_url.py [new file with mode: 0644]
src/cover/migrations/0003_auto__chg_field_image_source_url.py [new file with mode: 0644]
src/cover/migrations/__init__.py [new file with mode: 0644]
src/cover/models.py [new file with mode: 0644]
src/cover/templates/cover/add_image.html [new file with mode: 0755]
src/cover/templates/cover/image_detail.html [new file with mode: 0755]
src/cover/templates/cover/image_list.html [new file with mode: 0755]
src/cover/tests.py [new file with mode: 0644]
src/cover/urls.py [new file with mode: 0644]
src/cover/utils.py [new file with mode: 0755]
src/cover/views.py [new file with mode: 0644]
src/dvcs/__init__.py [new file with mode: 0644]
src/dvcs/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/dvcs/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/dvcs/models.py [new file with mode: 0644]
src/dvcs/signals.py [new file with mode: 0755]
src/dvcs/storage.py [new file with mode: 0755]
src/dvcs/tests/__init__.py [new file with mode: 0755]
src/email_mangler/__init__.py [new file with mode: 0644]
src/email_mangler/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/email_mangler/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/email_mangler/models.py [new file with mode: 0644]
src/email_mangler/templatetags/__init__.py [new file with mode: 0755]
src/email_mangler/templatetags/email.py [new file with mode: 0755]
src/fileupload/__init__.py [new file with mode: 0644]
src/fileupload/forms.py [new file with mode: 0644]
src/fileupload/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/fileupload/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/fileupload/models.py [new file with mode: 0644]
src/fileupload/static/fileupload/css/bootstrap-image-gallery.min.css [new file with mode: 0644]
src/fileupload/static/fileupload/css/bootstrap.min.css [new file with mode: 0644]
src/fileupload/static/fileupload/css/jquery.fileupload-ui.css [new file with mode: 0644]
src/fileupload/static/fileupload/css/style.css [new file with mode: 0644]
src/fileupload/static/fileupload/img/glyphicons-halflings-white.png [new file with mode: 0644]
src/fileupload/static/fileupload/img/glyphicons-halflings.png [new file with mode: 0644]
src/fileupload/static/fileupload/img/loading.gif [new file with mode: 0644]
src/fileupload/static/fileupload/img/progressbar.gif [new file with mode: 0644]
src/fileupload/static/fileupload/js/bootstrap-image-gallery.min.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/bootstrap.min.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/canvas-to-blob.min.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/csrf.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/jquery.fileupload-fp.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/jquery.fileupload-ui.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/jquery.fileupload.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/jquery.iframe-transport.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/jquery.ui.widget.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/load-image.min.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/locale-en.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/locale-pl.js [new file with mode: 0755]
src/fileupload/static/fileupload/js/main.js [new file with mode: 0644]
src/fileupload/static/fileupload/js/tmpl.min.js [new file with mode: 0644]
src/fileupload/templates/fileupload/picture_form.html [new file with mode: 0644]
src/fileupload/templatetags/__init__.py [new file with mode: 0644]
src/fileupload/templatetags/upload_tags.py [new file with mode: 0644]
src/fileupload/urls.py [new file with mode: 0644]
src/fileupload/views.py [new file with mode: 0644]
src/manage.py [new file with mode: 0755]
src/redakcja/__init__.py [new file with mode: 0644]
src/redakcja/celery.py [new file with mode: 0644]
src/redakcja/context_processors.py [new file with mode: 0644]
src/redakcja/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/redakcja/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/redakcja/localsettings.sample [new file with mode: 0644]
src/redakcja/settings/__init__.py [new file with mode: 0644]
src/redakcja/settings/common.py [new file with mode: 0644]
src/redakcja/settings/compress.py [new file with mode: 0644]
src/redakcja/settings/integration_test.py [new file with mode: 0644]
src/redakcja/settings/test.py [new file with mode: 0644]
src/redakcja/static/contextmenu/images/cut.png [new file with mode: 0755]
src/redakcja/static/contextmenu/images/door.png [new file with mode: 0755]
src/redakcja/static/contextmenu/images/page_white_copy.png [new file with mode: 0755]
src/redakcja/static/contextmenu/images/page_white_delete.png [new file with mode: 0755]
src/redakcja/static/contextmenu/images/page_white_edit.png [new file with mode: 0755]
src/redakcja/static/contextmenu/images/page_white_paste.png [new file with mode: 0755]
src/redakcja/static/contextmenu/index.html [new file with mode: 0644]
src/redakcja/static/contextmenu/jquery.contextMenu.css [new file with mode: 0755]
src/redakcja/static/contextmenu/jquery.contextMenu.js [new file with mode: 0755]
src/redakcja/static/contextmenu/jquery.ui.position.js [new file with mode: 0755]
src/redakcja/static/contextmenu2/images/cut.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/images/door.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/images/page_white_copy.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/images/page_white_delete.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/images/page_white_edit.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/images/page_white_paste.png [new file with mode: 0644]
src/redakcja/static/contextmenu2/index.html [new file with mode: 0644]
src/redakcja/static/contextmenu2/jquery.contextMenu.css [new file with mode: 0644]
src/redakcja/static/contextmenu2/jquery.contextMenu.js [new file with mode: 0644]
src/redakcja/static/css/book.css [new file with mode: 0644]
src/redakcja/static/css/book_list.css [new file with mode: 0644]
src/redakcja/static/css/dialogs.css [new file with mode: 0644]
src/redakcja/static/css/filelist.css [new file with mode: 0644]
src/redakcja/static/css/gallery.css [new file with mode: 0644]
src/redakcja/static/css/history.css [new file with mode: 0644]
src/redakcja/static/css/html.css [new file with mode: 0644]
src/redakcja/static/css/html_print.css [new file with mode: 0644]
src/redakcja/static/css/imgareaselect-default.css [new file with mode: 0644]
src/redakcja/static/css/jquery.autocomplete.css [new file with mode: 0644]
src/redakcja/static/css/master.css [new file with mode: 0644]
src/redakcja/static/css/summary.css [new file with mode: 0644]
src/redakcja/static/css/toolbar.css [new file with mode: 0644]
src/redakcja/static/css/xmlcolors_20100906.css [new file with mode: 0644]
src/redakcja/static/email_mangler/email_mangler.js [new file with mode: 0755]
src/redakcja/static/icons/clock.png [new file with mode: 0644]
src/redakcja/static/icons/close.png [new file with mode: 0644]
src/redakcja/static/icons/go-home.png [new file with mode: 0644]
src/redakcja/static/icons/go-next.png [new file with mode: 0644]
src/redakcja/static/icons/go-previous.png [new file with mode: 0644]
src/redakcja/static/icons/image-x-generic.png [new file with mode: 0644]
src/redakcja/static/icons/ok.png [new file with mode: 0644]
src/redakcja/static/icons/revert.png [new file with mode: 0644]
src/redakcja/static/icons/revert_.png [new file with mode: 0755]
src/redakcja/static/icons/stop.png [new file with mode: 0644]
src/redakcja/static/icons/system-search.png [new file with mode: 0644]
src/redakcja/static/icons/user.png [new file with mode: 0644]
src/redakcja/static/icons/zoom.png [new file with mode: 0644]
src/redakcja/static/icons/zoom_in.png [new file with mode: 0644]
src/redakcja/static/icons/zoom_out.png [new file with mode: 0644]
src/redakcja/static/img/angel-left.png [new file with mode: 0644]
src/redakcja/static/img/angel-right.png [new file with mode: 0644]
src/redakcja/static/img/arrow-down.png [new file with mode: 0644]
src/redakcja/static/img/arrow-up.png [new file with mode: 0644]
src/redakcja/static/img/gallery.png [new file with mode: 0644]
src/redakcja/static/img/jquery.imgareaselect/border-anim-h.gif [new file with mode: 0644]
src/redakcja/static/img/jquery.imgareaselect/border-anim-v.gif [new file with mode: 0644]
src/redakcja/static/img/jquery.imgareaselect/border-h.gif [new file with mode: 0644]
src/redakcja/static/img/jquery.imgareaselect/border-v.gif [new file with mode: 0644]
src/redakcja/static/img/logo-220.png [new file with mode: 0644]
src/redakcja/static/img/logo.png [new file with mode: 0644]
src/redakcja/static/img/pr-icon.png [new file with mode: 0644]
src/redakcja/static/img/sample_cover.png [new file with mode: 0644]
src/redakcja/static/img/spinner.gif [new file with mode: 0644]
src/redakcja/static/img/wl-orange.png [new file with mode: 0644]
src/redakcja/static/img/wl-orange.svg [new file with mode: 0644]
src/redakcja/static/js/book_text/book.js [new file with mode: 0644]
src/redakcja/static/js/book_text/jquery.eventdelegation.js [new file with mode: 0644]
src/redakcja/static/js/book_text/jquery.highlightfade.js [new file with mode: 0644]
src/redakcja/static/js/book_text/jquery.scrollto.js [new file with mode: 0644]
src/redakcja/static/js/button_scripts.js [new file with mode: 0644]
src/redakcja/static/js/catalogue/book_list.js [new file with mode: 0644]
src/redakcja/static/js/catalogue/catalogue.js [new file with mode: 0755]
src/redakcja/static/js/lib/codemirror-0.8/codemirror.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/editor.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/parsexml.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/select.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/stringstream.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/tokenize.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/undo.js [new file with mode: 0644]
src/redakcja/static/js/lib/codemirror-0.8/util.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery-1.7.2.min.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery/jquery.autocomplete.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery/jquery.blockui.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery/jquery.elastic.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery/jquery.imgareaselect.js [new file with mode: 0644]
src/redakcja/static/js/lib/jquery/jquery.xmlns.js [new file with mode: 0644]
src/redakcja/static/js/slugify.js [new file with mode: 0644]
src/redakcja/static/js/wiki/base.js [new file with mode: 0644]
src/redakcja/static/js/wiki/dialog_pubmark.js [new file with mode: 0755]
src/redakcja/static/js/wiki/dialog_revert.js [new file with mode: 0644]
src/redakcja/static/js/wiki/dialog_save.js [new file with mode: 0644]
src/redakcja/static/js/wiki/loader.js [new file with mode: 0644]
src/redakcja/static/js/wiki/loader_readonly.js [new file with mode: 0644]
src/redakcja/static/js/wiki/toolbar.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_annotations.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_column_diff.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_editor_source.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_editor_wysiwyg.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_gallery.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_history.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_search.js [new file with mode: 0644]
src/redakcja/static/js/wiki/view_summary.js [new file with mode: 0644]
src/redakcja/static/js/wiki/wikiapi.js [new file with mode: 0644]
src/redakcja/static/js/wiki/xslt.js [new file with mode: 0644]
src/redakcja/static/js/wiki_img/base.js [new file with mode: 0644]
src/redakcja/static/js/wiki_img/loader.js [new file with mode: 0644]
src/redakcja/static/js/wiki_img/loader_readonly.js [new file with mode: 0755]
src/redakcja/static/js/wiki_img/view_editor_motifs.js [new file with mode: 0644]
src/redakcja/static/js/wiki_img/view_editor_objects.js [new file with mode: 0644]
src/redakcja/static/js/wiki_img/wikiapi.js [new file with mode: 0644]
src/redakcja/static/xsl/wl2html_client.xsl [new file with mode: 0644]
src/redakcja/templates/404.html [new file with mode: 0644]
src/redakcja/templates/500.html [new file with mode: 0644]
src/redakcja/templates/503.html [new file with mode: 0644]
src/redakcja/templates/base.html [new file with mode: 0644]
src/redakcja/templates/error_base.html [new file with mode: 0755]
src/redakcja/templates/pagination/pagination.html [new file with mode: 0755]
src/redakcja/templates/registration/head_login.html [new file with mode: 0644]
src/redakcja/templates/registration/login.html [new file with mode: 0644]
src/redakcja/urls.py [new file with mode: 0644]
src/redakcja/wsgi.py [new file with mode: 0755]
src/toolbar/__init__.py [new file with mode: 0644]
src/toolbar/admin.py [new file with mode: 0644]
src/toolbar/fixtures/initial_toolbar.yaml [new file with mode: 0644]
src/toolbar/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/toolbar/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/toolbar/management/__init__.py [new file with mode: 0644]
src/toolbar/management/commands/__init__.py [new file with mode: 0644]
src/toolbar/management/commands/fixbuttons.py [new file with mode: 0644]
src/toolbar/migrations/0001_initial.py [new file with mode: 0644]
src/toolbar/migrations/0002_auto__del_field_button_key_mod__chg_field_button_key.py [new file with mode: 0644]
src/toolbar/migrations/0003_button_key_rename_to_accesskey.py [new file with mode: 0644]
src/toolbar/migrations/0004_auto__chg_field_button_accesskey.py [new file with mode: 0644]
src/toolbar/migrations/0005_initial_data.py [new file with mode: 0644]
src/toolbar/migrations/__init__.py [new file with mode: 0644]
src/toolbar/models.py [new file with mode: 0644]
src/toolbar/templates/toolbar/button.html [new file with mode: 0644]
src/toolbar/templates/toolbar/toolbar.html [new file with mode: 0644]
src/toolbar/templatetags/__init__.py [new file with mode: 0644]
src/toolbar/templatetags/toolbar_tags.py [new file with mode: 0644]
src/wiki/__init__.py [new file with mode: 0644]
src/wiki/admin.py [new file with mode: 0644]
src/wiki/fixtures/initial_themes.yaml [new file with mode: 0644]
src/wiki/forms.py [new file with mode: 0644]
src/wiki/helpers.py [new file with mode: 0644]
src/wiki/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wiki/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/wiki/migrations/0001_initial.py [new file with mode: 0644]
src/wiki/migrations/0002_auto__add_theme.py [new file with mode: 0644]
src/wiki/migrations/__init__.py [new file with mode: 0644]
src/wiki/models.py [new file with mode: 0644]
src/wiki/nice_diff.py [new file with mode: 0644]
src/wiki/settings.py [new file with mode: 0644]
src/wiki/templates/admin/wiki/theme/change_list.html [new file with mode: 0755]
src/wiki/templates/wiki/diff_table.html [new file with mode: 0644]
src/wiki/templates/wiki/document_details.html [new file with mode: 0644]
src/wiki/templates/wiki/document_details_base.html [new file with mode: 0644]
src/wiki/templates/wiki/document_details_readonly.html [new file with mode: 0644]
src/wiki/templates/wiki/pubmark_dialog.html [new file with mode: 0755]
src/wiki/templates/wiki/revert_dialog.html [new file with mode: 0644]
src/wiki/templates/wiki/save_dialog.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/annotations_view.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/annotations_view_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/gallery_view.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/gallery_view_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/history_view.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/history_view_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/search_view.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/search_view_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/source_editor.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/source_editor_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/summary_view.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/summary_view_item.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/wysiwyg_editor.html [new file with mode: 0644]
src/wiki/templates/wiki/tabs/wysiwyg_editor_item.html [new file with mode: 0644]
src/wiki/tests/xslt/auto/auto_test.js [new file with mode: 0644]
src/wiki/tests/xslt/auto/data/akap.html [new file with mode: 0644]
src/wiki/tests/xslt/auto/data/big.xml [new file with mode: 0644]
src/wiki/tests/xslt/auto/data/unknown_tag.html [new file with mode: 0644]
src/wiki/tests/xslt/auto/data/unknown_tag.xml [new file with mode: 0644]
src/wiki/urls.py [new file with mode: 0644]
src/wiki/views.py [new file with mode: 0644]
src/wiki_img/__init__.py [new file with mode: 0644]
src/wiki_img/forms.py [new file with mode: 0644]
src/wiki_img/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wiki_img/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/wiki_img/models.py [new file with mode: 0644]
src/wiki_img/templates/wiki_img/diff_table.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/document_details.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/document_details_base.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/document_details_readonly.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/history_view.html [new file with mode: 0755]
src/wiki_img/templates/wiki_img/tabs/motifs_editor.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/motifs_editor_item.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/objects_editor.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/objects_editor_item.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/source_editor.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/source_editor_item.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/summary_view.html [new file with mode: 0644]
src/wiki_img/templates/wiki_img/tabs/summary_view_item.html [new file with mode: 0644]
src/wiki_img/tests.py [new file with mode: 0644]
src/wiki_img/urls.py [new file with mode: 0644]
src/wiki_img/views.py [new file with mode: 0644]