
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (104)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (11099)
-
Text backdrop by ass formatting
14 septembre 2024, par Armen SanoyanI want to add box behind a word using ass subtitles formatting. The box should have border radius. the ass file later will be used by ffmpeg.


I have tried the BorderStyle=3 form stack ansers 1, 2 both of them do not provide a way to get rounded boxes. Also the BorderStyle=4 didn't work for me. In comments of last stack answer I found a possible reason that my libraries can be old, but anyway it doesn't seem that BorderStyle=4 will solve my problem of border radius. There is another way to achieve rounded box link to answer. I didn't figure it out how to install all the libs he explained there. Also the later answer seems to me over complicated. Is there an other way to make the borders of box rounded without suffering and pain ? I also tried drawing the box with Drawing commands like


{\p1}m 0 0 s 100 0 100 100 0 100 c{\p0}



But it still doesn't seem to be the best way to achieve rounded borders.


-
Anomalie #3299 : Génération d’urls en boucle avec noms d’objets longs
16 octobre 2014, par Guillaume FahrnerJe pense que c’est plus un soucis d’implémentation qu’autre chose. J’ai réglé mon problème de la manière suivante :
1) implémenter le pipeline objet_compte_enfants pour l’objet concerné, dans mon cas
/** * Compte intégrant les challenge dans le nombre d’objet d’une rubrique */ function ctf_alltheday_objet_compte_enfants($flux)
if ($flux[’args’][’objet’] == ’rubrique’)
$flux[’data’][’machines_virtuelles’] = sql_countsel(
’spip_machines_virtuelles’,
array(
’id_rubrique = ’.intval($flux[’args’][’id_objet’])
)
) ;
return $flux ;
2) ajouter la configuration adéquate a la configuration des URLs choisi, dans mon cas :
$GLOBALS[’url_arbo_parents’]=array(’challenge’=>array(’id_rubrique’,’rubrique’)) ;
$GLOBALS[’url_arbo_types’]=array_merge($GLOBALS[’url_arbo_types’], array(’challenge’=>’’, ’solution’=>’’)) ;Une fois la "configuration" mise en place correctement : plus aucun soucis ,-)
-
Evolution #3842 (Nouveau) : Répartition par rubriques : afficher la moyenne par articles
18 octobre 2016, par jluc -Dans ?exec=stats_repartition on voit la répartition des visites par rubrique, avec le nombre total par visite et le pourcentage que ça représente vis a vis du total des visites sur le site. C’est très bien de disposer de cette info.
Il serait intéressant et utile de disposer également de la moyenne des visites par article dans chacune de ces rubriques.
En effet, certaines rubriques comptent bcp d’articles et d’autres peu, et il est logique qu’une rubrique avec plein d’articles reçoive plus de visite qu’une rubrique avec peu d’articles, indépendamment de l’intérêt pour la spécificité (thématique par exemple) de la rubrique.
Si le rubricage est un classement thématique, la moyenne des visites par article dans chaque rubrique affinerait la connaissance de l’intérêt pour une thématique.