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: преди 10 години
HangmanWidget.h 1aca2f1d32 Several changes: преди 10 години
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 преди 11 години
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.