summaryrefslogtreecommitdiffstats
path: root/2019
diff options
context:
space:
mode:
Diffstat (limited to '2019')
-rw-r--r--2019/sidebar.md2
-rw-r--r--2019/talks/24.md2
-rw-r--r--2019/talks/27.md5
-rw-r--r--2019/talks/license.md2
-rw-r--r--2019/tips.md10
5 files changed, 15 insertions, 6 deletions
diff --git a/2019/sidebar.md b/2019/sidebar.md
index b2e4125b..ad98bb46 100644
--- a/2019/sidebar.md
+++ b/2019/sidebar.md
@@ -1,6 +1,6 @@
<p>Welcome to...</p>
<p class="center">[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="72x" link=2019]]</p>
-<p class="center">**[[EmacsConf 2019|2019]]**</p>
+<p class="center"><strong>[[EmacsConf 2019|2019]]</strong></p>
---
diff --git a/2019/talks/24.md b/2019/talks/24.md
index cc909e43..09917ca0 100644
--- a/2019/talks/24.md
+++ b/2019/talks/24.md
@@ -1,6 +1,8 @@
[[!meta title="GNU Emacs as software freedom in practice - Greg Farough"]]
[[!meta copyright="Copyright &copy; 2019 Greg Farough"]]
+[[!taglink CategoryPhilosophy]]
+
[[!template id=vid
src="https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-24-gnu-emacs-as-software-freedom-in-practice--ggoes.webm"
type="video/webm"]]
diff --git a/2019/talks/27.md b/2019/talks/27.md
index a35d9a80..ad405230 100644
--- a/2019/talks/27.md
+++ b/2019/talks/27.md
@@ -2,12 +2,13 @@
[[!meta copyright="Copyright &copy; 2019 Eduardo Ochs"]]
[[!template id=vid
-src="https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-27-how-to-record-executable-notes-with-eev-and-how-to-play-them-back--edrx.webm"
+src="https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-27-how-to-record-executable-notes-with-eev-and-how-to-play-them-back--hq--edrx.webm"
type="video/webm"]]
### Download
-- [Video](https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-27-how-to-record-executable-notes-with-eev-and-how-to-play-them-back--edrx.webm)
+- [Video](https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-27-how-to-record-executable-notes-with-eev-and-how-to-play-them-back--hq--edrx.webm) (1280x800) ([Thanks Eduardo!](http://angg.twu.net/emacsconf2019.html#better-quality))
+- [Video](https://mirror.csclub.uwaterloo.ca/emacsconf/2019/emacsconf-2019-27-how-to-record-executable-notes-with-eev-and-how-to-play-them-back--edrx.webm) (960x540)
- [Eev @ EmacsConf 2019](http://angg.twu.net/emacsconf2019.html)
- [Eev homepage](http://angg.twu.net/#eev)
diff --git a/2019/talks/license.md b/2019/talks/license.md
new file mode 100644
index 00000000..b719f58c
--- /dev/null
+++ b/2019/talks/license.md
@@ -0,0 +1,2 @@
+EmacsConf 2019 videos and accompanying material are licensed under
+[[CC BY-SA 4.0|COPYING.CC-BY-SA]].
diff --git a/2019/tips.md b/2019/tips.md
index 606ed861..60acb5c7 100644
--- a/2019/tips.md
+++ b/2019/tips.md
@@ -8,8 +8,8 @@ Please feel free to edit the page and add your own!
Here is a list of software you can use to prepare your screencast.
-### IRC (with ERC)
<a name="erc"></a>
+### IRC (with ERC)
For a bare bones ERC setup for participating in EmacsConf as a
speaker, add the following to your init file. Then, either mark the
@@ -18,11 +18,15 @@ your Emacs. Finally, do `M-x erc-tls RET` to start ERC.
```
(require 'erc)
-(setq erc-server "irc.freenode.net"
+(setq erc-server "chat.freenode.net"
erc-port 6697
erc-nick "your-nick"
erc-autojoin-channels-alist
- '(("freenode.net" "#emacsconf" "#emacsconf-org" "#emacsconf-questions")))
+ '(("freenode.net"
+ "#emacsconf"
+ "#emacsconf-questions"
+ ;; "#emacsconf-org"
+ "#emacsconf-accessible")))
```
References to learn more about ERC: