Pierwszy poważny import.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 6 Aug 2009 09:37:23 +0000 (11:37 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 6 Aug 2009 09:37:23 +0000 (11:37 +0200)
commit38343a3fc11f5509c8522fec94c0ae7085b7244f
tree9d49be2a6c5f2bc87eedb56a1e3c0ecfa2a03066
parent05f8cc4122caa9cc40e1df6e412b0dcfab7c6d40
Pierwszy poważny import.
28 files changed:
apps/explorer/__init__.py [new file with mode: 0644]
apps/explorer/forms.py [new file with mode: 0644]
apps/explorer/models.py [new file with mode: 0644]
apps/explorer/views.py [new file with mode: 0644]
lib/hg.py [new file with mode: 0644]
lib/librarian/__init__.py [new file with mode: 0644]
lib/librarian/bin/book2html.py [new file with mode: 0755]
lib/librarian/bin/book2txt.py [new file with mode: 0755]
lib/librarian/bin/bookfragments.py [new file with mode: 0755]
lib/librarian/bin/genslugs.py [new file with mode: 0755]
lib/librarian/bin/master.css [new file with mode: 0644]
lib/librarian/bin/master.plain.css [new file with mode: 0644]
lib/librarian/book2html.xslt [new file with mode: 0644]
lib/librarian/dcparser.py [new file with mode: 0644]
lib/librarian/html.py [new file with mode: 0644]
lib/librarian/tests/__init__.py [new file with mode: 0644]
lib/librarian/tests/andersen_brzydkie_kaczatko.xml [new file with mode: 0644]
lib/librarian/tests/biedrzycki_akslop.xml [new file with mode: 0644]
lib/librarian/tests/kochanowski_piesn7.xml [new file with mode: 0644]
lib/librarian/tests/mickiewicz_rybka.xml [new file with mode: 0644]
lib/librarian/tests/sofokles_antygona.xml [new file with mode: 0644]
project/settings.py
project/static/css/master.css [new file with mode: 0644]
project/templates/base.html [new file with mode: 0644]
project/templates/explorer/file_html.html [new file with mode: 0644]
project/templates/explorer/file_list.html [new file with mode: 0644]
project/templates/explorer/file_xml.html [new file with mode: 0644]
project/urls.py