-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#794) Add Jargon Buster page #795
Draft
pauby
wants to merge
2
commits into
chocolatey:master
Choose a base branch
from
pauby:doc/add-jargon-buster
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
Order: 55 | ||
xref: jargon-buster | ||
Title: Jargon Buster | ||
Description: A reference guide on the jargon and acronyms used in our documentation | ||
--- | ||
|
||
While a goal for our documentation is clarity we recognize that as engineers and technical users of our software, we speak and write in a manner that may not always be as clear to others as we would like. | ||
|
||
One of our goals for writing documentation, is clarity. As we update our documentation we strive to bring clarity to it. But this is a work in-progress. We recognize that jargon and acronyms can cause confusion, misunderstanding and act as a barrier for those who are getting started with our software. | ||
|
||
This guide aims to define the common jargon and acronyms used in our documentation. It contains both Chocolatey specific, and more general computer jargon and acronyms. | ||
pauby marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
If you feel a definition is missing, unclear or could be better, please raise an issue on our [Documentation GitHub repository](https://github.com/chocolatey/docs). | ||
|
||
## Jargon Busted. Acronyms Defined. | ||
|
||
### A | ||
|
||
* **AV**. Shorthand term for 'antivirus'. Commonly used in phrases such as 'AV software' or 'AV detections'. | ||
|
||
### C | ||
|
||
* **CCM**. A shorthand term for [Chocolatey Central Management](xref:central-management). | ||
* **CCR**. Shorthands for [Chocolatey Community Repository](https://community.chocolatey.org). This is the repository that hosts community maintained Chocolatey packages. | ||
* **Central Management**. Another shorthand term used to mean [Chocolatey Central Management](xref:central-management). | ||
* **choco**. This is a commonly used shorthand term for [Chocolatey CLI](aref:choco) or more specifically, the Chocolatey CLI command run from the command line. For example, to install a package you would use `choco install <PACKAGE>`. | ||
* **Chocolatey**. This is another commonly used term to refer to [Chocolatey CLI](xref:choco). It is also commonly used to refer to the Chocolatey suite of products as a whole. We now try to be clearer by referring to Chocolatey CLI specifically when we need to. | ||
* **CLI**. This is shorthand for [Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface) and refers to interacting with an application from a terminal by typing commands. | ||
|
||
### M | ||
|
||
* **metadata**. | ||
|
||
### N | ||
|
||
* **NuGet**. Refers to the tool and framework used to install [NuGet packages](https://nuget.org). The Chocolatey packaging framework is based on the NuGet packaging framework. | ||
* **nupkg**. A Chocolatey package file has the extension `nupkg` and this is a shorthand term referring to the package file. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If nupkg is here, nuspec would probably also be worthwhile to have. |
||
* **nuspec**. A Chocolatey package file that has the extension `nuspec`. This file contains the package metadata. | ||
|
||
### V | ||
|
||
* **VirusTotal**. A service that scans submitted files against over [70 antivirus scanners and URL / blocklisting services](https://support.virustotal.com/hc/en-us/articles/115002126889-How-it-works). The [VirusTotal](https://virustotal.com) results for each Chocolatey Community Repository package are shown under the Virus Scan Results section. | ||
* **VT**. Shorthand for [VirusTotal](https://virustotal.com). See the definition for VirusTotal. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The end of the sentence there was deliberate. As it emphasises the But in the next sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I'm aware most style guides would say you shouldn't splice a sentence like that. Personally I don't think it helps the clarity for the reader, but it's not a huge issue either. 🤷♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can point me to a style guide, I'm happy to review it. I use LanguageTool (as I said) so I tend to rely on that as the source of truth.