ink@1 | 1 | {{{ |
ink@1 | 2 | This ReadMe is for a Python HTML5 Slideshow. |
ink@1 | 3 | |
ink@1 | 4 | The code parses wiki markup and directory hierarchies to produce a slideshow, like that ones at http://slides.html5rocks.com, for navigation, and at http://smoothgallery.jondesign.net/showcase/gallery-set/ for timed transition. It ought not to matter that the document is HTML4.01). |
ink@1 | 5 | |
ink@1 | 6 | Use cases: Family album, Business analysis portfolio, File system navigation, Blender presentation |
ink@1 | 7 | |
ink@1 | 8 | Current activity |
ink@5 | 9 | Python: Map files below "./", generating slide content from file and directory meta-information and then from wiki text file content. Put the result in a HTML 5 slideshow template. |
ink@1 | 10 | |
ink@1 | 11 | Next |
ink@1 | 12 | Python: Read wiki text files and parse their content into one or more slides subordinate to the meta-information slide. |
ink@5 | 13 | |
ink@5 | 14 | Javascript: Implement the current transition model but in the vertical, not the horizontal. |
ink@1 | 15 | Javascript: Edit Spacebar, right cursor action (go to next-sibling file or directory slide) |
ink@1 | 16 | Javascript: Edit left cursor action (go to previous-sibling file or directory slide) |
ink@1 | 17 | Javascript: Add up cursor key action (go to parent directory or ../first-child slide). |
ink@1 | 18 | Javascript: Add down cursor key action (go to ./first-child-directory slide). |
ink@1 | 19 | Javascript: Add Home key action (go to ./first-sibling slide||./root-level-ancestor slide||root slide). |
ink@1 | 20 | Javascript: Add Home key action (go to ./last-sibling). |
ink@1 | 21 | }}} |