blog listing + started with products page and listing
diff --git a/erpnext/patches/june_2012/cms2.py b/erpnext/patches/june_2012/cms2.py
index 88e7049..48f0152 100644
--- a/erpnext/patches/june_2012/cms2.py
+++ b/erpnext/patches/june_2012/cms2.py
@@ -33,6 +33,12 @@
 				select name from `tabBlog`
 				where docstatus = 0 and ifnull(published, 0) = 1"""
 		},
+		{
+			'doctype': 'Item',
+			'query': """\
+				select name from `tabItem`
+				where docstatus = 0 and ifnull(show_in_website, 'No') = 'Yes'"""
+		}
 	]
 	
 	for s in save_list: