2012-09-21 16:32:11 +05:30
{
"name" : "silverstripe/blog" ,
2012-09-29 11:01:38 +05:30
"description" : "The blog module allows you to post blogs on your SilverStripe. It includes the ability to post blogs using a site front-end form. Blogs are summarised on the blog holder page type, with more detail viewable when a specific blog is clicked." ,
2012-09-21 16:32:11 +05:30
"type" : "silverstripe-module" ,
"keywords" : [ "silverstripe" , "blog" ] ,
"authors" : [
{
2012-10-01 10:50:37 +13:00
"name" : "Saophalkun Ponlu" ,
"email" : "phalkunz@silverstripe.com"
2012-09-21 16:32:11 +05:30
} ,
{
2012-10-01 10:50:37 +13:00
"name" : "Carlos Barberis" ,
"email" : "carlos@silverstripe.com"
2012-09-21 16:32:11 +05:30
}
] ,
"require" :
{
2013-08-13 13:47:17 +12:00
"silverstripe/cms" : "~3.1"
2013-05-13 22:37:58 +12:00
} ,
2013-07-01 10:00:08 +02:00
"suggest" :
2013-05-13 22:37:58 +12:00
{
2013-07-01 10:00:08 +02:00
"silverstripe/widgets" : "Additional 'sidebar features', e.g. a list of recent posts and a tagcloud" ,
"silverstripe/comments" : "Enable user comments on any page type, including blog posts" ,
"simplepie/simplepie" : "Parse RSS feeds, required for the RSS widget"
2012-09-21 16:32:11 +05:30
}
2013-04-04 01:13:19 +03:00
}