https://github.com/coderhs/warewolf
ODP file extractor written in ruby
https://github.com/coderhs/warewolf
Last synced: 10 months ago
JSON representation
ODP file extractor written in ruby
- Host: GitHub
- URL: https://github.com/coderhs/warewolf
- Owner: coderhs
- Created: 2012-02-14T06:22:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T07:18:02.000Z (over 12 years ago)
- Last Synced: 2025-02-10T06:14:41.930Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Open Docuement Presentation(ODP), is open data format used to store details of a presentations. It is used in softwares like libre office, open office, etc.
ODP is a zip file which has all the images, videos, etc used in the presentation. Along with these media files, there exist an XML file which has the markup of the presentation. It purpose is similar to the HTML file.
This program is used to extract the contents of the ODP file.