
Recherche avancée
Autres articles (7)
-
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 (...)
-
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 (...) -
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 (2513)
-
Build : Added Grunt task to prettify the JSON files
14 décembre 2014, par JamesMGreeneBuild : Added Grunt task to prettify the JSON files
-
I need to search some directory looking for DAV files and if there is trigger a task
16 novembre 2019, par audicomI need to run a script recursively in the directory and trigger some functions if DAV files exist. However, the code does not work correctly. I need the process of executing task 01 if it does not exist in the DAV file, and perform the task 02 execution case in the DAV file.
code :
link for download file test :
https://www.dropbox.com/sh/78w681qb4r29t6q/AABd7H73uFsl1JDGtIPEnVQHa?dl=0cd E:\TESTE\1002
:LOOP01
For /R %%G in (*.Dav) do IF NOT EXIST "%%G" GOTO SKIP01
:LOOP02
For /R %%G in (*.Dav) do IF EXIST "%%G" GOTO SKIP02
:SKIP01
PING 1.1.1.1 -n 10 -w 600 >NUL
GOTO LOOP01
:SKIP02
for %%A IN (*.dav) do ffmpeg -i "%%A" -r 0.2 -bt 20M -s 480x300 "%%~nA"%%03d.jpg
GOTO LOOP01Running it even enters the subfolders of the specified directory, recognizes the DAV files, but keeps repeating the line of LOOP 01, and does not go to GOTO SKIP01.
I would like if there is a DAV file it goes straight to LOOP02 and calls GOTO skip02. -
Switch zipping package for Grunt release task. Closes gh-768
24 juin 2013, par nschonniSwitch zipping package for Grunt release task. Closes gh-768
grunt-zipstream isn't supported on Node 0.10 and grunt-contrib-compress
is the recommended replacement