Roadmap

From ActiveArchives

Jump to: navigation, search

Contents

PLANNING

12 dec 2011

Alex

[[ landmark::#00:03:20|Text to be shown in the tooltip ]]
[[ landmark::http://example.org/myaudio.ogg#00:01:20|Text to be shown in the tooltip ]]

<aleray> hi, i'm implementing a wiki with django with a backend in git-python
* torbenh3 est parti (Ping timeout: 240 seconds)
<aleray> I was wondering how you would do to manage concurrent editing... Every commit is done on the same repository
* spearce (spearce@nat/google/x-bkgliharprmmferi) a rejoint #git
<cirwin> when you start editing, keep track of the current master commit (i.e. in a hidden form field) — and when they save, create a new commit based off that, and merge the new commit into master
<cirwin> if the merge conflicts, present it to the user to resolve
* torbenh3 (~torbenh@d90-136-152-25.cust.tele2.de) a rejoint #git
* jrm2k6 est parti (Remote host closed the connection)
<aleray> cirwin, thanks. How can I commit against a specific commit ? How would it be translated into a git command ?
<cirwin> git checkout <base-commit>; <apply changes>; git commit -a; git checkout master; git merge HEAD@{1}
* baburdick est parti (Read error: Connection reset by peer)
<cirwin> though you would have to implement some kind of locking scheme so that only one save was in progress at the same time — git is not really designed for very concurrent access

7 dec 2011

MM

Thoughts from today:

To do

Alex

Time, Timelines, and Playlists

Embedding

Thursday 21 sept 2011

next steps

        $('span[property="aa:start"],span[property="aa:end"]').click(function () {
            console.log("clickable timecode", this);
            var t = $.timecode_tosecs_attr($(this).attr("content"));
            var video = $('video[src="' + $(this).parents('*[about]').attr('about')  + '"]')[0];
            if (video) {
                video.currentTime = t;
                video.play();
            }
        });

Halfway: for 26 Sept. (1st Oct. max)

Meeting ideas:

17 oct.

- waveform - general styling - allowing internal CSS - automatic playlists

17 Oct. -> 8 Nov.

- user accounts

Who's working on what


RDF integration, sniffing & views

Using the "IMPORT" interface, the following URL is added to the system:

 http://video.constantvzw.org/vj10/

The system provides recursively adds resources based on the start URL (nice to provide an interface to manually exclude, similar to a photo app interface to import images from a camera). Added resources are (asynchronously) added.

A LIST page shows recently added resources & their associated metadata.

Michael Murtaugh 11:13, 20 July 2011 (CEST)


26 Sep 2011

Meeting with Kristien & Tom

(in page-edit view?! "Jonathan Burrows on Scores")

Tom example: In an audio interview, desire to call up & see a video. (hidden l1 annotation ? ability to show and hide

example: {{pause}} (main resource) {{otherurl | play for 5 seconds }}

or is it more of a

For November: Focus is on structure.

Proposal:


See Planning & API

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox