emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev 092ee70 16/20: Started rewriting `(find-videos-intr


From: Stefan Monnier
Subject: [elpa] externals/eev 092ee70 16/20: Started rewriting `(find-videos-intro)'.
Date: Mon, 4 Jan 2021 01:01:51 -0500 (EST)

branch: externals/eev
commit 092ee709d43b88bec8dd1629a154dd9361938421
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Started rewriting `(find-videos-intro)'.
---
 VERSION      |  4 ++--
 eev-intro.el | 76 +++++++++++++++++++++++-------------------------------------
 2 files changed, 31 insertions(+), 49 deletions(-)

diff --git a/VERSION b/VERSION
index f773690..a65ec60 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Fri Jan  1 01:34:10 GMT 2021
-Thu Dec 31 22:34:10 -03 2020
+Fri Jan  1 02:36:32 GMT 2021
+Thu Dec 31 23:36:32 -03 2020
diff --git a/eev-intro.el b/eev-intro.el
index c2fabdb..991e928 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -9729,70 +9729,52 @@ This intro is being rewritten.
 Prerequisites:
   (find-psne-intro)
   (find-audiovideo-intro)
+  (find-audiovideo-intro \"7. `code-psnevideo'\")
+  (find-audiovideo-intro \"7.1. `code-eevvideo'\")
 
 
 
-1. What we have now
-===================
-I am producing a series of videos about eev - but at this moment
-only two very broad introductions are ready 8-(. I have plans for
-several short videos about specific usage patterns, but don't
-hold your breath yet... also, these are my first videos EVER - so
-please excuse any stutterings, hesitations and false starts...
-
-The videos are uploaded to Youtube to make them very easy to
-find, but Youtube reduces the resolution of the original videos
-and makes them blurry and almost unreadable - so the best way to
-watch them is to fetch local copies of the high-res .mp4 files.
-
-
-
-2. Downloading local copies
-===========================
-Here are direct links to both the low-res versions at Youtube
-and to the corresponding high-res \".mp4\"s:
-
-  Eepitch: a way to control shell-like programs from Emacs
-    http://www.youtube.com/watch?v=Lj_zKC5BR64
-    http://angg.twu.net/eev-videos/video4-eepitch.mp4
-
-  An introduction to eev2 (2012nov11)
-    http://www.youtube.com/watch?v=doeyn5MOaB8
-    http://angg.twu.net/eev-videos/video2.mp4 
+At this moment I have these two videos about eev that I consider
+really good,
 
-\(The video about eepitch is shorter and far better than the
-other one - please start by it.)
+  http://angg.twu.net/emacsconf2019.html
+  http://angg.twu.net/emacsconf2020.html
 
-The ideas behind \"local copies\" are here:
+and these three that I think that are decent:
 
-  (find-psne-intro)
+  http://angg.twu.net/2020-list-packages-eev-nav.html (very basic)
+  http://angg.twu.net/2020-find-here-links.html       (intermediate)
+  http://angg.twu.net/2020-some-template-based.html   (advanced)
 
-These sexps generate the download scripts in temporary buffers:
+Their pages at http://angg.twu.net/ have links to:
 
-  (find-eev-video-links \"eepitchvideo\" \"video4-eepitch\" \"Lj_zKC5BR64\")
-  (find-eev-video-links \"eevvideo\"     \"video2\"         \"doeyn5MOaB8\")
+  1. The .mp4 file of each video (small and very good quality),
 
+  2. The youtube page of the video (worse quality: the videos
+     there are blurry at some points),
 
+  3. How to download the .mp4 and play it with eev, including
+     an \"index\" of each video made with sexps.
 
 
-3. Hyperlinks to the local copies of the videos
-===============================================
-Notice that the download scripts above contain these sexps:
+TO DO: REWRITE THIS INTRO!
+Everything below this point is very old.
 
-\(code-video \"eepitchvideo\" 
\"$S/http/angg.twu.net/eev-videos/video4-eepitch.mp4\")
-\(code-video \"eevvideo\"     \"$S/http/angg.twu.net/eev-videos/video2.mp4\")
 
-After you execute them hyperlinks like these should work:
 
-  (find-eepitchvideo)
-  (find-eevvideo)
 
-Note that they use mplayer to display the videos, and if you
-don't have mplayer - or if you haven't downloaded the \".mp4\"s -
-then you will get error messages in the \"*Messages*\" buffer.
-You can inspect them with `C-x b *Messages*' or with:
+1. What we have now
+===================
+I am producing a series of videos about eev - but at this moment
+only two very broad introductions are ready 8-(. I have plans for
+several short videos about specific usage patterns, but don't
+hold your breath yet... also, these are my first videos EVER - so
+please excuse any stutterings, hesitations and false starts...
 
-  (find-ebuffer \"*Messages*\")
+The videos are uploaded to Youtube to make them very easy to
+find, but Youtube reduces the resolution of the original videos
+and makes them blurry and almost unreadable - so the best way to
+watch them is to fetch local copies of the high-res .mp4 files.
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]