Koen Deforche b1b79ecadc Several changes: 8 gadi atpakaļ
..
css eedfab588f widget gallery and homepage updates 11 gadi atpakaļ
icons 9090d3661f widget gallery improvements, optimizing images, read image size in pdfrenderer 12 gadi atpakaļ
CMakeLists.txt 76d9344ab0 merged authentication branch 13 gadi atpakaļ
ExampleSourceViewer.C d6ad3b9ea5 various bug fixes 12 gadi atpakaļ
ExampleSourceViewer.h a64daa8f31 see Changelog 15 gadi atpakaļ
FileItem.C a64daa8f31 see Changelog 15 gadi atpakaļ
FileItem.h a64daa8f31 see Changelog 15 gadi atpakaļ
Home.C 95b2ad9333 Two vunlerability fixes: 8 gadi atpakaļ
Home.h 265ea6e0c5 A batch of fixes: 11 gadi atpakaļ
JWtHome.C 265ea6e0c5 A batch of fixes: 11 gadi atpakaļ
JWtHome.h 265ea6e0c5 A batch of fixes: 11 gadi atpakaļ
README.md 3356826fb0 Several bug fixes and improvements: 11 gadi atpakaļ
SourceView.C 7b836d9dc4 Several changes: 11 gadi atpakaļ
SourceView.h a64daa8f31 see Changelog 15 gadi atpakaļ
WtHome.C 265ea6e0c5 A batch of fixes: 11 gadi atpakaļ
WtHome.h 265ea6e0c5 A batch of fixes: 11 gadi atpakaļ
jwt-home.xml b1b79ecadc Several changes: 8 gadi atpakaļ
main.C 8eef8af388 Several changes: 10 gadi atpakaļ
wt-home.xml b1b79ecadc Several changes: 8 gadi atpakaļ
wt-home_cn.xml 2fad170e98 Several changes: 9 gadi atpakaļ
wt-home_ru.xml 2fad170e98 Several changes: 9 gadi atpakaļ

README.md

Wt homepage

This is the Wt homepage.

How to run

Copy the blog.xml file and css directory from the blog example to this directory See the README in the parent directory.

Note that the little chat widget is a separate application (simplechat), which is visible on the homepage through Wt's 'widgetset' mechanism. In order for this to work, you must run this example in progressive bootstrap mode. You can configure progressive bootstrap mode in wt_config.xml.

What it illustrates

  • using WMenu and WTabWidget
  • the internal path API to react to navigation events
  • internationalization and localization API, using message resource bundles
  • the WServer API to deploy multiple applications within the same server