Jamie Lentin
Jamie Lentin
Under debian stretch, CGI.pm is in it's own package.
There's a similar setup here for evaluating writing UWP apps: https://developer.microsoft.com/en-us/windows/downloads/virtual-machines Support downloading these VMs also.
I don't think it's used in any existing tour, and whilst it's use-case is obvious it shouldn't be encouraged. Shunting the leaf to the top-right might work with how the...
Tour DB CRUD
We need a web2py controller for CRUD access to the Tours DB * PUT/GET Tour JSON * GET Tour HTML
Currently we have "ott=null" ==> "Go to ~start". We'd like: - [x] "ott=0" (or possibly -1) as "Go to ~start" instead - [x] "ott=null" as don't go anywhere. This will...
We currently have "transition_in_visibility" to decide when we make a tourstop visible, in the transition, in the tourstop itself. Move this functionality to CSS classes: - [x] Tour.js manages ``state_in_transition_wait``,...
Currently Tour.js implements it's on sorta-templating engine in ``set_ui_content``. It'd mean less code for us and be more future-proof if this was swapped out with a generic templating engine, e.g....
Syntax to describe a common-ancestor for a target that doesn't have an OTT. Say (ott1).(ott2). This could then be used in multiple locations e.g. @12345.4556.
``initmark`` doesn't allow you to, e.g. highlight all insects that aren't ants. Want to be able to provide a sequence of OTTs and highlight on/off command. Unlike OTOP we want...
There currently exists a DB schema and controllers using it, these should be considered dead. There should be a minimal getter / setter for tour JSON documents, as illustrated by...