1
1
Fork
You've already forked osm-presentations
0
No description
  • HTML 99.1%
  • Makefile 0.5%
  • CSS 0.4%
Find a file
2026年07月13日 16:35:08 +05:30
2024-09-sfd Update themes for past talks 2026年05月30日 11:48:47 +05:30
2024-delhifoss2 Update themes for past talks 2026年05月30日 11:48:47 +05:30
2025年03月22日-biharfoss-iit-patna Update themes for past talks 2026年05月30日 11:48:47 +05:30
2025年04月16日-mapping-party-lightning Update themes for past talks 2026年05月30日 11:48:47 +05:30
2026年02月12日-whirlwind-tour-of-osm Restructure content 2026年03月01日 09:23:25 +05:30
2026年03月21日-osm-lifestyle Update talk to version given at SJEC 2026年07月13日 16:35:08 +05:30
foss-maps-and-why-you-should-use-them Whirlwind tour talk as presented in Madurai 2026年02月28日 17:30:11 +05:30
img Tweak meme text 2026年04月09日 16:59:17 +05:30
indiafoss3-2023 Update REVEAL_ROOT paths 2025年09月25日 20:57:29 +05:30
reveal.js @363bb3e6e6 Add reveal.js as submodule 2025年09月25日 13:13:09 +05:30
videos Add lightning talk 2025年04月19日 17:26:43 +05:30
.gitmodules Add reveal.js as submodule 2025年09月25日 13:13:09 +05:30
README.org Add usage instructions 2026年03月29日 21:29:02 +05:30

Slides I use for my OSM presentations. 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>/<subdirectory>/talk.html. e.g. http://127.0.0.1:4242/2026-03-21-osm-lifestyle/talk.html

OpenStreetMap Presentations © 2023 by contrapunctus is licensed under CC BY-SA 4.0.