Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Favicon #327

Closed
ovv opened this issue Mar 13, 2018 · 5 comments
Closed

Favicon #327

ovv opened this issue Mar 13, 2018 · 5 comments

Comments

@ovv
Copy link
Contributor

ovv commented Mar 13, 2018

Just noticed that on my installation paperless doesn't have a favicon. It might be a configuration error but I couldn't find any in the repo here.

It could be a nice addition, not sure if there is already an icon for the project ?

@danielquinn
Copy link
Collaborator

Sadly, Paperless doesn't have anything resembling a logo, so a favicon would be hard to come by until we have that.

So, if you've got ideas, or design talent, or a friend with design talent, I'm happy to entertain something pretty :-)

@ovv
Copy link
Contributor Author

ovv commented Mar 19, 2018

Sadly I don't have any design skill.I can order something on Fiver if that's ok with you and if nobody want to try it's hand at designing something.

@danielquinn
Copy link
Collaborator

Well if you're buying, who am I to say no? ;-)

One important note though: if you're going to commission a logo via Fiverr, the artist should understand that the logo will be released under the GPL. That is to say, if they make something and you buy it, they either (a) can't retain the copyright, or (b) they must allow their work to be licensed under the GPL.

Typically this is covered by Fiverr's terms, but those terms also say:

...Unless clearly stated otherwise on the seller's Gig page/description, when the work is delivered, and subject to payment, the buyer is granted all intellectual property rights...

So TL;DR: if you're buying a logo, make sure you buy one where the artist is releasing all of their IP rights. I just don't want to put the project into a position where the original artist can claim infringement or something.

@stgarf
Copy link
Contributor

stgarf commented Dec 28, 2018

@ovv @danielquinn Order a logo? That's over-engineering lol ... How this, here's an extremely simple SVG image (copy/paste into chrome's URL bar):

data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnIGZpbGw9IiMwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjIiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cG9seWdvbiBwb2ludHM9IjI1LjE4MywzMi4yNDMgMjUuMTgzLDc5Ljc2OCA3Mi4xODMsNzkuNzY4IDcyLjE4Myw3OS4yNDIiPjwhLS0gQm90dG9tIFRyaWFuZ2xlIC0tPjwvcG9seWdvbj4KCTxnPjxwb2x5Z29uIHBvaW50cz0iNTkuMDA1LDM1LjQxMyA1OS4wMDUsMjIuMjMzIDcyLjE4MywzNS40MTMiPjwhLS0gRm9sZGVkIHRvcC1yaWdodCBjb3JuZXIgLS0+PC9wb2x5Z29uPjwvZz4KCTxnPjxyZWN0IHg9Ii0zLjI1NiIgeT0iNDguNDQiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgNDkuNzM1OCAtMjAuMTkzMykiIHdpZHRoPSIxMDQuOTk5IiBoZWlnaHQ9IjMiPjwhLS0gRHJhdyBhIGhvcml6b250YWwgbGluZSBhbmQgcm90YXRlIDQ1IGRlZ3JlZXMgLS0+PC9yZWN0PjwvZz4KCTxwb2x5Z29uIHBvaW50cz0iNTcsMzcuNDA2IDU3LDIyLjIzMyA1NSwyMi4yMzMgMjUuMTgzLDIyLjIzMyAyNS4xODMsMjguMDAxIDcyLjE4Myw3NSA3Mi4xODMsMzkuNSA3Mi4xODMsMzcuNDA2Ij48IS0tIFRvcCBUcmlhbmdsZSAtLT48L3BvbHlnb24+Cjwvc3ZnPgo=

which is essentially this SVG html code (tweak as desired) base64 encoded:

<svg height='300px' width='300px' fill="#000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="2" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
	<polygon points="25.183,32.243 25.183,79.768 72.183,79.768 72.183,79.242"><!-- Bottom Triangle --></polygon>
	<g><polygon points="59.005,35.413 59.005,22.233 72.183,35.413"><!-- Folded top-right corner --></polygon></g>
	<g><rect x="-3.256" y="48.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 49.7358 -20.1933)" width="104.999" height="3"><!-- Draw a horizontal line and rotate 45 degrees --></rect></g>
	<polygon points="57,37.406 57,22.233 55,22.233 25.183,22.233 25.183,28.001 72.183,75 72.183,39.5 72.183,37.406"><!-- Top Triangle --></polygon>
</svg>

@danielquinn
Copy link
Collaborator

danielquinn commented Dec 30, 2018

Thanks @stgarf, but I wanted something a little "leafier" for this project so I fiddled with the fabulous tools on LogoJoy and came up with this one:

Logo

I've just added the logo to the project and rolled it out as a favicon as well.

  • The source files can be found in the resources/ folder
  • The favicon and web-friendly logos are in src/paperless/static/paperless/img/

I hope this does the trick :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants