NetBSD-Advocacy archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD icon



Hi,

> > I'm totally clueless about current graphical needs, so: What is your
> > suggestion with respect to the size and colours of them, which ones
> > should be available?
> 
> I think that adding the multi color and black icons, in 1200 X 919 px, to
> match the ones already on the page but with a transparent background,
> would be enough.
> 
> They come out of the makefile as:
> 
> color-tb-1200.png
> black-tb-1200.png
there's also the white version.

Attached is a diff for gallery/logos.xml which adds a table for transparent
versions. If you're in the directory where you ran Makefile.tnflogo, you can
copy the files to their destinations assumed in this file with:
    cp black-tb-1200.png $HTDOCS/images/NetBSD-bw-tb.png
    cp color-tb-1200.png $HTDOCS/images/NetBSD-tb.png
    cp white-tb-1200.png $HTDOCS/images/NetBSD-ww-tb.png
    cp color-tb-200.png $HTDOCS/images/NetBSD-smaller-tb.png
    cp black-tb-200.png $HTDOCS/images/NetBSD-smaller-bw-tb.png
    cp white-bb-200.png $HTDOCS/images/NetBSD-smaller-ww-bb.png
Where HTDOCS is the htdocs directory.

Btw, wouldn't it be an idea to put the whole output of Makefile.tnflogo
somewhere on the website and link there? To run the Makefile, you need very
specific and large packages (ghostscript, imagemagick), imho you shouldn't
make it too difficult for a bypasser to get the logos he needs.


Regards, Julian
Index: logos.xml
===================================================================
RCS file: /cvsroot/htdocs/gallery/logos.xml,v
retrieving revision 1.22
diff -r1.22 logos.xml
52a53,93
> 
>         <para>
>           There are also transparent versions of the logo.
>         </para>
> 
>       <table border="0" cellspacing="5" cellpadding="0" 
> id="official-logo-tb-table">
>           <tr>
>           <td>
>             <ulink url="../images/NetBSD-tb.png">
>               coloured
>             </ulink>
>           </td>
>           <td>
>             <ulink url="../images/NetBSD-bw-tb.png">
>               black
>             </ulink>
>           </td>
>           <td>
>             <ulink url="../images/NetBSD-ww-tb.png">
>               white
>             </ulink>
>           </td>
>               </tr>
>         <tr>
>           <td>
>             <ulink url="../images/NetBSD-tb.png">
>               <html:img border="0" src="../images/NetBSD-smaller-tb.png" 
> height="153" width="200" alt="[NetBSD Flag Logo]"/>
>             </ulink>
>           </td>
>           <td>
>             <ulink url="../images/NetBSD-bw-tb.png">
>               <html:img border="0" src="../images/NetBSD-smaller-bw-tb.png" 
> height="153" width="200" alt="[NetBSD Flag Logo]"/>
>             </ulink>
>           </td>
>           <td>
>             <ulink url="../images/NetBSD-ww-tb.png">
>               <html:img border="0" src="../images/NetBSD-smaller-ww-bb.png" 
> height="153" width="200" alt="[NetBSD Flag Logo]"/>
>             </ulink>
>           </td>
>         </tr>
>         </table>


Home | Main Index | Thread Index | Old Index