1
0
Fork
You've already forked xmpp-talk
0
No description
  • HTML 98.7%
  • CSS 1.3%
Find a file
2026年07月07日 23:55:48 +05:30
fight-network-effect Add beginnings of network effect/advocacy talk 2026年07月07日 23:55:48 +05:30
img Add talk given at PravConf 2026 2026年07月05日 11:46:23 +05:30
intro-to-xmpp Add beginnings of network effect/advocacy talk 2026年07月07日 23:55:48 +05:30
.gitmodules Add talk given at PravConf 2026 2026年07月05日 11:46:23 +05:30
extra.css Add talk given at PravConf 2026 2026年07月05日 11:46:23 +05:30
README.org Add talk given at PravConf 2026 2026年07月05日 11:46:23 +05:30

Slides for an XMPP talk. Created with Emacs, Org mode, and org-reveal.

To present the slides -

  1. Start a web server at the repository root, e.g.

    $ sbcl --eval "(ql:quickload '(hunchentoot))" \
     --eval "(setf *presentation* (make-instance 'hunchentoot:easy-acceptor :port 4242 :document-root #P\"/path/to/repository/root/\"))" \
     --eval "(hunchentoot:start *presentation*)"
  2. In a browser, visit http://127.0.0.1:<PORT>/xmpp-talk.html. e.g. http://127.0.0.1:4242/xmpp-talk.html

XMPP talk © 2026 by contrapunctus is licensed under CC BY-SA 4.0.