From 30e66c0ed06011410c4ce01a87b7a2a78b767d00 Mon Sep 17 00:00:00 2001 From: Weiwu Zhang Date: Wed, 18 Aug 2021 14:20:50 +1000 Subject: [PATCH] Replace embedded image references in documentation with unicode characters (#1603) Replace embedded image references with unicode characters, otherwise the images are clickable and mislead users into clicking, thinking that they can download the corresponding package --- docs/INSTALL.md | 32 ++++++++++++++++---------------- docs/images/cross.gif | Bin 3635 -> 0 bytes docs/images/tick.gif | Bin 3479 -> 0 bytes docs/ubuntu-package-install.md | 8 ++++---- 4 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 docs/images/cross.gif delete mode 100644 docs/images/tick.gif diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 57e97dab..8f84f8fe 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -10,22 +10,22 @@ Distribution packages may be of an older release when compared to the latest rel | Distribution | Package Name & Package Link |   PKG_Version   |  i686  | x86_64 | ARMHF | AARCH64 | Extra Details | |---------------------------------|------------------------------------------------------------------------------|:---------------:|:----:|:------:|:-----:|:-------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Alpine Linux | [onedrive](https://pkgs.alpinelinux.org/packages?name=onedrive&branch=edge) |Alpine Linux Edge package|not_supported|supported|not_supported|supported | | -| Arch Linux

Manjaro Linux | [onedrive-abraunegg](https://aur.archlinux.org/packages/onedrive-abraunegg/) |AUR package|supported|supported|supported|supported | Install via: `pamac build onedrive-abraunegg` from the Arch Linux User Repository (AUR)

**Note:** If asked regarding a provider for 'd-runtime' and 'd-compiler', select 'liblphobos' and 'ldc'

**Note:** System must have at least 1GB of memory & 1GB swap space -| Debian | [onedrive](https://packages.debian.org/search?keywords=onedrive) |Debian Testing package|supported|supported|supported|supported| It is recommended that for Debian that you install from OpenSuSE Build Service using the Debian Package Install [Instructions](ubuntu-package-install.md) | -| Fedora | [onedrive](https://koji.fedoraproject.org/koji/packageinfo?packageID=26044) |Fedora Rawhide package|supported|supported|supported|supported| | -| Gentoo | [onedrive](https://gpo.zugaina.org/net-misc/onedrive) | No API Available |supported|supported|not_supported|not_supported| | -| NixOS | [onedrive](https://search.nixos.org/packages?channel=20.09&from=0&size=50&sort=relevance&query=onedrive)|nixpkgs unstable package|not_supported|supported|not_supported|not_supported| Use package `onedrive` either by adding it to `configuration.nix` or by using the command `nix-env -iA .onedrive`. This does not install a service. To install a service, use unstable channel (will stabilize in 20.09) and add `services.onedrive.enable=true` in `configuration.nix`. You can also add a custom package using the `services.onedrive.package` option (recommended since package lags upstream). Enabling the service installs a default package too (based on the channel). You can also add multiple onedrive accounts trivially, see [documentation](https://github.com/NixOS/nixpkgs/pull/77734#issuecomment-575874225). | -| OpenSuSE | [onedrive](https://software.opensuse.org/package/onedrive) |openSUSE Tumbleweed package|supported|supported|not_supported|not_supported| | -| OpenSuSE Build Service | [onedrive](https://build.opensuse.org/package/show/home:npreining:debian-ubuntu-onedrive/onedrive) | No API Available |supported|supported|supported|supported| Package Build Service for Debian and Ubuntu | -| Raspbian | [onedrive](https://archive.raspbian.org/raspbian/pool/main/o/onedrive/) |Raspbian Stable package|not_supported|not_supported|supported|not_supported| | -| Slackware | [onedrive](https://slackbuilds.org/repository/14.2/network/onedrive/) |SlackBuilds package|supported|supported|not_supported|not_supported| | -| Solus | [onedrive](https://dev.getsol.us/search/query/FB7PIf1jG9Z9/#R) |Solus package|supported|supported|not_supported|not_supported| | -| Ubuntu 18.04 | [onedrive](https://packages.ubuntu.com/bionic/onedrive) |Ubuntu 18.04 package|supported|supported|supported|not_supported| **Note:** Do not install from Ubuntu Universe

You must compile from source for this version of Ubuntu | -| Ubuntu 20.04 | [onedrive](https://packages.ubuntu.com/focal/onedrive) |Ubuntu 20.04 package|not_supported|supported|supported|supported| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | -| Ubuntu 20.10 | [onedrive](https://packages.ubuntu.com/groovy/onedrive) |Ubuntu 20.10 package|not_supported|supported|supported|supported| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | -| Ubuntu 21.04 | [onedrive](https://packages.ubuntu.com/hirsute/onedrive) |Ubuntu 21.04 package|not_supported|supported|supported|supported| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | -| Void Linux | [onedrive](https://voidlinux.org/packages/?arch=x86_64&q=onedrive) |Void Linux x86_64 package|supported|supported|not_supported|not_supported| | +| Alpine Linux | [onedrive](https://pkgs.alpinelinux.org/packages?name=onedrive&branch=edge) |Alpine Linux Edge package|❌|✔|❌|✔ | | +| Arch Linux

Manjaro Linux | [onedrive-abraunegg](https://aur.archlinux.org/packages/onedrive-abraunegg/) |AUR package|✔|✔|✔|✔ | Install via: `pamac build onedrive-abraunegg` from the Arch Linux User Repository (AUR)

**Note:** If asked regarding a provider for 'd-runtime' and 'd-compiler', select 'liblphobos' and 'ldc'

**Note:** System must have at least 1GB of memory & 1GB swap space +| Debian | [onedrive](https://packages.debian.org/search?keywords=onedrive) |Debian Testing package|✔|✔|✔|✔| It is recommended that for Debian that you install from OpenSuSE Build Service using the Debian Package Install [Instructions](ubuntu-package-install.md) | +| Fedora | [onedrive](https://koji.fedoraproject.org/koji/packageinfo?packageID=26044) |Fedora Rawhide package|✔|✔|✔|✔| | +| Gentoo | [onedrive](https://gpo.zugaina.org/net-misc/onedrive) | No API Available |✔|✔|❌|❌| | +| NixOS | [onedrive](https://search.nixos.org/packages?channel=20.09&from=0&size=50&sort=relevance&query=onedrive)|nixpkgs unstable package|❌|✔|❌|❌| Use package `onedrive` either by adding it to `configuration.nix` or by using the command `nix-env -iA .onedrive`. This does not install a service. To install a service, use unstable channel (will stabilize in 20.09) and add `services.onedrive.enable=true` in `configuration.nix`. You can also add a custom package using the `services.onedrive.package` option (recommended since package lags upstream). Enabling the service installs a default package too (based on the channel). You can also add multiple onedrive accounts trivially, see [documentation](https://github.com/NixOS/nixpkgs/pull/77734#issuecomment-575874225). | +| OpenSuSE | [onedrive](https://software.opensuse.org/package/onedrive) |openSUSE Tumbleweed package|✔|✔|❌|❌| | +| OpenSuSE Build Service | [onedrive](https://build.opensuse.org/package/show/home:npreining:debian-ubuntu-onedrive/onedrive) | No API Available |✔|✔|✔|✔| Package Build Service for Debian and Ubuntu | +| Raspbian | [onedrive](https://archive.raspbian.org/raspbian/pool/main/o/onedrive/) |Raspbian Stable package|❌|❌|✔|❌| | +| Slackware | [onedrive](https://slackbuilds.org/repository/14.2/network/onedrive/) |SlackBuilds package|✔|✔|❌|❌| | +| Solus | [onedrive](https://dev.getsol.us/search/query/FB7PIf1jG9Z9/#R) |Solus package|✔|✔|❌|❌| | +| Ubuntu 18.04 | [onedrive](https://packages.ubuntu.com/bionic/onedrive) |Ubuntu 18.04 package|✔|✔|✔|❌| **Note:** Do not install from Ubuntu Universe

You must compile from source for this version of Ubuntu | +| Ubuntu 20.04 | [onedrive](https://packages.ubuntu.com/focal/onedrive) |Ubuntu 20.04 package|❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | +| Ubuntu 20.10 | [onedrive](https://packages.ubuntu.com/groovy/onedrive) |Ubuntu 20.10 package|❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | +| Ubuntu 21.04 | [onedrive](https://packages.ubuntu.com/hirsute/onedrive) |Ubuntu 21.04 package|❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | +| Void Linux | [onedrive](https://voidlinux.org/packages/?arch=x86_64&q=onedrive) |Void Linux x86_64 package|✔|✔|❌|❌| | #### Important information for all Ubuntu and Ubuntu based distribution users: This information is specifically for the following platforms and distributions: diff --git a/docs/images/cross.gif b/docs/images/cross.gif deleted file mode 100644 index 3bc5ff594bc59fdfe5f6971cd1154b4a6ffaadfc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3635 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 m@&t=?MeVX(gUaJ+^aW;Fq|supported|supported|supported| | +|✔|✔|✔|✔| | #### Step 1: Update /etc/apt/sources.list Add the following to the end of your `/etc/apt/sources.list` file: @@ -40,7 +40,7 @@ deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-on The packages support the following platform architectures: |  i686  | x86_64 | ARMHF | AARCH64 | |:----:|:------:|:-----:|:-------:| -not_supported|supported|supported|supported| | +❌|✔|✔|✔| | #### Step 1: Update /etc/apt/sources.list Add the following to the end of your `/etc/apt/sources.list` file: @@ -62,7 +62,7 @@ deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-on The packages support the following platform architectures: |  i686  | x86_64 | ARMHF | AARCH64 | |:----:|:------:|:-----:|:-------:| -not_supported|supported|supported|supported| | +❌|✔|✔|✔| | #### Step 1: Update /etc/apt/sources.list Add the following to the end of your `/etc/apt/sources.list` file: @@ -84,7 +84,7 @@ deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-on The packages support the following platform architectures: |  i686  | x86_64 | ARMHF | AARCH64 | |:----:|:------:|:-----:|:-------:| -not_supported|supported|supported|supported| | +❌|✔|✔|✔| | #### Step 1: Update /etc/apt/sources.list Add the following to the end of your `/etc/apt/sources.list` file: