
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (55)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (9150)
-
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
6 août 2015, par xdjuj -Salut tout le monde.
Je rencontre actuellement le même "problème" sur 3.1 Revision : 22380. SPIP n’arrive pas à déterminer "seul" le bon port.
Un trick (qui fait le job) est de rajouter $_SERVER[’SERVER_PORT’]=’443’ ; dans mes_options.php.
En en parlant avec l’hébergeur, il suggère un truc pas con, c’est de se baser sur HTTP_X_FORWARDED_PROTO qui, lui, renvoi vraiment le protocole.
Dans mon cas, j’ai le résultat suivant (de simples echo hors SPIP donc directement sur le serveur) :
SERVER_PORT : 80 HTTP_X_FORWARDED_HOST : HTTP_X_FORWARDED_PROTO : https
Se baser sur HTTP_X_FORWARDED_PROTO serait donc une solution non ?
-
Evolution #4609 : Pouvoir configurer le délai d’expiration du cookie de la splash boite
12 mars 2021, par cedric -A moitié intégré par https://git.spip.net/spip/mediabox/commit/94a85e1fa5cc75be026068f0853279b9ac73e476 : c’est pris en compte dans le js si on a la config mediabox soit via le formulaire soit via le pipeline
Pour le reste, a faire plus tard ou dans un plugin ou en personalisation au besoin (franchement ce truc de splash ça devrait presque etre un plugin, c’est limite une honte qu’on ait ça dans le core...) -
Studying A Game Wave Disc
23 novembre 2010, par Multimedia Mike — Game HackingI picked up a used copy of game called Gemz — a rather flagrant Bejeweled clone — for a game console called Game Wave Family Entertainment System. Heard of it ? Neither had I. But the game media is optical, so I had to get it and study it.
When mounted in Linux (as UDF), the disc is reported to contain 2.8 GB of data, so it has to be a DVD. 810 MB of that is dedicated to the movies/ directory. Multimedia format ? Just plain, boring MPEG files (very YouTube-friendly— here’s the opening animation). Deeper digging reveals some more subdirectories called movies/ that, combined, occupy the lion’s share of the disc space. Additionally, there are several single-frame .m2v files in a directory called iframes/ which are used to encode things like load screens.
There are more interesting data files including .zbm files for images and fonts, and .zwf files for audio. I suspect that these stand for zipped bitmap and zipped wave file, respectively. They can’t be directly unzipped with ’gunzip’. Some of the numbers at the start of some files lead me to believe they can be easily decompressed with standard zlib facilities.
Based on the binary files on the Gemz disc, I couldn’t find any data on what CPU this system might use. A little Googling led me to this page at the Video Game Console Library which pegs the brain as a Mediamatics 6811. Some searching for that leads me to a long-discontinued line of hardware from National Semiconductor.
The Console Library page also mentions that the games were developed using the Lua programming language. Indeed, there are many Lua-related strings in the game’s binaries (’zlib’ also makes an appearance).