Page MenuHomeDevCentral

Serve logo footer from assets
ClosedPublic

Authored by dereckson on Oct 30 2018, 14:55.
Tags
None
Referenced Files
F2747479: D1968.id4974.diff
Fri, Mar 29, 05:41
F2744621: D1968.id4975.diff
Thu, Mar 28, 18:39
F2744620: D1968.id4974.diff
Thu, Mar 28, 18:39
F2744547: D1968.diff
Thu, Mar 28, 18:11
Unknown Object (File)
Wed, Mar 27, 13:49
Unknown Object (File)
Tue, Mar 26, 03:58
Unknown Object (File)
Fri, Mar 22, 18:27
Unknown Object (File)
Sun, Mar 17, 08:55
Subscribers
None

Details

Summary

It seems the footer has been adapted from the tools.nasqueron.org's one.

This logo is available as a static resource in assets. subdomain.

That's a more suitable source, as tools. is served by a back-end server,
and as such can be unreacheable for maintenance.

Test Plan

Hashes of the two logos match.

Hash from tools

$ wget https://tools.nasqueron.org/images/Nasqueron.png
$ identify Nasqueron.png
Nasqueron.png PNG 133x131 133x131+0+0 8-bit sRGB 1516B 0.000u 0:00.007
$ optipng -o7 Nasqueron.png
** Processing: Nasqueron.png
...
$ md5 Nasqueron.png                                                                                                                                      
MD5 (Nasqueron.png) = af5efed202464d635e63135e98b2ab23

Hash from assets

$ cd /home/dereckson/dev/nasqueron/assets
$ md5 logos/logo-main-133px.png
MD5 (logos/logo-main-133px.png) = af5efed202464d635e63135e98b2ab23

Diff Detail

Repository
rINFRAWWW Nasqueron infrastructure servers website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 30 2018, 14:55
This revision was automatically updated to reflect the committed changes.