Skip to content

Commit e5c499c

Browse files
committed
Add a simple readme file
1 parent 8f0efcc commit e5c499c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# About
2+
3+
I made these slides for a talk called
4+
`Python JSON Emoji Crash Story` at
5+
[Django User Group Berlin](https://www.meetup.com/de-DE/django-user-group-berlin)
6+
on
7+
[2020-02-18](https://www.meetup.com/de-DE/django-user-group-berlin/events/qptdkrybcdbxb/).
8+
The slide sources are licensed under
9+
[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
10+
11+
12+
# Related links
13+
14+
- https://github.com/encode/django-rest-framework/pull/7067
15+
16+
- https://github.com/encode/django-rest-framework/issues/7026
17+
18+
- https://docs.python.org/3/library/json.html#character-encodings
19+
20+
- https://github.com/hartwork/surrogates
21+
22+
23+
# Rendering slides to PDF
24+
25+
Viewing and rendering takes
26+
[GNOME pinpoint](https://gitlab.gnome.org/Archive/pinpoint/)
27+
version 0.1.8; it has a
28+
[package in Debian](https://packages.debian.org/sid/pinpoint).
29+
30+
Slides can then be rendered to PDF…
31+
```console
32+
# pinpoint -o python-json-emoji-crash-story-2020-02-18-v2.pdf slides.pin
33+
```
34+
35+
…or browsed interactively:
36+
```console
37+
# ./slides.pin
38+
```

0 commit comments

Comments
 (0)