
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (52)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5860)
-
Merge commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’
8 mai 2013, par Michael NiedermayerMerge commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’
* commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’ :
x86 : dsputil hpeldsp : Move shared template functions into separate objectConflicts :
libavcodec/x86/MakefileMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
x86 : dsputil : Move avg_pixels16_mmx() out of rnd_template.c
27 avril 2013, par Diego Biurrunx86 : dsputil : Move avg_pixels16_mmx() out of rnd_template.c
The function does not do any rounding, so there is no point in
keeping it in a round template file. -
x86 : dsputil : Move avg_pixels8_mmx() out of rnd_template.c
27 avril 2013, par Diego Biurrunx86 : dsputil : Move avg_pixels8_mmx() out of rnd_template.c
The function is only instantiated once, so there is no point
in keeping it in a template file.