Posted by metalskin on January 31, 2012 at 11:08am
The Slide Presentation module provides the ability to have a content type that is presented as slides.
The module provides the ability to load pptx slides as html content, utilising custom tags separate each page. Manual slides can be created by utilisation of the [page][/page] tags within the content.
The current implementation provides:
- Import of Microsoft Power-point slides (*.pptx) into configured content type
- Selection of content types for viewing as slides
- Use of filters to convert [page][/page] tags within content to separate slides for presentation
- View pages with left/right navigation, as well as page selection
- Navigation to a specific page via url
Currently the implementation does not support the following:
- Themes
- no positioning support in pptx import
- no master slide application for pptx import
- no layout slide support for pptx import
- no image support for pptx import
The javascript for the slide view is derived from coda-slider 2.0.
Currently seeking co-maintainers who would like to take this project forward.