Difference between revisions of "Dbnvp"

From Drorbn
Jump to: navigation, search
(To Do)
Line 32: Line 32:
 
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
 
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
 
** "bbsfolder" - a directory for the bbs.
 
** "bbsfolder" - a directory for the bbs.
** "bbsfilter" - a regular expression to filter a subset of the shots in bbsfolder.
+
** "bbsfilter" - a function to filter a subset of the shots in bbsfolder.
 
** "bbsdate" - a function to compute the absolute time of a shot from its filename.
 
** "bbsdate" - a function to compute the absolute time of a shot from its filename.
 
** In addition, Talk.php should contain a "startingtime" parameter.
 
** In addition, Talk.php should contain a "startingtime" parameter.

Revision as of 20:02, 15 May 2011

Dbnvp.png

dbnvp will be a style for video pages and a collection of programs to create and manage pages of that style. At the moment all there are few samples in progress, a few links, and an unconvincing to do list.

Contents

Samples in Progress

Links

To Do

  • Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
    • "bbsfolder" - a directory for the bbs.
    • "bbsfilter" - a function to filter a subset of the shots in bbsfolder.
    • "bbsdate" - a function to compute the absolute time of a shot from its filename.
    • In addition, Talk.php should contain a "startingtime" parameter.
  • Save current time and other state parameters with cookies.
  • "Previous/next" links.
  • "These notes are (mostly) by the students and for the students...".
  • Allow linking into a specific video time.

Done

  • Allow an independent refresh of the "comments" panel.