|
| 1 | +Hi! |
| 2 | + |
| 3 | +This is to inform you that your talk at {{ event.fullname }}, with title |
| 4 | + |
| 5 | +<%== $title %> |
| 6 | + |
| 7 | +is now available for you to review. |
| 8 | + |
| 9 | +Please help us reviewing this talk, so that we can release it sooner. If |
| 10 | +you don't do so, we will eventually get around to it ourselves, but that |
| 11 | +might take a while. |
| 12 | +% my $corrections = $talk->corrections; |
| 13 | +% if (exists ($corrections->{serial})) { |
| 14 | + |
| 15 | +We note that this is not the first time you receive this email; this is |
| 16 | +because the video has been reviewed a first time (possibly not by you -- |
| 17 | +check the Cc list, above). For your information, the following |
| 18 | +corrections were applied to this video: |
| 19 | + |
| 20 | +Review counter: <%== $corrections->{serial} %> |
| 21 | +Start time offset: <%== $corrections->{offset_start} %> |
| 22 | +Length adjust: <%== $corrections->{length_adj} %> |
| 23 | +A/V sync correction: <%== $corrections->{offset_audio} %> |
| 24 | +Audio channel selection: Channel <%== $corrections->{audio_channel} %> |
| 25 | +% if (defined($talk->apology)) { |
| 26 | + |
| 27 | +Additionally, this talk has an apology note configured: |
| 28 | + |
| 29 | + "<%== $talk->apology %>" |
| 30 | + |
| 31 | +If the talk is released, the above note will be shown on a "We're sorry, |
| 32 | +but we had some technical problems"-type interstitial slide between the |
| 33 | +opening credits and the actual talk. |
| 34 | + |
| 35 | +Should you wish to see it changed, please contact the FOSDEM video team |
| 36 | +(see below). |
| 37 | +% } |
| 38 | + |
| 39 | +Don't worry if you don't understand what the above means. The review |
| 40 | +system will have taken your input, and created a new preview video. |
| 41 | +Please review it, and confirm it if all is well. |
| 42 | +% } else { |
| 43 | +We note that this talk may have been previously submitted without any |
| 44 | +changes been made to it. This is unlikely to have worked very well, so |
| 45 | +we reset the talk to the editing stage. |
| 46 | +% } |
| 47 | + |
| 48 | +Should you encounter any issues with your recording, you may contact us |
| 49 | +via: |
| 50 | + |
| 51 | + |
| 52 | +IRC: irc.freenode.net, #fosdem-video |
| 53 | + |
| 54 | +To review, please go to the following URL: |
| 55 | + |
| 56 | +<%== $url %> |
| 57 | + |
| 58 | +Thanks for your assistance! |
0 commit comments