# HG changeset patch # User ink@p11.work.hard # Date 1282802407 -10800 # Node ID 30fc7e5ab18094a55080dceed9d962b18d5c2ea4 # Parent 3e9f012474ebe06c609dcadd7997220e975d2f3c Changed README. Described objective and steps. diff -r 3e9f012474eb -r 30fc7e5ab180 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Thu Aug 26 09:00:07 2010 +0300 @@ -0,0 +1,20 @@ +{{{ +This ReadMe is for a Python HTML5 Slideshow. + +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). + +Use cases: Family album, Business analysis portfolio, File system navigation, Blender presentation + +Current activity + Python: Map file system, generating slide content from file and directory meta-information and then from wiki text file content. + +Next + Python: Read wiki text files and parse their content into one or more slides subordinate to the meta-information slide. + Python: Put the result in a HTML 5 slideshow template. + Javascript: Edit Spacebar, right cursor action (go to next-sibling file or directory slide) + Javascript: Edit left cursor action (go to previous-sibling file or directory slide) + Javascript: Add up cursor key action (go to parent directory or ../first-child slide). + Javascript: Add down cursor key action (go to ./first-child-directory slide). + Javascript: Add Home key action (go to ./first-sibling slide||./root-level-ancestor slide||root slide). + Javascript: Add Home key action (go to ./last-sibling). +}}}