diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-16 01:03:05 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-16 01:03:05 -0500 |
commit | f0964ce92a96913a3cad2d01d97b70b2552712ff (patch) | |
tree | 584da336185e38b75a1b307886e97b0264c1456e | |
parent | 5e1973655cbe345097fb3f777c56eba2e1a1b8e7 (diff) | |
download | emacsconf-wiki-f0964ce92a96913a3cad2d01d97b70b2552712ff.tar.xz emacsconf-wiki-f0964ce92a96913a3cad2d01d97b70b2552712ff.zip |
Update contribute with links to the help
-rw-r--r-- | 2021/contribute.md | 41 |
1 files changed, 4 insertions, 37 deletions
diff --git a/2021/contribute.md b/2021/contribute.md index f9149314..9a384b2a 100644 --- a/2021/contribute.md +++ b/2021/contribute.md @@ -13,10 +13,8 @@ Here are some things you can do to help out: - Learn how to edit this wiki and then add new="1" to the caption directives in `2021/captions/*.md` in order to break them up into paragraphs. -- Edit and review captions for the rest of the talks: coordinate with - <sacha@sachachua.com> to reserve the talk you want to work on and - get some [[captioning tips|/captioning]]. -- [Add chapter markers](#chapter-markers) +- [[Add chapter markers|help_with_chapter_markers]] +- [[Add or edit captions|help_with_captions]] - Improve the HTML, CSS, and JS used on the wiki pages - Think of ways to make things even better - How can we have multiple streams? @@ -31,29 +29,7 @@ To volunteer, please <a name="chapter-markers"></a> # Add chapter markers -Chapter markers make videos easier to navigate. To add chapter -markers, make a rough note of the times the sections begin. You can -add chapter markers by editing the wiki page and adding markup like -this: - -<pre>[[!template id="chapters" vidid="mainVideo" data=""" -00:00 Introduction -00:11 Upcoming Emacs 28 release -00:24 Org mode 9.5 -00:57 Magit major release -01:18 Completion -01:51 Embark -02:12 tree-sitter -02:44 Collaborative editing -03:03 Graphical experiments -03:41 Community -04:00 libera.chat -"""]] -</pre> - -The video IDs are usually `mainVideo` and `qanda`. - -If you're not sure how to edit the wiki, you can e-mail your chapter notes to <sacha@sachachua.com>. +See [[Help_with_chapter_markers]] for instructions and a list of pages that need help. <a name="update-discussion"></a> # Update the discussion section with answers or timestamps @@ -65,16 +41,7 @@ answer. <a name="edit-captions"></a> # Edit and review captions -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! - -We’d like to get started on this as soon as possible because the -pre-recordings will start trickling in until the conference, and doing it -progressively is a good way to keep the work-load low. - -For an Emacs-based solution, [subed.el](https://github.com/rndusr/subed/) mode -makes it easier to adjust the timings or edit the text. [[Captioning tips|/captioning]] +See [[Help_with_captions]] for instructions and a list of pages that need help. # Tech-check speakers |