
Recherche avancée
Autres articles (56)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (...)
Sur d’autres sites (8208)
-
Can I dynamically call a LGPL/GPL software in my closed-source application ? [closed]
29 juin 2016, par marcggI want to use a tool (ffmpeg) that is under GNU Lesser General Public License, version 2.1 GNU General Public License (GPL) version 2 for some components.
To do so, I only call it in my software as such :
System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo = new System.Diagnostics.ProcessStartInfo("lgplSoftware.exe", myParams);
p.Start();I do not change it, I only use a built version of the software for windows.
Wikipedia says :
A key dispute related to the GPL is
whether or not non-GPL software can be
dynamically linked to GPL libraries.
The GPL is clear in requiring that all
derivative works of code under the GPL
must themselves be under the GPL.
While it is understood that static
linking produces derivative works, it
is not clear whether an executable
that dynamically links to a GPL code
should be considered a derivative work
(see Weak Copyleft). The
free/open-source software community is
split on this issue. The FSF asserts
that such an executable is indeed a
derivative work if the executable and
GPL code "make function calls to each
other and share data structures,"
with certain others agreeing (e.g.
Jerry Epplin), while some (e.g.
Linus Torvalds) agree that dynamic
linking can create derived works but
disagree over the circumstances.
I am really confused by all this legal things. I would have made my project LGPL as well and released the source, but this is not up to me.
So the question is : can I use it like I’m doing right now or will I be executed by an army of lawyers ?
-
Fix —output-prefix with input-files in sub-directories
29 mai 2018, par orbeaFix —output-prefix with input-files in sub-directories
And make sure to reserve the whole file path when not using —output-prefix.
Fixes https://sourceforge.net/p/flac/bugs/463/
Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com> -
Evolution #4285 : Ne pas faire des 302 dans les redirections sous nginx
13 février 2019, par b bPourquoi ce ticket est sur le projet team qui est normalement réservé aux questions de sécurité ?