| author | ndurand |
| Thu, 02 Apr 2015 17:29:54 +0200 | |
| changeset 1361 | 5087560b51b6 |
| parent 888 | 77d216688495 |
| child 1447 | 470130d647cb |
| permissions | -rw-r--r-- |
| 0 | 1 |
============ |
2 |
Ldt Platform |
|
3 |
============ |
|
4 |
||
5 |
The ldt platform, is a django module allowing the annotation, indexation, consultation of temporal content (audio, video) |
|
6 |
||
7 |
||
|
589
e7410c4df032
template cleaning, translation in js, and add generic google analytics
ymh <ymh.work@gmail.com>
parents:
189
diff
changeset
|
8 |
trick: |
|
e7410c4df032
template cleaning, translation in js, and add generic google analytics
ymh <ymh.work@gmail.com>
parents:
189
diff
changeset
|
9 |
compile messages for js |
|
e7410c4df032
template cleaning, translation in js, and add generic google analytics
ymh <ymh.work@gmail.com>
parents:
189
diff
changeset
|
10 |
python ../../../web/ldtplatform/manage.py makemessages -a -d djangojs |
|
e7410c4df032
template cleaning, translation in js, and add generic google analytics
ymh <ymh.work@gmail.com>
parents:
189
diff
changeset
|
11 |
python ../../../web/ldtplatform/manage.py compilemessages |
| 615 | 12 |
|
13 |
||
14 |
============ |
|
15 |
Dependencies |
|
16 |
============ |
|
17 |
Python : Python Software Foundation License |
|
18 |
Django==1.3.1 : BSD |
|
19 |
JCC==2.8 : Apache Public licence 2.0 |
|
20 |
PIL==1.1.7 : Python (MIT style) : http://www.pythonware.com/products/pil/license.htm |
|
21 |
South==0.7.3 : Apache Public licence 2.0 |
|
22 |
distribute==0.6.14 : Python Software Foundation License or Zope Public License |
|
23 |
django-guardian==1.0.3 : BSD http://packages.python.org/django-guardian/license.html |
|
24 |
django-oauth==1.1 : BSD http://code.larlet.fr/django-oauth/raw/549a34c81394/LICENSE |
|
25 |
django-openid-consumer==0.1.1 BSD http://django-openid-consumer.googlecode.com/svn/trunk/LICENSE |
|
26 |
django-piston==0.2.2 BSD |
|
27 |
django-registration==0.8-alpha-1 BSD https://bitbucket.org/ubernostrum/django-registration/raw/27bccd108cde/LICENSE |
|
28 |
django-social-auth==0.3.10 BSD Like https://raw.github.com/uswaretech/Django-Socialauth/master/docs/LICENSE |
|
29 |
django-tagging==0.3.1 BSD http://django-tagging.googlecode.com/svn/trunk/LICENSE.txt |
|
30 |
httplib2==0.6.0 MIT http://httplib2.googlecode.com/hg/README |
|
31 |
lucene==3.1.0 Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0 |
|
32 |
lxml==2.3.1 BSD https://raw.github.com/lxml/lxml/master/doc/licenses/BSD.txt |
|
33 |
libxml2, libxslt2 : MIT http://www.opensource.org/licenses/mit-license.html |
|
34 |
oauth2==1.5.167 : MIT https://raw.github.com/simplegeo/python-oauth2/master/LICENSE.txt |
|
35 |
python-openid==2.2.5 : Apache Software License https://raw.github.com/openid/python-openid/master/LICENSE |
|
36 |
sorl-thumbnail==11.12 : BSD https://raw.github.com/sorl/sorl-thumbnail/master/LICENSE |
|
37 |
||
38 |
deployment: |
|
39 |
psycopg2==2.4 : LGPL or ZPL https://dndg.it/cgi-bin/gitweb.cgi?p=public/psycopg2.git;a=blob_plain;f=LICENSE;h=dd7c124d8c666722ef3e0e5637412f5c7dbdf1f2;hb=HEAD |
|
40 |
wsgiref==0.1.2 : PSF or ZPL |
|
41 |
uWSGI : deployment GPL V2.0 |
|
42 |
pylibmc==1.2.2 : 3-clause BSD http://www.opensource.org/licenses/bsd-license.php |
|
43 |
python-memcached==1.48 : Python Software Foundation License |
|
44 |
||
45 |
||
46 |
============ |
|
47 |
javascript |
|
48 |
============ |
|
49 |
jquery http://craigsworks.com/projects/qtip2/ |
|
50 |
jquery nyroModal |
|
51 |
jquery qtip MIT or GPLv2 licenses |
|
52 |
jquery sparkline New BSD License http://omnipotent.net/jquery.sparkline/ |
|
53 |
jquery textchange |
|
54 |
jquery tools |
|
55 |
jquery login |
|
56 |
jquery validate |
|
57 |
jquery ui |
|
58 |
jwplayer |
|
59 |
popcorn.js |
|
60 |
raphael.js |
|
61 |
swfobject.js |
|
62 |
ZeroClipboard |
|
63 |
tiny_mce |
|
| 888 | 64 |
|
65 |
||
66 |
============== |
|
67 |
Unit Test |
|
68 |
============== |
|
69 |
||
70 |
In a terminal : |
|
71 |
python manage.py test %test_api% |
|
72 |
Will launch all the tests of the api |
|
73 |
||
74 |
For example : |
|
75 |
python manage.py test ldt_utils |
|
76 |
Will launch all the test defined in /ldt_utils/tests |