diff options
-rw-r--r-- | 2021/talks/build.md | 6 | ||||
-rw-r--r-- | 2021/talks/clede.md | 5 | ||||
-rw-r--r-- | help.md | 19 | ||||
-rw-r--r-- | help_with_main_captions.md | 16 |
4 files changed, 44 insertions, 2 deletions
diff --git a/2021/talks/build.md b/2021/talks/build.md index 88ec8bfc..425f6385 100644 --- a/2021/talks/build.md +++ b/2021/talks/build.md @@ -10,7 +10,11 @@ Fermin MF [[!inline pages="internal(2021/info/build-schedule)" raw="yes"]] -[[!template id="help" tags="main_captions" message="""This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these +[[!template id="help" +summary="main talk does not have captions" +volunteer="" +tags="help_with_main_captions" +message="""This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these [autogenerated captions](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf--main.vtt) and [timing information](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf.en.srv2)."""]] diff --git a/2021/talks/clede.md b/2021/talks/clede.md index 2a7ba415..bd01bb83 100644 --- a/2021/talks/clede.md +++ b/2021/talks/clede.md @@ -10,7 +10,10 @@ Fermin MF [[!inline pages="internal(2021/info/clede-schedule)" raw="yes"]] -[[!template id="help" tags="main_captions" message="""This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these +[[!template id="help" tags="help_with_main_captions" +summary="main talk does not have captions" +volunteer="" +message="""This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these [autogenerated captions](https://media.emacsconf.org/2021/emacsconf-2021-clede--clede-the-common-lisp-emacs-development-environment--fermin-mf--main.vtt) and [timing information](https://media.emacsconf.org/2021/emacsconf-2021-clede--clede-the-common-lisp-emacs-development-environment--fermin-mf.en.srv2)."""]] @@ -1,3 +1,22 @@ [[!meta title="Pages that need help"]] +<details> +<summary>How to add the help marker to a page</summary> +To add the help marker to a page, you can use something like the following template: + +<pre> +[[!template id="help" +summary="main talk does not have captions" +tags="help\_with\_main\_captions" +message="""This talk does not have captions yet. +Would you like to help [caption this talk](/2021/contribute/#edit-captions)? +You may be able to start with these [autogenerated captions](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf--main.vtt) +and [timing information](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf.en.srv2)."""]] +</pre> +</details> + +If you want to work on a task that might take you a while, you can reserve it by editing the page and setting the `help` template's `volunteer` attribute to `your-name date`, or by e-mailing <emacsconf-submit@gnu.org>. + +Here are the pages that need help: + [[!inline pages="tagged(help) and !templates/*" archive="yes" limit="0" trail="yes"]] diff --git a/help_with_main_captions.md b/help_with_main_captions.md new file mode 100644 index 00000000..2881151f --- /dev/null +++ b/help_with_main_captions.md @@ -0,0 +1,16 @@ +[[!meta title="Talks that need captioning"]] + +Want to help make videos easier for people to enjoy during the +conference, or find and learn from afterwards? Please volunteer to +help caption recorded talks! + +If you want to work on a task that might take you a while, you can reserve it by editing the page and setting the `help` template's `volunteer` attribute to `your-name date`, or by e-mailing <emacsconf-submit@gnu.org>. + +For an Emacs-based solution, [subed.el](https://github.com/rndusr/subed/) mode +makes it easier to adjust the timings or edit the text. + +[[Check out these captioning tips.|/captioning]] + +The following talks do not have edited captions: + +[[!inline pages="tagged(help_with_main_captions) and !templates/*" archive="yes" limit="0" trail="yes"]] |