Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion UPGRADING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Changes from 2.8.4 to 2.8.5
- Source directory `data/html` was renamed to `data/htmlcgi` in order to better
reflect its contents and purpose, compared to documentation-oriented `html*`
directories (and recipe variable names). This may impact some packaging
recipes which do not rely on `make install` alone. [#3049]
recipes which do not rely on `make install` alone. Note that more files
feature in the installation, e.g. a NUT logo rendition to use as favicon.
[#3049, #3249]

- Some fixes were applied to HTML templates for NUT CGI clients. It can be
useful for NUT deployments being upgraded to compare the files they have
Expand Down
2 changes: 1 addition & 1 deletion data/htmlcgi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXTRA_DIST = README.adoc
if WITH_CGI
dist_htmlcgi_DATA = index.html bottom.html nut-banner.png
# Note: logo is not really generated, just nodist for THIS directory:
nodist_htmlcgi_DATA = header.html $(top_srcdir)/docs/images/nut-logo.png
nodist_htmlcgi_DATA = header.html $(top_srcdir)/docs/images/nut-logo-60x60.png
else
EXTRA_DIST += index.html bottom.html nut-banner.png header.html.in
endif
Expand Down
2 changes: 1 addition & 1 deletion data/htmlcgi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="icon" href="nut-logo.png" size="60x60" type="image/png"/>
<link rel="icon" href="nut-logo-60x60.png" size="60x60" type="image/png"/>
<title>Network UPS Tools -- https://www.networkupstools.org</title>
</head>

Expand Down
4 changes: 3 additions & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ IMAGE_FILES = \
images/asciidoc.png \
images/hostedby.png \
images/nut_layering.png \
images/nut-logo.png \
images/nut-logo.svg \
images/nut-logo-60x60.png \
images/nut-logo-256x256.png \
images/note.png \
images/warning.png \
images/blue-arrow.png \
Expand Down
Binary file added docs/images/nut-logo-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion docs/nut.dict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 3727 utf-8
personal_ws-1.1 en 3728 utf-8
AAC
AAS
ABI
Expand Down Expand Up @@ -2143,6 +2143,7 @@ failover
fallthrough
fasttrack
fatalx
favicon
fbbf
fc
fcb
Expand Down
Loading