Page MenuHomeDevCentral

Serve logo footer from assets
ClosedPublic

Authored by dereckson on Oct 30 2018, 14:55.
Tags
None
Referenced Files
F2818223: D1968.diff
Tue, Apr 16, 07:45
F2817790: D1968.id4974.diff
Mon, Apr 15, 21:48
Unknown Object (File)
Sun, Apr 14, 22:31
Unknown Object (File)
Sun, Apr 14, 07:58
Unknown Object (File)
Wed, Apr 10, 02:42
Unknown Object (File)
Sun, Apr 7, 10:40
Unknown Object (File)
Fri, Apr 5, 19:09
Unknown Object (File)
Tue, Apr 2, 01:05
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.