Skip to content

Commit

Permalink
fix: rename the project name
Browse files Browse the repository at this point in the history
Change-Id: I44a05c2d10a0cafb46c9944255a6cc5734b19f9b
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Apr 13, 2022
1 parent 434a6ed commit dabf53e
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions CODE-OF-CONDUCT.md
@@ -1,3 +1,3 @@
## The Container Desktop Project Community Code of Conduct
## The Podman Desktop Project Community Code of Conduct

The Container Desktop project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md).
The Podman Desktop project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md).
24 changes: 12 additions & 12 deletions CONTRIBUTING.md
@@ -1,7 +1,7 @@
# Contributing to Container Desktop
# Contributing to Podman Desktop

<p align="center">
<img alt="Container Desktop" src="https://raw.githubusercontent.com/containers/desktop/media/screenshot.png">
<img alt="Podman Desktop" src="https://raw.githubusercontent.com/containers/podman-desktop/media/screenshot.png">
</p>

We'd love to have you join the community! Below summarizes the processes
Expand All @@ -19,7 +19,7 @@ that we follow.
## Reporting Issues

Before reporting an issue, check our backlog of
[open issues](https://github.com/containers/desktop/issues)
[open issues](https://github.com/containers/podman-desktop/issues)
to see if someone else has already reported it. If so, feel free to add
your scenario, or additional information, to the discussion. Or simply
"subscribe" to it to be notified when it is updated.
Expand All @@ -34,8 +34,8 @@ Please don't include any private/sensitive information in your issue!

## Working On Issues

Once you have decided to contribute to Container Desktop by working on an issue, check our
backlog of [open issues](https://github.com/containers/desktop/issues) looking
Once you have decided to contribute to Podman Desktop by working on an issue, check our
backlog of [open issues](https://github.com/containers/podman-desktop/issues) looking
for any that do not have an `status/in-progress` label attached to it. Often issues
will be assigned to someone, to be worked on at a later time. If you have the
time to work on the issue now add yourself as an assignee, and set the
Expand All @@ -45,21 +45,21 @@ the `status/in-progress` label be set and a member will do so for you.

## Contributing

This section describes how to start a contribution to Container Desktop.
This section describes how to start a contribution to Podman Desktop.

### Prepare your environment

Requirements: Node.js 16 and yarn

It is building an electron application so it is working on both Windows, MacOS and Linux.

### Fork and clone Container Desktop
### Fork and clone Podman Desktop

First you need to fork this project on GitHub.
First you need to fork this project https://github.com/containers/podman-desktop on GitHub.

Then clone your fork locally:
```shell
$ git clone https://github.com/<you>/desktop
$ git clone https://github.com/<you>/podman-desktop
$ cd desktop
```

Expand Down Expand Up @@ -164,10 +164,10 @@ All pull requests and branch-merges automatically run:
* format/lint checking
* build check across different platforms (Windows, macOS, Linux)

You can follow these jobs in Github Actions https://github.com/containers/desktop/actions
You can follow these jobs in Github Actions https://github.com/containers/podman-desktop/actions

## Communication

For bugs/feature requests please [file issues](https://github.com/containers/desktop/issues/new/choose)
For bugs/feature requests please [file issues](https://github.com/containers/podman-desktop/issues/new/choose)

Discussions are possible using Github Discussions https://github.com/containers/desktop/discussions/
Discussions are possible using Github Discussions https://github.com/containers/podman-desktop/discussions/
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
Manage different container engines from a single UI and tray icon

<p align="center">
<img alt="Container Desktop" src="https://raw.githubusercontent.com/containers/desktop/media/screenshot.png">
<img alt="Podman Desktop" src="https://raw.githubusercontent.com/containers/podman-desktop/media/screenshot.png">
</p>


Expand Down
2 changes: 1 addition & 1 deletion packages/preload/src/configuration-registry.ts
Expand Up @@ -90,7 +90,7 @@ export class ConfigurationRegistry implements IConfigurationRegistry {
}

protected getSettingsFile(): string {
const configurationDirectory = path.resolve(os.homedir(), '.local/share/containers/desktop/configuration');
const configurationDirectory = path.resolve(os.homedir(), '.local/share/containers/podman-desktop/configuration');
// create directory if it does not exist
return path.resolve(configurationDirectory, 'settings.json');
}
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Container Desktop</title>
<title>Podman Desktop</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/App.svelte
Expand Up @@ -49,7 +49,7 @@ function jumpToImages() {
<div
class="flex order-none title-font font-medium items-center text-white align-middle justify-center mb-4 md:mb-0">
<Logo />
<span class="ml-3 text-xl block text-gray-300">Container Desktop</span>
<span class="ml-3 text-xl block text-gray-300">Podman Desktop</span>
</div>
<div class="lg:w-2/5 inline-flex lg:justify-end ml-5 lg:ml-0"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/blog/authors.yml
@@ -1,5 +1,5 @@
benoitf:
name: Florent Benoit
title: Maintainer of Container Desktop
title: Maintainer of Podman Desktop
url: https://github.com/benoitf
image_url: https://github.com/benoitf.png
2 changes: 1 addition & 1 deletion website/docs/intro.md
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Introduction

Let's discover **Container Desktop in less than 5 minutes**.
Let's discover **Podman Desktop in less than 5 minutes**.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion website/docs/troubleshooting.md
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2

# Troubleshooting

Here, find some answers to the question : I have downloaded Container Desktop but I am unable to see any of my image or container
Here, find some answers to the question : I have downloaded Podman Desktop but I am unable to see any of my image or container

## Podman

Expand Down
10 changes: 5 additions & 5 deletions website/docusaurus.config.js
Expand Up @@ -4,18 +4,18 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

const title = 'Container Desktop';
const title = 'Podman Desktop';

/** @type {import('@docusaurus/types').Config} */
const config = {
title,
url: 'https://containers.github.io',
baseUrl: '/desktop/',
baseUrl: '/podman-desktop/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'containers',
projectName: 'desktop',
projectName: 'podman-desktop',
deploymentBranch: 'gh-pages',
trailingSlash: false,
plugins: [
Expand Down Expand Up @@ -72,7 +72,7 @@ const config = {
{to: '/downloads', label: 'Downloads', position: 'left'},
/*{to: '/blog', label: 'Blog', position: 'left'},*/
{
href: 'https://github.com/containers/desktop',
href: 'https://github.com/containers/podman-desktop',
className: 'header-github-link',
position: 'right',
},
Expand All @@ -98,7 +98,7 @@ const config = {
},*/
{
label: 'GitHub',
href: 'https://github.com/containers/desktop',
href: 'https://github.com/containers/podman-desktop',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/downloads/linux.tsx
Expand Up @@ -13,7 +13,7 @@ async function grabfilenameforMac(
if (grabbed) {
return;
}
const result = await fetch('https://api.github.com/repos/containers/desktop/releases/latest');
const result = await fetch('https://api.github.com/repos/containers/podman-desktop/releases/latest');
const jsonContent = await result.json();
const assets = jsonContent.assets;
const linuxAssets = assets.filter(asset => (asset.name as string).endsWith('.tar.gz'));
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/downloads/macOS.tsx
Expand Up @@ -13,7 +13,7 @@ async function grabfilenameforMac(
if (grabbed) {
return;
}
const result = await fetch('https://api.github.com/repos/containers/desktop/releases/latest');
const result = await fetch('https://api.github.com/repos/containers/podman-desktop/releases/latest');
const jsonContent = await result.json();
const assets = jsonContent.assets;
const armMacDmg = assets.filter(asset => (asset.name as string).endsWith('-arm64.dmg'));
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/downloads/windows.tsx
Expand Up @@ -13,7 +13,7 @@ async function grabfilenameforMac(
if (grabbed) {
return;
}
const result = await fetch('https://api.github.com/repos/containers/desktop/releases/latest');
const result = await fetch('https://api.github.com/repos/containers/podman-desktop/releases/latest');
const jsonContent = await result.json();
const assets = jsonContent.assets;
const windowsSetupAssets = assets.filter(asset => (asset.name as string).endsWith('-setup.exe'));
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Expand Up @@ -89,7 +89,7 @@ function Hero() {
}}
</BrowserOnly>
</div>
<img className="w-2/3" src="https://raw.githubusercontent.com/containers/desktop/media/screenshot.png" />
<img className="w-2/3" src="https://raw.githubusercontent.com/containers/podman-desktop/media/screenshot.png" />
</div>
</section>
);
Expand Down

0 comments on commit dabf53e

Please sign in to comment.