Skip to content

Commit 6467033

Browse files
authored
Update display name for Zowe Explorer FTP extension (#3836)
* Update display name for Zowe Explorer FTP extension Signed-off-by: Timothy Johnson <[email protected]> * Update trademark symbols in README files Signed-off-by: Timothy Johnson <[email protected]> * Update ftp changelog Signed-off-by: Timothy Johnson <[email protected]> * Remove unnecessary trademark symbols Signed-off-by: Timothy Johnson <[email protected]> * Add link to changelog entry Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]>
1 parent 9f6b598 commit 6467033

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

packages/zowe-explorer-ftp-extension/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
77
- Changed the response field names for the `FtpMvsApi.allMembers` function from "created" and "changed" to "c4date" and "m4date" to be consistent with the z/OSMF API response format for a PDS member list. [#3751](https://github.com/zowe/zowe-explorer-vscode/issues/3751)
88
- Replaced use of `tmp` dependency with Node.js functions for temporary file creation when downloading data sets and USS file contents. [#3805](https://github.com/zowe/zowe-explorer-vscode/pull/3805)
99
- Updated Zowe SDKs to `8.26.1` for technical currency. [#3696](https://github.com/zowe/zowe-explorer-vscode/pull/3696)
10+
- Updated the extension name to "Zowe® Explorer for IBM® z/OS® FTP" to align with Zowe branding standards. [#3836](https://github.com/zowe/zowe-explorer-vscode/pull/3836)
1011

1112
### Bug fixes
1213

packages/zowe-explorer-ftp-extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# IBM z/OS FTP for Zowe Explorer
1+
# Zowe® Explorer for IBM® z/OS® FTP
22

33
[![version](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)
44
[![downloads](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)
55

6-
> All previous verisons of IBM z/OS FTP for Zowe Explorer can be downloaded from [Zowe Explorer GitHub Releases](https://github.com/zowe/zowe-explorer-vscode/releases)
6+
> All previous versions of Zowe Explorer for IBM z/OS FTP can be downloaded from [Zowe Explorer GitHub Releases](https://github.com/zowe/zowe-explorer-vscode/releases)
77
8-
The IBM z/OS FTP for Zowe Explorer adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS.
8+
The Zowe Explorer for IBM z/OS FTP adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS.
99

1010
This VS Code extension also serves as a [source code example](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-ftp-extension) demonstrating how to use the [Zowe Explorer Extensibility API](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-api) to create VS Code extensions that extend the Zowe Explorer VS Code extensions with new capabilities.
1111

packages/zowe-explorer-ftp-extension/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ This repo uses [PNPM](https://pnpm.io/) for building.
3131

3232
As you will see, the implementation of this extension is very small and minimal. The main file to explore is `packages/zowe-explorer-ftp-extension/src/ZoweExplorerFtpApi.ts`, which is the FTP implementation of all the Zowe Explorer API methods required for USS. You can find the interface defining these operations in the Zowe Explorer API package under `packages/zowe-explorer-api/src/extend/interfaces.ts`.
3333

34-
These FTP operations are not directly implemented in that file, but rather reuse and call the code provided by the z/OS FTP Plug-in for Zowe CLI, and are linked via the `@zowe/zos-ftp-for-zowe-cli` NPM dependency.
34+
These FTP operations are not directly implemented in that file, but rather reuse and call the code provided by the z/OS FTP Plug-in for Zowe CLI, and are linked via the `@zowe/zos-ftp-for-zowe-cli` NPM dependency.
3535

3636
The other source file `packages/zowe-explorer-ftp-extension/src/extension.ts` defines the actual VS Code extension as well as implements the registration API required to link this VS Code extension to Zowe Explorer itself. You can see that `registerFtpApi()` in `extension.ts` queries the Zowe Explorer API and calls a registration method. This registration will make Zowe Explorer find this extension after activation and add its API implementation to the USS explorer view.

packages/zowe-explorer-ftp-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zowe-explorer-ftp-extension",
3-
"displayName": "IBM z/OS FTP for Zowe Explorer",
3+
"displayName": "Zowe Explorer for IBM z/OS FTP",
44
"publisher": "Zowe",
55
"author": "Zowe",
66
"license": "EPL-2.0",

packages/zowe-explorer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Submit JCL and view job output
1616
- Apply other VS Code extensions for things like syntax highlighting, debugging, and IntelliSense to improve the developer experience
1717

18-
Zowe Explorer for VS Code is a Zowe&trade; component that focuses on modernizing the mainframe experience. [Zowe](https://www.zowe.org/) is hosted by the [Open Mainframe Project&trade;](https://www.openmainframeproject.org/), a [Linux Foundation&trade;](https://www.linuxfoundation.org/) initiative.
18+
Zowe Explorer for VS Code is a Zowe&reg; component that focuses on modernizing the mainframe experience. [Zowe](https://www.zowe.org/) is hosted by the [Open Mainframe Project&trade;](https://www.openmainframeproject.org/), a [Linux Foundation&reg;](https://www.linuxfoundation.org/) initiative.
1919

2020
## Contents
2121

0 commit comments

Comments
 (0)