crisp edges avoids antialiasing, which is rather counterproductive on
this icon with straight lines that are in 90° to each other.
The higher stroke width makes it more similar to the previously used
bitmap one.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
this is neither necessary, nor useful
those files are meant to be read only anyway, so there is no gain in
them being owned by www-data
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
As some Makefiles in sub directories do not implement the distclean
target, namely:
PVE/Service/Makefile
PVE/CLI/Makefile
This target is broken.
As all other implementations just redirect to the 'clean' target I
do not implement the missing ones but rather remove all such
targets. Keep it just in the top level directory, for consistence
sake with other pve repos, and redirect it there directly to the
clean target.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
this updates the favicon to 64px and the new logo
and adds a 128px image for apple/android homescreen
also we add the relevant html meta link tags
for apple/android homescreen icons
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
this adds a few icons
most are from font-awesome (exported as png)
and some are selfmade (xcf sources included)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
old logo png looked a little blurry,
this one should look a bit better and is only
~600bytes larger
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
We need a better icon. As temporary workaround, I copied an icon
from the gnome-icon-theme to avoid adding another external source
with different license terms.
computer-template.png
computer-on-template.png
snapshot-tempalte.png
icons are coming from libreoffice (I think they are under creative common license)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>