From b209350c67965382aae1ca6b2b7426b124bc6186 Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 08:42:19 +0100 Subject: Update description and added links --- 2021/talks/design.md | 50 ++++++++++++++++---------------------------------- 1 file changed, 16 insertions(+), 34 deletions(-) (limited to '2021/talks') diff --git a/2021/talks/design.md b/2021/talks/design.md index e251a704..c60461a2 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -17,42 +17,24 @@ habits, reproducing what they are used to. Durint this talk, I will characterize these implicit choices and illustrate what are some alternatives using GNU Emacs. - - # Outline - -- 10 minutes alternative - -Mostly a live demo of my environment with pointers to the different -packages - - +1. Review of a "modern" code editor (5mn) +2. Introduction of an alternative using Emacs (5mn) + +# Links from the slides: + +- **Elegant Emacs**: https://github.com/rougier/elegant-emacs +- **On the Design of Text Editors**: https://arxiv.org/abs/2008.06030 +- **N Λ N O Emacs**: https://github.com/rougier/nano-emacs +- **svg-lib** (ELPA): https://elpa.gnu.org/packages/svg-lib.html +- **nano-theme** (ELPA): https://elpa.gnu.org/packages/nano-theme.html +- **nano-modeline** (ELPA): https://elpa.gnu.org/packages/nano-modeline.html +- **nano-agenda** (ELPA): https://elpa.gnu.org/packages/nano-agenda.html + +- Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) +- Follow my work at [github.com/rougier](https://github.com/rougier) +- Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From 3bc4fbe0f1af270d0ad8a56fd6961f973c6e45ec Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 08:54:45 +0100 Subject: Updated links --- 2021/talks/design.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to '2021/talks') diff --git a/2021/talks/design.md b/2021/talks/design.md index c60461a2..2d137f92 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -22,19 +22,21 @@ alternatives using GNU Emacs. 1. Review of a "modern" code editor (5mn) 2. Introduction of an alternative using Emacs (5mn) -# Links from the slides: - -- **Elegant Emacs**: https://github.com/rougier/elegant-emacs -- **On the Design of Text Editors**: https://arxiv.org/abs/2008.06030 -- **N Λ N O Emacs**: https://github.com/rougier/nano-emacs -- **svg-lib** (ELPA): https://elpa.gnu.org/packages/svg-lib.html -- **nano-theme** (ELPA): https://elpa.gnu.org/packages/nano-theme.html -- **nano-modeline** (ELPA): https://elpa.gnu.org/packages/nano-modeline.html -- **nano-agenda** (ELPA): https://elpa.gnu.org/packages/nano-agenda.html - -- Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) -- Follow my work at [github.com/rougier](https://github.com/rougier) -- Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) +## Links from the slides: + +* [Elegant Emacs](https://github.com/rougier/elegant-emacs) (https://github.com/rougier/elegant-emacs) +* [On the Design of Text Editors](https://arxiv.org/abs/2008.06030) (https://arxiv.org/abs/2008.06030) +* [N Λ N O Emacs](https://github.com/rougier/nano-emacs) (https://github.com/rougier/nano-emacs) +* [svg-lib (ELPA)](https://elpa.gnu.org/packages/svg-lib.html) (https://elpa.gnu.org/packages/svg-lib.html) +* [nano-theme (ELPA)](https://elpa.gnu.org/packages/nano-theme.html) (https://elpa.gnu.org/packages/nano-theme.html) +* [nano-modeline (ELPA)](https://elpa.gnu.org/packages/nano-modeline.html) (https://elpa.gnu.org/packages/nano-modeline.html) +* [nano-agenda (ELPA)](https://elpa.gnu.org/packages/nano-agenda.html) (https://elpa.gnu.org/packages/nano-agenda.html) + +## Contact information +* Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) +* Follow my work at [github.com/rougier](https://github.com/rougier) +* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) + [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From 65933b7fe3f9e9508a5867adb9e6c9a777913ee9 Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 09:14:11 +0100 Subject: Added liberapay link --- 2021/talks/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021/talks') diff --git a/2021/talks/design.md b/2021/talks/design.md index 2d137f92..41c08c4c 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -35,7 +35,7 @@ alternatives using GNU Emacs. ## Contact information * Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) * Follow my work at [github.com/rougier](https://github.com/rougier) -* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) +* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) or [en.liberapay.com/rougier/](https://en.liberapay.com/rougier/) [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From 636d3635e527842f5ee7d3c068b9f004b5a17a96 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:11:15 +0900 Subject: personal information --- 2021/talks/omegat.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '2021/talks') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index b48a2bfe..c74f21b0 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -52,6 +52,13 @@ I will *not* show: People who are interested in knowing more about OmegaT are invited to check the [online user manual](https://omegat.sourceforge.io/manual-latest/en/). +# Personal information +Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) +Pronouns: he +Homepage: https://mac4translators.blogspot.com +Preferred contact info: jean.christophe.helary@traduction-libre.org +Links for sponsoring/supporting (if any): https://doublet.jp + [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3 From 660dc08a7bcbaf63af18968418352325c26ab00a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:14:53 +0900 Subject: typos --- 2021/talks/omegat.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '2021/talks') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index c74f21b0..87b63fe3 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -53,11 +53,11 @@ I will *not* show: People who are interested in knowing more about OmegaT are invited to check the [online user manual](https://omegat.sourceforge.io/manual-latest/en/). # Personal information -Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) -Pronouns: he -Homepage: https://mac4translators.blogspot.com -Preferred contact info: jean.christophe.helary@traduction-libre.org -Links for sponsoring/supporting (if any): https://doublet.jp +- Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) +- Pronouns: he +- Homepage: https://mac4translators.blogspot.com +- Preferred contact info: [jean.christophe.helary@traduction-libre.org](jean.christophe.helary@traduction-libre.org) +- Links for sponsoring/supporting (multilingual translations): https://doublet.jp [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3 From c0d94806ec1a0a3f98df7a259b4ab206bb3ed60f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:16:05 +0900 Subject: links --- 2021/talks/omegat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2021/talks') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index 87b63fe3..8fe9ec58 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -55,9 +55,9 @@ People who are interested in knowing more about OmegaT are invited to check the # Personal information - Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) - Pronouns: he -- Homepage: https://mac4translators.blogspot.com +- Homepage: [https://mac4translators.blogspot.com](https://mac4translators.blogspot.com) - Preferred contact info: [jean.christophe.helary@traduction-libre.org](jean.christophe.helary@traduction-libre.org) -- Links for sponsoring/supporting (multilingual translations): https://doublet.jp +- Links for sponsoring/supporting (multilingual translations): [https://doublet.jp](https://doublet.jp) [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3