• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

asciidoc/H23-Dec-2021-10679

css/H03-May-2022-479409

model/H23-Dec-2021-1,162818

view/H23-Dec-2021-1,3401,013

BlogRSSFeed.CH A D23-Dec-20212.5 KiB10072

BlogRSSFeed.hH A D23-Dec-2021761 3320

README.mdH A D23-Dec-2021877 2720

blog.CH A D23-Dec-20211.9 KiB6746

blog.xmlH A D23-Dec-20216.4 KiB259232

README.md

1Blog example
2------------
3
4This is an example that implements a simple yet feature-complete blog.
5This is the blog that is used on [the Wt
6homepage](http://www.webtoolkit.eu/wt/blog).
7
8Since this example is actually used in production code, the example is
9a bit more elaborate compared to other more simple examples.
10
11How to run
12----------
13
14See the README in the parent directory.
15
16The example itself will be deployed at '/blog', and the RSS feed at
17'/blog/feed'. A SQLite3 database will be created in the working
18directory if it didn't yet exist.
19
20What it illustrates
21-------------------
22
23- the use of `Wt::Dbo` to create a simple database-based model layer
24- how you can use these database objects inside View widgets
25- the use of `WTemplate` for recurisvely defining HTML-based views
26- the use `Wt::Auth` for authentication.
27- the use of a static `WResource` for an RSS feed