Version 3, last updated by pkufashuo400 at 20 Jan 03:18 UTC

yabe-lift is Yet Another Blog Engine in Liftweb, a liftweb version of playframework’s Yabe tutorial application.

The source code is placed at https://github.com/pkufashuo400/yabe-lift
Hope peoples who want to start to learn liftweb will like it. Here is also a demo app of yabe-lift at http://yabe.ayafish.com .

You can login to admin panel at http://yabe.ayafish.com/login by clicking “login as super user”.

Core features:
Manage articles, comments, tags and users.

Comet feature:
There is a comet feature demonstration at comment page. Just open a article at http://yabe.ayafish.com in two browsers at the same time.
Then add a comment to the article in one of the browsers. You will see that comment appears in another browser in real-time without refresh.