Koen Deforche 0fe2d3a67d Several changes: 9 年之前
..
css 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
icons 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
.htaccess 23c84d699e back-port WDialog fixes from v3 branch 16 年之前
CMakeLists.txt 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
Dictionary.C dbbc67b7d4 small bug fixes, hangman example refactoring part 1 13 年之前
Dictionary.h 9d8792df73 a batch of bug fixes, see Changelog 13 年之前
HangmanGame.C 7c6324bce6 Wt::Auth reorganization: separate AuthModel 13 年之前
HangmanGame.h 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
HangmanWidget.C 1aca2f1d32 Several changes: 11 年之前
HangmanWidget.h 1aca2f1d32 Several changes: 11 年之前
HighScoresWidget.C 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
HighScoresWidget.h 9d8792df73 a batch of bug fixes, see Changelog 13 年之前
ImagesWidget.C e1f4064486 updated tutorial 13 年之前
ImagesWidget.h 44181803ea WebSockets: more robust handling of flaky connections, Dbo: new belongsTo() and hasMany() overloads 13 年之前
LettersWidget.C 2584a5386e Several changes: 9 年之前
LettersWidget.h 2584a5386e Several changes: 9 年之前
README.md 991043c4f8 documentation improvements, oauth feature example 13 年之前
Session.C 7b836d9dc4 Several changes: 11 年之前
Session.h 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
User.C 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
User.h 0fe2d3a67d Several changes: 9 年之前
WordWidget.C 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
WordWidget.h dd6893e6b9 reset timeout watchdog when in a recursive eventloop 13 年之前
dict-nl.txt 23c84d699e back-port WDialog fixes from v3 branch 16 年之前
dict.txt 23c84d699e back-port WDialog fixes from v3 branch 16 年之前
hangman.C 8eef8af388 Several changes: 10 年之前
strings.xml f8c6cac1ad layout managers: properly take into account col/rowspan 12 年之前
strings_ru.xml e99c598ccc fix possible IE9 problem with ExtJS, IOS 5 iPad rendering issue 12 年之前
templates.xml 3bbd704fd9 more Auth improvements, password strength checker, and used in hangman example 13 年之前
templates_ru.xml 34c332ebb1 hangman example: add Russian translation 13 年之前
wt_config.xml 0fe2d3a67d Several changes: 9 年之前

README.md

Hangman example

This example implements a hangman game. This example is the subject of the Wt tutorial.

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.