Zmiana nazwy project -> platforma.
authorzuber <marek@stepniowski.com>
Tue, 13 Oct 2009 09:03:46 +0000 (11:03 +0200)
committerzuber <marek@stepniowski.com>
Tue, 13 Oct 2009 09:08:20 +0000 (11:08 +0200)
commit78644811ca0c6042212788dc67add42bc41fb74c
tree0414a8e30872b1d72b1236e3d421f0977fe7d081
parent7f3f79476a57d10991566c511d40e20154c01064
Zmiana nazwy project -> platforma.
135 files changed:
platforma/__init__.py [new file with mode: 0644]
platforma/dispatch.wsgi [new file with mode: 0755]
platforma/localsettings.sample [new file with mode: 0644]
platforma/manage.py [new file with mode: 0755]
platforma/settings.py [new file with mode: 0644]
platforma/static/css/autumn.css [new file with mode: 0644]
platforma/static/css/filelist.css [new file with mode: 0755]
platforma/static/css/html.css [new file with mode: 0644]
platforma/static/css/html_print.css [new file with mode: 0644]
platforma/static/css/jquery.modal.css [new file with mode: 0755]
platforma/static/css/managment.css [new file with mode: 0644]
platforma/static/css/master.css [new file with mode: 0644]
platforma/static/css/toolbar.css [new file with mode: 0644]
platforma/static/css/xmlcolors.css [new file with mode: 0644]
platforma/static/icons/go-next.png [new file with mode: 0644]
platforma/static/icons/go-previous.png [new file with mode: 0644]
platforma/static/icons/zoom.png [new file with mode: 0644]
platforma/static/icons/zoom_in.png [new file with mode: 0644]
platforma/static/icons/zoom_out.png [new file with mode: 0644]
platforma/static/img/spinner.gif [new file with mode: 0644]
platforma/static/js/app.js [new file with mode: 0644]
platforma/static/js/button_scripts.js [new file with mode: 0644]
platforma/static/js/editor.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/codemirror.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/editor.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/parsexml.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/select.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/stringstream.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/tokenize.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/undo.js [new file with mode: 0644]
platforma/static/js/lib/codemirror/util.js [new file with mode: 0644]
platforma/static/js/lib/jquery.cookie.js [new file with mode: 0644]
platforma/static/js/lib/jquery.hpanel.js [new file with mode: 0644]
platforma/static/js/lib/jquery.js [new file with mode: 0644]
platforma/static/js/lib/jquery.json.js [new file with mode: 0644]
platforma/static/js/lib/jquery.lazyload.js [new file with mode: 0755]
platforma/static/js/lib/jquery.logging.js [new file with mode: 0644]
platforma/static/js/lib/jquery.modal.js [new file with mode: 0755]
platforma/static/js/lib/jquery.wtooltip.js [new file with mode: 0644]
platforma/static/js/messages.js [new file with mode: 0644]
platforma/static/js/models.js [new file with mode: 0644]
platforma/static/js/views/button_toolbar.js [new file with mode: 0644]
platforma/static/js/views/editor.js [new file with mode: 0644]
platforma/static/js/views/flash.js [new file with mode: 0644]
platforma/static/js/views/gallery.js [new file with mode: 0644]
platforma/static/js/views/html.js [new file with mode: 0644]
platforma/static/js/views/panel_container.js [new file with mode: 0644]
platforma/static/js/views/split.js [new file with mode: 0644]
platforma/static/js/views/view.js [new file with mode: 0644]
platforma/static/js/views/xml.js [new file with mode: 0644]
platforma/templates/503.html [new file with mode: 0644]
platforma/templates/base.html [new file with mode: 0644]
platforma/templates/explorer/edit_dc.html [new file with mode: 0644]
platforma/templates/explorer/edit_text.html [new file with mode: 0644]
platforma/templates/explorer/editor.html [new file with mode: 0644]
platforma/templates/explorer/file_html.html [new file with mode: 0644]
platforma/templates/explorer/file_list.html [new file with mode: 0644]
platforma/templates/explorer/file_tree_part.html [new file with mode: 0644]
platforma/templates/explorer/file_upload.html [new file with mode: 0755]
platforma/templates/explorer/folder_images.html [new file with mode: 0644]
platforma/templates/explorer/split.html [new file with mode: 0755]
platforma/templates/explorer/split_success.html [new file with mode: 0755]
platforma/templates/html4print.html [new file with mode: 0644]
platforma/templates/manager/pull_request.html [new file with mode: 0644]
platforma/templates/registration/head_login.html [new file with mode: 0644]
platforma/templates/registration/login.html [new file with mode: 0644]
platforma/templates/wysiwyg.html [new file with mode: 0644]
platforma/urls.py [new file with mode: 0644]
project/__init__.py [deleted file]
project/dispatch.wsgi [deleted file]
project/localsettings.sample [deleted file]
project/manage.py [deleted file]
project/settings.py [deleted file]
project/static/css/autumn.css [deleted file]
project/static/css/filelist.css [deleted file]
project/static/css/html.css [deleted file]
project/static/css/html_print.css [deleted file]
project/static/css/jquery.modal.css [deleted file]
project/static/css/managment.css [deleted file]
project/static/css/master.css [deleted file]
project/static/css/toolbar.css [deleted file]
project/static/css/xmlcolors.css [deleted file]
project/static/icons/go-next.png [deleted file]
project/static/icons/go-previous.png [deleted file]
project/static/icons/zoom.png [deleted file]
project/static/icons/zoom_in.png [deleted file]
project/static/icons/zoom_out.png [deleted file]
project/static/js/app.js [deleted file]
project/static/js/button_scripts.js [deleted file]
project/static/js/editor.js [deleted file]
project/static/js/lib/codemirror/codemirror.js [deleted file]
project/static/js/lib/codemirror/editor.js [deleted file]
project/static/js/lib/codemirror/parsexml.js [deleted file]
project/static/js/lib/codemirror/select.js [deleted file]
project/static/js/lib/codemirror/stringstream.js [deleted file]
project/static/js/lib/codemirror/tokenize.js [deleted file]
project/static/js/lib/codemirror/undo.js [deleted file]
project/static/js/lib/codemirror/util.js [deleted file]
project/static/js/lib/jquery.cookie.js [deleted file]
project/static/js/lib/jquery.hpanel.js [deleted file]
project/static/js/lib/jquery.js [deleted file]
project/static/js/lib/jquery.json.js [deleted file]
project/static/js/lib/jquery.lazyload.js [deleted file]
project/static/js/lib/jquery.logging.js [deleted file]
project/static/js/lib/jquery.modal.js [deleted file]
project/static/js/lib/jquery.wtooltip.js [deleted file]
project/static/js/messages.js [deleted file]
project/static/js/models.js [deleted file]
project/static/js/views/button_toolbar.js [deleted file]
project/static/js/views/editor.js [deleted file]
project/static/js/views/flash.js [deleted file]
project/static/js/views/gallery.js [deleted file]
project/static/js/views/html.js [deleted file]
project/static/js/views/panel_container.js [deleted file]
project/static/js/views/split.js [deleted file]
project/static/js/views/view.js [deleted file]
project/static/js/views/xml.js [deleted file]
project/templates/503.html [deleted file]
project/templates/base.html [deleted file]
project/templates/explorer/edit_dc.html [deleted file]
project/templates/explorer/edit_text.html [deleted file]
project/templates/explorer/editor.html [deleted file]
project/templates/explorer/file_html.html [deleted file]
project/templates/explorer/file_list.html [deleted file]
project/templates/explorer/file_tree_part.html [deleted file]
project/templates/explorer/file_upload.html [deleted file]
project/templates/explorer/folder_images.html [deleted file]
project/templates/explorer/split.html [deleted file]
project/templates/explorer/split_success.html [deleted file]
project/templates/html4print.html [deleted file]
project/templates/manager/pull_request.html [deleted file]
project/templates/registration/head_login.html [deleted file]
project/templates/registration/login.html [deleted file]
project/templates/wysiwyg.html [deleted file]
project/urls.py [deleted file]