diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-22 22:08:19 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-22 22:08:19 +0200 |
commit | 4ca3025e0eae35922a3b881f96bdaa33689e5f83 (patch) | |
tree | 3d3dabfc530685bfc7f3bc8928f6b86220818e84 /ap_debian/slides | |
parent | 44aa41c1f6edcacb83f215c860b5c8e49293d1e6 (diff) |
Start slides and transcriptish
Diffstat (limited to 'ap_debian/slides')
-rw-r--r-- | ap_debian/slides/.gitignore | 1 | ||||
-rw-r--r-- | ap_debian/slides/Makefile | 9 | ||||
-rw-r--r-- | ap_debian/slides/ap_debian.rst | 61 | ||||
-rw-r--r-- | ap_debian/slides/img/800px-Cat_playing.jpeg | bin | 0 -> 114571 bytes | |||
-rw-r--r-- | ap_debian/slides/img/cats_of_mastodon.png | bin | 0 -> 166470 bytes | |||
-rw-r--r-- | ap_debian/slides/img/first_post_identica.png | bin | 0 -> 94685 bytes |
6 files changed, 71 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..3605a3a --- /dev/null +++ b/ap_debian/slides/img/800px-Cat_playing.jpeg diff --git a/ap_debian/slides/img/cats_of_mastodon.png b/ap_debian/slides/img/cats_of_mastodon.png Binary files differnew file mode 100644 index 0000000..b45b9fe --- /dev/null +++ b/ap_debian/slides/img/cats_of_mastodon.png diff --git a/ap_debian/slides/img/first_post_identica.png b/ap_debian/slides/img/first_post_identica.png Binary files differnew file mode 100644 index 0000000..2d1a59f --- /dev/null +++ b/ap_debian/slides/img/first_post_identica.png |