diff --git a/README.md b/README.md index 5d44e65..3d0b41d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# BetterNavigator for SilverStripe +# BetterNavigator for Silverstripe ![Diagram of module](images/demo.png) -This module is intended to replicate and expand upon the functionality provided by SilverStripe's built-in SilverStripeNavigator class. It provides a handy front-end menu for CMS users which offers these features: +This module is intended to replicate and expand upon the functionality provided by Silverstripe's built-in SilverStripeNavigator class. It provides a handy front-end menu for CMS users which offers these features: **For Content Authors** @@ -12,12 +12,12 @@ This module is intended to replicate and expand upon the functionality provided **For Developers** - * When in Dev Mode links are included for accessing most of SilverStripe's [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) + * When in Dev Mode links are included for accessing most of Silverstripe's [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) * Developers can access these tools on a live website by nominating themselves as a developer in the site config ## Requirements -SilverStripe 4.0 (3.1+ through previous releases) +Silverstripe 4.0 (3.1+ through previous releases) ## Installation @@ -69,7 +69,7 @@ The BetterNavigator.ss template's scope is set to the page that is being viewed, ## Bonus: better debugging tools -This module provide quick access to SilverStripe's built in [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) but reading their output isn't much fun. You can peek under SilverStripe's hood much more conveniently using lekoala's [SilverStripe DebugBar](https://github.com/lekoala/silverstripe-debugbar) +This module provide quick access to Silverstripe's built in [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) but reading their output isn't much fun. You can peek under Silverstripe's hood much more conveniently using lekoala's [Silverstripe DebugBar](https://github.com/lekoala/silverstripe-debugbar) ## Maintainer contact diff --git a/composer.json b/composer.json index 86433ee..a5f125b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jonom/silverstripe-betternavigator", - "description": "Front-end utility menu for SilverStripe websites featuring administration and development tools", + "description": "Front-end utility menu for Silverstripe websites featuring administration and development tools", "type": "silverstripe-vendormodule", "keywords": [ "silverstripe", diff --git a/images/bn-icon-sff60849a67.png b/images/bn-icon-sff60849a67.png index 930575b..ea6b169 100644 Binary files a/images/bn-icon-sff60849a67.png and b/images/bn-icon-sff60849a67.png differ diff --git a/images/bn-icon/close.png b/images/bn-icon/close.png index 3d09c51..17908a7 100644 Binary files a/images/bn-icon/close.png and b/images/bn-icon/close.png differ diff --git a/images/bn-icon/cog.png b/images/bn-icon/cog.png index a5c5e14..190ce55 100644 Binary files a/images/bn-icon/cog.png and b/images/bn-icon/cog.png differ diff --git a/images/bn-icon/db.png b/images/bn-icon/db.png index a2df70b..5104f9b 100644 Binary files a/images/bn-icon/db.png and b/images/bn-icon/db.png differ diff --git a/images/bn-icon/devmode.png b/images/bn-icon/devmode.png index c174002..5a3aa65 100644 Binary files a/images/bn-icon/devmode.png and b/images/bn-icon/devmode.png differ diff --git a/images/bn-icon/edit.png b/images/bn-icon/edit.png index b71652d..13f8348 100644 Binary files a/images/bn-icon/edit.png and b/images/bn-icon/edit.png differ diff --git a/images/bn-icon/flush.png b/images/bn-icon/flush.png index 84ad7b5..34716ad 100644 Binary files a/images/bn-icon/flush.png and b/images/bn-icon/flush.png differ diff --git a/images/bn-icon/info.png b/images/bn-icon/info.png index 6053523..89a1cc3 100644 Binary files a/images/bn-icon/info.png and b/images/bn-icon/info.png differ diff --git a/images/bn-icon/tick.png b/images/bn-icon/tick.png index acee121..0f811c2 100644 Binary files a/images/bn-icon/tick.png and b/images/bn-icon/tick.png differ diff --git a/images/bn-icon/tools.png b/images/bn-icon/tools.png index 09831c9..a70cee4 100644 Binary files a/images/bn-icon/tools.png and b/images/bn-icon/tools.png differ diff --git a/images/bn-icon/user.png b/images/bn-icon/user.png index ba3f27b..d7c2edb 100644 Binary files a/images/bn-icon/user.png and b/images/bn-icon/user.png differ diff --git a/images/bn-icon/view.png b/images/bn-icon/view.png index b9dd4a6..07e6da7 100644 Binary files a/images/bn-icon/view.png and b/images/bn-icon/view.png differ diff --git a/images/demo.png b/images/demo.png index ab73397..4d2a6bb 100644 Binary files a/images/demo.png and b/images/demo.png differ