From 51db38c9423a1d3bf476bb30054cf3288ee16c88 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 3 Apr 2007 21:43:22 +0000 Subject: Added blog-tutorial. --- .../protected/pages/Requirements.page | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 demos/blog-tutorial/protected/pages/Requirements.page (limited to 'demos/blog-tutorial/protected/pages/Requirements.page') diff --git a/demos/blog-tutorial/protected/pages/Requirements.page b/demos/blog-tutorial/protected/pages/Requirements.page new file mode 100644 index 00000000..497eba90 --- /dev/null +++ b/demos/blog-tutorial/protected/pages/Requirements.page @@ -0,0 +1,38 @@ + + +

Requirement Analysis

+ +

+This page lists the requirements for the blog system that we are going to develop in this tutorial using PRADO. We are not including some popular blog features here (e.g. commenting, posts organizing, calendar, etc.), because we want to keep our tutorial short enough and we believe these features are easy to be added after you finish reading this tutorial. +

+ +

+In general, the blog system should allow users to read blogs and authenticated users to publish blogs. It should separate presentation and logic, and it should support changing themes. +

+ +

Post Management

+ + +

User Management

+ + +

System Maintenance

+ + +
\ No newline at end of file -- cgit v1.2.3