public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christoph Heiss <c.heiss@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [RFC PATCH docs 09/13] images: strip `pve-` prefix from screenshots used in common docs
Date: Fri, 19 Apr 2024 11:05:15 +0200	[thread overview]
Message-ID: <20240419090519.291775-10-c.heiss@proxmox.com> (raw)
In-Reply-To: <20240419090519.291775-1-c.heiss@proxmox.com>

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 .../{pve-grub-menu.png => grub-menu.png}          | Bin
 .../{pve-grub-menu.ppm => grub-menu.ppm}          | Bin
 ...ve-install-summary.png => install-summary.png} | Bin
 ...ve-install-summary.ppm => install-summary.ppm} | Bin
 .../{pve-installation.png => installation.png}    | Bin
 .../{pve-installation.ppm => installation.ppm}    | Bin
 ...ve-select-location.png => select-location.png} | Bin
 ...ve-select-location.ppm => select-location.ppm} | Bin
 ...ect-target-disk.png => select-target-disk.png} | Bin
 ...ect-target-disk.ppm => select-target-disk.ppm} | Bin
 .../{pve-set-password.png => set-password.png}    | Bin
 .../{pve-set-password.ppm => set-password.ppm}    | Bin
 .../{pve-setup-network.png => setup-network.png}  | Bin
 .../{pve-setup-network.ppm => setup-network.ppm}  | Bin
 .../{pve-tui-installer.png => tui-installer.png}  | Bin
 .../{pve-tui-installer.ppm => tui-installer.ppm}  | Bin
 png-verify.pl                                     |  14 ++++++++------
 17 files changed, 8 insertions(+), 6 deletions(-)
 rename images/screenshot/{pve-grub-menu.png => grub-menu.png} (100%)
 rename images/screenshot/{pve-grub-menu.ppm => grub-menu.ppm} (100%)
 rename images/screenshot/{pve-install-summary.png => install-summary.png} (100%)
 rename images/screenshot/{pve-install-summary.ppm => install-summary.ppm} (100%)
 rename images/screenshot/{pve-installation.png => installation.png} (100%)
 rename images/screenshot/{pve-installation.ppm => installation.ppm} (100%)
 rename images/screenshot/{pve-select-location.png => select-location.png} (100%)
 rename images/screenshot/{pve-select-location.ppm => select-location.ppm} (100%)
 rename images/screenshot/{pve-select-target-disk.png => select-target-disk.png} (100%)
 rename images/screenshot/{pve-select-target-disk.ppm => select-target-disk.ppm} (100%)
 rename images/screenshot/{pve-set-password.png => set-password.png} (100%)
 rename images/screenshot/{pve-set-password.ppm => set-password.ppm} (100%)
 rename images/screenshot/{pve-setup-network.png => setup-network.png} (100%)
 rename images/screenshot/{pve-setup-network.ppm => setup-network.ppm} (100%)
 rename images/screenshot/{pve-tui-installer.png => tui-installer.png} (100%)
 rename images/screenshot/{pve-tui-installer.ppm => tui-installer.ppm} (100%)

diff --git a/images/screenshot/pve-grub-menu.png b/images/screenshot/grub-menu.png
similarity index 100%
rename from images/screenshot/pve-grub-menu.png
rename to images/screenshot/grub-menu.png
diff --git a/images/screenshot/pve-grub-menu.ppm b/images/screenshot/grub-menu.ppm
similarity index 100%
rename from images/screenshot/pve-grub-menu.ppm
rename to images/screenshot/grub-menu.ppm
diff --git a/images/screenshot/pve-install-summary.png b/images/screenshot/install-summary.png
similarity index 100%
rename from images/screenshot/pve-install-summary.png
rename to images/screenshot/install-summary.png
diff --git a/images/screenshot/pve-install-summary.ppm b/images/screenshot/install-summary.ppm
similarity index 100%
rename from images/screenshot/pve-install-summary.ppm
rename to images/screenshot/install-summary.ppm
diff --git a/images/screenshot/pve-installation.png b/images/screenshot/installation.png
similarity index 100%
rename from images/screenshot/pve-installation.png
rename to images/screenshot/installation.png
diff --git a/images/screenshot/pve-installation.ppm b/images/screenshot/installation.ppm
similarity index 100%
rename from images/screenshot/pve-installation.ppm
rename to images/screenshot/installation.ppm
diff --git a/images/screenshot/pve-select-location.png b/images/screenshot/select-location.png
similarity index 100%
rename from images/screenshot/pve-select-location.png
rename to images/screenshot/select-location.png
diff --git a/images/screenshot/pve-select-location.ppm b/images/screenshot/select-location.ppm
similarity index 100%
rename from images/screenshot/pve-select-location.ppm
rename to images/screenshot/select-location.ppm
diff --git a/images/screenshot/pve-select-target-disk.png b/images/screenshot/select-target-disk.png
similarity index 100%
rename from images/screenshot/pve-select-target-disk.png
rename to images/screenshot/select-target-disk.png
diff --git a/images/screenshot/pve-select-target-disk.ppm b/images/screenshot/select-target-disk.ppm
similarity index 100%
rename from images/screenshot/pve-select-target-disk.ppm
rename to images/screenshot/select-target-disk.ppm
diff --git a/images/screenshot/pve-set-password.png b/images/screenshot/set-password.png
similarity index 100%
rename from images/screenshot/pve-set-password.png
rename to images/screenshot/set-password.png
diff --git a/images/screenshot/pve-set-password.ppm b/images/screenshot/set-password.ppm
similarity index 100%
rename from images/screenshot/pve-set-password.ppm
rename to images/screenshot/set-password.ppm
diff --git a/images/screenshot/pve-setup-network.png b/images/screenshot/setup-network.png
similarity index 100%
rename from images/screenshot/pve-setup-network.png
rename to images/screenshot/setup-network.png
diff --git a/images/screenshot/pve-setup-network.ppm b/images/screenshot/setup-network.ppm
similarity index 100%
rename from images/screenshot/pve-setup-network.ppm
rename to images/screenshot/setup-network.ppm
diff --git a/images/screenshot/pve-tui-installer.png b/images/screenshot/tui-installer.png
similarity index 100%
rename from images/screenshot/pve-tui-installer.png
rename to images/screenshot/tui-installer.png
diff --git a/images/screenshot/pve-tui-installer.ppm b/images/screenshot/tui-installer.ppm
similarity index 100%
rename from images/screenshot/pve-tui-installer.ppm
rename to images/screenshot/tui-installer.ppm
diff --git a/png-verify.pl b/png-verify.pl
index d345ff6..a316e1b 100755
--- a/png-verify.pl
+++ b/png-verify.pl
@@ -5,12 +5,14 @@ use warnings;
 use File::Basename;
 
 my $installer_images = {
-    'pve-grub-menu.png' => 1,
-    'pve-installation.png' => 1,
-    'pve-select-location.png' => 1,
-    'pve-select-target-disk.png' => 1,
-    'pve-set-password.png' => 1,
-    'pve-setup-network.png' => 1,
+    'grub-menu.png' => 1,
+    'install-summary.png' => 1,
+    'installation.png' => 1,
+    'select-location.png' => 1,
+    'select-target-disk.png' => 1,
+    'set-password.png' => 1,
+    'setup-network.png' => 1,
+    'tui-installer.png' => 1,
 };
 
 my $infile = shift ||
-- 
2.44.0



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


  parent reply	other threads:[~2024-04-19  9:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19  9:05 [pve-devel] [RFC PATCH docs{, -common} 0/13] introduce common documentation base Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 01/13] installation-media: move page from pve-docs here Christoph Heiss
2024-04-19 10:51   ` Aaron Lauterer
2024-04-19 11:20     ` Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 02/13] installation-media: adapt for common usage Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 03/13] partials: add installation flow from pve-docs Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 04/13] partials: installation-flow: adapt " Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 05/13] partials: add advanced installation hints " Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs-common 06/13] partials: advanced-installation: adapt " Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 07/13] gitmodules: add proxmox-docs-common Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 08/13] scan-adoc-refs: enable building pages from proxmox-docs-common/ subdir Christoph Heiss
2024-04-19  9:05 ` Christoph Heiss [this message]
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 10/13] asciidoc: conf: add iso-url variable Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 11/13] installation-media: move to common docs Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 12/13] installation: use new 'installation-flow' partial from " Christoph Heiss
2024-04-19  9:05 ` [pve-devel] [RFC PATCH docs 13/13] installation: use new 'advanced-installation' " Christoph Heiss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240419090519.291775-10-c.heiss@proxmox.com \
    --to=c.heiss@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal