From 0d62fe465c1c0635905f11d95b07b8e65aef6bab Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 12 Apr 2012 12:59:16 +0200 Subject: [PATCH] add new modules to sandbox, fix doc and styles, users/ goes to accounts/ --- CHANGELOG | 23 +++++++- README.rst | 54 +++++++++++++++---- setup.py | 3 +- telemeta/htdocs/css/player.css | 2 +- telemeta/htdocs/timeside/skins/lab/style.css | 4 +- telemeta/templates/telemeta/login.html | 2 +- .../templates/telemeta/mediaitem_detail.html | 2 + telemeta/urls.py | 8 +-- 8 files changed, 77 insertions(+), 21 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eeaee8a1..a06cabab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,28 @@ +telemeta (1.4.3-1) unstable; urgency=low + + * add solr-thumbnail for automatic thumbnail handling of all related media images (please install) + * add static media handling for solr and all various telemeta public files + * fix some wrong user properties + * SECURITY: you need to move your TELEMETA_EXPORT_CACHE_DIR from TELEMETA_CACHE_DIR cache (see example/sandbox_sqlite/settings.py) + * EXPERIMENTAL: WebM and MP4 video handling for items, NO transcode but decode, add a nice video.js player + * RECOMMEND: install django-extensions + +telemeta (1.4.2-1) unstable; urgency=low + + * add user revisions to user profile + * move all edit buttons to main edit pages + * new Format object and various enumerations + * add last revision to item detail + * various bugfixes + +telemeta (1.4.1-1) unstable; urgency=low + + * Fix a bug for related media title parsing + telemeta (1.4-1) unstable; urgency=low For users: - + * add a Desk providing links to home and personal data * add Fonds, Corpus and their related media to the models and to the search engine * add some fancy drop down menus for main tabs diff --git a/README.rst b/README.rst index e3d58a3b..6affd9b9 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,16 @@ See `INSTALL.rst `_ a News ====== +1.4.3 +++++++ + + * add solr-thumbnail for automatic thumbnail handling of all related media images (please install) + * add static media handling for solr and all various telemeta public files + * fix some wrong user properties + * SECURITY: you need to move your TELEMETA_EXPORT_CACHE_DIR from TELEMETA_CACHE_DIR cache (see example/sandbox_sqlite/settings.py) + * EXPERIMENTAL: WebM and MP4 video handling for items, NO transcode but decode, add a nice video.js player + * RECOMMEND: install django-extensions + 1.4.2 ++++++ @@ -88,23 +98,27 @@ For developers and maintainers: See INSTALL.rst and email me if any pb! (you may, for example, not use 0002 migration) -Full changelog : see `CHANGELOG `_ +Full changelog: see `CHANGELOG `_ -Development -=========== +Demo +==== -To participate to the development of telemeta, you will need a login/password couple. -You're welcome to email us to join and commit your great ideas ;) +http://demo.telemeta.org -To get the lastest development version, you need subversion and run:: +login: demo +password: demo - $ git clone http://vcs.parisson.com/git/telemeta.git -License -======= +Original Example +================= -CeCILL v2 (see LICENSE) +`Sound archives `_ of the French Ethnomusicology Research Center (CREM) et du Musée de l'Homme: + + * a 100 year old world database migrated, + * more than 5000 geolocated collections, + * more than 32000 geolocated items, + * 700 Go of original ethnological music files accessible through the web. Bugs and feedback @@ -122,7 +136,10 @@ And even if Telemeta suits you, please give us some feedback ! Related projects ================ -TimeSide (Web Audio Components): http://code.google.com/p/timeside/ +`TimeSide `_ - Web Audio Components + + a python library library to compute audio analysis, transcode, and streaming to browsers. + Contact @@ -142,6 +159,21 @@ Twitter: * http://twitter.com/parisson_studio +Development +=========== + +You are welcome to participate to the development of the Telemeta project. + +To get the lastest development version, you need subversion and run:: + + $ git clone http://vcs.parisson.com/git/telemeta.git + +License +======= + +CeCILL v2, compatible with GPL v2 (see `LICENSE