]> git.parisson.com Git - telemeta.git/commitdiff
doc: update links
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2020 16:23:30 +0000 (18:23 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2020 16:23:30 +0000 (18:23 +0200)
doc/content/UNAM_2020.rst
doc/pelicanconf.py

index 9bf42b6887861084a1abcf184ee952dc6f3b5080..50db38e365ab50a133eb931cede9e0f355f75a66 100644 (file)
@@ -1,5 +1,5 @@
-Telemeta project presented at sound archive communities of middle and south America
-####################################################################################
+Telemeta project presented at middle and south America sound archive communities
+################################################################################
 
 :date: 2020-09-25 17:00
 :category: Events
index 816cdaed8e40c53aa88d1a4e4995c7664dff0811..70c3f0f98e78120e21a73b1cb7a7a07c9fe2aaaf 100644 (file)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*- #
 from __future__ import unicode_literals
 
-AUTHOR = u'Parisson SARL'
+AUTHOR = u'Telemeta project'
 SITENAME = u'Telemeta project'
 
 TIMEZONE = 'Europe/Paris'
@@ -31,14 +31,12 @@ TRANSLATION_FEED_ATOM = None
 LINKS =  (('Python', 'http://python.org/'),
           ('Django', 'https://www.djangoproject.com/'),
           ('TimeSide', 'https://github.com/Parisson/TimeSide'),
-          ('Docker', 'https://www.docker.com/')
+          ('IRCAM', 'https://www.ircam.fr')
           )
 
 # Social widget
 SOCIAL = (('GitHub', 'https://github.com/Parisson/Telemeta'),
           ('Twitter', 'https://twitter.com/telemeta/'),
-          ('Google+', 'https://plus.google.com/+Parisson'),
-          ('LinkedIn', 'https://www.linkedin.com/company/parisson'),
           )
 
 # Uncomment following line if you want document-relative URLs when developing