]> git.openstreetmap.org Git - osqa.git/commit
First stab on xml exporter. (experimental)
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 7 Oct 2010 11:23:54 +0000 (11:23 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 7 Oct 2010 11:23:54 +0000 (11:23 +0000)
commitaac6ba0b5d9a5a245adcfd852f491387f5febc68
treedfa0adf9b93a257b18b7b953f7d1296eaad579e8
parent74a95513f60ac1cddd488fad7d5cbcfdc674c221
First stab on xml exporter. (experimental)

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@600 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum_modules/exporter/__init__.py [new file with mode: 0644]
forum_modules/exporter/exporter.py [new file with mode: 0644]
forum_modules/exporter/forms.py [new file with mode: 0644]
forum_modules/exporter/startup.py [new file with mode: 0644]
forum_modules/exporter/templates/exporter.html [new file with mode: 0644]
forum_modules/exporter/templates/running.html [new file with mode: 0644]
forum_modules/exporter/tmp/README [new file with mode: 0644]
forum_modules/exporter/urls.py [new file with mode: 0644]
forum_modules/exporter/views.py [new file with mode: 0644]