Qu'est-ce que le format de fichier ELP ?
Un fichier .elp est un projet créé avec eXeLearning, l'éditeur XHTML d'eLearning. eXeLearning est un outil de création open-source qui permet aux enseignants de construire des leçons interactives basées sur le Web sans avoir à écrire de balisage à la main. Le projet a débuté sous l'égide de la Tertiary Education Commission de Nouvelle-Zélande vers 2004 et a été modernisé plus tard par l'INTEF en Espagne et une communauté plus large.
Malgré l'extension .elp, le fichier est une archive ZIP. À l'intérieur, il doit contenir au moins trois éléments : content.data, content.xsd et contentv3.xml, ainsi que toutes les images, fichiers audio ou vidéo placés dans la leçon. Comme il s'agit d'un ZIP, vous pouvez le renommer en .zip et le décompresser pour inspecter ses composants.
Le point clé à comprendre est qu'un .elp est un fichier source éditable, et non une page terminée. Un apprenant ne peut pas double-cliquer dessus pour visualiser le contenu ; le projet doit d'abord être ouvert dans l'éditeur ou exporté.
Sécurité et sûreté
RISQUE : LOWAn .elp is a data/project file, not an executable, so opening it does not run code. Because it is a ZIP that can embed HTML, JavaScript and media, only open files from trusted sources, and extract with tools that guard against ZIP path-traversal. Legacy eXe versions are unmaintained, so prefer current eXeLearning builds for security patches.
Détails du format
en bref- eCommerce Landing Page (Synthrone Crafter) - A document format from Synthrone Crafter storing e-commerce page content such as text, images and forms; it superseded the earlier .rpc format. This is the label FileInfo uses, but it is a minor, niche use of the extension.
- HotRecorder audio - Obsolete proprietary audio format once produced by HotRecorder for recording VoIP calls; no longer supported.
- Polhemus 3D location data - Motion/position data files associated with Polhemus 3D tracking and Neuroscan Curry workflows.
Programmes qui ouvrent les fichiers ELP
.zip (or open it directly) in 7-Zip to inspect content.data, contentv3.xml and the embedded media without eXeLearning. .elp project to edit its pages and iDevices. .elp files that rely on the contentv3.xml manifest. .elp as an archive to extract and inspect its XML and resource files. .elp from the File menu to keep editing the lesson. unzip project.elp -d project/ to extract the archive and read contentv3.xml directly. .elp via File > Open to edit it. .elp in the browser without installing the desktop app. Détails techniques
spécifications approfondies| Encoding | Binary ZIP container wrapping UTF-8 XML |
| Container | ZIP (DEFLATE) |
| Compression | ZIP DEFLATE |
| Typical size | Tens of KB to several MB depending on embedded images and media |
| Structure | A ZIP archive that must contain at least three members: content.data (serialized project data), content.xsd (schema definition) and contentv3.xml (the content manifest). Embedded images, audio, video and other resources are stored alongside these files. |
| Integrity | ZIP per-entry CRC-32 |
| Platforms | Windows, macOS, Linux |
| Notes | Renaming an .elp to .zip lets you unpack and inspect the project. It is an editable authoring source file, not a final publishable format; teachers export it to SCORM, IMS or HTML for delivery. Modern eXeLearning 3+ builds use a related .elpx variant with a content.xml manifest based on the ODE 2.0 specification. |
| Publié | 2004 |
| Dernière version | contentv3.xml schema (eXeLearning 2.x); newer projects use the .elpx variant |
| Spécification | exelearning.net |
Conversions ELP
Q&R de la communauté
posées par les utilisateursPas encore de questions - soyez le premier à poser une question sur les fichiers ELP.