On Mar 20, 2012, at 10:26 AM, drew wrote:
> On Tue, 2012-03-20 at 10:17 -0700, Dave Fisher wrote:
>> On Mar 20, 2012, at 10:03 AM, drew wrote:
>>
>>> On Mon, 2012-03-19 at 16:45 -0700, Dave Fisher wrote:
>>>> On Mar 19, 2012, at 3:46 PM, Kay Schenk wrote:
>>>>
>>>>> On Sun, Mar 18, 2012 at 2:41 PM, drew <[email protected]> wrote:
>>>>>
>>>>>> On Sat, 2012-03-17 at 20:39 -0700, Dave Fisher wrote:
>>>>>>
>>>>>>>
>>>>>>> I really want to change the logo on www.openoffice.org. Do you have a
>>>>>> candidate? Let's do it tomorrow.
>>>>>>>
>>>>>>> Regards,
>>>>>> Hi Dave
>>>>>>
>>>>>> Well, it's late tomorrow now :)
>>>>>> - ah, I thought maybe a specific logo for th main site
>>>>>> - put a proposal on the wiki logo proposal[1] page
>>>>>> https://cwiki.apache.org/confluence/display/OOOUSERS/Logo+Proposals
>>>>>> with the a tag line of "Free and Open productivity suite!" and feather.
>>>>>>
>>>>>> Thoughts?
>>>>>>
>>>>>> //drew
>>>>>>
>>>>>
>>>>> works for me! I think you should do it! :)
>>>>
>>>> Here is a quick and easy how to.
>>>>
>>>> (1) Add the new logo to ooo/ooo-site/trunk/content/images/. directory
>>>>
>>>> (2) Edit the brand file in ooo/ooo-site/trunk/content/brand.mdtext
>>>>
>>>> Change the logo parameter to the new name.
>>>>
>>>> Since you have included most of the tagline then modify that to
>>>> "(incubating)".
>>>
>>> Hi Dave,
>>>
>>> Ok - I thought that the decision was that the word incudating is not
>>> needed on the logo graphic when the page displaying it includes the
>>> Apache Incubating graphic - am I wrong on that?
>>
>> It can be eliminated. Put " " in instead as I'm not sure what will
>> happen if it is empty - probably the perl borks (I learned a new word from
>> infra) or "null" will appear.
>
> Ah - you are referring to the ALT TEXT not the graphic image, is that
> right?
I am referring to the Text that gets inserted to the right of the logo.
<div id="bannercenter"><br/>{{ headers.tagline }}</div>
The {{ headers.tagline }}
Now I could program as this:
{% block tagline %}{% if headers.tagline %}<div
class="bannercenter"><br/>{{ headers.tagline }}</div>{% endif %}{% endblock %}
And then the row can be deleted.
I'll do that now.
Regards,
Dave
>
>
>