Changeset 0d62fe4
- Timestamp:
- 04/12/12 12:59:16 (14 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- c676291
- Parents:
- 68a6b8a
- git-author:
- yomguy <yomguy@…> (04/12/12 12:59:16)
- git-committer:
- yomguy <yomguy@…> (04/12/12 12:59:16)
- Files:
-
- 8 edited
-
CHANGELOG (modified) (1 diff)
-
README.rst (modified) (4 diffs)
-
setup.py (modified) (1 diff)
-
telemeta/htdocs/css/player.css (modified) (1 diff)
-
telemeta/htdocs/timeside/skins/lab/style.css (modified) (2 diffs)
-
telemeta/templates/telemeta/login.html (modified) (1 diff)
-
telemeta/templates/telemeta/mediaitem_detail.html (modified) (1 diff)
-
telemeta/urls.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r251b6d8 r0d62fe4 1 telemeta (1.4.3-1) unstable; urgency=low 2 3 * add solr-thumbnail for automatic thumbnail handling of all related media images (please install) 4 * add static media handling for solr and all various telemeta public files 5 * fix some wrong user properties 6 * SECURITY: you need to move your TELEMETA_EXPORT_CACHE_DIR from TELEMETA_CACHE_DIR cache (see example/sandbox_sqlite/settings.py) 7 * EXPERIMENTAL: WebM and MP4 video handling for items, NO transcode but decode, add a nice video.js player 8 * RECOMMEND: install django-extensions 9 10 telemeta (1.4.2-1) unstable; urgency=low 11 12 * add user revisions to user profile 13 * move all edit buttons to main edit pages 14 * new Format object and various enumerations 15 * add last revision to item detail 16 * various bugfixes 17 18 telemeta (1.4.1-1) unstable; urgency=low 19 20 * Fix a bug for related media title parsing 21 1 22 telemeta (1.4-1) unstable; urgency=low 2 23 3 24 For users: 4 25 5 26 * add a Desk providing links to home and personal data 6 27 * add Fonds, Corpus and their related media to the models and to the search engine -
README.rst
rdd763818 r0d62fe4 46 46 ====== 47 47 48 1.4.3 49 ++++++ 50 51 * add solr-thumbnail for automatic thumbnail handling of all related media images (please install) 52 * add static media handling for solr and all various telemeta public files 53 * fix some wrong user properties 54 * SECURITY: you need to move your TELEMETA_EXPORT_CACHE_DIR from TELEMETA_CACHE_DIR cache (see example/sandbox_sqlite/settings.py) 55 * EXPERIMENTAL: WebM and MP4 video handling for items, NO transcode but decode, add a nice video.js player 56 * RECOMMEND: install django-extensions 57 48 58 1.4.2 49 59 ++++++ … … 89 99 See INSTALL.rst and email me if any pb! (you may, for example, not use 0002 migration) 90 100 91 Full changelog : see `CHANGELOG <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG>`_101 Full changelog: see `CHANGELOG <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG>`_ 92 102 93 103 94 De velopment95 ==== =======104 Demo 105 ==== 96 106 97 To participate to the development of telemeta, you will need a login/password couple. 98 You're welcome to email us to join and commit your great ideas ;) 107 http://demo.telemeta.org 99 108 100 To get the lastest development version, you need subversion and run:: 109 login: demo 110 password: demo 101 111 102 $ git clone http://vcs.parisson.com/git/telemeta.git103 112 104 License105 ======= 113 Original Example 114 ================= 106 115 107 CeCILL v2 (see LICENSE) 116 `Sound archives <http://archives.crem-cnrs.fr>`_ of the French Ethnomusicology Research Center (CREM) et du Musée de l'Homme: 117 118 * a 100 year old world database migrated, 119 * more than 5000 geolocated collections, 120 * more than 32000 geolocated items, 121 * 700 Go of original ethnological music files accessible through the web. 108 122 109 123 … … 123 137 ================ 124 138 125 TimeSide (Web Audio Components): http://code.google.com/p/timeside/ 139 `TimeSide <http://code.google.com/p/timeside/>`_ - Web Audio Components 140 141 a python library library to compute audio analysis, transcode, and streaming to browsers. 142 126 143 127 144 … … 143 160 144 161 162 Development 163 =========== 164 165 You are welcome to participate to the development of the Telemeta project. 166 167 To get the lastest development version, you need subversion and run:: 168 169 $ git clone http://vcs.parisson.com/git/telemeta.git 170 171 License 172 ======= 173 174 CeCILL v2, compatible with GPL v2 (see `LICENSE <http://github.com/yomguy/Telemeta/blob/master/LICENSE`_) 175 176 145 177 Sponsors 146 178 ======== -
setup.py
rb6c6871 r0d62fe4 20 20 'timeside', 21 21 'south', 22 'sorl-thumbnail', 22 23 'django-pagination', 23 24 'django-postman', 24 25 'django-socialregistration', 25 ' sorl-thumbnail',26 'django-extensions', 26 27 ], 27 28 platforms=['OS Independent'], -
telemeta/htdocs/css/player.css
r13ef1ae r0d62fe4 20 20 width: 18px; 21 21 padding: 10px 0 0 0; 22 height: 0px !important; 22 height: 0px !important; 23 23 height /**/:10px; /* for IE5/Win only */ 24 24 background-image: url('../images/maximize.png'); -
telemeta/htdocs/timeside/skins/lab/style.css
rfe97d80 r0d62fe4 112 112 width:24px; 113 113 } 114 .ts-player .ts-control .ts-volume-bar-container { 114 .ts-player .ts-control .ts-volume-bar-container { 115 115 background: url('img/controlbg-inverted.png'); 116 116 background-position: -3px left; … … 122 122 -webkit-border-radius: 5px; 123 123 border-radius: 5px; 124 124 125 125 } 126 126 .ts-player .ts-control .ts-volume-bar { /*width will be changed inside the code*/ -
telemeta/templates/telemeta/login.html
r566f17d r0d62fe4 20 20 onclick="document.getElementById('_loginForm').submit(); return false;">{% trans "Sign in" %}</a> 21 21 <input type="hidden" name="next" value="{{ next }}" /> 22 <span style="align: right; "><a href="{% url telemeta-password-reset %}">{% trans "Password forgotten" %} ?</a></span>22 <span style="align: right; font-weight: bold;"><a href="{% url telemeta-password-reset %}">{% trans "Password forgotten" %} ?</a></span> 23 23 </form> 24 24 {% endblock %} -
telemeta/templates/telemeta/mediaitem_detail.html
r68a6b8a r0d62fe4 114 114 {% if public_access or perms.telemeta.can_play_all_items %} 115 115 <div id="player_maximized" class="ts-skin-lab"> 116 <div id="player_header"> 116 117 <a href="#" class="toggle">Minimize</a> 117 118 <a href="#" class="embed_player_frame"></></a> 119 </div> 118 120 <div class="wazing"></div> 119 121 </div> -
telemeta/urls.py
r87881bd r0d62fe4 305 305 306 306 # Users 307 url(r'^ users/$', general_view.users, name="telemeta-users"),307 url(r'^accounts/', general_view.users, name="telemeta-users"), 308 308 309 309 # Desk … … 313 313 314 314 # Profiles 315 url(r'^ users/(?P<username>[A-Za-z0-9._-]+)/profile/$', profile_view.profile_detail, name="telemeta-profile-detail"),316 url(r'^ users/(?P<username>[A-Za-z0-9._-]+)/profile/edit/$', profile_view.profile_edit, name="telemeta-profile-edit"),317 url(r'^ users/(?P<username>[A-Za-z0-9._-]+)/rss/$', UserRevisionsFeed(), name="telemeta-user-rss"),315 url(r'^accounts/(?P<username>[A-Za-z0-9._-]+)/profile/$', profile_view.profile_detail, name="telemeta-profile-detail"), 316 url(r'^accounts/(?P<username>[A-Za-z0-9._-]+)/profile/edit/$', profile_view.profile_edit, name="telemeta-profile-edit"), 317 url(r'^accounts/(?P<username>[A-Za-z0-9._-]+)/rss/$', UserRevisionsFeed(), name="telemeta-user-rss"), 318 318 319 319 # Registration
Note: See TracChangeset
for help on using the changeset viewer.
