Skip to content

Commit

Permalink
(chocolateyGH-402) Rationalised Product Name
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Sep 21, 2017
1 parent d205b76 commit 7571c73
Show file tree
Hide file tree
Showing 27 changed files with 98 additions and 95 deletions.
15 changes: 8 additions & 7 deletions ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
## History
ChocolateyGUI, formerly known as Chocolatey Explorer or Chocolatey PackageManager, was originally created by [Christiaan Baes](https://twitter.com/chrissie1). For informtaion about the original version, you can see the following blog posts:

* [All new ChocolateyGUI](http://blogs.lessthandot.com/index.php/SysAdmins/OS/Windows/all-new-chocolateygui/)
* [Making a chocolatey package for ChocolateyGUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/making-a-chocolatey-package/)
* [ChocolateyGUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/chocolatey-gui/)
Chocolatey GUI, formerly known as Chocolatey Explorer or Chocolatey PackageManager, was originally created by [Christiaan Baes](https://twitter.com/chrissie1). For informtaion about the original version, you can see the following blog posts:

In 2013, Christiaan handed over maintainance of ChocolateyGUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey).
* [All new Chocolatey GUI](http://blogs.lessthandot.com/index.php/SysAdmins/OS/Windows/all-new-chocolateygui/)
* [Making a chocolatey package for Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/making-a-chocolatey-package/)
* [Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/chocolatey-gui/)

Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), ChocolateyGUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface.
In 2013, Christiaan handed over maintainance of Chocolatey GUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey).

Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), Chocolatey GUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface.

## Support
If you have any questions/concerns/problems with ChocolateyGUI, please feel free to get in touch with us. The best starting place would be our [Gitter Chat Room](https://gitter.im/chocolatey/ChocolateyGUI), and from there, you may be directed to raise an issue on our [Issues List](https://github.com/chocolatey/ChocolateyGUI/issues).
If you have any questions/concerns/problems with Chocolatey GUI, please feel free to get in touch with us. The best starting place would be our [Gitter Chat Room](https://gitter.im/chocolatey/ChocolateyGUI), and from there, you may be directed to raise an issue on our [Issues List](https://github.com/chocolatey/ChocolateyGUI/issues).
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This file will be updated as part of the ChocolateyGUI build process.
This file will be updated as part of the Chocolatey GUI build process.

If you want to see the current release notes, please check [here](https://github.com/chocolatey/ChocolateyGUI/releases)
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# ChocolateyGUI
ChocolateyGUI is a user interface for [Chocolatey NuGet](http://chocolatey.org) (a Machine Package Manager for Windows).
# Chocolatey GUI

Chocolatey GUI is a user interface for [Chocolatey NuGet](http://chocolatey.org) (a Machine Package Manager for Windows).

## Installation
You can install ChocolateyGUI via Chocolatey itself by executing:
You can install Chocolatey GUI via Chocolatey itself by executing:

```choco install ChocolateyGUI```

If you are interested in trying out the latest pre-release version of ChocolateyGUI then you can use the following installation command:
If you are interested in trying out the latest pre-release version of Chocolatey GUI then you can use the following installation command:

```choco install chocolateygui --source https://www.myget.org/F/chocolateygui/ --pre```

This uses the public ChocolateyGUI feed which is hosted on [MyGet.org](https://www.myget.org) as the source.
This uses the public Chocolatey GUI feed which is hosted on [MyGet.org](https://www.myget.org) as the source.

## Build Status

Expand All @@ -21,7 +22,7 @@ TeamCity | AppVeyor

## Chat Room

Come join in the conversation about ChocolateyGUI in our Gitter Chat Room
Come join in the conversation about Chocolatey GUI in our Gitter Chat Room

[![Gitter chat](https://badges.gitter.im/chocolatey/ChocolateyGUI.png)](https://gitter.im/chocolatey/ChocolateyGUI)

Expand All @@ -37,7 +38,8 @@ Or, you can find us in IRC at #chocolatey.
* [Build Status Email List](http://groups.google.com/group/chocolatey-build-status)

### Documentation
You can find information about ChocolateyGUI here: [https://chocolatey.github.io/ChocolateyGUI/](https://chocolatey.github.io/ChocolateyGUI/)

You can find information about Chocolatey GUI here: [https://chocolatey.github.io/ChocolateyGUI/](https://chocolatey.github.io/ChocolateyGUI/)

### Requirements
* .NET Framework 4.5.2
Expand All @@ -48,13 +50,13 @@ Apache 2.0 - see [LICENSE](https://github.com/chocolatey/chocolateygui/blob/deve

## Submitting Issues

If you have found an issue with ChocolateyGUI, this is the place to submit.
If you have found an issue with Chocolatey GUI, this is the place to submit.

Observe the following help for submitting an issue:

Prerequisites:

* The issue has to do with ChocolateyGUI itself and is not a package or website issue.
* The issue has to do with Chocolatey GUI itself and is not a package or website issue.
* Please check to see if your issue already exists with a quick search of the issues. Start with one relevant term and then add if you get too many results.
* You are not submitting an Enhancement. Enhancements should observe [CONTRIBUTING](https://github.com/chocolatey/chocolateygui/blob/develop/CONTRIBUTING.md) guidlines.

Expand Down Expand Up @@ -82,8 +84,8 @@ Committers, you should be very familiar with [COMMITTERS](https://github.com/cho
* **Install** and **uninstall** packages
* See detailed **package information**

![ChocolateyGUI](https://github.com/chocolatey/ChocolateyGUI/blob/10809890189206cece4b64ab038f33d11cf7b840/docs/Screenshots/Application_Loaded.png)
![Chocolatey GUI](https://github.com/chocolatey/ChocolateyGUI/blob/10809890189206cece4b64ab038f33d11cf7b840/docs/Screenshots/Application_Loaded.png)

## Credits

ChocolateyGUI is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/chocolatey/chocolateygui/blob/develop/docs/input/credits.md) (just input/credits.md in the zip folder)
Chocolatey GUI is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/chocolatey/chocolateygui/blob/develop/docs/input/credits.md) (just input/credits.md in the zip folder)
12 changes: 6 additions & 6 deletions docs/input/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Title: About

# History

ChocolateyGUI, formerly known as Chocolatey Explorer or Chocolatey PackageManager, was originally created by [Christiaan Baes](https://twitter.com/chrissie1). For information about the original version, you can see the following blog posts:
Chocolatey GUI, formerly known as Chocolatey Explorer or Chocolatey PackageManager, was originally created by [Christiaan Baes](https://twitter.com/chrissie1). For information about the original version, you can see the following blog posts:

* [All new ChocolateyGUI](http://blogs.lessthandot.com/index.php/SysAdmins/OS/Windows/all-new-chocolateygui/)
* [Making a chocolatey package for ChocolateyGUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/making-a-chocolatey-package/)
* [ChocolateyGUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/chocolatey-gui/)
* [All new Chocolatey GUI](http://blogs.lessthandot.com/index.php/SysAdmins/OS/Windows/all-new-chocolateygui/)
* [Making a chocolatey package for Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/making-a-chocolatey-package/)
* [Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/chocolatey-gui/)

In 2013, Christiaan handed over maintainance of ChocolateyGUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey).
In 2013, Christiaan handed over maintainance of Chocolatey GUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey).

Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), ChocolateyGUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface.
Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), Chocolatey GUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface.

# Support

Expand Down
6 changes: 3 additions & 3 deletions docs/input/blog/new-release-0.0.5.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
Title: ChocolateyGUI 0.0.5
Title: Chocolatey GUI 0.0.5
Category: Release
Published: 10/9/2011
Author: gep13
---

We are very happy to announce the initial release of the ChocolateyGUI project.
We are very happy to announce the initial release of the Chocolatey GUI project.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.1.0
Title: Chocolatey GUI 0.1.0
Category: Release
Author: gep13
Published: 9/2/2013
Expand All @@ -16,4 +16,4 @@ This release includes the following:
- You can install the available package by clicking on the checkbox.
- You can uninstall a package.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.1.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.1.1
Title: Chocolatey GUI 0.1.1
Category: Release
Author: gep13
Published: 10/2/2013
Expand All @@ -11,4 +11,4 @@ This release includes the following:

- The installer should now check if .Net framework 4.0 is installed.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.1.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.1.2
Title: Chocolatey GUI 0.1.2
Category: Release
Author: gep13
Published: 10/2/2013
Expand All @@ -11,4 +11,4 @@ This release includes the following:

- package now has iconURL.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.1.3
Title: Chocolatey GUI 0.1.3
Category: Release
Author: gep13
Published: 10/2/2013
Expand All @@ -11,4 +11,4 @@ This release includes the following:

- Installer did not remove older version.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.1.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.1.4
Title: Chocolatey GUI 0.1.4
Category: Release
Author: gep13
Published: 10/2/2013
Expand All @@ -11,4 +11,4 @@ This release includes the following:

- Better description for the package.

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
6 changes: 3 additions & 3 deletions docs/input/blog/new-release-0.11.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.11.0
Title: Chocolatey GUI 0.11.0
Category: Release
Author: gep13
Published: 20/2/2013
Expand All @@ -22,8 +22,8 @@ This release includes the following:

- [**#39**](https://github.com/chocolatey/ChocolateyGUI/issues/39) installed packages problem with -pre packages
- [**#35**](https://github.com/chocolatey/ChocolateyGUI/issues/35) icons on the tabs are gone.
- [**#30**](https://github.com/chocolatey/ChocolateyGUI/issues/30) WMF 3
- [**#30**](https://github.com/chocolatey/ChocolateyGUI/issues/30) WMF 3
- [**#28**](https://github.com/chocolatey/ChocolateyGUI/issues/28) severe truncation in tags and dependencies panes
- [**#25**](https://github.com/chocolatey/ChocolateyGUI/issues/25) Fix failing Unit Tests

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
8 changes: 4 additions & 4 deletions docs/input/blog/new-release-0.11.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.11.1
Title: Chocolatey GUI 0.11.1
Category: Release
Author: gep13
Published: 24/2/2013
Expand All @@ -17,7 +17,7 @@ This release includes the following:
## Improvements

- [**#54**](https://github.com/chocolatey/ChocolateyGUI/issues/54) Make the statusbar a usercontrol
- [**#44**](https://github.com/chocolatey/ChocolateyGUI/issues/44) split up packagesservice
- [**#44**](https://github.com/chocolatey/ChocolateyGUI/issues/44) split up packagesservice
- [**#41**](https://github.com/chocolatey/ChocolateyGUI/issues/41) Prevent old packages being to MyGet Feed
- [**#24**](https://github.com/chocolatey/ChocolateyGUI/issues/24) getting wix, app and choco version in line.
- [**#10**](https://github.com/chocolatey/ChocolateyGUI/issues/10) Better logging
Expand All @@ -32,6 +32,6 @@ This release includes the following:
- [**#56**](https://github.com/chocolatey/ChocolateyGUI/issues/56) Small amount of clipping on Copyright Information Tab
- [**#42**](https://github.com/chocolatey/ChocolateyGUI/issues/42) Improve filename to package name parsing
- [**#36**](https://github.com/chocolatey/ChocolateyGUI/issues/36) ChocolateyLibDirHelper.VersionChangeFinished Index OOR Exception
- [**#34**](https://github.com/chocolatey/ChocolateyGUI/issues/34) Error in detection of highest installed package version
- [**#34**](https://github.com/chocolatey/ChocolateyGUI/issues/34) Error in detection of highest installed package version

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.11.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.11.2
Title: Chocolatey GUI 0.11.2
Category: Release
Author: gep13
Published: 16/9/2014
Expand All @@ -18,4 +18,4 @@ This release includes the following:
- [**#64**](https://github.com/chocolatey/ChocolateyGUI/issues/64) - Fix typo in release notes for 0.11.0
- [**#3**](https://github.com/chocolatey/ChocolateyGUI/issues/3) - There's no uninstall script in the 0.0.5 package

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
4 changes: 2 additions & 2 deletions docs/input/blog/new-release-0.11.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Title: ChocolateyGUI 0.11.4
Title: Chocolatey GUI 0.11.4
Category: Release
Author: gep13
Published: 16/9/2014
Expand All @@ -11,4 +11,4 @@ This release includes the following:

- [**#136**](https://github.com/chocolatey/ChocolateyGUI/issues/136) - Correct releasenotes in Chocolatey nuspec file

**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the ChocolateyGUI project.
**NOTE**: This blog post was created after the actual release occured, and is added to here in order to preserve the history of the Chocolatey GUI project.
Loading

0 comments on commit 7571c73

Please sign in to comment.