File: thumbspage/examples/3.0-upgrades/CAPTIONS.py
#================================================================
# This is a Python dictionary: {'filename': 'labeltext', ...}.
# labeltext overrides image filenames for filenames listed here.
# All characters work in labeltext, and # begins a comment.
# Use r'...' or \' to escape any embedded ' in '...' strings.
#================================================================
{
'build-on-android-1.jpg': 'building on Android \n is \n 😱🤪?',
'x-notes-dict-test.png': r'captions demo: / \ | < > ? * : " 👏',
'nonesuch.png': 'bogus filename ignored, but warned on startup',
}