
Recherche avancée
Autres articles (100)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (10135)
-
Anomalie #4354 : Problème de recherche REGEX sur la recherche multiterme, c’est la merde
10 février 2021, par cedric -cf #3930 qui signalait le problème deja
En complèment donc, en mysql
SELECT * FROM `spip_articles` WHERE `chapo` REGEXP ’règles’
trouve bien les chapo contenant le mot "règles"
maisSELECT * FROM `spip_articles` WHERE `chapo` REGEXP ’regles’
ne trouve rien,
pas plus queSELECT * FROM `spip_articles` WHERE `chapo` REGEXP ’r.gles’
et finalement
SELECT * FROM `spip_articles` WHERE `chapo` REGEXP ’r..?gles’
trouve aussi -
Youtube-DL file download live progress
7 février 2015, par roshkattuI am using the YoutubeDL library in a project. My environment is based on WINDOWS with XAMPP as the webserver boundle (apache,php,mysql,etc). I am using the youtube-dl.exe file to download the video and then use ffmpeg.exe to convert the video to an MP3 audio file.
At the moment, I have an issue related to programming : I want to show live a progressbar while the video is downloaded with the youtube-dl.exe file. This exe creates a log file, that is updated while the video is downloaded. So my approach on this was to create a PHP file, that opens, parses the log file and get’s the progress percent, and sends it as a json encoded value to an AJAX function that is called every 100MS. Indeed, if the video is too large, there will be a very high ammount of data while polling the PHP file to get the progress state. And sometimes, the browser either crashes or freezes because of this ajax polling.
My question is : is there any better approach to do this with PHP/AJAX ? Rathar than poll the file every 100MS, or 50MS ?
-
Anomalie #3135 (Nouveau) : Manque un item de langue et est-ce bien nécessaire d’afficher toutes le...
31 décembre 2013, par paulbe HullaertHey la bande,
SPIP 3.1.0-dev
Wampserver => Configuration Serveur Version de Apache : 2.4.4 Version de PHP : 5.4.16 Version de MySQL : 5.6.12
Dans la configuration des forums /ecrire/ ?exec=configurer_forum
Si vous souhaitez autoriser tous les types de documents considérés comme fiables par SPIP, mettez une étoile.
Si on choisi * on a une liste kilométrique en public sous les forums de tous les types de fichiers à rajouter, mais sans aucune explication !
Une petite phrase serait la bienvenue mais du coup faut-il afficher tous les types de fichiers ? Si on veut une information complète autant y ajouter la taille max aussi...
Testé et confirmé par pierretux aussi.
Amitié
Paulbe