Skip to content

Commit

Permalink
Added scrutinizer to the README file.
Browse files Browse the repository at this point in the history
Added slightly more info in the README file.
Fixed slight documentation error.
  • Loading branch information
blendermf committed Apr 20, 2015
1 parent 6876dfd commit 7365f21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function registerPermissions()

/**
* Sets up the back end navigation for the plugin
* @return @array The navigation array.
* @return array The navigation array.
*/
public function registerNavigation()
{
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Podcast plugin for OctoberCMS

Currently this is literally the default plugin that is created through artisan in octobercms. There is much work to be done.
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cosmicradiotv/podcast-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cosmicradiotv/podcast-plugin/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/cosmicradiotv/podcast-plugin/badges/build.png?b=master)](https://scrutinizer-ci.com/g/cosmicradiotv/podcast-plugin/build-status/master)
A podcast network plugin for OctoberCMS. Allows intuitive management of multiple shows, adds feeds with support for multiple release types.
This plugin is very early in it's development and not ready for use.

## TODO
Everything. Including this README, with a much better description of what this project is.

0 comments on commit 7365f21

Please sign in to comment.