From 4ca3025e0eae35922a3b881f96bdaa33689e5f83 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 22 May 2019 22:08:19 +0200 Subject: Start slides and transcriptish --- ap_debian/slides/.gitignore | 1 + ap_debian/slides/Makefile | 9 ++++ ap_debian/slides/ap_debian.rst | 61 +++++++++++++++++++++++++++ ap_debian/slides/img/800px-Cat_playing.jpeg | Bin 0 -> 114571 bytes ap_debian/slides/img/cats_of_mastodon.png | Bin 0 -> 166470 bytes ap_debian/slides/img/first_post_identica.png | Bin 0 -> 94685 bytes 6 files changed, 71 insertions(+) create mode 100644 ap_debian/slides/.gitignore create mode 100644 ap_debian/slides/Makefile create mode 100644 ap_debian/slides/ap_debian.rst create mode 100644 ap_debian/slides/img/800px-Cat_playing.jpeg create mode 100644 ap_debian/slides/img/cats_of_mastodon.png create mode 100644 ap_debian/slides/img/first_post_identica.png (limited to 'ap_debian/slides') diff --git a/ap_debian/slides/.gitignore b/ap_debian/slides/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/ap_debian/slides/.gitignore @@ -0,0 +1 @@ +build diff --git a/ap_debian/slides/Makefile b/ap_debian/slides/Makefile new file mode 100644 index 0000000..62f5e16 --- /dev/null +++ b/ap_debian/slides/Makefile @@ -0,0 +1,9 @@ +all: build/ap_debian.pdf + +build/%.pdf: %.rst img/ + mkdir -p build + pandoc --listings -t beamer --pdf-engine=xelatex \ + -o $@ $< + +clean: + rm -f build/*.pdf diff --git a/ap_debian/slides/ap_debian.rst b/ap_debian/slides/ap_debian.rst new file mode 100644 index 0000000..5ea3ac1 --- /dev/null +++ b/ap_debian/slides/ap_debian.rst @@ -0,0 +1,61 @@ +=============================================== + ActivityPub and the federated social networks +=============================================== + +Empire of oily rags +------------------- + +http://locusmag.com/2018/07/cory-doctorow-zucks-empire-of-oily-rags/ + +History of the Fediverse +------------------------ + +.. image:: img/first_post_identica.png + :align: center + + https://web.archive.org/web/20130615111045/http://identi.ca/notice/1 + +CatsOfMastodon +-------------- + +.. image:: img/cats_of_mastodon.png + :align: center + +Federated Social Networks +------------------------- + + +------------+------------+------------+------------+ + | Mastodon | Pleroma | Friendica | Diaspora | + +------------+------------+------------+------------+ + | Hubzilla | Pump.io | GNU Social | Movim | + +------------+------------+------------+------------+ + | PeerTube | Osada | Socialhome | ... | + +------------+------------+------------+------------+ + +ITPs & RFPs +----------- + +* (RFP - #859741) http://bugs.debian.org/859741 mastodon +* (RFP - #895050) http://bugs.debian.org/895050 pleroma +* (RFP - #651944) http://bugs.debian.org/651944 friendica +* (RFP - #726486) http://bugs.debian.org/726486 pump.io +* (RFP - #782812) http://bugs.debian.org/782812 gnusocial + + + +Questions? +---------- + +.. image:: img/800px-Cat_playing.jpeg + :align: center + +https://commons.wikimedia.org/wiki/File:Cat_playing.jpeg + +These slides +------------ + +https://git.trueelena.org/cgit.cgi/docs/talks/ + +License Creative Commons Attribution-ShareAlike 4.0 International License. + +https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/ap_debian/slides/img/800px-Cat_playing.jpeg b/ap_debian/slides/img/800px-Cat_playing.jpeg new file mode 100644 index 0000000..3605a3a Binary files /dev/null and b/ap_debian/slides/img/800px-Cat_playing.jpeg differ diff --git a/ap_debian/slides/img/cats_of_mastodon.png b/ap_debian/slides/img/cats_of_mastodon.png new file mode 100644 index 0000000..b45b9fe Binary files /dev/null and b/ap_debian/slides/img/cats_of_mastodon.png differ diff --git a/ap_debian/slides/img/first_post_identica.png b/ap_debian/slides/img/first_post_identica.png new file mode 100644 index 0000000..2d1a59f Binary files /dev/null and b/ap_debian/slides/img/first_post_identica.png differ -- cgit v1.2.3