From 1c1540601f8f09a8031539f28b2492b971652f5d Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Thu, 28 May 2015 14:20:22 +0200 Subject: [PATCH] Update and rename README.md to readme.md --- README.md => readme.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) rename README.md => readme.md (67%) diff --git a/README.md b/readme.md similarity index 67% rename from README.md rename to readme.md index 25ba3ed..82ea37f 100644 --- a/README.md +++ b/readme.md @@ -8,10 +8,20 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Security -- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders using PowerShell. +- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders. + +### Frameworks + +- [PowerShell PowerUp](https://github.com/janikvonrotz/PowerShell-PowerUp) - A powersfull server management framework. ## Resources +### Blogs + +- [Hey, Scripting Guy! Blog](http://blogs.technet.com/b/heyscriptingguy/) - Popular Microsoft blog. +- [Learn Powershell | Achieve More](http://learn-powershell.net/) - Personal blog of Boe Prox aka the Scripting Guy. +- [PowerShellMagazine](http://www.powershellmagazine.com/) - Awesome magazine. + # Contribution Guidelines Please ensure your pull request adheres to the following guidelines: @@ -22,7 +32,7 @@ Please ensure your pull request adheres to the following guidelines: - Use the following format: `[package](link) - Description.` - New categories, or improvements to the existing categorization are welcome. - Keep descriptions short and simple, but descriptive. -- Don't mention `Node.js` in the description as it's implied. +- Don't mention `PowerShell` in the description as it's implied. - Start the description with a capital and end with a full stop/period. - Check your spelling and grammar. - Make sure your text editor is set to remove trailing whitespace.