
Recherche avancée
Autres articles (20)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (2833)
-
AMV video encoder ?
15 novembre 2011, par Shimmy -
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
15 février 2015, par Mathieu MDFil Up a écrit :
On pourrait forcer, dans la conf Varnish, un entête `X-Forwarded-Port`
trop compliqué à mon avis ;
Hum... Comparativement à toute la conf Varnish à faire pour SPIP, pas si compliqué que ça, quand même. ;-)
En tout cas ça serait plutôt un entête X-Forwarded-Host : www.example.com:80 qu’il faudrait utiliser, puisque `X-Forwarded-Port` ne semble pas très standard ni commun : ni Squid ni Apache ne le mentionnent.
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_fieldsil me semblerait plus simple d’avoir un define pour indiquer à SPIP qu’il peut sauter cette partie du code ;
Ça me semble plus propre de n’avoir rien à configurer à la main dans SPIP. Ainsi, on ajoute et supprime les proxies/load balancers à la volée sans impact sur le logiciel.
D’ailleurs, le sysadmin des serveurs n’a pas nécessairement un compte d’administrateur SPIP.
ou bien, pour la liste des ports à ignorer :
define('_PORTS_STANDARDS', '80,443')
Certes, mais ça sort du cadre de ce ticket, non ?
-
Documentations and tutorials for libx264 ?
28 mars 2018, par David TreeI’ve compiled X264 source code and got libx264.so and x264.h. Surprisingly, I could not find any lib documentation (VideoLan/wiki) except for the header file (x264.h) when I was trying to write a simple program using lib APIs. There are some sample codes on Internet but I do want to know what the lib exactly can do.
I’m a rookie. Does anyone know if there are good documentations or tutorials for x264 ?