]> git.parisson.com Git - telemeta.git/commit
- add dublin core modelization and new to_dublincore() model methods
authorolivier <>
Wed, 16 May 2007 14:47:42 +0000 (14:47 +0000)
committerolivier <>
Wed, 16 May 2007 14:47:42 +0000 (14:47 +0000)
commit01bf9f7c60b41e6815bd3cdaaad033f94e6ab2ec
tree95447a66fde70c4a5a03df9efe4a66b64c7be97a
parent1a03524f4d3b890f62eacc587b357c1b748cba3f
- add dublin core modelization and new to_dublincore() model methods
- improved dublin core mapping
- add dublin core HTML-based views of collections and items
- fixed URL handling with non aplhanumeric record IDs
- fix #21: the web view now properly handle export streams
- turn the model list() method into the tolist template filter
- new submenu template block + css fixes
telemeta/dublincore.py [new file with mode: 0644]
telemeta/htdocs/css/telemeta.css
telemeta/models.py
telemeta/templates/base.html
telemeta/templates/collection_detail.html
telemeta/templates/collection_detail_dc.html [new file with mode: 0644]
telemeta/templates/mediaitem_detail.html
telemeta/templates/mediaitem_detail_dc.html [new file with mode: 0644]
telemeta/templatetags/telemeta_utils.py
telemeta/urls.py
telemeta/views/web.py