
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (50)
-
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (5737)
-
Anomalie #3162 : Moteur de recherche : combinaison d’un mot court et d’un mot avec accents ne reto...
30 janvier 2014, par denisb -oui. la recherche reste l’élément faible de spip (elle n’a jamais vraiment fonctionné).
pour ce qui nous concerne ici (accents ou sqlite), l’erreur vient de l’utilisation des fonctions translitteration et translitteration_rapide dans le process : http://core.spip.org/projects/spip/repository/entry/spip/ecrire/inc/rechercher.php#L68 et http://core.spip.org/projects/spip/repository/entry/branches/spip-3.0/ecrire/inc/recherche_to_array.php#L101 (on notera par ailleurs que la modif http://core.spip.org/projects/spip/repository/revisions/19946 n’a pas été reportée en 3.1, mais bref).
-
Anomalie #3162 : Moteur de recherche : combinaison d’un mot court et d’un mot avec accents ne reto...
19 septembre 2017, par - EquipementBonjour. Sur SPIP 3.1.6 [23598] avec MYSQL 5.5.41 (tables MYISAM) en utf-8, j’ai créé un article avec le titre "La belle hélène et Paris". J’ai vidé la table spip_resultats, puis j’ai effectué les cinq recherches suivantes :
- hélène paris => OK
- la paris => OK
- paris et héléne => OK
- la hélène => PAS OK
- hélène et => PAS OKJ’ai ensuite ajouté, dans inc/recherche_to_array.php (ligne 91), le spip_log ci-dessous :
spip_log("Trace : SELECT ".implode(", ",$requete[’SELECT’])." FROM ".implode(" ",$requete[’FROM’])." WHERE ".implode(" ",$requete[’WHERE’]), _LOG_ERREUR) ;
La requête SQL générée par la fonction inc_recherche_to_array_dist est la suivante, pour la recherche de "hélène et" :
SELECT t.id_article, t.surtitre, t.titre, t.soustitre, t.chapo, t.texte, t.ps, t.nom_site, t.url_site, t.descriptif FROM spip_articles AS t WHERE t.surtitre REGEXP ’h.l.ne et|h.l.ne’ OR t.titre REGEXP ’h.l.ne et|h.l.ne’ OR t.soustitre REGEXP ’h.l.ne et|h.l.ne’ OR t.chapo REGEXP ’h.l.ne et|h.l.ne’ OR t.texte REGEXP ’h.l.ne et|h.l.ne’ OR t.ps REGEXP ’h.l.ne et|h.l.ne’ OR t.nom_site REGEXP ’h.l.ne et|h.l.ne’ OR t.url_site REGEXP ’h.l.ne et|h.l.ne’ OR t.descriptif REGEXP ’h.l.ne et|h.l.ne’
Dans phpmyadmin, l’exécution de cette requête retourne un résultat vide (aucune ligne).
-
overlay line chart over video clip, having that line go up or down based on excel time series data
26 janvier 2021, par QRrabbitI have a question, if this can be done with ffmpeg. If not, please suggest a plugin or a tool.
My basic need is, I have a video shot from the moving car, and speed is recorded into an excel file, with time and current speed as well as various other parameters.


How can I output this video that combines a video footage with a changing graph, I will align the first record of the dataset with the first frame of the video, and then need to plot that line right over the video. As video progresses, the chart is updated from the excel dataset :