/usr/lib/Wt/examples/hangman/README.md is in witty-examples 3.3.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Hangman example
---------------
This example implements a hangman game. This example is the subject of [the
Wt tutorial](http://www.webtoolkit.eu/wt/doc/tutorial/wt.html).
How to run
----------
See the README in the parent directory.
Additional arguments: `-c wt_config.xml`
The configuration file specifies the configuration for using Google as
an authentication provider (you need to register with Google for this to
work), and customizes some email settings.
What it illustrates
-------------------
Many basic concepts of Wt, including also Wt::Auth and Wt::Dbo.
|