comparison sat_website/screenshots.py @ 46:a18800261cf6

change some texts, add a couple of screenshots, set metadata version and year to the medias
author souliane <souliane@mailoo.org>
date Wed, 29 Apr 2015 13:04:15 +0200
parents b45621706d83
children 3e460ca969d2
comparison
equal deleted inserted replaced
45:62c23067e86e 46:a18800261cf6
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
21 """ 21 """
22 from django.utils.translation import ugettext_lazy as _ 22 from django.utils.translation import ugettext_lazy as _
23 from collections import namedtuple 23 from collections import namedtuple
24 24
25 ImageDesc = namedtuple("ImageDesc","path description") 25 ImageDesc = namedtuple("ImageDesc", "path description data")
26 VideoDesc = namedtuple("VideoDesc", "path description poster lang subtitles") 26 VideoDesc = namedtuple("VideoDesc", "path description poster data")
27 27
28 #list the pictures 28 #list the pictures
29 29
30 screenshots = [ 30 screenshots = [
31 ImageDesc("images/screenshots/libervia/libervia_login.png", _(u"Libervia's login page")), 31 ImageDesc("images/screenshots/0.5/overview_libervia.png", _(u"Overview"),
32 ImageDesc("images/screenshots/libervia/libervia_discussions.png", _(u"Libervia's main view")), 32 {_(u"frontend"): "libervia", _(u"version"): "0.5", _(u"year"): "2014"}),
33 ImageDesc("images/screenshots/primitivus/primitivus_tarot.png", _(u"Primitivus showing a french Tarot play")), 33 ImageDesc("images/screenshots/0.4/sat_wysiwyg.png", _(u"Rich text editor"),
34 ImageDesc("images/screenshots/jp/jp.png", _(u"cowsay sent in conversation through jp")), 34 {_(u"frontend"): "libervia", _(u"version"): "0.4", _(u"year"): "2014"}),
35 ImageDesc("images/screenshots/wix/wix_tarot.png", _(u"Wix showing a french Tarot play")), 35 VideoDesc("videos/screencasts/présentation_SàT_5_radio_collective.webm", _(u"Demo of the new Libervia UI, and of the collective radio feature"), "videos/screencasts/posters/radiocol.jpg",
36 VideoDesc("videos/screencasts/présentation_SàT.webm", _(u"The first video show wix, primitivus and jp"), "videos/screencasts/posters/présentation_SàT.jpg", 'fr', ''), 36 {_(u"frontend"): "libervia", _(u"version"): "0.3D", _(u"year"): "2012", _(u"language"): "fr"}),
37 VideoDesc("videos/screencasts/présentation_SàT_2.webm", _(u"This video show french Tarot game, and how to use Thunderbird with SàT"), "videos/screencasts/posters/présentation_SàT_2.jpg", 'fr', ''), 37 ImageDesc("images/screenshots/libervia/libervia_login.png", _(u"Libervia's login page"),
38 VideoDesc("videos/screencasts/présentation_SàT_3.webm", _(u"This video focuses on Libervia. The UI is really outdated, but we can see some features"), "videos/screencasts/posters/présentation_SàT_3.jpg", 'fr', ''), 38 {_(u"frontend"): "libervia", _(u"version"): "0.3D", _(u"year"): "2011"}),
39 VideoDesc("videos/screencasts/présentation_SàT_5_radio_collective.webm", _(u"Demo of the new Libervia UI, and of the collective radio feature"), "videos/screencasts/posters/radiocol.jpg", 'fr', ''), 39 ImageDesc("images/screenshots/libervia/libervia_discussions.png", _(u"Libervia's main view"),
40 {_(u"frontend"): "libervia", _(u"version"): "0.3D", _(u"year"): "2011"}),
41 ImageDesc("images/screenshots/primitivus/primitivus_tarot.png", _(u"Primitivus showing a french Tarot play"),
42 {_(u"frontend"): "primitivus", _(u"version"): "0.2", _(u"year"): "2011"}),
43 ImageDesc("images/screenshots/wix/wix_tarot.png", _(u"Wix showing a french Tarot play"),
44 {_(u"frontend"): "wix", _(u"version"): "0.2", _(u"year"): "2011"}),
45 VideoDesc("videos/screencasts/présentation_SàT_3.webm", _(u"This video focuses on Libervia. The UI is really outdated, but we can see some features"), "videos/screencasts/posters/présentation_SàT_3.jpg",
46 {_(u"frontend"): "libervia", _(u"version"): "0.2", _(u"year"): "2011", _(u"language"): "fr"}),
47 VideoDesc("videos/screencasts/présentation_SàT.webm", _(u"The first video shows wix, primitivus and jp"), "videos/screencasts/posters/présentation_SàT.jpg",
48 {_(u"version"): "0.2", _(u"year"): "2011", _(u"language"): "fr"}),
40 ] 49 ]
41 50
42 screenshots_tech = [ 51 screenshots_tech = [
43 VideoDesc("videos/screencasts/présentation_SàT_7_télécommande_universelle.webm", _(u"Use ad-hoc commands to control a VLC player from Libervia"), "videos/screencasts/posters/présentation_SàT_7_télécommande_universelle.png", 'fr', ''), 52 ImageDesc("images/screenshots/0.5/adhoc_administration.png", _(u"Server administration from the web frontend Libervia."),
44 VideoDesc("videos/screencasts/présentation_SàT_6_export_commande.webm", _(u"Exporting a command: an FTP client is exported to a Gajim contact"), "videos/screencasts/posters/présentation_SàT_6_export_commande.jpg", 'fr', ''), 53 {_(u"frontend"): "libervia", _(u"version"): "0.5", _(u"year"): "2014"}),
45 VideoDesc("videos/screencasts/présentation_SàT_4_copie_et_pipe.webm", _(u"How to copy and pipe streams over XMPP"), "videos/screencasts/posters/présentation_SàT_4.jpg", 'fr', ''), 54 ImageDesc("images/screenshots/0.5/http_unsecure_warning.png", _(u"Optional security check"),
55 {_(u"frontend"): "libervia", _(u"version"): "0.5", _(u"year"): "2014"}),
56 VideoDesc("videos/screencasts/présentation_SàT_7_télécommande_universelle.webm", _(u"Use ad-hoc commands to control a VLC player from Libervia"), "videos/screencasts/posters/présentation_SàT_7_télécommande_universelle.png",
57 {_(u"version"): "0.4", _(u"year"): "2014", _(u"language"): "fr"}),
58 VideoDesc("videos/screencasts/présentation_SàT_6_export_commande.webm", _(u"Exporting a command: an FTP client is exported to a Gajim contact"), "videos/screencasts/posters/présentation_SàT_6_export_commande.jpg",
59 {_(u"version"): "0.4D", _(u"year"): "2013", _(u"language"): "fr"}),
60 VideoDesc("videos/screencasts/présentation_SàT_4_copie_et_pipe.webm", _(u"How to copy and pipe streams over XMPP"), "videos/screencasts/posters/présentation_SàT_4.jpg",
61 {_(u"version"): "0.3D", _(u"year"): "2011", _(u"language"): "fr"}),
62 ImageDesc("images/screenshots/jp/jp.png", _(u"Cowsay sent in conversation through jp"),
63 {_(u"version"): "0.2", _(u"year"): "2011"}),
64 VideoDesc("videos/screencasts/présentation_SàT_2.webm", _(u"This video shows french Tarot game, and how to use Thunderbird with SàT"), "videos/screencasts/posters/présentation_SàT_2.jpg",
65 {_(u"version"): "0.2", _(u"year"): "2011", _(u"language"): "fr"}),
46 ] 66 ]
47 67
48 68
49 69
50 70