Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout but ignore fail
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Dec 11, 2023
1 parent 4357878 commit ff124ca
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Formatting_Cheat-Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test
[Formatting Cheat Sheet](Formatting_Cheat-Sheet)

```
{download}`Titel<Download_Link>`
{download}`Title<Download_Link>`
```

---
Expand Down
2 changes: 1 addition & 1 deletion cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ duck --username <Access Key ID> --list s3:/<bucketname>/

#### `--retry`

Retry requests with I/O failures once per default. Useful on connnection timeout or latency issues.
Retry requests with I/O failures once per default. Useful on connection timeout or latency issues.

#### `--verbose`

Expand Down
4 changes: 2 additions & 2 deletions cyberduck/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Navigate into a folder with a double-click *(`⌘↓`)* or one level up by using
````
````{group-tab} Windows
You can expand and collaps folders using the right and left arrow keys in the outline view.
You can expand and collapse folders using the right and left arrow keys in the outline view.
Navigate into a folder with a doubl-click *(`Ctrl+Down`)* or one level up by using the ▲ button next to the path-field *(`Ctrl+Up`)*.
Expand Down Expand Up @@ -183,7 +183,7 @@ Use the *File → Print* option where you can open a PDF from the browser listin

### Folder Icon Badges

Folder icons are badged for paticular access permissions.
Folder icons are badged for particular access permissions.

```{image} _images/privatefolderbadge.png
:alt: Private Folder Badge
Expand Down
4 changes: 2 additions & 2 deletions cyberduck/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Choose *Cyberduck → Preferences → Connection → Use system proxy settings*.

### Additional Settings

#### Prefer IPv6 Adresses of DNS Lookups
#### Prefer IPv6 Addresses of DNS Lookups

A [hidden configuration option](preferences.md#hidden-configuration-options).

Expand All @@ -203,7 +203,7 @@ A [hidden configuration option](preferences.md#hidden-configuration-options).

defaults write ch.sudo.cyberduck rendezvous.enable false

#### Disable Bonjour Notifications in Notification Center and Sytem Tray
#### Disable Bonjour Notifications in Notification Center and System Tray

A [hidden configuration option](preferences.md#hidden-configuration-options). By default, the limit is set to allow not more than `30` notifications per minute.

Expand Down
2 changes: 1 addition & 1 deletion cyberduck/edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Edit Files
You can edit a file just as a local file in an external editor by clicking the Edit toolbar button or by choosing *File → Edit With*. The file will be downloaded to a temporary directory and opened with the preferred editor. The file will be uploaded to the server every time you choose *File → Save* in the Editor application. The file is not changed on the server if you just close the document without saving it or if the content has not changed.

## Default Editor
The default editor opened for a file is selected depeding on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.
The default editor opened for a file is selected depending on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.

```{image} _images/Edit_With_Application.png
:alt: Edit with Application
Expand Down
2 changes: 1 addition & 1 deletion cyberduck/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Enabling change of modification date slows down the transfer rate when uploading

A [hidden configuration option](preferences.md#hidden-configuration-options). Edit the available options (in bytes).

defaults write ch.sudo.cyberduck queue.bandwith.options 102400,1073741824
defaults write ch.sudo.cyberduck queue.bandwidth.options 102400,1073741824

### Badge Dock Icon

Expand Down
2 changes: 1 addition & 1 deletion mountainduck/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For **macOS Ventura and later**, the setting can be found in *System Settings
[Download](https://mountainduck.io/changelog/) MSI Installer for corporate environments. Requires prior installation of *Microsoft .NET Framework 4.5.2*.
```{note}
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separatly. Both packages are needed to enable the explorer extension.
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separately. Both packages are needed to enable the explorer extension.
```
````
Expand Down
4 changes: 2 additions & 2 deletions mountainduck/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Use
````{group-tab} Windows
Enter the commmand `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
Enter the command `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
````
`````
Expand Down Expand Up @@ -178,7 +178,7 @@ You can unmount volumes using your command-line interface (CLI). Use `umount <bo
In *File Explorer* in "This PC" view or the sidebar on the left of the *File Explorer* window, open the context menu for your mounted drive and select *Disconnect*.
**Disconnect using command line**<br/>
You can unmount volumes using your commmand-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
You can unmount volumes using your command-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
````
Expand Down
8 changes: 4 additions & 4 deletions mountainduck/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Files matching the following naming pattern are excluded from folder listings an
- `\` (backslash)
- `|` (vertical bar or pipe)
- `?` (question mark)
- `*` (asterik)
- `*` (asterisk)
````
`````
Expand Down Expand Up @@ -241,7 +241,7 @@ The Spotlight search does not work on remote volumes.
**Spotlight indexer**<br/>
To prevent the indexing through Spotlight the default mount location has been changed to `Volumes.noindex`. In case you **do** want the mount location to be indexed by Spotlight, use the *Terminal.app* command `mdutil -i on <mount location>`. Additionally, [mount location](../preferences.md#mount-location) to a directory without the extension `.noindex`.
```{attention}
Enabling Spotlight can cause high CPU and bandwith usage while indexing folders.
Enabling Spotlight can cause high CPU and bandwidth usage while indexing folders.
```
Expand All @@ -254,7 +254,7 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere
This is an issue within the operating system that can occur to any network drive.
<del> **Additional `._*` Files Saved on Remote Volumes** </del> <br/>
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata suppport, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata support, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window:
Expand All @@ -273,7 +273,7 @@ If you get this error message you most likely haven't restarted your system afte
**Missing Files in Windows Explorer**<br/>
Windows has a limitation on the maximum path length. It might happen that Mountain Duck exceeds this maximum for long file names when trying to create placeholders in the local cache. If Mountain Duck is unable to create a placeholder file for a remote file it will not appear in the Windows Explorer listing.
To work around this Windows limitaion you can enable long path support in Windows 10 as of version 1607.
To work around this Windows limitation you can enable long path support in Windows 10 as of version 1607.
1. Open the *Local Group Policy editor* (search for *Edit Group Policy*)
2. Navigate to *Local Computer Policy → Computer Configuration → Administrative Templates → System → Filesystem*
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Files selected to always keep offline are never automatically removed from the c
By default, files are kept in cache for 30 days and the cache is limited to a maximum size of 5GiB.

```{attention}
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the choosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the chosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
```

## Notifications
Expand Down
2 changes: 1 addition & 1 deletion protocols/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Box Dri
## Connecting

Use the default *Box* connection profile to connect to your server using the Box API. This allows to have Multi-Factor Authentication enabled for your accout.
Use the default *Box* connection profile to connect to your server using the Box API. This allows to have Multi-Factor Authentication enabled for your account.

### Alternate Connection Options

Expand Down
2 changes: 1 addition & 1 deletion protocols/dracoon.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The DRACOON (OAuth) connection profile is bundled by default with Cyberduck.

### Authentication with username and password

To authenticate with your username and password, use the _DRACOON (OAuth Password Flow)_ profile. Instead of retrieving an authentication code by logging in using a web browser, the profile uses the OAuth password flow to authenticate. This is most usefull when working with [Cyberduck CLI](https://duck.sh/).
To authenticate with your username and password, use the _DRACOON (OAuth Password Flow)_ profile. Instead of retrieving an authentication code by logging in using a web browser, the profile uses the OAuth password flow to authenticate. This is most useful when working with [Cyberduck CLI](https://duck.sh/).

## Client-Side Encryption

Expand Down
2 changes: 1 addition & 1 deletion protocols/ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can set Cyberduck or a third party application as the default application (p

This has been fixed in Cyberduck 7.3.0. Cyberduck has overwritten the default Windows FTP protocol integration through Internet Explorer. This effectively disabled the Windows "Add Network location" for FTP-protocol. To reset this back to default you have to run following Registry-file which will reset the FTP-protocol registration back to default.

- {download}`ftp-default.reg<../_static/Ressources/ftp-default.reg>` | This has been tested for Windows 10 1909 only. This may or may not work for previous versions of Windows.
- {download}`ftp-default.reg<../_static/Resources/ftp-default.reg>` | This has been tested for Windows 10 1909 only. This may or may not work for previous versions of Windows.

Applying Registry-files is not riskless and should be avoided if not necessary. Alternatively, you may apply following sequence to get the FTP-protocol handler definitions for your operating system version:

Expand Down
2 changes: 1 addition & 1 deletion protocols/irods.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To authenticate with PAM, prefix the username with PAM:or set it in the [connect
<key>Authorization</key>
<string>PAM</string>

### Ressource Server
### Resource Server

You can specify a non-default resource server in the Region key of the [connection profile](index.md#connection-profiles) using a colon-separated syntax (Issue [#8721](https://github.com/iterate-ch/cyberduck/issues/8721)) such as

Expand Down
2 changes: 1 addition & 1 deletion protocols/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All connection profiles are available through the *Preferences → Profiles* tab

### Authentication Context Path

#### Authetication with `devauth` for Context `/v1.0`
#### Authentication with `devauth` for Context `/v1.0`

Legacy authentication option.

Expand Down
2 changes: 1 addition & 1 deletion protocols/openstack/infomaniak.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Log in to your *Infomaniak OpenStack Swift space* via this preconfigured connect

Enter the following information in the [bookmark](../../cyberduck/bookmarks.md):

- Project:Domain:Username: `Informations available in your Infomaniak manager. Example: PCP-XXXXXX:Default:PCU-XXXXXX`
- Project:Domain:Username: `Information available in your Infomaniak manager. Example: PCP-XXXXXX:Default:PCU-XXXXXX`
- Password: `password is the same as the one you use for the OpenStack dashboard`

### References
Expand Down
10 changes: 5 additions & 5 deletions protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The default port is `80`.
**HTTPS**</br>
The defaut port is `443`.
The default port is `443`.
- {download}`Download<https://profiles.cyberduck.io/S3%20(HTTPS).cyberduckprofile>` the *S3 (HTTPS) profile* for preconfigured settings.
````
Expand All @@ -97,13 +97,13 @@ An incomplete list of known providers that require the use of AWS2
**HTTP**</br>
The defaut port is `80`.
The default port is `80`.
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTP).cyberduckprofile>` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings.
**HTTPS**</br>
The defaut port is `443`.
The default port is `443`.
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTPS).cyberduckprofile>` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings.
````
Expand Down Expand Up @@ -477,7 +477,7 @@ Sets the time, in days, between when an object is uploaded to the bucket and whe

### Restored Glacier files in Mountain Duck

Temporarly restored files from *Glacier* won't change the storage class and therefor won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel).
Temporarly restored files from *Glacier* won't change the storage class and therefore won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel).

## Access Control (ACL)

Expand Down Expand Up @@ -571,7 +571,7 @@ Share links cannot be created when failing to update the ACLs on a file because

* Bucket has "Object Ownership" set to "Bucket owner enforced" ([ACLs disabled](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html?icmpid=docs_amazons3_console)).
Error message: `This bucket does not allow ACLs`
* ["Block public acccess"](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console) is enabled on bucket. Error message: `Access denied`
* ["Block public access"](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console) is enabled on bucket. Error message: `Access denied`

## Metadata

Expand Down
2 changes: 1 addition & 1 deletion protocols/s3/ionos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All connection profiles are available through the *Preferences → Profiles* tab

### Object storage keys

1. Sign into your **IONOS Data Center Designer** and navigate to the **User Manager** via the menu bar **Ressource Manager** section.
1. Sign into your **IONOS Data Center Designer** and navigate to the **User Manager** via the menu bar **Resource Manager** section.
2. Select a user and click on the **Object Storage Keys** tab on the right.
3. Choose **Generate Key** and confirm the action with **OK**.
The object storage key will be generated automatically.
Expand Down
2 changes: 1 addition & 1 deletion protocols/s3/polycloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Polycloud
Double-click on the downloaded file to activate the connection profile. Enter the following authentication credentials to the bookmark:
- Server: `polycloud.crowdapis.com`
- Access Key ID: Access Key Credentials
- Secret Acces Key: Access Key Credentials
- Secret Access Key: Access Key Credentials

### How to Create Application Keys

Expand Down
6 changes: 3 additions & 3 deletions protocols/sftp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ which is then used when configuring a new bookmark.
If you have a configuration in your `~/.ssh/config` make sure to specify the `Host` alias as hostname in your bookmark configuration. This is important for cases the `Host` alias is different from the `HostName`:
Host myhostalias
HostName myverylonghostname.exmaple.com
HostName myverylonghostname.example.com
User myusername
IdentityFile ~/.ssh/mykey-rsa.pub
Expand Down Expand Up @@ -135,7 +135,7 @@ The following agents are supported:
````

```{tip}
When authenticating using Public Key Authentication with an SSH agent containing multiple identities, it makes sense to add `IdentitiesOnly yes` in `~/.ssh/config` to limit authentication attempts with this identity only. Otherwise the server may deny the connection because of too many login failures and you will recieve the error _Too many authentication failures_.
When authenticating using Public Key Authentication with an SSH agent containing multiple identities, it makes sense to add `IdentitiesOnly yes` in `~/.ssh/config` to limit authentication attempts with this identity only. Otherwise the server may deny the connection because of too many login failures and you will receive the error _Too many authentication failures_.
```

Since the private key is not always available on the filesystem, specifying a public key as `IdentifyFile` is also supported. This can be used to authenticate using an SSH agent backed by a hardware token containing the private key for example.
Expand Down Expand Up @@ -405,4 +405,4 @@ The available space for a volume mounted over SFTP is determined using quota fea

You can work around the issue using one of the following options:
- Set a default path you want to connect to within the bookmark *Path* option.
- Disable the feature within Mountain Duck by setting the [hidden property](../../cyberduck/preferences.md#hidden-configuration-options) `fs.quota.enable=false` in *%AppData%\Cyberduck\default.properties* on Windows or in *\~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/deafult.properties* on macOS. If the file doesn't exist create it within the [application support folder](../../mountainduck/support.md#application-support-folder).
- Disable the feature within Mountain Duck by setting the [hidden property](../../cyberduck/preferences.md#hidden-configuration-options) `fs.quota.enable=false` in *%AppData%\Cyberduck\default.properties* on Windows or in *\~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/default.properties* on macOS. If the file doesn't exist create it within the [application support folder](../../mountainduck/support.md#application-support-folder).
2 changes: 1 addition & 1 deletion protocols/webdav/gmx.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GMX Cloud
====

> Die sichere [GMX Cloud](https://www.gmx.net/cloud/) steht Ihnen als Nutzer kostenlos im Postfach zur Verfügung. Über die Cloud können Sie online auf Ihre Dateien zugreifen – überall und jederzeit.
> Die sichere [GMX Cloud](https://www.gmx.net/cloud/) steht Ihnen also Nutzer kostenlos im Postfach zur Verfügung. Über die Cloud können Sie online auf Ihre Dateien zugreifen – überall und jederzeit.
## Connecting

Expand Down
2 changes: 1 addition & 1 deletion protocols/webdav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TLSv1 and TLSv1.1 are no longer supported as of

Mutual (two-way) TLS with a client certificate for authentication is supported.

#### Prompt to Authenticate with Certificate When Negociating Secure (TLS) Connection
#### Prompt to Authenticate with Certificate When Negotiating Secure (TLS) Connection

When a server requests a client certificate for authentication, a prompt is displayed to choose a certificate with a private key that matches the given issuer name requested from the server. Matching certificates are searched for in the *Keychain* on macOS or the *Windows Certificate Manager* respectively.

Expand Down

0 comments on commit ff124ca

Please sign in to comment.